MediaWiki:Vector.css
From My Big TOE Wiki
Revision as of 04:37, 20 November 2017 by Matrixwissen (talk | contribs)
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: 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.
/* CSS placed here will affect users of the Vector skin */ #content { background: #F0E6C3; color: #323D4F; } #mw-head-base { background: #F0E6C3; color: #323D4F; } #mw-panel { background: #F0E6C3; color: #323D4F; } #p-logo { background: #F0E6C3; color: #323D4F; } #p-navigation { background: #F0E6C3; color: #323D4F; } #p-tb { background: #F0E6C3; color: #323D4F; } body { background: #E5CC70 url(headbg_earth.jpg) 0 0 no-repeat; color: #323D4F; } table { color: #323D4F; background-color: #F0E6C3; } a { text-decoration: none; color: #980E06; background: none; } a:visited { color: #980E06; } a:active { color: #980E06; } a:hover { text-decoration: underline; color: red; } a.stub { color: #772233; } a.new, #p-personal a.new { color: #006699; } a.new:visited, #p-personal a.new:visited { color: #a55858; }