MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Geschichte Leichlingen
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: body { background: red; } /* Changes the background color behind the top half of the log…“)
 
 
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
body {
 
body {
   background: red;
+
   background: gray;
 
}
 
}
  
 
/* 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: gray;
 
}
 
}

Aktuelle Version vom 12. Dezember 2020, 19:30 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {
  background: gray;
}

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