MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus D4O Wiki
Zur Navigation springen Zur Suche springen
Zeile 10: Zeile 10:
 
.mw-body {
 
.mw-body {
 
   background: #ece0c4;
 
   background: #ece0c4;
}
 
/* Kategorien etwas schöner darstellen */
 
.catlinks {
 
border: 0;
 
border-top: 2px dotted #aaa;
 
 
}
 
}

Version vom 23. Dezember 2020, 21:35 Uhr

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

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