MediaWiki:Common.css: Difference between revisions

From Dave and Bambi Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
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; background-image: none }
#content { background-color: #B1C4DC; }


#mw-head-base { background-color: #9BB1CC; background-image: none }
#mw-head-base { background-color: #9BB1CC; }


#p-logo { background-color: #9BB1CC; background-image: none }
#p-logo { background-color: #9BB1CC; }


body { background-color: #9BB1CC; background-image: none }
body { background-color: #9BB1CC; }


body.page-Main_Page h1 { display: none; }
body.page-Main_Page h1 { display: none; }

Revision as of 05:10, 6 January 2024

/* CSS placed here will be applied to all skins */

#content { background-color: #B1C4DC; }

#mw-head-base { background-color: #9BB1CC; }

#p-logo { background-color: #9BB1CC; }

body { background-color: #9BB1CC; }

body.page-Main_Page h1 { display: none; }