MediaWiki:Common.css: Difference between revisions
From WargameChess
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 4: | Line 4: | ||
#bodyContent { background-color: #E7D7C1; } | #bodyContent { background-color: #E7D7C1; } | ||
#firstHeading { background-color: #E7D7C1; } | |||
Line 24: | Line 26: | ||
table, th, td { | table, th, td { | ||
border: | border: 2px solid; | ||
} | } |
Revision as of 17:44, 8 December 2024
/* CSS placed here will be applied to all skins */
#content { background-color: #E7D7C1; }
#bodyContent { background-color: #E7D7C1; }
#firstHeading { background-color: #E7D7C1; }
@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");
}
#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 h3 { color: #42312E; font-size: 24px; font-family: "HoneyMead BB W00 Regular"; }
table, th, td {
border: 2px solid;
}