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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */ /* changes the background color of the pages without the page header background: */ #bodyContent { background-color: #050522; } /* changes the background color of the main wiki body: */ body { background: #050522; } /* changes the background color of the left navigation panel: */ #p-navigation { background-color: #7d7df0; } /* changes the background color of the tools menu panel: */ p-tb { background-color: #7d7df0; } /* changes the background color of the page header: */ #firstHeading { background-color: #7d7df0; } #firstHeading { color: #FFFFFF; } /* changes the background color behind the searchbar block: */ #p-search { background-color: #ff9966; } /* changes the background color of the site title: */ #sitetitle { background-color: #ff9966; } /* changes the font size and scale of the whole wiki: */ body { color: #7d7df0; font-size: 20px; } /* changes the font size and color of pages: */ #content { color: #FFFFFF; font-size: 20px; font-family: "Courier New"; } /* changes the font size and color of the first header on the page: */ #content h1 { color: #FFFFFF; font-size: 30px; font-family: "Courier New"; } #content h2 { color: #FFFFFF; font-size: 30px; font-family: "Courier New"; } /* changes the font size and color of the header 3 on the page: */ #content h3 { color: #FFFFFF; font-size: 20px; font-family: "Courier New"; } /* right hand side panel customisation */ #mw-panel .portal { color: #ff9966; font-size: 20px; font-family: "Courier New"; } /* left hand side panel customisation */ #p-navigation { color: #ff9966; font-size: 20px; font-family: "Courier New"; }