MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
body { font-color: #FFFFFF; font-size: 25px; } | body { font-color: #FFFFFF; font-size: 25px; } | ||
#bodyContent { | #bodyContent { color: #FFFFFF; font-size: 25px; } |
Revision as of 12:45, 21 March 2024
/* 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: */ /* 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; } /* 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; } body { font-color: #FFFFFF; font-size: 25px; } #bodyContent { color: #FFFFFF; font-size: 25px; }