MediaWiki:Common.css: Difference between revisions

From WargameChess

No edit summary
No edit summary
 
(66 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 */


#content { background-color: #E7D7C1; }


#bodyContent { background-color: #E7D7C1; }
body {
  background-image: url(/images/8/8e/Backgroundred.png);
}


#firstHeading { background-color: #E7D7C1; }


#catlinks { background-color: #E7D7C1; }
#content { background-color: #e4e4e4 }


#mw-head-base { background-color: #E7D7C1; }


#mw-panel { background-color: #E7D7C1; }
body { color: #222221; }


#p-logo { background-color: #e6ffb4; }


#p-navigation { background-color: #e6ffb4; }
#content h1 { color: #222221; }


#p-tb { background-color: #e6ffb4; }
#content h2 { color: #222221; }


#p-tb-label { background-color: #e6ffb4; }
#content h3 { color: #222221; }
 
#p-tb .body { background-color: #e6ffb4; }
 
#footer { background-color: #e6ffb4; }
 
body { background-color: #e6ffb4; }

Latest revision as of 03:34, 30 December 2024

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


body {
  background-image: url(/images/8/8e/Backgroundred.png);
}


#content { background-color: #e4e4e4 }


body { color: #222221; }


#content h1 { color: #222221; }

#content h2 { color: #222221; }

#content h3 { color: #222221; }