MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus D4O Wiki
Zur Navigation springen Zur Suche springen
Zeile 11: Zeile 11:
 
   background: #ece0c4;
 
   background: #ece0c4;
 
}
 
}
 +
#ca-talk { display:none!important; }
 +
#ca-history{ display:none!important; }
 +
#ca-viewsource{ display:none!important; }
 +
#ca-view{ display:none!important; }

Version vom 23. Dezember 2020, 21:43 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;
}
#ca-talk { display:none!important; }
#ca-history{ display:none!important; }
#ca-viewsource{ display:none!important; }
#ca-view{ display:none!important; }