MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
DoctorCowboy (talk | contribs) No edit summary Tag: Reverted |
DoctorCowboy (talk | contribs) No edit summary Tag: Reverted |
||
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: #B1C4DC; } | #content { background-color: #B1C4DC; background-image: none } | ||
#mw-head-base { background-color: #9BB1CC; } | #mw-head-base { background-color: #9BB1CC; background-image: none } | ||
#p-logo { background-color: #9BB1CC; } | #p-logo { background-color: #9BB1CC; background-image: none } | ||
body { background-color: #9BB1CC; background-image: none } | body { background-color: #9BB1CC; background-image: none } | ||
body.page-Main_Page h1 { display: none; } | body.page-Main_Page h1 { display: none; } |
Revision as of 04:10, 6 January 2024
/* CSS placed here will be applied to all skins */ #content { background-color: #B1C4DC; background-image: none } #mw-head-base { background-color: #9BB1CC; background-image: none } #p-logo { background-color: #9BB1CC; background-image: none } body { background-color: #9BB1CC; background-image: none } body.page-Main_Page h1 { display: none; }