MediaWiki:Common.css: Difference between revisions

From WargameChess

No edit summary
Tag: Manual revert
No edit summary
 
(31 intermediate revisions by the same user not shown)
Line 2: Line 2:




@font-face {
body {
    font-family: "HoneyMead BB W00 Regular";
  background-image: url(/images/8/8e/Backgroundred.png);
    src: url("https://db.onlinewebfonts.com/t/21d4abd6a230fc443137a0139a8f51f9.eot");
    src: url("https://db.onlinewebfonts.com/t/21d4abd6a230fc443137a0139a8f51f9.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/21d4abd6a230fc443137a0139a8f51f9.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/21d4abd6a230fc443137a0139a8f51f9.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/21d4abd6a230fc443137a0139a8f51f9.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/21d4abd6a230fc443137a0139a8f51f9.svg#HoneyMead BB W00 Regular")format("svg");
}
}


#content h1 { color: #42312E; font-size: 48px; font-family: "HoneyMead BB W00 Regular"; }


#content h2 { color: #42312E; font-size: 36px; font-family: "HoneyMead BB W00 Regular"; }
#content { background-color: #e4e4e4 }


#content h3 { color: #42312E; font-size: 24px; font-family: "HoneyMead BB W00 Regular"; }
 
body { color: #222221; }
 
 
#content h1 { color: #222221; }
 
#content h2 { color: #222221; }
 
#content h3 { color: #222221; }

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