Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#p-navigation { background-color: #4682B4 ; } | |||
#content { background-color: #c8ccd1; } | #content { background-color: #c8ccd1; } | ||
Line 9: | Line 9: | ||
#p-logo { background-color: #eaecf0; } | #p-logo { background-color: #eaecf0; } | ||
</nowiki> | </nowiki> | ||
Revision as of 16:30, 21 February 2022
/* CSS placed here will be applied to all skins */
#p-navigation { background-color: #4682B4 ; }
#content { background-color: #c8ccd1; }
<nowiki>
#bodyContent { background-color: #eaecf0; }
#mw-panel { background-color: #eaecf0; }
#p-logo { background-color: #eaecf0; }
</nowiki>