MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus MediaWiki 1.27.4
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
/* 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: white;
+
   background: blue;
 
}
 
}
  
 
/* 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: white;
+
   background: blue;
 
}
 
}

Version vom 8. Juni 2021, 16:04 Uhr

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

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