MediaWiki:Vector.css
Jump to navigation
Jump to search
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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: #005085; } .mw-body-content a.new:link { color: #4891c2; } .mw-body-content a.new:visited { color: #005085; }