MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
K (Farbtest)
K (Farbtest)
Zeile 20: Zeile 20:
 
   font-family: 'Crimson Text', serif;
 
   font-family: 'Crimson Text', serif;
 
   font-weight: 700;
 
   font-weight: 700;
 +
  color: #fffdff;
 +
}
 +
 +
#content h2,h3 {
 
   color: #fffdff;
 
   color: #fffdff;
 
}
 
}

Version vom 27. Januar 2021, 11:50 Uhr

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

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


body {
    background: #96c2cb;
    font-family: 'Work Sans', sans-serif;
    color: #3f5f63;
  }

#footer {
    background: #ffda6e;
 }


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

#content h1 {
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  color: #fffdff;
}

#content h2,h3 {
  color: #fffdff;
}