MediaWiki:Common.css: Difference between revisions
From Dreams Of Surrender
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 */ | ||
#content { background-color: # | #content { background-color: #363632; } | ||
#bodyContent { background-color: #363632; } | |||
#firstHeading { background-color: #363632; } | |||
#catlinks { background-color: #363632; } | |||
#mw-head-base { background-color: #363632; } | |||
#mw-panel { background-color: #363632; } | |||
#p-logo { background-color: #363632; } | |||
#p-navigation { background-color: #363632; } | |||
#p-tb { background-color: #363632; } | |||
#footer { background-color: #363632; } | |||
body { background-color: #363632; } | |||
Revision as of 03:46, 31 August 2024
/* CSS placed here will be applied to all skins */
#content { background-color: #363632; }
#bodyContent { background-color: #363632; }
#firstHeading { background-color: #363632; }
#catlinks { background-color: #363632; }
#mw-head-base { background-color: #363632; }
#mw-panel { background-color: #363632; }
#p-logo { background-color: #363632; }
#p-navigation { background-color: #363632; }
#p-tb { background-color: #363632; }
#footer { background-color: #363632; }
body { background-color: #363632; }
