MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus wiki.climate-thinking.de
Admino (Diskussion | Beiträge) K (Farbtest) |
Admino (Diskussion | Beiträge) K (Farbtest) |
||
Zeile 13: | Zeile 13: | ||
#content h1 { | #content h1 { | ||
− | font-family: ' | + | font-family: 'Oswald', serif; |
color: #8e1075; | color: #8e1075; | ||
} | } | ||
#content h2, h3, h4, h5, h6 { | #content h2, h3, h4, h5, h6 { | ||
− | font-family: ' | + | font-family: 'Crimson Text', sans-serif; |
text-transform: uppercase; | text-transform: uppercase; | ||
color: #ffce00; | color: #ffce00; | ||
} | } |
Version vom 9. Januar 2021, 14:35 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {
background: #d8ebf9;
color: #1d3f72;
}
/* Folgend wird Schriftart und Farbe der Überschriften - h1, h2 etc. - geändert */
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
<link href="https://fonts.googleapis.com/css?family=Cardo:400,700|Oswald" rel="stylesheet">;
<link href="https://fonts.googleapis.com/css?family=Crimson+Text|Work+Sans:400,700" rel="stylesheet">
#content h1 {
font-family: 'Oswald', serif;
color: #8e1075;
}
#content h2, h3, h4, h5, h6 {
font-family: 'Crimson Text', sans-serif;
text-transform: uppercase;
color: #ffce00;
}