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 */ /* EV Colours: Melon: #ff9966 Coral: #ff7d4c Sunset: #ff6a14 Magma: #ff441d White: #ffffff Electric: #7d7df0 Violet: #473ba7 Dusk: #1f1c66 Night: #050522 Black: #000000 */ /* change background color of the pages */ #content { background-color: #1f1c66; } /*change color of tools menu background */ #p-tb { background-color: #ff9966; } /* change background color of the wiki for vector legacy only */ body { background-color: #7d7df0; } /* change background color of the left side navigation for vector legacy only */ #mw-panel { background-color: #ff9966; } /* change color of paragraph text on pages */ #content p { color: #ffffff; } /* change color of page titles */ #content h1 { color: #ffffff; } /* change color of level 2 subheadings */ #content h2 { color: #ffffff; } /* change font size and font family works with vector legacy #mw-panel .portal { font-size: 12px; font-family: "Courier New"; } */ /* change font color, size and font family for the Tools header works with vector legacy #mw-panel #p-tb h3 { color: #ffffff; font-size: 12px; font-family: "Courier New"; } */ /* changes main page and discussion tabs at the top #left-navigation { font-size: 12px; font-family: "Courier New"; } */ /* changes the read, edit, view history font settings at the top #right-navigation { font-size: 12px; font-family: "Courier New"; } */ /* changes the create account, preferences, talk contributions text #p-personal { font-size: 12px; font-family: "Courier New"; } */ /* changes the footer font settings plus the privacy policy, about BARB links #footer ul li { color: #5a7425; font-size: 12px; font-family: "Courier New"; } */ div#simpleSearch { width: 240px; hight: 50px }