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

Version vom 16. Februar 2021, 21:27 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: #dbe0e8;
    font-family: 'Work Sans', sans-serif;
    color: #064f4e;
  }

#footer {
    background: #064f4e;
 }

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

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