MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus MediaWiki 1.27.4
Wechseln zu: Navigation, Suche
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „#p-tb { display: none; }“)
 
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;
 
}
 

Aktuelle Version vom 18. Juli 2021, 13:57 Uhr

#p-tb { display: none; }