MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 308: | Line 308: | ||
body.page-Main_Page #contentSub { | body.page-Main_Page #contentSub { | ||
display: none !important; | display: none !important; | ||
} | |||
/* ================================ | |||
Featured Guides Section | |||
================================ */ | |||
.timero-guides-section { | |||
width: min(1180px, calc(100% - 42px)); | |||
margin: 0 auto; | |||
padding: 72px 0 36px; | |||
} | |||
.timero-guides-head { | |||
text-align: center; | |||
margin-bottom: 38px; | |||
} | |||
.timero-guides-kicker { | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
min-height: 32px; | |||
padding: 0 18px; | |||
border-radius: 999px; | |||
border: 1px solid rgba(121, 82, 255, 0.35); | |||
background: rgba(62, 32, 110, 0.22); | |||
color: #9f73ff; | |||
font-size: 0.68rem; | |||
font-weight: 800; | |||
letter-spacing: 0.22em; | |||
text-transform: uppercase; | |||
margin-bottom: 18px; | |||
box-shadow: 0 0 0 1px rgba(255,255,255,0.03) inset; | |||
} | |||
.timero-guides-head h2 { | |||
margin: 0 0 10px; | |||
font-family: 'Barlow Condensed', sans-serif; | |||
font-size: clamp(2.2rem, 4vw, 3.5rem); | |||
line-height: 1; | |||
font-weight: 900; | |||
color: #ffffff; | |||
letter-spacing: -0.02em; | |||
border: none !important; | |||
text-shadow: 0 3px 12px rgba(0,0,0,0.22); | |||
} | |||
.timero-guides-head p { | |||
margin: 0; | |||
font-size: 1rem; | |||
color: rgba(108, 152, 214, 0.88); | |||
letter-spacing: 0.02em; | |||
} | |||
.timero-guides-grid { | |||
display: grid; | |||
grid-template-columns: repeat(3, 1fr); | |||
gap: 18px; | |||
} | |||
.timero-guide-card { | |||
border-radius: 22px; | |||
overflow: hidden; | |||
background: linear-gradient(180deg, #07111d 0%, #050b14 100%); | |||
border: 1px solid rgba(0, 212, 255, 0.12); | |||
box-shadow: | |||
0 20px 44px rgba(0,0,0,0.22), | |||
0 0 0 1px rgba(255,255,255,0.02) inset; | |||
transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; | |||
} | |||
.timero-guide-card:hover { | |||
transform: translateY(-4px); | |||
} | |||
.timero-guide-top { | |||
min-height: 122px; | |||
padding: 26px 26px 20px; | |||
border-bottom: 1px solid rgba(255,255,255,0.06); | |||
position: relative; | |||
} | |||
.timero-guide-bottom { | |||
padding: 20px 22px 22px; | |||
background: rgba(3, 9, 16, 0.72); | |||
} | |||
.timero-guide-icon { | |||
font-size: 1.85rem; | |||
margin-bottom: 12px; | |||
line-height: 1; | |||
} | |||
.timero-guide-label { | |||
font-size: 0.68rem; | |||
font-weight: 900; | |||
letter-spacing: 0.22em; | |||
text-transform: uppercase; | |||
margin-bottom: 8px; | |||
} | |||
.timero-guide-title { | |||
font-family: 'Barlow Condensed', sans-serif; | |||
font-size: 1.75rem; | |||
line-height: 1; | |||
font-weight: 800; | |||
color: #ffffff; | |||
text-shadow: 0 2px 8px rgba(0,0,0,0.2); | |||
} | |||
.timero-guide-desc { | |||
color: rgba(103, 146, 208, 0.9); | |||
font-size: 0.98rem; | |||
line-height: 1.85; | |||
margin-bottom: 18px; | |||
} | |||
.timero-guide-tags { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 8px; | |||
margin-bottom: 18px; | |||
} | |||
.timero-guide-tags span { | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
min-height: 28px; | |||
padding: 0 12px; | |||
border-radius: 999px; | |||
font-size: 0.78rem; | |||
font-weight: 800; | |||
letter-spacing: 0.02em; | |||
border: 1px solid currentColor; | |||
background: rgba(255,255,255,0.02); | |||
} | |||
.timero-guide-link a { | |||
font-family: 'Barlow Condensed', sans-serif; | |||
font-size: 1.02rem; | |||
font-weight: 800; | |||
letter-spacing: 0.06em; | |||
text-transform: uppercase; | |||
text-decoration: none !important; | |||
} | |||
.timero-guide-link a:hover { | |||
filter: brightness(1.08); | |||
text-decoration: none !important; | |||
} | |||
/* Green Card */ | |||
.timero-guide-card-green { | |||
border-color: rgba(0, 199, 122, 0.22); | |||
box-shadow: | |||
0 20px 44px rgba(0,0,0,0.22), | |||
0 0 0 1px rgba(255,255,255,0.02) inset, | |||
0 0 24px rgba(0, 199, 122, 0.06); | |||
} | |||
.timero-guide-card-green .timero-guide-top { | |||
background: linear-gradient(135deg, rgba(0, 112, 77, 0.34) 0%, rgba(0, 61, 58, 0.22) 100%); | |||
border-bottom-color: rgba(0, 199, 122, 0.18); | |||
} | |||
.timero-guide-card-green .timero-guide-icon, | |||
.timero-guide-card-green .timero-guide-label, | |||
.timero-guide-card-green .timero-guide-link a, | |||
.timero-guide-card-green .timero-guide-tags span { | |||
color: #00ff88 !important; | |||
} | |||
.timero-guide-card-green .timero-guide-tags span { | |||
background: rgba(0,255,136,0.08); | |||
border-color: rgba(0,255,136,0.28); | |||
} | |||
/* Red Card */ | |||
.timero-guide-card-red { | |||
border-color: rgba(255, 47, 92, 0.22); | |||
box-shadow: | |||
0 20px 44px rgba(0,0,0,0.22), | |||
0 0 0 1px rgba(255,255,255,0.02) inset, | |||
0 0 24px rgba(255, 47, 92, 0.05); | |||
} | |||
.timero-guide-card-red .timero-guide-top { | |||
background: linear-gradient(135deg, rgba(70, 17, 40, 0.58) 0%, rgba(34, 20, 70, 0.30) 100%); | |||
border-bottom-color: rgba(255, 47, 92, 0.16); | |||
} | |||
.timero-guide-card-red .timero-guide-icon, | |||
.timero-guide-card-red .timero-guide-label, | |||
.timero-guide-card-red .timero-guide-link a, | |||
.timero-guide-card-red .timero-guide-tags span { | |||
color: #ff355e !important; | |||
} | |||
.timero-guide-card-red .timero-guide-tags span { | |||
background: rgba(255,53,94,0.08); | |||
border-color: rgba(255,53,94,0.26); | |||
} | |||
/* Gold Card */ | |||
.timero-guide-card-gold { | |||
border-color: rgba(255, 176, 32, 0.22); | |||
box-shadow: | |||
0 20px 44px rgba(0,0,0,0.22), | |||
0 0 0 1px rgba(255,255,255,0.02) inset, | |||
0 0 24px rgba(255, 176, 32, 0.05); | |||
} | |||
.timero-guide-card-gold .timero-guide-top { | |||
background: linear-gradient(135deg, rgba(70, 52, 17, 0.42) 0%, rgba(36, 36, 36, 0.18) 100%); | |||
border-bottom-color: rgba(255, 176, 32, 0.16); | |||
} | |||
.timero-guide-card-gold .timero-guide-icon, | |||
.timero-guide-card-gold .timero-guide-label, | |||
.timero-guide-card-gold .timero-guide-link a, | |||
.timero-guide-card-gold .timero-guide-tags span { | |||
color: #ffb020 !important; | |||
} | |||
.timero-guide-card-gold .timero-guide-tags span { | |||
background: rgba(255,176,32,0.08); | |||
border-color: rgba(255,176,32,0.24); | |||
} | |||
/* Responsive */ | |||
@media (max-width: 980px) { | |||
.timero-guides-grid { | |||
grid-template-columns: 1fr; | |||
} | |||
} | } | ||
Revision as of 21:50, 12 April 2026
/* ═══════════════════════════════════════════════════════════════════
MediaWiki:Common.css — TimeRO Wiki Design System
Strategy:
1) Keep Main Page as special landing page
2) Apply a safe dark theme globally to the rest of the wiki
3) Preserve readability for normal articles, tables, and forms
═══════════════════════════════════════════════════════════════════ */
/* ── Fonts ─────────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Rajdhani:wght@400;500;600;700&family=Share+Tech+Mono&display=swap');
/* ═══════════════════════════════════════════════════════════════════
1) GLOBAL THEME — ALL WIKI PAGES
═══════════════════════════════════════════════════════════════════ */
html,
body {
background: #05080f !important;
color: #e8eef8;
font-family: 'Rajdhani', 'Segoe UI', system-ui, sans-serif;
}
/* Main wiki containers */
body:not(.page-Main_Page) #content,
body:not(.page-Main_Page) .mw-body {
background: linear-gradient(180deg, #05080f 0%, #08111d 100%) !important;
color: #e8eef8 !important;
border: 1px solid rgba(255,255,255,0.05);
box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
/* Keep normal pages readable and centered */
body:not(.page-Main_Page) #bodyContent,
body:not(.page-Main_Page) .mw-body-content,
body:not(.page-Main_Page) .mw-parser-output {
color: #e8eef8 !important;
}
/* Typography */
.mw-body,
#content,
.mw-parser-output,
.vector-body,
.vector-body p,
.vector-body li,
.vector-body dd,
.vector-body dt,
.vector-body td,
.vector-body th {
font-family: 'Rajdhani', 'Segoe UI', system-ui, sans-serif;
color: #dfe9f7;
}
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6,
#firstHeading,
.mw-first-heading {
font-family: 'Barlow Condensed', 'Segoe UI', system-ui, sans-serif;
color: #ffffff !important;
letter-spacing: 0.02em;
}
/* Heading lines for normal pages */
body:not(.page-Main_Page) .mw-body h2,
body:not(.page-Main_Page) .mw-body h3 {
border-bottom: 1px solid rgba(0,212,255,0.14);
padding-bottom: 6px;
}
/* Links */
.mw-body a,
.mw-parser-output a,
.vector-body a {
color: #33cfff;
text-decoration: none;
}
.mw-body a:hover,
.mw-parser-output a:hover,
.vector-body a:hover {
color: #9b6bff !important;
text-decoration: underline;
}
/* Visited links */
.mw-body a:visited,
.mw-parser-output a:visited {
color: #7fdcff !important;
}
/* Lists */
.mw-parser-output ul,
.mw-parser-output ol {
padding-left: 1.6rem;
}
/* Horizontal rules */
.mw-parser-output hr {
border: none;
border-top: 1px solid rgba(255,255,255,0.08);
margin: 24px 0;
}
/* Blockquotes */
.mw-parser-output blockquote {
background: rgba(255,255,255,0.03);
border-left: 3px solid rgba(0,212,255,0.35);
padding: 14px 16px;
color: #d5e4f5;
border-radius: 10px;
}
/* Code / pre */
.mw-parser-output code,
.mw-parser-output pre,
.mw-code {
background: rgba(0,0,0,0.28) !important;
color: #d8f2ff !important;
border: 1px solid rgba(255,255,255,0.08);
border-radius: 8px;
}
.mw-parser-output pre {
padding: 14px;
overflow: auto;
}
/* Table of contents */
#toc,
.toc,
.mw-parser-output .toc {
background: rgba(8,18,32,0.92) !important;
border: 1px solid rgba(0,212,255,0.14) !important;
border-radius: 14px;
padding: 12px 14px;
color: #e8eef8;
}
#toc .toctitle,
.toc .toctitle {
color: #ffffff;
font-family: 'Barlow Condensed', sans-serif;
}
/* Wikitables */
.wikitable,
table.wikitable {
background: rgba(10,20,36,0.92) !important;
color: #e8eef8 !important;
border: 1px solid rgba(0,212,255,0.16) !important;
border-collapse: collapse;
}
.wikitable th,
table.wikitable th {
background: rgba(0,212,255,0.10) !important;
color: #ffffff !important;
border: 1px solid rgba(255,255,255,0.08) !important;
font-weight: 700;
}
.wikitable td,
table.wikitable td {
background: rgba(255,255,255,0.02) !important;
color: #dfe9f7 !important;
border: 1px solid rgba(255,255,255,0.08) !important;
}
/* Forms / inputs */
input,
select,
textarea,
button {
font-family: 'Rajdhani', 'Segoe UI', system-ui, sans-serif;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
background: rgba(12,18,28,0.95) !important;
color: #eef6ff !important;
border: 1px solid rgba(255,255,255,0.12) !important;
border-radius: 10px;
}
input:focus,
select:focus,
textarea:focus {
outline: none;
border-color: rgba(0,212,255,0.45) !important;
box-shadow: 0 0 0 3px rgba(0,212,255,0.12);
}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
.mw-htmlform input[type="submit"] {
background: linear-gradient(135deg, #00d4ff, #7a37ff) !important;
color: #fff !important;
border: none !important;
border-radius: 10px;
font-weight: 700;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(0,212,255,0.25);
}
/* Search box / interface bits */
.vector-search-box-input,
.cdx-text-input__input {
background: rgba(12,18,28,0.95) !important;
color: #eef6ff !important;
border-color: rgba(255,255,255,0.12) !important;
}
/* Tabs / page actions */
.vector-page-toolbar,
.vector-page-tools,
.vector-pinnable-element,
.vector-column-end,
.vector-sticky-pinned-container {
color: #dfe9f7;
}
/* Sidebar / navigation */
#mw-panel,
.vector-column-start,
.vector-sidebar,
.vector-menu {
background: transparent;
}
#mw-panel a,
.vector-column-start a,
.vector-menu a {
color: #bfe8ff !important;
}
#mw-panel a:hover,
.vector-column-start a:hover,
.vector-menu a:hover {
color: #ffffff !important;
}
/* Categories */
.catlinks {
background: rgba(10,20,36,0.88) !important;
border: 1px solid rgba(255,255,255,0.08) !important;
border-radius: 12px;
padding: 10px 12px;
}
/* Images and thumbs */
.thumbinner,
div.thumbinner {
background: rgba(255,255,255,0.03) !important;
border: 1px solid rgba(255,255,255,0.08) !important;
border-radius: 12px;
}
/* Message boxes */
.messagebox,
.ambox,
.tmbox,
.cmbox,
.ombox {
background: rgba(10,20,36,0.90) !important;
color: #eef6ff !important;
border: 1px solid rgba(0,212,255,0.16) !important;
border-radius: 12px;
}
/* ═══════════════════════════════════════════════════════════════════
2) MAIN PAGE ONLY — KEEP SPECIAL LANDING PAGE BEHAVIOR
═══════════════════════════════════════════════════════════════════ */
body.page-Main_Page #content,
body.page-Main_Page .mw-body {
padding: 0 !important;
border: none !important;
background: transparent !important;
box-shadow: none !important;
}
body.page-Main_Page #bodyContent,
body.page-Main_Page .mw-body-content,
body.page-Main_Page .mw-parser-output {
background: transparent !important;
padding: 0 !important;
}
body.page-Main_Page #firstHeading,
body.page-Main_Page .mw-first-heading,
body.page-Main_Page #contentSub {
display: none !important;
}
/* ================================
Featured Guides Section
================================ */
.timero-guides-section {
width: min(1180px, calc(100% - 42px));
margin: 0 auto;
padding: 72px 0 36px;
}
.timero-guides-head {
text-align: center;
margin-bottom: 38px;
}
.timero-guides-kicker {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 32px;
padding: 0 18px;
border-radius: 999px;
border: 1px solid rgba(121, 82, 255, 0.35);
background: rgba(62, 32, 110, 0.22);
color: #9f73ff;
font-size: 0.68rem;
font-weight: 800;
letter-spacing: 0.22em;
text-transform: uppercase;
margin-bottom: 18px;
box-shadow: 0 0 0 1px rgba(255,255,255,0.03) inset;
}
.timero-guides-head h2 {
margin: 0 0 10px;
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(2.2rem, 4vw, 3.5rem);
line-height: 1;
font-weight: 900;
color: #ffffff;
letter-spacing: -0.02em;
border: none !important;
text-shadow: 0 3px 12px rgba(0,0,0,0.22);
}
.timero-guides-head p {
margin: 0;
font-size: 1rem;
color: rgba(108, 152, 214, 0.88);
letter-spacing: 0.02em;
}
.timero-guides-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.timero-guide-card {
border-radius: 22px;
overflow: hidden;
background: linear-gradient(180deg, #07111d 0%, #050b14 100%);
border: 1px solid rgba(0, 212, 255, 0.12);
box-shadow:
0 20px 44px rgba(0,0,0,0.22),
0 0 0 1px rgba(255,255,255,0.02) inset;
transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.timero-guide-card:hover {
transform: translateY(-4px);
}
.timero-guide-top {
min-height: 122px;
padding: 26px 26px 20px;
border-bottom: 1px solid rgba(255,255,255,0.06);
position: relative;
}
.timero-guide-bottom {
padding: 20px 22px 22px;
background: rgba(3, 9, 16, 0.72);
}
.timero-guide-icon {
font-size: 1.85rem;
margin-bottom: 12px;
line-height: 1;
}
.timero-guide-label {
font-size: 0.68rem;
font-weight: 900;
letter-spacing: 0.22em;
text-transform: uppercase;
margin-bottom: 8px;
}
.timero-guide-title {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.75rem;
line-height: 1;
font-weight: 800;
color: #ffffff;
text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.timero-guide-desc {
color: rgba(103, 146, 208, 0.9);
font-size: 0.98rem;
line-height: 1.85;
margin-bottom: 18px;
}
.timero-guide-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 18px;
}
.timero-guide-tags span {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 28px;
padding: 0 12px;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.02em;
border: 1px solid currentColor;
background: rgba(255,255,255,0.02);
}
.timero-guide-link a {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.02rem;
font-weight: 800;
letter-spacing: 0.06em;
text-transform: uppercase;
text-decoration: none !important;
}
.timero-guide-link a:hover {
filter: brightness(1.08);
text-decoration: none !important;
}
/* Green Card */
.timero-guide-card-green {
border-color: rgba(0, 199, 122, 0.22);
box-shadow:
0 20px 44px rgba(0,0,0,0.22),
0 0 0 1px rgba(255,255,255,0.02) inset,
0 0 24px rgba(0, 199, 122, 0.06);
}
.timero-guide-card-green .timero-guide-top {
background: linear-gradient(135deg, rgba(0, 112, 77, 0.34) 0%, rgba(0, 61, 58, 0.22) 100%);
border-bottom-color: rgba(0, 199, 122, 0.18);
}
.timero-guide-card-green .timero-guide-icon,
.timero-guide-card-green .timero-guide-label,
.timero-guide-card-green .timero-guide-link a,
.timero-guide-card-green .timero-guide-tags span {
color: #00ff88 !important;
}
.timero-guide-card-green .timero-guide-tags span {
background: rgba(0,255,136,0.08);
border-color: rgba(0,255,136,0.28);
}
/* Red Card */
.timero-guide-card-red {
border-color: rgba(255, 47, 92, 0.22);
box-shadow:
0 20px 44px rgba(0,0,0,0.22),
0 0 0 1px rgba(255,255,255,0.02) inset,
0 0 24px rgba(255, 47, 92, 0.05);
}
.timero-guide-card-red .timero-guide-top {
background: linear-gradient(135deg, rgba(70, 17, 40, 0.58) 0%, rgba(34, 20, 70, 0.30) 100%);
border-bottom-color: rgba(255, 47, 92, 0.16);
}
.timero-guide-card-red .timero-guide-icon,
.timero-guide-card-red .timero-guide-label,
.timero-guide-card-red .timero-guide-link a,
.timero-guide-card-red .timero-guide-tags span {
color: #ff355e !important;
}
.timero-guide-card-red .timero-guide-tags span {
background: rgba(255,53,94,0.08);
border-color: rgba(255,53,94,0.26);
}
/* Gold Card */
.timero-guide-card-gold {
border-color: rgba(255, 176, 32, 0.22);
box-shadow:
0 20px 44px rgba(0,0,0,0.22),
0 0 0 1px rgba(255,255,255,0.02) inset,
0 0 24px rgba(255, 176, 32, 0.05);
}
.timero-guide-card-gold .timero-guide-top {
background: linear-gradient(135deg, rgba(70, 52, 17, 0.42) 0%, rgba(36, 36, 36, 0.18) 100%);
border-bottom-color: rgba(255, 176, 32, 0.16);
}
.timero-guide-card-gold .timero-guide-icon,
.timero-guide-card-gold .timero-guide-label,
.timero-guide-card-gold .timero-guide-link a,
.timero-guide-card-gold .timero-guide-tags span {
color: #ffb020 !important;
}
.timero-guide-card-gold .timero-guide-tags span {
background: rgba(255,176,32,0.08);
border-color: rgba(255,176,32,0.24);
}
/* Responsive */
@media (max-width: 980px) {
.timero-guides-grid {
grid-template-columns: 1fr;
}
}
/* ═══════════════════════════════════════════════════════════════════
3) TIMERO CUSTOM COMPONENT SYSTEM
═══════════════════════════════════════════════════════════════════ */
@keyframes timero-pulse-glow {
0%, 100% { box-shadow: 0 0 20px rgba(0, 212, 255, 0.2); }
50% { box-shadow: 0 0 40px rgba(0, 212, 255, 0.5); }
}
@keyframes timero-fade-up {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes timero-shimmer {
0% { background-position: -200% center; }
60%, 100% { background-position: 200% center; }
}
@keyframes timero-blink {
0%, 100% { opacity: 1; }
50% { opacity: 0.25; }
}
@keyframes timero-grid-drift {
from { background-position: 0 0; }
to { background-position: 0 48px; }
}
.timero-wiki-root,
.timero-wiki-root * {
font-family: 'Rajdhani', 'Segoe UI', system-ui, sans-serif;
box-sizing: border-box;
}
.timero-wiki-root {
display: block;
margin: -1em -1.5em;
background: #05080f;
min-height: 100vh;
color: #e8eef8;
}
.timero-wiki-root h2 {
font-family: 'Barlow Condensed', 'Segoe UI', system-ui, sans-serif;
border: none !important;
border-bottom: none !important;
}
.timero-hero {
position: relative;
background: linear-gradient(160deg, #02040a 0%, #071020 40%, #0a1628 70%, #06101e 100%);
padding: 64px 48px 52px;
text-align: center;
overflow: hidden;
border-bottom: 1px solid rgba(0,212,255,0.15);
animation: timero-fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.timero-hero > div:first-child {
animation: timero-grid-drift 8s linear infinite;
}
.timero-hero [style*="width:7px"] {
animation: timero-blink 1.6s ease-in-out infinite;
}
.timero-grid {
display: grid;
gap: 16px;
}
.timero-grid-2 {
grid-template-columns: repeat(2, 1fr);
}
.timero-grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.timero-grid-4 {
grid-template-columns: repeat(4, 1fr);
}
.timero-section {
background: #07101e;
padding: 56px 48px;
border-bottom: 1px solid rgba(255,255,255,0.06);
}
.timero-card {
background: linear-gradient(160deg, rgba(10,20,36,0.9), rgba(6,12,24,0.95));
border: 1px solid rgba(0,212,255,0.16);
border-radius: 18px;
padding: 28px 22px;
position: relative;
overflow: hidden;
transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
box-shadow 0.25s ease,
border-color 0.25s ease;
}
.timero-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 50px rgba(0, 212, 255, 0.18);
}
.timero-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px 18px;
border-radius: 12px;
background: linear-gradient(135deg, #00d4ff, #7a37ff);
color: #ffffff !important;
text-decoration: none !important;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
box-shadow: 0 12px 36px rgba(0,212,255,0.25);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.timero-btn:hover {
transform: translateY(-3px);
box-shadow: 0 18px 50px rgba(0, 212, 255, 0.35);
text-decoration: none !important;
color: #ffffff !important;
}
/* Keep custom links inside landing blocks neutral when needed */
.timero-wiki-root .timero-card a {
color: inherit !important;
}
/* ═══════════════════════════════════════════════════════════════════
4) RESPONSIVE
═══════════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
.timero-grid-4 {
grid-template-columns: repeat(2, 1fr);
}
.timero-grid-3 {
grid-template-columns: repeat(2, 1fr);
}
.timero-grid-2 {
grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {
.timero-grid-4,
.timero-grid-3,
.timero-grid-2 {
grid-template-columns: 1fr;
}
.timero-section,
.timero-hero {
padding-left: 20px !important;
padding-right: 20px !important;
}
.timero-hero [style*="display:flex;gap:12px;justify-content:center"] {
flex-direction: column !important;
align-items: center !important;
}
}
/* ═══════════════════════════════════════════════════════════════════
5) PRINT
═══════════════════════════════════════════════════════════════════ */
@media print {
.timero-hero [style*="position:absolute"] {
display: none !important;
}
.timero-wiki-root [style*="background:linear-gradient"] {
background: #f0f0f0 !important;
}
}
/* ═══════════════════════════════════════════════════════════════════
TIME RO WIKI — SKIN CHROME STYLING
Styles Vector header, sidebar, tabs, and footer
═══════════════════════════════════════════════════════════════════ */
/* PAGE SHELL */
body {
background: #05080f !important;
color: #e8eef8 !important;
}
/* TOP HEADER / SKIN BAR */
.vector-sticky-header,
.vector-header,
#mw-page-base,
#mw-head,
.vector-page-toolbar,
.vector-pinnable-header,
.vector-pinnable-element {
background: linear-gradient(180deg, #07101e 0%, #0a1628 100%) !important;
color: #e8eef8 !important;
border-color: rgba(255,255,255,0.08) !important;
box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
/* SITE LOGO / WORDMARK AREA */
.vector-header-container,
.vector-header-start,
.vector-header-end {
background: transparent !important;
}
/* HEADER LINKS / BUTTONS */
.vector-header a,
.vector-sticky-header a,
.vector-page-toolbar a,
.vector-pinnable-header a,
#mw-head a {
color: #c8ecff !important;
}
.vector-header a:hover,
.vector-sticky-header a:hover,
.vector-page-toolbar a:hover,
.vector-pinnable-header a:hover,
#mw-head a:hover {
color: #ffffff !important;
text-decoration: none !important;
}
/* PAGE TABS / ACTIONS */
.vector-menu-tabs .vector-menu-content-list,
.vector-menu-tabs-legacy .vector-menu-content-list,
.vector-page-toolbar-container,
.vector-user-links {
background: transparent !important;
}
.vector-menu-tabs li,
.vector-menu-tabs-legacy li {
background: transparent !important;
border-color: rgba(255,255,255,0.08) !important;
}
.vector-menu-tabs li a,
.vector-menu-tabs-legacy li a {
color: #d8efff !important;
}
.vector-menu-tabs .selected a,
.vector-menu-tabs-legacy .selected a {
color: #ffffff !important;
border-bottom: 2px solid #00d4ff !important;
}
/* SEARCH */
.vector-search-box-input,
.cdx-text-input__input,
#searchInput {
background: rgba(10,18,30,0.95) !important;
color: #eef6ff !important;
border: 1px solid rgba(255,255,255,0.12) !important;
border-radius: 10px !important;
}
.vector-search-box-input:focus,
.cdx-text-input__input:focus,
#searchInput:focus {
border-color: rgba(0,212,255,0.45) !important;
box-shadow: 0 0 0 3px rgba(0,212,255,0.12) !important;
}
/* LEFT SIDEBAR */
#mw-panel,
.vector-column-start,
.vector-sidebar,
.vector-sidebar-container,
.vector-menu,
.vector-menu-portal,
.vector-pinnable-element,
.vector-toc {
background: linear-gradient(180deg, #07101e 0%, #081423 100%) !important;
color: #dfe9f7 !important;
border-color: rgba(255,255,255,0.06) !important;
}
/* SIDEBAR SECTION TITLES */
.vector-menu-heading,
#mw-panel h3,
.portal h3 {
color: #ffffff !important;
font-family: 'Barlow Condensed', 'Segoe UI', sans-serif !important;
letter-spacing: 0.04em;
text-transform: uppercase;
font-weight: 700;
}
/* SIDEBAR LINKS */
#mw-panel a,
.vector-column-start a,
.vector-sidebar a,
.vector-menu a,
.portal a {
color: #bfe8ff !important;
text-decoration: none !important;
}
#mw-panel a:hover,
.vector-column-start a:hover,
.vector-sidebar a:hover,
.vector-menu a:hover,
.portal a:hover {
color: #ffffff !important;
text-decoration: none !important;
}
/* SIDEBAR BLOCK SEPARATORS */
.vector-menu-portal,
.portal {
border-bottom: 1px solid rgba(255,255,255,0.05) !important;
padding-bottom: 10px;
margin-bottom: 10px;
}
/* CONTENT WRAPPER */
.vector-column-end,
.vector-body,
.mw-body,
#content {
color: #e8eef8 !important;
}
/* FOOTER */
#footer,
.mw-footer,
.vector-footer-container,
footer {
background: linear-gradient(180deg, #07101e 0%, #05080f 100%) !important;
color: #a9bfd8 !important;
border-top: 1px solid rgba(255,255,255,0.08) !important;
margin-top: 40px;
}
/* FOOTER LINKS */
#footer a,
.mw-footer a,
.vector-footer a,
.vector-footer-container a {
color: #8fdfff !important;
text-decoration: none !important;
}
#footer a:hover,
.mw-footer a:hover,
.vector-footer a:hover,
.vector-footer-container a:hover {
color: #ffffff !important;
text-decoration: none !important;
}
/* FOOTER LISTS */
#footer ul,
.mw-footer ul,
.vector-footer ul {
color: #a9bfd8 !important;
}
/* LOGO / WORDMARK TEXT IF PRESENT */
.mw-wiki-logo,
.vector-header-container .mw-logo,
.vector-header-container .mw-logo-wordmark,
.vector-header-container .mw-logo-tagline {
filter: drop-shadow(0 0 10px rgba(0,212,255,0.18));
}
/* PERSONAL TOOLS / USER MENU */
.vector-user-links,
.vector-user-menu,
#p-personal,
#p-vector-user-menu-overflow {
background: transparent !important;
color: #dfe9f7 !important;
}
/* SMALL CHROME BUTTONS */
.cdx-button,
.vector-button,
button.vector-menu-heading {
border-radius: 10px !important;
}
/* OPTIONAL: make sidebar and content visually match */
.vector-column-start,
.vector-column-end {
background: transparent !important;
}