Jump to content

MediaWiki:Common.css: Difference between revisions

From greyhawk
mNo edit summary
mNo edit summary
 
(21 intermediate revisions by the same user not shown)
Line 2: Line 2:


@font-face {
@font-face {
  font-family: "Andada";
    font-family: "Andada";
  src: url("https://www.greyhawk.icu/fonts/AndadaPro-Italic-VariableFont_wght.ttf");
    src: url("https://www.bonemarch.org/fonts/AndadaPro-Italic-VariableFont_wght.ttf") format("truetype");
}
}


@font-face {
@font-face {
  font-family: "Andada SC";
    font-family: "Andada SC";
  src: url("https://www.greyhawk.icu/fonts/AndadaPro-VariableFont_wght.ttf");
    src: url("https://www.bonemarch.org/fonts/AndadaPro-VariableFont_wght.ttf") format("truetype");
}
}


@font-face {
@font-face {
  font-family: "Cormorant-Regular";
    font-family: "Cormorant-Regular";
  src: url("https://www.greyhawk.icu/fonts/Cormorant-Regular.ttf");
    src: url("https://www.bonemarch.org/fonts/Cormorant-Regular.ttf") format("truetype");
}
}


@font-face {
@font-face {
  font-family: "CasablancaAntique";
    font-family: "CasablancaAntique";
  src: url("https://www.greyhawk.icu/fonts/CasablancaAntique.ttf");
    src: url("https://www.bonemarch.org/fonts/CasablancaAntique.ttf") format("truetype");
}
}


@font-face {
@font-face {
  font-family: "Century Schoolbook";
    font-family: "Century Schoolbook";
  src: url("https://www.greyhawk.icu/fonts/CENSCBK.TTF");
    src: url("https://www.bonemarch.org/fonts/CENSCBK.TTF") format("truetype");
}
}


body {
body {
  /* Set default font for the whole site, individual elements can override this
    font-family: "Century Schoolbook", Georgia, serif;
  font-family: "Andada SC";
    font-size: 1.5em;
*/
    font-weight: normal;
  font-size: 1.5 em;
  font-weight: normal;
}
}


h1{
h1 {
  font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif;
    font-family: "Century Schoolbook";
  font-weight: normal;
    font-weight: normal;
  font-style: normal;
    font-style: normal;
  font-size: 3em;
    font-size: 3em;
  color: #800000;
    font-variant: small-caps;
  padding: 5px;
  margin: 0px;
  text-align: center;
}
}


h2 {
h2 {
  font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif;
    font-family: "CasablancaAntique", "Century Schoolbook", Georgia, serif;
  font-weight: normal;
    font-weight: normal;
  font-style: normal;
    font-style: normal;
  font-size: 2em;
    font-size: 2.5em;
  font-variant: small-caps;
    font-variant: small-caps;
  color: #800000;
  padding: 5px;
  margin: 0px;
  text-align: center;
}
}


h3 {
h3, h4, h5 {
  font-family: "Andada SC", "Cormorant-Regular", "CasablancaAntique", Arial, Helvetica, sans-serif;
    font-family: "Century Schoolbook";
  font-weight: normal;
    font-weight: normal;
  font-style: normal;
    font-style: normal;
  font-size: 1.5em;
    font-size: 2em;
  font-variant: small-caps;
    font-variant: small-caps;
  color: #800000;
    text-decoration: underline;
  text-decoration: underline;
}
  padding: 5px;
 
  margin: 0px;
h6 {
  text-align: left;
    font-family: "Century Schoolbook", "CasablancaAntique", Arial, Helvetica, sans-serif;
}
 
.wikitable {
    width: 100%;
    box-sizing: border-box;
}
}

Latest revision as of 02:39, 28 February 2025

/* CSS placed here will be applied to all skins */

@font-face {
    font-family: "Andada";
    src: url("https://www.bonemarch.org/fonts/AndadaPro-Italic-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Andada SC";
    src: url("https://www.bonemarch.org/fonts/AndadaPro-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Cormorant-Regular";
    src: url("https://www.bonemarch.org/fonts/Cormorant-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "CasablancaAntique";
    src: url("https://www.bonemarch.org/fonts/CasablancaAntique.ttf") format("truetype");
}

@font-face {
    font-family: "Century Schoolbook";
    src: url("https://www.bonemarch.org/fonts/CENSCBK.TTF") format("truetype");
}

body {
    font-family: "Century Schoolbook", Georgia, serif;
    font-size: 1.5em;
    font-weight: normal;
}

h1 {
    font-family: "Century Schoolbook";
    font-weight: normal;
    font-style: normal;
    font-size: 3em;
    font-variant: small-caps;
}

h2 {
    font-family: "CasablancaAntique", "Century Schoolbook", Georgia, serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2.5em;
    font-variant: small-caps;
}

h3, h4, h5 {
    font-family: "Century Schoolbook";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    font-variant: small-caps;
    text-decoration: underline;
}

h6 {
    font-family: "Century Schoolbook", "CasablancaAntique", Arial, Helvetica, sans-serif;
}

.wikitable {
    width: 100%;
    box-sizing: border-box;
}