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 */ | ||
<nowiki> | |||
#content { background-color: #eaecf0; } | #content { background-color: #eaecf0; } | ||
#bodyContent { background-color: #eaecf0; } | #bodyContent { background-color: #eaecf0; } | ||
Line 6: | Line 8: | ||
#p-navigation { background-color: #eaecf0; } | #p-navigation { background-color: #eaecf0; } | ||
</nowiki> |
Revision as of 16:25, 21 February 2022
/* CSS placed here will be applied to all skins */
<nowiki>
#content { background-color: #eaecf0; }
#bodyContent { background-color: #eaecf0; }
#mw-panel { background-color: #eaecf0; }
#p-logo { background-color: #eaecf0; }
#p-navigation { background-color: #eaecf0; }
</nowiki>