Difference between revisions of "MediaWiki:Vector.css"
Line 20: | Line 20: | ||
h2, h3 { | h2, h3 { | ||
color: #FFFFFF!important; | color: #FFFFFF!important; | ||
+ | } | ||
+ | div#footer ul li a, #mw-head ul li a { | ||
+ | color: #151b54!important; | ||
} | } | ||
a, a.external.text, a.internal, div.vectorMenu h3 span, div.menu a, #mw-panel a, #p-namespaces a, #p-views a, .ca-history a { | a, a.external.text, a.internal, div.vectorMenu h3 span, div.menu a, #mw-panel a, #p-namespaces a, #p-views a, .ca-history a { | ||
Line 38: | Line 41: | ||
div#footer ul li { | div#footer ul li { | ||
color: #000000; | color: #000000; | ||
− | |||
− | |||
− | |||
} | } | ||
div.thumbinner { | div.thumbinner { |
Revision as of 17:52, 6 February 2020
/* CSS placed here will affect users of the Vector skin */ BODY { font-size: 11pt; background-color: #FFFFFF; } .mw-head-base, table, #content, .catlinks, div.toc ul, div.toc .toctitle, div.thumbinner, .mw-page-base, div.vectorMenu, div.menu ul, .editOptions, #editpage-specialchars, .portal, #p-namespaces, #p-views { color: white; background-color: #151b54; background-image: none; } .firstHeading, .tocnumber, .mw-redirectedfrom { color: #FFFFFF; } #toc, .toc, .mw-warning, .toccolours { border: 1px solid #FFFFFF; background-color: #151b54; } h2, h3 { color: #FFFFFF!important; } div#footer ul li a, #mw-head ul li a { color: #151b54!important; } a, a.external.text, a.internal, div.vectorMenu h3 span, div.menu a, #mw-panel a, #p-namespaces a, #p-views a, .ca-history a { color: #ffff00!important; } a:visited, a.external.text:visited, a.internal:visited, div.menu a:visited, #mw-panel a:visited, #p-namespaces a:visited, #p-views a:visited, .ca-history a:visited { color: #00ff00!important; } a:active, a.external.text:active, a.internal:active, div.menu a:active, #mw-panel a:active, #p-namespaces a:active, #p-views a:active, .ca-history a:active { color: #ffa500!important; } fieldset { border: 1px solid #2f6fab; } .mw-headline { color: #FFFFFF; } div#footer ul li { color: #000000; } div.thumbinner { border: 1px solid #FFFFFF; } #p-namespaces ul li, #p-views ul li { background-color: transparent; background-image: none; border-top: 1px solid #FFFFFF; }