Difference between revisions of "MediaWiki:Vector.css"

From Super Robot Wiki
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: #4e6371 !IMPORTANT; }
+
.mw-body-content a:visited { color: #4e6371; }
.mw-body-content a.new:link { color: #4891c2 !IMPORTANT; }
+
.mw-body-content a.new:link { color: #4891c2; }
.mw-body-content a.new:visited { color: #4e6371 !IMPORTANT; }
+
.mw-body-content a.new:visited { color: #4e6371; }

Revision as of 12:13, 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: #4e6371; }
.mw-body-content a.new:link { color: #4891c2; }
.mw-body-content a.new:visited { color: #4e6371; }