MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus D4O Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde geleert.)
Markierung: Geleert
Zeile 1: Zeile 1:
 +
/* 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;
 +
}
 +
/* Kategorien etwas schöner darstellen */
 +
.catlinks {
 +
border: 0;
 +
border-top: 2px dotted #aaa;
 +
}

Version vom 23. Dezember 2020, 21:19 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;
}
/* Kategorien etwas schöner darstellen */
.catlinks {
	border: 0;
	border-top: 2px dotted #aaa;
}