MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
K
K
Zeile 26: Zeile 26:
  
 
#content h1 {
 
#content h1 {
   font-family: 'Poppins', sans-serif;
+
   font-family: 'Bree', serif;
 
   font-weight: 500;
 
   font-weight: 500;
 
   color: #19ca99;
 
   color: #19ca99;
Zeile 33: Zeile 33:
  
 
#content h2,h3 {
 
#content h2,h3 {
   font-family: 'Bree', serif;
+
   font-family: 'Poppins', sans-serif;
 
   font-weight: 300;
 
   font-weight: 300;
 
   color: #869ca2;
 
   color: #869ca2;
 
   text-align: left;
 
   text-align: left;
 
}
 
}

Version vom 17. Februar 2021, 12:02 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@import url('https://fonts.googleapis.com/css?family=Poppins:500|Bree+Serif:400,700||Work+Sans:400,700');


body {
    background: #f1f3f4;
    font-family: 'Work Sans', sans-serif;
    color: #505254;
  }

#footer {
    background: #b8d0d5;
 }

#catlinks {
    display:block
}

#toc {
  display:block;
}


/* Folgend wird Schriftart und Farbe der Überschriften - h1, h2 etc. - geändert */

#content h1 {
  font-family: 'Bree', serif;
  font-weight: 500;
  color: #19ca99;
  text-align: left;
}

#content h2,h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #869ca2;
  text-align: left;
}