Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
#footer { background-color: #c9c8cc; } | #footer { background-color: #c9c8cc; } | ||
body { background-color: #c9c8cc; } | body { background-color: #c9c8cc; } | ||
+ | .mw-body-content a:visited { color: #0645AD !IMPORTANT; } | ||
+ | .mw-body-content a.new:link { color: #cc2200 !IMPORTANT; } | ||
+ | .mw-body-content a.new:visited { color: #a55858 !IMPORTANT; } |
Revision as of 12:10, 29 October 2022
/* All CSS here will be loaded for users of the Vector skin */ #content { background-color: #c9c8cc; } #bodyContent { background-color: #c9c8cc; } #firstHeading { background-color: #c9c8cc; } #catlinks { background-color: #c9c8cc; } #mw-head-base { background-color: #c9c8cc; } #mw-panel { background-color: #c9c8cc; } #p-logo { background-color: #c9c8cc; } #p-navigation { background-color: #c9c8cc; } #p-tb { background-color: #c9c8cc; } #p-tb-label { background-color: #c9c8cc; } #p-tb .body { background-color: #c9c8cc; } #footer { background-color: #c9c8cc; } body { background-color: #c9c8cc; } .mw-body-content a:visited { color: #0645AD !IMPORTANT; } .mw-body-content a.new:link { color: #cc2200 !IMPORTANT; } .mw-body-content a.new:visited { color: #a55858 !IMPORTANT; }