MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
The Admins (talk | contribs) No edit summary Tag: Reverted |
The Admins (talk | contribs) No edit summary Tag: Reverted |
||
| Line 9: | Line 9: | ||
#mw-panel { background-color: #f9e189; } | #mw-panel { background-color: #f9e189; } | ||
#h1 { | div#content h1 { | ||
font-weight: bold; | font-weight: bold; | ||
color: #fff; | color: #fff; | ||
font-size: 32px; } | font-size: 32px; } | ||
#h2 { | div#content h2 { | ||
font-weight: bold; | font-weight: bold; | ||
color: #000; | color: #000; | ||
Revision as of 12:18, 3 June 2022
/* All CSS here will be loaded for users of the Vector skin */
body { background-color: #f9e189; } /* Coloring the surround */
#mw-head { background-color: #f9e189; } /* Coloring the rest of the surround */
#mw-head-base { background-color: #f9e189; } /* Coloring the rest of the surround */
#mw-panel { background-color: #f9e189; }
div#content h1 {
font-weight: bold;
color: #fff;
font-size: 32px; }
div#content h2 {
font-weight: bold;
color: #000;
font-size: 32px; }
a.new { color: #1fcd00; } /* Change internal dead links back to green */