MediaWiki:Common.css: Difference between revisions
From WargameChess
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
@font-face { | @font-face { | ||
font-family: | font-family: "HoneyMead BB W00 Regular"; | ||
src: url( | 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"); | |||
} | } |
Revision as of 01:20, 7 December 2024
/* CSS placed here will be applied to all skins */
#content { background-color: #E7D7C1; }
#bodyContent { background-color: #E7D7C1; }
#firstHeading { background-color: #E7D7C1; }
#catlinks { background-color: #E7D7C1; }
#mw-head-base { background-color: #E7D7C1; }
#mw-panel { background-color: #E7D7C1; }
#p-logo { background-color: #E7D7C1; }
#p-navigation { background-color: #E7D7C1; }
#p-tb { background-color: #E7D7C1; }
#p-tb-label { background-color: #E7D7C1; }
#p-tb .body { background-color: #E7D7C1; }
#footer { background-color: #E7D7C1; }
#mw-header { background-color: #E7D7C1; }
body { background-color: #8C1C13; }
@font-face {
font-family: "HoneyMead BB W00 Regular";
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");
}