MediaWiki:Common.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.
/* CSS placed here will be applied to all skins */
/* Changes the background color of content windows: */
#content { background-color: #606060; }
#bodyContent { background-color: #606060; }
#firstHeading { background-color: #606060; }
#catlinks { background-color: #606060; }
#vectorTabs span a { background-color: #606060; }
#mw-head { background-color: #000000; }
#mw-head-base { background-color: #606060; }
#mw-panel { background-color: #606060; }
#p-logo { background-color: #000000; }
#p-navigation { background-color: #606060; }
#p-tb { background-color: #606060; }
#p-tb-label { background-color: #606060; }
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body { background: black; }
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base { background: black; }
#mw-panel { background-color: #000000; }