MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
K (Farbtest)
K (Farbtest)
Zeile 5: Zeile 5:
  
 
body {
 
body {
     background: #f0ece8;
+
     background: #96c2cb;
 
     font-family: 'Work Sans', sans-serif;
 
     font-family: 'Work Sans', sans-serif;
     color: #3C403D;
+
     color: #3f5f63;
 
   }
 
   }
  
Zeile 20: Zeile 20:
 
   font-family: 'Crimson Text', serif;
 
   font-family: 'Crimson Text', serif;
 
   font-weight: 700;
 
   font-weight: 700;
   color: #800080;
+
   color: #fffdff;
 
}
 
}

Version vom 27. Januar 2021, 11:49 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;
}