MediaWiki:Common.css: Difference between revisions

From WargameChess

No edit summary
No edit summary
 
(63 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; }


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


#mw-panel { background-color: #E7D7C1; }
#content { background-color: #e4e4e4 }


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


#p-navigation { background-color: #E7D7C1; }
body { color: #222221; }


#p-tb { background-color: #E7D7C1; }


#p-tb-label { background-color: #E7D7C1; }  
#content h1 { color: #222221; }


#p-tb .body { background-color: #E7D7C1; }
#content h2 { color: #222221; }


#footer { background-color: #E7D7C1; }
#content h3 { color: #222221; }
 
body { background-color: #8C1C13; }
 
@font-face {
    font-family: 'honeymead_bbregular';
    src: url('honeymeadbb-webfont.woff2') format('woff2'),
        url('honeymeadbb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 
}

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; }