MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus wiki.climate-thinking.de
Wechseln zu: Navigation, Suche
K (Farbtest)
K (Farbtest)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 +
 +
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif|Abril+Fatface|Roboto:300,700');
  
 
body {
 
body {
 
     background: #d8ebf9;
 
     background: #d8ebf9;
     color: #1d3f72;
+
     font-family: 'Roboto', sans-serif;
 +
    font-weight: 300;
 +
    font-color: #1d3f72;
 
   }
 
   }
  
 
/* Folgend wird Schriftart und Farbe der Überschriften - h1, h2 etc. - geändert */
 
/* Folgend wird Schriftart und Farbe der Überschriften - h1, h2 etc. - geändert */
 
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Roboto:300,700" rel="stylesheet">
 
 
  
 
#content h1 {
 
#content h1 {
   color: yellow;
+
  font-family: 'Abril Fatface', serif;
 +
  font-weight: 300;
 +
   color: orange;
 
}
 
}

Version vom 9. Januar 2021, 15:24 Uhr

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

@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif|Abril+Fatface|Roboto:300,700');

body {
    background: #d8ebf9;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-color: #1d3f72;
  }

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

#content h1 {
  font-family: 'Abril Fatface', serif;
  font-weight: 300;
  color: orange;
}