MediaWiki:Common.css: Difference between revisions

From New England Defenses
Jump to navigation Jump to search
mNo edit summary
Tag: Reverted
mNo edit summary
 
(35 intermediate revisions by the same user not shown)
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; }
nav a:hover {color:red;}
 
#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; }

Latest revision as of 19:18, 4 May 2024

/* CSS placed here will be applied to all skins */
.page-Main_Page #contentSub { display: none }




nav a:hover {color:red;}