MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
 
     color: #575757;
 
     color: #575757;
 
   }
 
   }
 
#sidenav {
 
  height: 100%; /* Full-height: remove this if you want "auto" height */
 
  width: 160px; /* Set the width of the sidebar */
 
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
 
  z-index: 1; /* Stay on top */
 
  top: 0; /* Stay at the top */
 
  left: 0;
 
  background-color: #111; /* Black */
 
  overflow-x: hidden; /* Disable horizontal scroll */
 
  padding-top: 20px;
 
}
 
  
  

Version vom 21. Februar 2021, 01:28 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@import url('https://fonts.googleapis.com/css?family=Poppins:500|Bree+Serif:400,700||Work+Sans:400,700');


body {
    background: #f1f3f4;
    font-family: 'Work Sans', sans-serif;
    color: #575757;
  }


#footer {
    background: #F3D8DD;
 }

#catlinks {
    display:block
}

#toc {
  display:block;
}


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

#content h1 {
  font-family: 'Bree', serif;
  font-weight: 500;
  color: #C7105C;
  text-align: left;
}

#content h2,h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #9A0C46;
  text-align: left;
}