MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Mostknown663 (talk | contribs) Created page with "→── Global reset ──: body { background-color: #1a0a0a; →fallback: } →── LEFT SIDE: Dark Red (sidebar/navigation) ──: #mw-site-navigation, #mw-panel, .mw-site-navigation { background-color: #3b0a0a !important; border-right: 2px solid #6b1a1a; } #mw-site-navigation a, #mw-panel a { color: #ffaaaa !important; } #mw-site-navigation a:hover, #mw-panel a:hover { color: #ffffff !important; text-decoration: underline; } /*..." |
Mostknown663 (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
.wikitable { | |||
border-radius: 8px; | |||
overflow: hidden; | |||
} | |||
/* ── Global reset ── */ | /* ── Global reset ── */ | ||
body { | body { | ||
background-color: #1a0a0a; /* fallback */ | background-color: #1a0a0a; /* fallback */ | ||
} | |||
/* ── 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; | |||
} | } | ||