Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

MediaWiki:Common.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
obsoleten Code zu Navigationsleisten entfernt
vector.css integriert (mit zwei Korrekturen), da wir ja eh nur noch den einen Skin haben
Zeile 1: Zeile 1:
/* Allgemeines */
/* Erweiterung fuer StarGateWiki */
/*
/*
  * Farbdefinitionen für Rahmen und Hintergründe
  * Farbdefinitionen für Rahmen und Hintergründe
Zeile 329: Zeile 326:
.mobileonly {
.mobileonly {
   display: none;
   display: none;
}
/* Fußzeilen in eine Zeile */
#footer-info li {
  display: inline;
}
/* Icon richtig platzieren */
.topicon {
  position: absolute;
  top: -3em;
  margin-right: -10px;
  float: right;
  display: block !important;
}
/* jsbutton wie Link aussehen lassen */
.textbutton {
  padding: 0;
  margin: 0;
  border: 0 none;
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  font: inherit;
  color: #0645AD;
  text-decoration: none;
}
.textbutton:active {
  color: #FAA700;
}
.textbutton:hover {
  text-decoration: underline;
}
/* Links mit Symbol */
#content :not(.keinSymbol) > a[href ^="http://de.wikipedia.org/"],
#content :not(.keinSymbol) > a[href ^="http://en.wikipedia.org/"],
#content :not(.keinSymbol) > a[href ^="http://de.wikipedia.org/"]:active,
#content :not(.keinSymbol) > a[href ^="http://en.wikipedia.org/"]:active {
  background: url(/w/images/1/12/Wikipedia-Icon.png) top right no-repeat;
  padding: 0 13px 0 0;
  background-size: 12px;
}
#content :not(.keinSymbol) > a[href ^="http://de.memory-alpha.org/"] {
  background: url(/w/images/3/3e/Memory-Alpha-Icon.png) top right no-repeat;
  padding: 0 13px 0 0;
  background-size: 12px;
}
#content :not(.keinSymbol) > a[href ^="http://de.battlestarwiki.org/"] {
  background: url(/w/images/b/bf/Battlestar-Wiki-Icon.png) top right no-repeat;
  padding: 0 13px 0 0;
  background-size: 12px;
}
/* Episodenlistenknopf auf den Übersichtsseiten der Serien */
.mw-collapsible .togglediv {
  color: #4D4D4D;
  cursor: pointer;
  margin-left: 0;
  margin-top: 2px;
  padding: 4px 0 3px 19px;
}
.mw-collapsible.mw-collapsed .togglediv {
  color: #0645AD;
}
}