Difference between revisions of "MediaWiki:Vector.css"
Line 7: | Line 7: | ||
} | } | ||
#mw-panel { | #mw-panel { | ||
− | + | background-color: #FFFFFF; | |
} | } | ||
.firstHeading, .tocnumber, .mw-redirectedfrom { | .firstHeading, .tocnumber, .mw-redirectedfrom { |
Revision as of 20:22, 5 February 2020
/* CSS placed here will affect users of the Vector skin */ BODY, table, #content, #mw-page-base, .catlinks, div.toc ul, div.toc .toctitle, div.thumbinner, .mw-page-base, .mw-head-base { color: white; background-color: #151b54; background-image: none; } #mw-panel { background-color: #FFFFFF; } .firstHeading, .tocnumber, .mw-redirectedfrom { color: #FFFFFF; } #toc, .toc, .mw-warning, .toccolours { border: 1px solid #FFFFFF; background-color: #151b54; } h2, h3 { color: #FFFFFF; } a, a.external.text, a.internal { color: #ffff00; } a:visited, a.external.text:visited, a.internal:visited { color: #00ff00; } a:active, a.external.text:active, a.internal:active { color: #ffa500; } fieldset { border: 1px solid #2f6fab; } .mw-headline { color: #FFFFFF; } div#footer ul li { color: #FFFFFF; } div.thumbinner { border: 1px solid #FFFFFF; }