MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
#content h2 { color: #ffffff; } | #content h2 { color: #ffffff; } | ||
#mw-panel .portal { font-size: 12px; font-family: "Courier New"; } | /* change font size and font family works with vector legacy | ||
#mw-panel .portal { font-size: 12px; font-family: "Courier New"; } */ |
Revision as of 16:39, 22 March 2024
/* 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"; } */