MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body, .wikitable { background-color:#222222; color:#e5e5e5; } | body, .wikitable { background-color:#222222; color:#e5e5e5; } | ||
.wikitable > tr > th, .wikitable > * > tr > th | .wikitable > tr > th, .wikitable > * > tr > th { background-color:#666666; color:#e5e5e5; } | ||
.mw-sidebar { background-color:#363636; } | .mw-sidebar, .toc, .toccolours { background-color:#363636; } | ||
.mw-page-container { background-color:#363636; border-left:none; border-right:none; } | .mw-page-container { background-color:#363636; border-left:none; border-right:none; } | ||
.catlinks { background-color: #363636; } | .catlinks { background-color: #363636; } | ||
Revision as of 03:12, 27 August 2022
/* CSS placed here will be applied to all skins */
body, .wikitable { background-color:#222222; color:#e5e5e5; }
.wikitable > tr > th, .wikitable > * > tr > th { background-color:#666666; color:#e5e5e5; }
.mw-sidebar, .toc, .toccolours { background-color:#363636; }
.mw-page-container { background-color:#363636; border-left:none; border-right:none; }
.catlinks { background-color: #363636; }
a, a:visited, .vector-menu-portal .vector-menu-content li a:visited { color:#00A4FF; }
.vector-menu-portal .vector-menu-content li a { color:#00A4FF; }
a.external, a.external:visited, .mw-parser-output a.external, .mw-parser-output a.external:visited { color: #1AC500; }
h1, h2, h3, h4, h5, h6 { color:#d1d1d1; }
.mw-footer li { color:#919191; }