MediaWiki:Common.css: Difference between revisions
From No Way Out Wiki
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
/* Main Body Borders */ | |||
body { | body { | ||
background-color: #cccccc !important; | background-color: #cccccc !important; | ||
} | } | ||
/* Main article/content area */ | |||
background-color: # | .mw-body { | ||
background-color: #e6e6e6 !important; | |||
} | |||
#mw-panel { | |||
background-color: #e6e6e6 !important; | |||
} | } |
Revision as of 04:26, 23 September 2025
/* CSS placed here will be applied to all skins */ /* Main Body Borders */ body { background-color: #cccccc !important; } /* Main article/content area */ .mw-body { background-color: #e6e6e6 !important; } #mw-panel { background-color: #e6e6e6 !important; }