MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
K (Farbtest)
K (Farbtest)
Zeile 13: Zeile 13:
  
 
#content h1 {
 
#content h1 {
   font-family: 'Crimson Text', serif;
+
   font-family: 'Oswald', serif;
 
   color: #8e1075;
 
   color: #8e1075;
 
}
 
}
  
 
#content h2, h3, h4, h5, h6 {
 
#content h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
+
  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;
}