MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
K
K
Zeile 29: Zeile 29:
 
   font-weight: 700;
 
   font-weight: 700;
 
   color: #ffda6e;
 
   color: #ffda6e;
 +
  text-align: left;
 
}
 
}
  

Version vom 5. Februar 2021, 22:00 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;
 }

#catlinks {
    display:block
}

#toc {
  display:block;
}


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

#content h1 {
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  color: #ffda6e;
  text-align: left;
}

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