MediaWiki:Common.css: Difference between revisions
Appearance
Adventurer (talk | contribs) No edit summary |
Adventurer (talk | contribs) No edit summary |
||
Line 25: | Line 25: | ||
src: url("https://www.greyhawk.icu/fonts/CENSCBK.TTF"); | src: url("https://www.greyhawk.icu/fonts/CENSCBK.TTF"); | ||
} | } | ||
body { | body { | ||
/* Set default font for the whole site, individual elements can override this */ | /* Set default font for the whole site, individual elements can override this */ | ||
font-family: "Andada SC"; | font-family: "Andada SC"; | ||
font-size: 1 em; | font-size: 1.25 em; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
h1{ | h1{ | ||
Line 40: | Line 38: | ||
font-style: normal; | font-style: normal; | ||
font-size: 2.5.em; | font-size: 2.5.em; | ||
font-variant: small-caps | |||
color: #800000; | color: #800000; | ||
padding: 5px; | padding: 5px; | ||
margin: 0px; | margin: 0px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Line 52: | Line 50: | ||
font-style: normal; | font-style: normal; | ||
font-size: 2em; | font-size: 2em; | ||
font-variant: small-caps | |||
color: #800000; | color: #800000; | ||
padding: 5px; | padding: 5px; | ||
margin: 0px; | margin: 0px; | ||
text-align: left; | text-align: left; | ||
} | } | ||
h3 { | h3 { | ||
font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; | |||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
font-size: 1.5em; | font-size: 1.5em; | ||
font-variant: small-caps | |||
color: #800000; | color: #800000; | ||
text-decoration: underline; | text-decoration: underline; |
Revision as of 08:41, 6 August 2022
/* CSS placed here will be applied to all skins */ @font-face { font-family: "Andada"; src: url("https://www.greyhawk.icu/fonts/AndadaPro-Italic-VariableFont_wght.ttf"); } @font-face { font-family: "Andada SC"; src: url("https://www.greyhawk.icu/fonts/AndadaPro-VariableFont_wght.ttf"); } @font-face { font-family: "Cormorant-Regular"; src: url("https://www.greyhawk.icu/fonts/Cormorant-Regular.ttf"); } @font-face { font-family: "CasablancaAntique"; src: url("https://www.greyhawk.icu/fonts/CasablancaAntique.ttf"); } @font-face { font-family: "Century Schoolbook"; src: url("https://www.greyhawk.icu/fonts/CENSCBK.TTF"); } body { /* Set default font for the whole site, individual elements can override this */ font-family: "Andada SC"; font-size: 1.25 em; font-weight: normal; } h1{ font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 2.5.em; font-variant: small-caps color: #800000; padding: 5px; margin: 0px; text-align: center; } h2 { font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 2em; font-variant: small-caps color: #800000; padding: 5px; margin: 0px; text-align: left; } h3 { font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-size: 1.5em; font-variant: small-caps color: #800000; text-decoration: underline; padding: 5px; margin: 0px; text-align: left; }