Vorlage:Erweiterte Navigationsleiste/styles legacy.css

Aus Simpsonspedia
Zur Navigation springenZur Suche springen
/* Um temporär Schönheitsfehler in der Bestandsvorlage auszubessern,
   ist geplant, die Vorlage Navbox der engl. Wikipedia erneut zu
   importieren, weswegen hier keine gründlichere Bearbeitung erfolgt.

   Bitte nicht als Vorlage für andere Stylesheets verwenden, da z. B.
   die Verwendung von '!important' als schlechter Stil gilt.
*/

table.erw-nav-zebra > tbody > :nth-child(odd) {
	background-color: #fffacd;
}

/* Farbschema Simpsonspedia */
.erw-nav-farbschema-blau .erw-nav-leiste {
	background-color: #fffacd;
}
.erw-nav-farbschema-blau .erw-nav-gruppe {
	background-color: #fff38c;
}
.erw-nav-farbschema-grau .erw-nav-leiste,
.erw-nav-farbschema-grau .erw-nav-gruppe {
	background-color: #ececec;
}

.erweiterte-navigationsleiste .NavContent > .wikitable > * > tr {
  border-top: 2px solid #fdfdfd !important;
  border-bottom: 2px solid #fdfdfd !important;
}

@media screen {
	html.skin-theme-clientpref-night .erw-nav-farbschema-blau .erw-nav-leiste,
	html.skin-theme-clientpref-night .erw-nav-farbschema-blau .erw-nav-gruppe, 
	html.skin-theme-clientpref-night .erw-nav-farbschema-grau .erw-nav-leiste,
	html.skin-theme-clientpref-night .erw-nav-farbschema-grau .erw-nav-gruppe {
		background-color: #202122;
	}
	html.skin-theme-clientpref-night .erweiterte-navigationsleiste .NavContent .wikitable tr,
	html.skin-theme-clientpref-night .erweiterte-navigationsleiste .NavContent .wikitable td {
		border-color: #101418 !important;
	}
}

.erweiterte-navigationsleiste .hlist .wikitable {
  border-top: 0px !important;
  border-bottom: 0px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.erweiterte-navigationsleiste .hlist .wikitable tr:first-of-type td {
  border-top: 0px !important;
}
.erweiterte-navigationsleiste .hlist .wikitable tr:last-of-type td {
  border-bottom: 0px !important;
}