MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
DoctorCowboy (talk | contribs) No edit summary |
DoctorCowboy (talk | contribs) 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: #B4C6E1; } | ||
#mw-head-base { background-color: #BCCEE5; } | #mw-head-base { background-color: #BCCEE5; } | ||
Line 7: | Line 7: | ||
#mw-panel { background-color: #BCCEE5; } | #mw-panel { background-color: #BCCEE5; } | ||
body { background-color: # | body { background-color: #9BB1CC; } |
Revision as of 02:32, 6 January 2024
/* CSS placed here will be applied to all skins */ #content { background-color: #B4C6E1; } #mw-head-base { background-color: #BCCEE5; } #mw-panel { background-color: #BCCEE5; } body { background-color: #9BB1CC; }