MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus NLW-Wiki
Zur Navigation springen Zur Suche springen
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
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: #545454;
+
   background: #EDEDED;
 
}
 
}
  
 
/* 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: #545454;
+
   background: #EDEDED;
 
}
 
}

Aktuelle Version vom 10. April 2021, 23:37 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: #EDEDED;
}

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