MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* changes the background color of the pages: */ | /* changes the background color of the pages without the page title background: */ | ||
#bodyContent { background-color: #050522; } | #bodyContent { background-color: #050522; } | ||
Line 12: | Line 12: | ||
/* changes the background color of the right navigation panel: */ | /* changes the background color of the right navigation panel: */ | ||
#p-tb { background-color: #7d7df0; } | #p-tb { background-color: #7d7df0; } | ||
#firstHeading { background-color: #7d7df0; } |
Revision as of 12:04, 21 March 2024
/* CSS placed here will be applied to all skins */ /* changes the background color of the pages without the page title 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 right navigation panel: */ #p-tb { background-color: #7d7df0; } #firstHeading { background-color: #7d7df0; }