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: # | + | .mw-body-content a:visited { color: #2da1ef; } |
.mw-body-content a.new:link { color: #4891c2; } | .mw-body-content a.new:link { color: #4891c2; } | ||
− | .mw-body-content a.new:visited { color: # | + | .mw-body-content a.new:visited { color: #2da1ef |
+ | ; } |
Revision as of 12:15, 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: #2da1ef; } .mw-body-content a.new:link { color: #4891c2; } .mw-body-content a.new:visited { color: #2da1ef ; }