Difference between revisions of "MediaWiki:Vector.css"
Line 36: | Line 36: | ||
} | } | ||
a.new, a.new:visited { | a.new, a.new:visited { | ||
− | color: # | + | color: #bf0000!important; |
} | } | ||
fieldset { | fieldset { |
Latest revision as of 09:59, 15 February 2020
/* CSS placed here will affect users of the Vector skin */ BODY { font-size: 11pt; background-color: #FFFFFF; } #mw-head { 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, .wikitable.filehistory, .wikitable.filehistory th, #filetoc { 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, #p-personal 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; } a.new, a.new:visited { color: #bf0000!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; } #mw-head { border-bottom: 1px solid #FFFFFF; } #mw-panel { margin-top: 25px; } html .thumbimage { background-color: #000000; }