MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
*/ | */ | ||
/* | |||
#bodyContent { background-color: #f2f2f2; } | #bodyContent { background-color: #f2f2f2; } | ||
#firstHeading { background-color: #f2f2f2; } | #firstHeading { background-color: #f2f2f2; } | ||
Line 13: | Line 14: | ||
#mw-head-base { background-color: #f2f2f2; } | #mw-head-base { background-color: #f2f2f2; } | ||
#mw-panel { background-color: #f2f2f2; } | #mw-panel { background-color: #f2f2f2; } | ||
*/ |
Revision as of 17:18, 9 October 2024
/* CSS placed here will be applied to all skins */
body { background-color: #e6e6e6; }
/*
#content { background-color: #f2f2f2; }
#footer { background-color: #f2f2f2; }
*/
/*
#bodyContent { background-color: #f2f2f2; }
#firstHeading { background-color: #f2f2f2; }
#catlinks { background-color: #f2f2f2; }
#mw-head-base { background-color: #f2f2f2; }
#mw-panel { background-color: #f2f2f2; }
*/