TPU 95A Filament

A collection page of Siraya Tech

category
Products
4
Active ads
0
Depth
Published
2026/01/27

About

/* Siraya Tech Theme Styles - TPU 95A Collection */ :root { --siraya-blue: #297fce; --siraya-red: #cb1a36; --siraya-dark-blue: #014682; --white: #ffffff; --text-grey: #333333; } .collection-content { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.6; color: var(--text-grey); background-color: var(--white); max-width: 1000px; margin: 0 auto; padding: 40px 20px; } /* Anchor Links - Requested Red */ .collection-content a { color: var(--siraya-red); font-weight: 700; text-decoration: underline; transition: color 0.3s ease; } .collection-content a:hover { color: var(--siraya-dark-blue); text-decoration: none; } /* Headers */ .collection-content h1 { color: var(--siraya-dark-blue); font-size: 2.2rem; font-weight: 800; margin-bottom: 20px; text-transform: uppercase; border-bottom: 3px solid var(--siraya-blue); padding-bottom: 15px; } .collection-content h2 { color: var(--siraya-blue); font-size: 1.6rem; margin-top: 40px; margin-bottom: 20px; font-weight: 700; } .collection-content h3 { color: var(--siraya-dark-blue); font-size: 1.3rem; margin-top: 25px; margin-bottom: 10px; font-weight: 600; border-left: 4px solid var(--siraya-red); padding-left: 10px; } /* Feature Grid */ .tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 30px 0; } .tech-card { background-color: #f8fbfd; border: 1px solid var(--siraya-blue); padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); } .tech-card strong { color: var(--siraya-dark-blue); display: block; margin-bottom: 10px; font-size: 1.1rem; } /* Settings Table */ .settings-table { width: 100%; border-collapse: collapse; margin: 30px 0; box-shadow: 0 4px 10px rgba(0,0,0,0.05); } .settings-table th { background-color: var(--siraya-dark-blue); color: var(--white); padding: 15px; text-align: left; text-transform: uppercase; font-size: 0.9rem; } .settings-table td { border-bottom: 1px solid #eee; padding: 12px 15px; color: #444; } .settings-tab