MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
J. Malcolm (talk | contribs) mNo edit summary Tag: Manual revert |
J. Malcolm (talk | contribs) mNo 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 */ | ||
.page-Main_Page #contentSub { display: none } | .page-Main_Page #contentSub { display: none } | ||
#content { background-color: #e6ffb4; } | |||
#bodyContent { background-color: #e6ffb4; } | |||
#firstHeading { background-color: #e6ffb4; } | |||
#catlinks { background-color: #e6ffb4; } | |||
#mw-head-base { background-color: #e6ffb4; } | |||
#mw-panel { background-color: #e6ffb4; } | |||
#p-logo { background-color: #e6ffb4; } | |||
#p-navigation { background-color: #e6ffb4; } | |||
#p-tb { background-color: #e6ffb4; } | |||
#p-tb-label { background-color: #e6ffb4; } | |||
#p-tb .body { background-color: #e6ffb4; } | |||
#footer { background-color: #e6ffb4; } | |||
body { background-color: #e6ffb4; } | |||
Revision as of 18:26, 25 June 2023
/* CSS placed here will be applied to all skins */
.page-Main_Page #contentSub { display: none }
#content { background-color: #e6ffb4; }
#bodyContent { background-color: #e6ffb4; }
#firstHeading { background-color: #e6ffb4; }
#catlinks { background-color: #e6ffb4; }
#mw-head-base { background-color: #e6ffb4; }
#mw-panel { background-color: #e6ffb4; }
#p-logo { background-color: #e6ffb4; }
#p-navigation { background-color: #e6ffb4; }
#p-tb { background-color: #e6ffb4; }
#p-tb-label { background-color: #e6ffb4; }
#p-tb .body { background-color: #e6ffb4; }
#footer { background-color: #e6ffb4; }
body { background-color: #e6ffb4; }