MediaWiki:Vector.css
Note: After publishing, 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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */
body { background-color: #f9e189; } /* Coloring the surround */
#mw-head { background-color: #f9e189; } /* Coloring the rest of the surround */
.vectorTabs .selected { background: #160b11; background-image: linear-gradient(180deg, rgb(110,55,85,1) 0%, rgb(255,255,255,1) 50%); } /* Change VectorTabs to trad Newgon Scheme */
#mw-head-base { background-color: #f9e189; } /* Coloring the rest of the surround */
#mw-panel { background-color: #f9e189; } /* Coloring the rest of the surround */
a.new { color: #1fcd00; } /* Change internal dead links back to green */