MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus MediaWiki 1.27.4
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
#p-tb { display: none; }
 
#p-tb { display: none; }
 +
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
 +
body {
 +
  background: red;
 +
}
 +
 +
/* Changes the background color behind the top half of the logo and at top of each page: */
 +
#mw-page-base {
 +
  background: red;
 +
}

Version vom 18. Juli 2021, 13:56 Uhr

#p-tb { display: none; }
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
  background: red;
}

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