MediaWiki:Common.css: Difference between revisions
Appearance
Adventurer (talk | contribs) No edit summary |
Adventurer (talk | contribs) No edit summary |
||
| Line 35: | Line 35: | ||
h1{ | h1{ | ||
font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, sans-serif; | 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: 3. | font-size: 3.em; | ||
color: #800000; | color: #800000; | ||
padding: 5px; | padding: 5px; | ||
margin: 0px; | margin: 0px; | ||
text-align: center; | text-align: center; | ||
text-transform: uppercase; | |||
} | } | ||
h2 { | h2 { | ||
font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, sans-serif; | font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
| Line 54: | Line 55: | ||
margin: 0px; | margin: 0px; | ||
text-align: center; | text-align: center; | ||
text-transform: uppercase; | |||
} | } | ||
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; | ||
| Line 66: | Line 68: | ||
margin: 0px; | margin: 0px; | ||
text-align: center; | text-align: center; | ||
text-transform: uppercase; | |||
} | } | ||
h5 { | h5 { | ||
font-family: "Cormorant-Regular", "CasablancaAntique", Arial, sans-serif; | font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif; | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
| Line 79: | Line 81: | ||
} | } | ||
p { | p { | ||
font-family: "Cormorant-Regular", "Andada"; | font-family: "Century Schoolbook", "Cormorant-Regular", "Andada",Arial, Helvetica, sans-serif; | ||
font-style: normal; | font-style: normal; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
} | |||
img { | |||
max-width: 100%; | |||
object-fit:cover; | |||
} | } | ||
Revision as of 01:58, 31 July 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");
}
* {
/* Set default font for the whole site, individual elements can override this */
font-family: "Century Schoolbook", "Cormorant-Regular", "Andada", Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 1em;
}
h1{
font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 3.em;
color: #800000;
padding: 5px;
margin: 0px;
text-align: center;
text-transform: uppercase;
}
h2 {
font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 2.5em;
color: #800000;
padding: 5px;
margin: 0px;
text-align: center;
text-transform: uppercase;
}
h3 {
font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 2em;
color: #800000;
text-decoration: underline;
padding: 5px;
margin: 0px;
text-align: center;
text-transform: uppercase;
}
h5 {
font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 0.75em;
padding: 5px;
margin: 0px;
text-transform: uppercase;
}
p {
font-family: "Century Schoolbook", "Cormorant-Regular", "Andada",Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 1.2em;
}
img {
max-width: 100%;
object-fit:cover;
}