MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
K (Farbtest)
K (Farbtest)
Zeile 6: Zeile 6:
 
   }
 
   }
  
/* Folgend wir Schriftart und Farbe der Überschriften - h1 - geändert */
+
/* Folgend wird Schriftart und Farbe der Überschriften - h1, h2 etc. - geändert */
  
 
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
 
@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 {
 
#content h1 {
   font-family: "Noto Serif", serif;
+
   font-family: 'Crimson Text', serif;
 
   color: #8e1075;
 
   color: #8e1075;
 +
}
 +
 +
#content h2, h3, h4, h5, h6 {
 +
font-family: 'Oswald', sans-serif;
 +
text-transform: uppercase;
 +
color: #ffce00;
 
}
 
}

Version vom 9. Januar 2021, 14:34 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: 'Crimson Text', serif;
  color: #8e1075;
}

#content h2, h3, h4, h5, h6 {
 font-family: 'Oswald', sans-serif;
 text-transform: uppercase;
 color: #ffce00;
}