MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
K
K
Zeile 5: Zeile 5:
  
 
body {
 
body {
     background: #dbe0e8;
+
     background: #f1f3f4;
 
     font-family: 'Work Sans', sans-serif;
 
     font-family: 'Work Sans', sans-serif;
     color: #064f4e;
+
     color: #505254;
 
   }
 
   }
  
 
#footer {
 
#footer {
     background: #064f4e;
+
     background: #b8d0d5;
 
  }
 
  }
  
Zeile 28: Zeile 28:
 
   font-family: 'Crimson Text', serif;
 
   font-family: 'Crimson Text', serif;
 
   font-weight: 700;
 
   font-weight: 700;
   color: #d94d01;
+
   color: #19ca99;
 
   text-align: left;
 
   text-align: left;
 
}
 
}
  
 
#content h2,h3 {
 
#content h2,h3 {
   color: #214001;
+
   color: #b8d0d5;
 
}
 
}

Version vom 17. Februar 2021, 11:52 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: #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: 'Crimson Text', serif;
  font-weight: 700;
  color: #19ca99;
  text-align: left;
}

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