MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* ═══════════════════════════════════════════════════════════════════ | /* ═══════════════════════════════════════════════════════════════════ | ||
TimeRO Wiki — Unified Dark System | TimeRO Wiki — Unified Dark Wiki System | ||
- Main Page stays special | |||
- All other pages use the same dark shell | |||
- No paragraph balloons | |||
- No guide roots bleeding outside #content | |||
- Header / sidebar / footer all black gradient | |||
═══════════════════════════════════════════════════════════════════ */ | ═══════════════════════════════════════════════════════════════════ */ | ||
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Rajdhani:wght@400;500;600;700 | @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Rajdhani:wght@400;500;600;700&display=swap'); | ||
/* ================================================================ | /* ================================================================ | ||
| Line 12: | Line 14: | ||
================================================================ */ | ================================================================ */ | ||
:root { | :root { | ||
--timero-bg-0: # | --timero-bg-0: #03060b; | ||
--timero-bg-1: # | --timero-bg-1: #060d18; | ||
--timero-bg-2: # | --timero-bg-2: #091320; | ||
--timero-bg-3: # | --timero-bg-3: #0d1828; | ||
--timero-panel: rgba(8, | --timero-panel: rgba(8, 16, 28, 0.96); | ||
--timero-panel-2: rgba(10, | --timero-panel-2: rgba(10, 20, 34, 0.98); | ||
--timero-panel-soft: rgba(255,255,255,0.03); | --timero-panel-soft: rgba(255,255,255,0.03); | ||
--timero-text: #e8eef8; | --timero-text: #e8eef8; | ||
--timero-text-soft: # | --timero-text-soft: #d3ddeb; | ||
--timero-text-muted: # | --timero-text-muted: #7e99bb; | ||
--timero-cyan: #00d4ff; | --timero-cyan: #00d4ff; | ||
--timero-cyan- | --timero-cyan-line: rgba(0,212,255,0.18); | ||
--timero-cyan- | --timero-cyan-soft: rgba(0,212,255,0.10); | ||
--timero-purple: #8f63ff; | --timero-purple: #8f63ff; | ||
--timero-gold: #ffb020; | --timero-gold: #ffb020; | ||
--timero-green: #00ff88; | --timero-green: #00ff88; | ||
--timero-red: #ff355e; | --timero-red: #ff355e; | ||
--timero-orange: # | --timero-orange: #ff7a00; | ||
--timero-border: rgba(255,255,255,0.08); | --timero-border: rgba(255,255,255,0.08); | ||
| Line 46: | Line 47: | ||
--timero-radius-md: 12px; | --timero-radius-md: 12px; | ||
--timero-article-px: | --timero-article-px: 28px; | ||
--timero-article-py-top: | --timero-article-py-top: 24px; | ||
--timero-article-py-bottom: | --timero-article-py-bottom: 30px; | ||
} | } | ||
| Line 57: | Line 58: | ||
body { | body { | ||
background: | background: | ||
radial-gradient(circle at | radial-gradient(circle at 12% 10%, rgba(0,212,255,0.04), transparent 18%), | ||
radial-gradient(circle at 85% 12%, rgba(143,99,255,0. | radial-gradient(circle at 85% 12%, rgba(143,99,255,0.04), transparent 18%), | ||
linear-gradient(180deg, var(--timero-bg-0) 0%, var(--timero-bg-1) 45%, var(--timero-bg-2) 100%) !important; | linear-gradient(180deg, var(--timero-bg-0) 0%, var(--timero-bg-1) 45%, var(--timero-bg-2) 100%) !important; | ||
color: var(--timero-text) !important; | color: var(--timero-text) !important; | ||
| Line 93: | Line 94: | ||
box-shadow: none !important; | box-shadow: none !important; | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
margin-top: 0 !important; | |||
} | } | ||
| Line 110: | Line 112: | ||
/* ================================================================ | /* ================================================================ | ||
HEADER / TOP CHROME — GLOBAL DARK | |||
================================================================ */ | ================================================================ */ | ||
.vector-sticky-header, | .vector-sticky-header, | ||
| Line 119: | Line 121: | ||
.vector-page-toolbar, | .vector-page-toolbar, | ||
.vector-pinnable-header, | .vector-pinnable-header, | ||
.vector-pinnable-element | .vector-pinnable-element, | ||
.vector-header-container, | .vector-header-container, | ||
.vector-header-start, | .vector-header-start, | ||
| Line 134: | Line 130: | ||
#p-personal, | #p-personal, | ||
#p-vector-user-menu-overflow { | #p-vector-user-menu-overflow { | ||
background: | background: linear-gradient(180deg, #05080f 0%, #07111b 100%) !important; | ||
color: var(--timero-text) !important; | |||
border-color: rgba(255,255,255,0.06) !important; | |||
box-shadow: none !important; | box-shadow: none !important; | ||
} | |||
#mw-head, | |||
#mw-navigation, | |||
.vector-header, | |||
.vector-page-toolbar, | |||
.vector-sticky-header { | |||
border-bottom: 1px solid rgba(255,255,255,0.05) !important; | |||
} | } | ||
| Line 144: | Line 150: | ||
#mw-head a, | #mw-head a, | ||
#mw-navigation a { | #mw-navigation a { | ||
color: # | color: #cce6ff !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
| Line 159: | Line 165: | ||
.vector-menu-tabs .vector-menu-content-list, | .vector-menu-tabs .vector-menu-content-list, | ||
.vector-menu-tabs-legacy .vector-menu-content-list | .vector-menu-tabs-legacy .vector-menu-content-list { | ||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
| Line 181: | Line 186: | ||
} | } | ||
/* search */ | |||
.vector-search-box-input, | |||
.cdx-text-input__input, | |||
#searchInput { | |||
background: rgba(7, 12, 20, 0.95) !important; | |||
color: #eef6ff !important; | |||
border: 1px solid rgba(255,255,255,0.10) !important; | |||
border-radius: 12px !important; | |||
box-shadow: none !important; | |||
} | |||
/* ================================================================ | |||
SIDEBAR — GLOBAL DARK | |||
================================================================ */ | |||
#mw-panel, | #mw-panel, | ||
.vector-column-start, | .vector-column-start, | ||
| Line 187: | Line 206: | ||
.vector-menu, | .vector-menu, | ||
.vector-menu-portal, | .vector-menu-portal, | ||
.vector-toc { | .vector-toc, | ||
background: linear-gradient(180deg, # | .portal { | ||
background: linear-gradient(180deg, #05080f 0%, #07111a 100%) !important; | |||
color: #dfe9f7 !important; | color: #dfe9f7 !important; | ||
border-color: rgba(255,255,255,0. | border-color: rgba(255,255,255,0.05) !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
| Line 199: | Line 219: | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | } | ||
| Line 236: | Line 255: | ||
/* ================================================================ | /* ================================================================ | ||
NON-MAIN PAGES | ARTICLE SHELL — ALL NON-MAIN PAGES | ||
================================================================ */ | ================================================================ */ | ||
body:not(.page-Main_Page) #content, | body:not(.page-Main_Page) #content, | ||
body:not(.page-Main_Page) .mw-body { | body:not(.page-Main_Page) .mw-body { | ||
background: | background: linear-gradient(180deg, rgba(9,18,31,0.96) 0%, rgba(6,12,22,0.98) 100%) !important; | ||
color: var(--timero-text) !important; | color: var(--timero-text) !important; | ||
border: 1px solid var(--timero-border) !important; | border: 1px solid var(--timero-border) !important; | ||
border-radius: var(--timero-radius-xl) !important; | border-radius: var(--timero-radius-xl) !important; | ||
box-shadow: var(--timero-shadow-lg); | box-shadow: var(--timero-shadow-lg) !important; | ||
margin-top: 16px !important; | margin-top: 16px !important; | ||
overflow: hidden; | overflow: hidden !important; | ||
position: relative; | position: relative; | ||
max-width: none !important; | |||
} | } | ||
| Line 255: | Line 274: | ||
content: ""; | content: ""; | ||
display: block; | display: block; | ||
height: | height: 2px; | ||
background: linear-gradient(90deg | background: linear-gradient(90deg, var(--timero-cyan), var(--timero-purple)); | ||
opacity: 0. | opacity: 0.95; | ||
} | } | ||
| Line 544: | Line 563: | ||
/* ================================================================ | /* ================================================================ | ||
CUSTOM GUIDE | CUSTOM GUIDE ROOTS | ||
Fit perfectly inside #content with NO external bleed | |||
================================================================ */ | ================================================================ */ | ||
.timero-wiki-root, | |||
#farming-guide-root, | |||
#leveling-guide-root, | |||
#mvp-guide-root { | |||
display: block; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
width: 100% !important; | |||
max-width: 100% !important; | |||
min-width: 0 !important; | |||
min-height: 0 !important; | |||
background: #05080f; | |||
color: #e8eef8; | |||
overflow-x: hidden !important; | |||
box-sizing: border-box !important; | |||
} | |||
.timero-wiki-root > div, | |||
#farming-guide-root > div, | |||
#leveling-guide-root > div, | |||
#mvp-guide-root > div { | |||
width: 100% !important; | width: 100% !important; | ||
max-width: 100% !important; | max-width: 100% !important; | ||
min-width: 0 !important; | |||
box-sizing: border-box !important; | |||
} | } | ||
| Line 559: | Line 596: | ||
.timero-wiki-root *, | .timero-wiki-root *, | ||
#farming-guide-root, | #farming-guide-root, | ||
#farming-guide-root * { | #farming-guide-root *, | ||
#leveling-guide-root, | |||
#leveling-guide-root *, | |||
#mvp-guide-root, | |||
#mvp-guide-root * { | |||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
| Line 574: | Line 615: | ||
#farming-guide-root h4, | #farming-guide-root h4, | ||
#farming-guide-root h5, | #farming-guide-root h5, | ||
#farming-guide-root h6 { | #farming-guide-root h6, | ||
#leveling-guide-root h1, | |||
#leveling-guide-root h2, | |||
#leveling-guide-root h3, | |||
#leveling-guide-root h4, | |||
#leveling-guide-root h5, | |||
#leveling-guide-root h6, | |||
#mvp-guide-root h1, | |||
#mvp-guide-root h2, | |||
#mvp-guide-root h3, | |||
#mvp-guide-root h4, | |||
#mvp-guide-root h5, | |||
#mvp-guide-root h6 { | |||
font-family: 'Barlow Condensed', 'Segoe UI', sans-serif !important; | font-family: 'Barlow Condensed', 'Segoe UI', sans-serif !important; | ||
border: none !important; | border: none !important; | ||
border-bottom: none !important; | border-bottom: none !important; | ||
padding-bottom: 0 !important; | |||
} | } | ||
| Line 583: | Line 637: | ||
.timero-wiki-root a.extiw::after, | .timero-wiki-root a.extiw::after, | ||
#farming-guide-root a.external::after, | #farming-guide-root a.external::after, | ||
#farming-guide-root a.extiw::after { | #farming-guide-root a.extiw::after, | ||
#leveling-guide-root a.external::after, | |||
#leveling-guide-root a.extiw::after, | |||
#mvp-guide-root a.external::after, | |||
#mvp-guide-root a.extiw::after { | |||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* neutralize parser/code pollution inside custom roots */ | ||
.timero-wiki-root pre, | .timero-wiki-root pre, | ||
.timero-wiki-root code, | .timero-wiki-root code, | ||
| Line 593: | Line 651: | ||
#farming-guide-root pre, | #farming-guide-root pre, | ||
#farming-guide-root code, | #farming-guide-root code, | ||
#farming-guide-root .mw-code { | #farming-guide-root .mw-code, | ||
#leveling-guide-root pre, | |||
#leveling-guide-root code, | |||
#leveling-guide-root .mw-code, | |||
#mvp-guide-root pre, | |||
#mvp-guide-root code, | |||
#mvp-guide-root .mw-code { | |||
background: transparent !important; | background: transparent !important; | ||
border: 0 !important; | border: 0 !important; | ||
| Line 601: | Line 665: | ||
.timero-wiki-root pre, | .timero-wiki-root pre, | ||
#farming-guide-root pre { | #farming-guide-root pre, | ||
#leveling-guide-root pre, | |||
#mvp-guide-root pre { | |||
display: inline !important; | display: inline !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
| Line 610: | Line 676: | ||
.timero-wiki-root code, | .timero-wiki-root code, | ||
#farming-guide-root code { | #farming-guide-root code, | ||
#leveling-guide-root code, | |||
#mvp-guide-root code { | |||
padding: 0 !important; | padding: 0 !important; | ||
} | |||
/* when a page uses a custom guide root, remove duplicate wiki title / subtitle */ | |||
body:not(.page-Main_Page):has(.timero-wiki-root) #firstHeading, | |||
body:not(.page-Main_Page):has(.timero-wiki-root) .mw-first-heading, | |||
body:not(.page-Main_Page):has(.timero-wiki-root) #contentSub, | |||
body:not(.page-Main_Page):has(#farming-guide-root) #firstHeading, | |||
body:not(.page-Main_Page):has(#farming-guide-root) .mw-first-heading, | |||
body:not(.page-Main_Page):has(#farming-guide-root) #contentSub, | |||
body:not(.page-Main_Page):has(#leveling-guide-root) #firstHeading, | |||
body:not(.page-Main_Page):has(#leveling-guide-root) .mw-first-heading, | |||
body:not(.page-Main_Page):has(#leveling-guide-root) #contentSub, | |||
body:not(.page-Main_Page):has(#mvp-guide-root) #firstHeading, | |||
body:not(.page-Main_Page):has(#mvp-guide-root) .mw-first-heading, | |||
body:not(.page-Main_Page):has(#mvp-guide-root) #contentSub { | |||
display: none !important; | |||
} | |||
/* when a page uses a custom guide root, remove inner article padding so the root owns the page */ | |||
body:not(.page-Main_Page):has(.timero-wiki-root) #bodyContent, | |||
body:not(.page-Main_Page):has(.timero-wiki-root) .mw-body-content, | |||
body:not(.page-Main_Page):has(.timero-wiki-root) .mw-parser-output, | |||
body:not(.page-Main_Page):has(#farming-guide-root) #bodyContent, | |||
body:not(.page-Main_Page):has(#farming-guide-root) .mw-body-content, | |||
body:not(.page-Main_Page):has(#farming-guide-root) .mw-parser-output, | |||
body:not(.page-Main_Page):has(#leveling-guide-root) #bodyContent, | |||
body:not(.page-Main_Page):has(#leveling-guide-root) .mw-body-content, | |||
body:not(.page-Main_Page):has(#leveling-guide-root) .mw-parser-output, | |||
body:not(.page-Main_Page):has(#mvp-guide-root) #bodyContent, | |||
body:not(.page-Main_Page):has(#mvp-guide-root) .mw-body-content, | |||
body:not(.page-Main_Page):has(#mvp-guide-root) .mw-parser-output { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
background: transparent !important; | |||
} | } | ||
| Line 620: | Line 722: | ||
from { opacity: 0; transform: translateY(20px); } | from { opacity: 0; transform: translateY(20px); } | ||
to { opacity: 1; transform: translateY(0); } | to { opacity: 1; transform: translateY(0); } | ||
} | } | ||
| Line 649: | Line 746: | ||
.timero-hero > div:first-child { | .timero-hero > div:first-child { | ||
animation: timero-grid-drift 8s linear infinite; | animation: timero-grid-drift 8s linear infinite; | ||
} | } | ||
| Line 671: | Line 764: | ||
.timero-card { | .timero-card { | ||
background: linear-gradient(160deg, rgba(10,20,36,0. | background: linear-gradient(160deg, rgba(10,20,36,0.90), rgba(6,12,24,0.95)); | ||
border: 1px solid rgba(0,212,255,0.16); | border: 1px solid rgba(0,212,255,0.16); | ||
border-radius: 18px; | border-radius: 18px; | ||
| Line 709: | Line 802: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
| Line 1,002: | Line 875: | ||
padding-left: 20px !important; | padding-left: 20px !important; | ||
padding-right: 20px !important; | padding-right: 20px !important; | ||
} | } | ||
} | } | ||
| Line 1,025: | Line 885: | ||
display: none !important; | display: none !important; | ||
} | } | ||
} | } | ||
Revision as of 19:51, 13 April 2026
/* ═══════════════════════════════════════════════════════════════════
TimeRO Wiki — Unified Dark Wiki System
- Main Page stays special
- All other pages use the same dark shell
- No paragraph balloons
- No guide roots bleeding outside #content
- Header / sidebar / footer all black gradient
═══════════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Rajdhani:wght@400;500;600;700&display=swap');
/* ================================================================
TOKENS
================================================================ */
:root {
--timero-bg-0: #03060b;
--timero-bg-1: #060d18;
--timero-bg-2: #091320;
--timero-bg-3: #0d1828;
--timero-panel: rgba(8, 16, 28, 0.96);
--timero-panel-2: rgba(10, 20, 34, 0.98);
--timero-panel-soft: rgba(255,255,255,0.03);
--timero-text: #e8eef8;
--timero-text-soft: #d3ddeb;
--timero-text-muted: #7e99bb;
--timero-cyan: #00d4ff;
--timero-cyan-line: rgba(0,212,255,0.18);
--timero-cyan-soft: rgba(0,212,255,0.10);
--timero-purple: #8f63ff;
--timero-gold: #ffb020;
--timero-green: #00ff88;
--timero-red: #ff355e;
--timero-orange: #ff7a00;
--timero-border: rgba(255,255,255,0.08);
--timero-border-strong: rgba(255,255,255,0.12);
--timero-shadow-lg: 0 24px 70px rgba(0,0,0,0.35);
--timero-shadow-md: 0 16px 38px rgba(0,0,0,0.24);
--timero-radius-xl: 22px;
--timero-radius-lg: 16px;
--timero-radius-md: 12px;
--timero-article-px: 28px;
--timero-article-py-top: 24px;
--timero-article-py-bottom: 30px;
}
/* ================================================================
GLOBAL BASE
================================================================ */
html,
body {
background:
radial-gradient(circle at 12% 10%, rgba(0,212,255,0.04), transparent 18%),
radial-gradient(circle at 85% 12%, rgba(143,99,255,0.04), transparent 18%),
linear-gradient(180deg, var(--timero-bg-0) 0%, var(--timero-bg-1) 45%, var(--timero-bg-2) 100%) !important;
color: var(--timero-text) !important;
font-family: 'Rajdhani', 'Segoe UI', system-ui, sans-serif !important;
}
html,
body,
.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,
.vector-body input,
.vector-body select,
.vector-body textarea,
.vector-body button {
font-family: 'Rajdhani', 'Segoe UI', system-ui, sans-serif !important;
}
/* ================================================================
MAIN PAGE — KEEP SPECIAL
================================================================ */
body.page-Main_Page #content,
body.page-Main_Page .mw-body {
padding: 0 !important;
border: none !important;
background: transparent !important;
box-shadow: none !important;
border-radius: 0 !important;
margin-top: 0 !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;
margin: 0 !important;
}
body.page-Main_Page #firstHeading,
body.page-Main_Page .mw-first-heading,
body.page-Main_Page #contentSub {
display: none !important;
}
/* ================================================================
HEADER / TOP CHROME — GLOBAL DARK
================================================================ */
.vector-sticky-header,
.vector-header,
#mw-page-base,
#mw-head,
#mw-navigation,
.vector-page-toolbar,
.vector-pinnable-header,
.vector-pinnable-element,
.vector-header-container,
.vector-header-start,
.vector-header-end,
.vector-page-toolbar-container,
.vector-user-links,
.vector-user-menu,
#p-personal,
#p-vector-user-menu-overflow {
background: linear-gradient(180deg, #05080f 0%, #07111b 100%) !important;
color: var(--timero-text) !important;
border-color: rgba(255,255,255,0.06) !important;
box-shadow: none !important;
}
#mw-head,
#mw-navigation,
.vector-header,
.vector-page-toolbar,
.vector-sticky-header {
border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}
.vector-header a,
.vector-sticky-header a,
.vector-page-toolbar a,
.vector-pinnable-header a,
#mw-head a,
#mw-navigation a {
color: #cce6ff !important;
text-decoration: none !important;
}
.vector-header a:hover,
.vector-sticky-header a:hover,
.vector-page-toolbar a:hover,
.vector-pinnable-header a:hover,
#mw-head a:hover,
#mw-navigation a:hover {
color: #ffffff !important;
text-decoration: none !important;
}
.vector-menu-tabs .vector-menu-content-list,
.vector-menu-tabs-legacy .vector-menu-content-list {
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 var(--timero-cyan) !important;
}
/* search */
.vector-search-box-input,
.cdx-text-input__input,
#searchInput {
background: rgba(7, 12, 20, 0.95) !important;
color: #eef6ff !important;
border: 1px solid rgba(255,255,255,0.10) !important;
border-radius: 12px !important;
box-shadow: none !important;
}
/* ================================================================
SIDEBAR — GLOBAL DARK
================================================================ */
#mw-panel,
.vector-column-start,
.vector-sidebar,
.vector-sidebar-container,
.vector-menu,
.vector-menu-portal,
.vector-toc,
.portal {
background: linear-gradient(180deg, #05080f 0%, #07111a 100%) !important;
color: #dfe9f7 !important;
border-color: rgba(255,255,255,0.05) !important;
box-shadow: none !important;
}
.vector-menu-portal,
.portal {
border-bottom: 1px solid rgba(255,255,255,0.05) !important;
padding-bottom: 10px;
margin-bottom: 10px;
}
.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;
}
#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;
}
.vector-column-start,
.vector-column-end {
background: transparent !important;
}
/* ================================================================
ARTICLE SHELL — ALL NON-MAIN PAGES
================================================================ */
body:not(.page-Main_Page) #content,
body:not(.page-Main_Page) .mw-body {
background: linear-gradient(180deg, rgba(9,18,31,0.96) 0%, rgba(6,12,22,0.98) 100%) !important;
color: var(--timero-text) !important;
border: 1px solid var(--timero-border) !important;
border-radius: var(--timero-radius-xl) !important;
box-shadow: var(--timero-shadow-lg) !important;
margin-top: 16px !important;
overflow: hidden !important;
position: relative;
max-width: none !important;
}
body:not(.page-Main_Page) .mw-body::before,
body:not(.page-Main_Page) #content::before {
content: "";
display: block;
height: 2px;
background: linear-gradient(90deg, var(--timero-cyan), var(--timero-purple));
opacity: 0.95;
}
body:not(.page-Main_Page) #bodyContent,
body:not(.page-Main_Page) .mw-body-content,
body:not(.page-Main_Page) .mw-parser-output {
color: var(--timero-text) !important;
padding: var(--timero-article-py-top) var(--timero-article-px) var(--timero-article-py-bottom) !important;
margin: 0 !important;
background: transparent !important;
}
/* ================================================================
TYPOGRAPHY
================================================================ */
.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', sans-serif !important;
color: #ffffff !important;
letter-spacing: 0.02em;
line-height: 1;
}
body:not(.page-Main_Page) #firstHeading,
body:not(.page-Main_Page) .mw-first-heading {
margin-bottom: 18px !important;
padding-bottom: 12px;
border-bottom: 1px solid var(--timero-cyan-line);
text-shadow: 0 3px 12px rgba(0,0,0,0.2);
}
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: 8px;
margin-top: 28px;
margin-bottom: 12px;
}
body:not(.page-Main_Page) .mw-body h2 {
font-size: clamp(1.8rem, 2.6vw, 2.35rem);
}
body:not(.page-Main_Page) .mw-body h3 {
font-size: clamp(1.35rem, 2.2vw, 1.7rem);
}
.mw-parser-output p {
line-height: 1.8;
color: var(--timero-text-soft);
}
/* ================================================================
CLEAN CONTENT FLOW
No paragraph balloons / no alternating direct block cards
================================================================ */
body:not(.page-Main_Page) .mw-parser-output > p,
body:not(.page-Main_Page) .mw-parser-output > ul,
body:not(.page-Main_Page) .mw-parser-output > ol,
body:not(.page-Main_Page) .mw-parser-output > table,
body:not(.page-Main_Page) .mw-parser-output > blockquote,
body:not(.page-Main_Page) .mw-parser-output > pre,
body:not(.page-Main_Page) .mw-parser-output > .toc,
body:not(.page-Main_Page) .mw-parser-output > #toc {
background: transparent !important;
border: 0 !important;
border-radius: 0 !important;
padding: 0 !important;
box-shadow: none !important;
}
body:not(.page-Main_Page) .mw-parser-output > * + * {
margin-top: 14px;
}
/* ================================================================
LINKS
================================================================ */
.mw-body a,
.mw-parser-output a,
.vector-body a {
color: #66dfff !important;
text-decoration: none;
transition: color .18s ease, text-shadow .18s ease;
}
.mw-body a:hover,
.mw-parser-output a:hover,
.vector-body a:hover {
color: #ffffff !important;
text-decoration: none;
text-shadow: 0 0 14px rgba(0,212,255,0.32);
}
.mw-body a:visited,
.mw-parser-output a:visited {
color: #9adfff !important;
}
/* ================================================================
LISTS / HR / BLOCKQUOTE / CODE
================================================================ */
.mw-parser-output ul,
.mw-parser-output ol {
padding-left: 1.6rem;
}
.mw-parser-output hr {
border: none;
border-top: 1px solid rgba(255,255,255,0.08);
margin: 28px 0;
}
.mw-parser-output blockquote {
background: linear-gradient(180deg, rgba(0,212,255,0.05), rgba(255,255,255,0.02));
border-left: 3px solid rgba(0,212,255,0.35);
padding: 14px 16px;
color: #d5e4f5;
border-radius: 12px;
}
.mw-parser-output code,
.mw-parser-output pre,
.mw-code {
background: rgba(0,0,0,0.26) !important;
color: #d8f2ff !important;
border: 1px solid rgba(255,255,255,0.08);
border-radius: 10px;
}
.mw-parser-output code {
padding: 2px 6px;
}
.mw-parser-output pre {
padding: 14px;
overflow: auto;
}
/* ================================================================
TOC
================================================================ */
#toc,
.toc,
.mw-parser-output .toc {
background: linear-gradient(180deg, rgba(8,18,32,0.95), rgba(10,22,40,0.90)) !important;
border: 1px solid rgba(0,212,255,0.14) !important;
border-radius: 16px;
padding: 14px 16px;
color: var(--timero-text);
box-shadow: var(--timero-shadow-md);
}
#toc .toctitle,
.toc .toctitle {
color: #ffffff;
font-family: 'Barlow Condensed', sans-serif;
}
/* ================================================================
WIKITABLES
================================================================ */
.wikitable,
table.wikitable {
background: rgba(10,20,36,0.94) !important;
color: var(--timero-text) !important;
border: 1px solid rgba(0,212,255,0.16) !important;
border-collapse: collapse;
border-radius: 16px;
overflow: hidden;
}
.wikitable th,
table.wikitable th {
background: linear-gradient(180deg, rgba(0,212,255,0.12), rgba(0,212,255,0.06)) !important;
color: #ffffff !important;
border: 1px solid rgba(255,255,255,0.08) !important;
font-weight: 700;
padding: 10px 12px;
}
.wikitable td,
table.wikitable td {
background: rgba(255,255,255,0.02) !important;
color: var(--timero-text-soft) !important;
border: 1px solid rgba(255,255,255,0.08) !important;
padding: 10px 12px;
}
.wikitable tr:nth-child(even) td,
table.wikitable tr:nth-child(even) td {
background: rgba(255,255,255,0.03) !important;
}
/* ================================================================
FORMS / INPUTS / BUTTONS
================================================================ */
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,
.vector-search-box-input,
.cdx-text-input__input,
#searchInput {
background: rgba(12,18,28,0.95) !important;
color: #eef6ff !important;
border: 1px solid rgba(255,255,255,0.12) !important;
border-radius: 12px !important;
box-shadow: none !important;
}
input:focus,
select:focus,
textarea:focus,
.vector-search-box-input:focus,
.cdx-text-input__input:focus,
#searchInput:focus {
outline: none;
border-color: rgba(0,212,255,0.45) !important;
box-shadow: 0 0 0 3px rgba(0,212,255,0.12) !important;
}
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: 12px;
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);
}
/* ================================================================
CATEGORIES / THUMBS / MESSAGES
================================================================ */
.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;
}
.thumbinner,
div.thumbinner,
.infobox {
background: rgba(255,255,255,0.03) !important;
border: 1px solid rgba(255,255,255,0.08) !important;
border-radius: 12px;
}
.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;
}
/* ================================================================
CUSTOM GUIDE ROOTS
Fit perfectly inside #content with NO external bleed
================================================================ */
.timero-wiki-root,
#farming-guide-root,
#leveling-guide-root,
#mvp-guide-root {
display: block;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
min-height: 0 !important;
background: #05080f;
color: #e8eef8;
overflow-x: hidden !important;
box-sizing: border-box !important;
}
.timero-wiki-root > div,
#farming-guide-root > div,
#leveling-guide-root > div,
#mvp-guide-root > div {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
box-sizing: border-box !important;
}
.timero-wiki-root,
.timero-wiki-root *,
#farming-guide-root,
#farming-guide-root *,
#leveling-guide-root,
#leveling-guide-root *,
#mvp-guide-root,
#mvp-guide-root * {
box-sizing: border-box;
}
.timero-wiki-root h1,
.timero-wiki-root h2,
.timero-wiki-root h3,
.timero-wiki-root h4,
.timero-wiki-root h5,
.timero-wiki-root h6,
#farming-guide-root h1,
#farming-guide-root h2,
#farming-guide-root h3,
#farming-guide-root h4,
#farming-guide-root h5,
#farming-guide-root h6,
#leveling-guide-root h1,
#leveling-guide-root h2,
#leveling-guide-root h3,
#leveling-guide-root h4,
#leveling-guide-root h5,
#leveling-guide-root h6,
#mvp-guide-root h1,
#mvp-guide-root h2,
#mvp-guide-root h3,
#mvp-guide-root h4,
#mvp-guide-root h5,
#mvp-guide-root h6 {
font-family: 'Barlow Condensed', 'Segoe UI', sans-serif !important;
border: none !important;
border-bottom: none !important;
padding-bottom: 0 !important;
}
.timero-wiki-root a.external::after,
.timero-wiki-root a.extiw::after,
#farming-guide-root a.external::after,
#farming-guide-root a.extiw::after,
#leveling-guide-root a.external::after,
#leveling-guide-root a.extiw::after,
#mvp-guide-root a.external::after,
#mvp-guide-root a.extiw::after {
display: none !important;
}
/* neutralize parser/code pollution inside custom roots */
.timero-wiki-root pre,
.timero-wiki-root code,
.timero-wiki-root .mw-code,
#farming-guide-root pre,
#farming-guide-root code,
#farming-guide-root .mw-code,
#leveling-guide-root pre,
#leveling-guide-root code,
#leveling-guide-root .mw-code,
#mvp-guide-root pre,
#mvp-guide-root code,
#mvp-guide-root .mw-code {
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
color: inherit !important;
}
.timero-wiki-root pre,
#farming-guide-root pre,
#leveling-guide-root pre,
#mvp-guide-root pre {
display: inline !important;
margin: 0 !important;
padding: 0 !important;
white-space: normal !important;
overflow: visible !important;
}
.timero-wiki-root code,
#farming-guide-root code,
#leveling-guide-root code,
#mvp-guide-root code {
padding: 0 !important;
}
/* when a page uses a custom guide root, remove duplicate wiki title / subtitle */
body:not(.page-Main_Page):has(.timero-wiki-root) #firstHeading,
body:not(.page-Main_Page):has(.timero-wiki-root) .mw-first-heading,
body:not(.page-Main_Page):has(.timero-wiki-root) #contentSub,
body:not(.page-Main_Page):has(#farming-guide-root) #firstHeading,
body:not(.page-Main_Page):has(#farming-guide-root) .mw-first-heading,
body:not(.page-Main_Page):has(#farming-guide-root) #contentSub,
body:not(.page-Main_Page):has(#leveling-guide-root) #firstHeading,
body:not(.page-Main_Page):has(#leveling-guide-root) .mw-first-heading,
body:not(.page-Main_Page):has(#leveling-guide-root) #contentSub,
body:not(.page-Main_Page):has(#mvp-guide-root) #firstHeading,
body:not(.page-Main_Page):has(#mvp-guide-root) .mw-first-heading,
body:not(.page-Main_Page):has(#mvp-guide-root) #contentSub {
display: none !important;
}
/* when a page uses a custom guide root, remove inner article padding so the root owns the page */
body:not(.page-Main_Page):has(.timero-wiki-root) #bodyContent,
body:not(.page-Main_Page):has(.timero-wiki-root) .mw-body-content,
body:not(.page-Main_Page):has(.timero-wiki-root) .mw-parser-output,
body:not(.page-Main_Page):has(#farming-guide-root) #bodyContent,
body:not(.page-Main_Page):has(#farming-guide-root) .mw-body-content,
body:not(.page-Main_Page):has(#farming-guide-root) .mw-parser-output,
body:not(.page-Main_Page):has(#leveling-guide-root) #bodyContent,
body:not(.page-Main_Page):has(#leveling-guide-root) .mw-body-content,
body:not(.page-Main_Page):has(#leveling-guide-root) .mw-parser-output,
body:not(.page-Main_Page):has(#mvp-guide-root) #bodyContent,
body:not(.page-Main_Page):has(#mvp-guide-root) .mw-body-content,
body:not(.page-Main_Page):has(#mvp-guide-root) .mw-parser-output {
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
}
/* ================================================================
TIMERO COMPONENT SYSTEM
================================================================ */
@keyframes timero-fade-up {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@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-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-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.90), 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;
}
/* ================================================================
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 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 ul,
.mw-footer ul,
.vector-footer ul {
color: #a9bfd8 !important;
}
.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));
}
/* ================================================================
RESPONSIVE
================================================================ */
@media (max-width: 980px) {
.timero-guides-grid {
grid-template-columns: 1fr;
}
}
@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,
body:not(.page-Main_Page) #bodyContent,
body:not(.page-Main_Page) .mw-body-content,
body:not(.page-Main_Page) .mw-parser-output {
padding-left: 20px !important;
padding-right: 20px !important;
}
}
/* ================================================================
PRINT
================================================================ */
@media print {
.timero-hero [style*="position:absolute"] {
display: none !important;
}
}