MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Forscherhaus Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: /* Changes the background color of the bottom and left of each page, up to behind half of…“)
 
K
Zeile 3: Zeile 3:
 
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
 
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
 
body {
 
body {
   background: red;
+
   background: white;
 
}
 
}
  
 
/* Changes the background color behind the top half of the logo and at top of each page: */
 
/* Changes the background color behind the top half of the logo and at top of each page: */
 
#mw-page-base {
 
#mw-page-base {
   background: red;
+
   background: white;
 
}
 
}
 +
 +
 +
@import url( 'https://fonts.googleapis.com/css?family=Raleway:100,200,300,500,600,700,800,900,regular');
 +
@import url( 'https://fonts.googleapis.com/css?family=Montserrat:700,regular');
 +
@import url( 'https://fonts.googleapis.com/css?family=Playfair+Display:700,900,regular,italic,700italic,900italic');

Version vom 16. Februar 2021, 11:31 Uhr

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

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
  background: white;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: white;
}


@import url( 'https://fonts.googleapis.com/css?family=Raleway:100,200,300,500,600,700,800,900,regular');
@import url( 'https://fonts.googleapis.com/css?family=Montserrat:700,regular');
@import url( 'https://fonts.googleapis.com/css?family=Playfair+Display:700,900,regular,italic,700italic,900italic');