MediaWiki:Timeless.css: Difference between revisions
MediaWiki interface page
More actions
Mostknown663 (talk | contribs) Created page with "→── Global reset ──: body { background-color: #1a0a12; } →── LEFT SIDE: Dark Pink (sidebar/navigation) ──: #mw-site-navigation, #mw-panel, .mw-site-navigation { background-color: #3b0a20 !important; border-right: 2px solid #8b1a4a; } #mw-site-navigation a, #mw-panel a { color: #ffaacc !important; } #mw-site-navigation a:hover, #mw-panel a:hover { color: #ffffff !important; text-decoration: underline; } /* Sidebar header..." |
Mostknown663 (talk | contribs) No edit summary |
||
| Line 130: | Line 130: | ||
.ns-special #content { | .ns-special #content { | ||
background-color: #001a1a !important; | background-color: #001a1a !important; | ||
} | |||
/* ── INFOBOX TEXT: Very Dark Cyan ── */ | |||
.infobox, | |||
.infobox td, | |||
.infobox th, | |||
.infobox tr { | |||
color: #004d4d !important; | |||
} | |||
/* Infobox header/title row */ | |||
.infobox caption, | |||
.infobox > tbody > tr:first-child th { | |||
color: #003333 !important; | |||
} | |||
/* Infobox links */ | |||
.infobox a { | |||
color: #006666 !important; | |||
} | |||
.infobox a:hover { | |||
color: #009999 !important; | |||
} | } | ||