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: #f9f9f9;
+
     background: #DCE1E3;
 
     font-family: 'Work Sans', sans-serif;
 
     font-family: 'Work Sans', sans-serif;
     color: #3f5f63;
+
     color: #5C5F58;
 
   }
 
   }
  
 
#footer {
 
#footer {
     background: #ffda6e;
+
     background: #5C5F58;
 
  }
 
  }
  
Zeile 28: Zeile 28:
 
   font-family: 'Crimson Text', serif;
 
   font-family: 'Crimson Text', serif;
 
   font-weight: 700;
 
   font-weight: 700;
   color: #ffda6e;
+
   color: #B73225;
 
   text-align: left;
 
   text-align: left;
 
}
 
}
  
 
#content h2,h3 {
 
#content h2,h3 {
   color: #674422;
+
   color: #004E7C;
 
}
 
}

Version vom 16. Februar 2021, 21:24 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: #DCE1E3;
    font-family: 'Work Sans', sans-serif;
    color: #5C5F58;
  }

#footer {
    background: #5C5F58;
 }

#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: #B73225;
  text-align: left;
}

#content h2,h3 {
  color: #004E7C;
}