MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
.vector-menu-portal .vector-menu-content li a {color: #dfcd81; } | .vector-menu-portal .vector-menu-content li a {color: #dfcd81; } | ||
.vector-menu-tabs-legacy .selected { background: #444; } | .vector-menu-tabs-legacy .selected { background: #444; } | ||
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: #dfcd81; } | |||
Revision as of 09:11, 21 February 2023
/* CSS placed here will be applied to all skins */
body { background-color: #222; }
#mw-page-base { background-color: #222; background-image: linear-gradient(to bottom,#000 50%,#060606 100%);}
.mw-body { background-color: #333; color: #fff; }
pre { background-color: #ccc; color: #000; border: 1px solid #eaecf0; }
h1, h2, h3, h4, h5, h6 { color: #fff;}
.vector-menu-portal .vector-menu-content li a:visited {color: #dfcd81; }
.vector-menu-portal .vector-menu-content li a {color: #dfcd81; }
.vector-menu-tabs-legacy .selected { background: #444; }
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: #dfcd81; }