MediaWiki:Vector.css

Aus Maddraxikon

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
/* Hintergrundbild */

body {
  position: relative;
  color: #eeeeff;
  font-size: 110%;
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
  width: 1100px;
  padding: 0;
  margin: 0 auto;
  background-image: url("/images/Space.jpg");
  background-color: #000000 !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
}

body.body-fixed {
  background-image: url("/images/Space.jpg");
  background-color: #000000 !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

body.body-scroll {
  background-image: url("/images/Space.jpg");
  background-color: #000000 !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
}

body.body-fixed {
  background-image: url("/images/Space.jpg");
  background-color: #000000 !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

body.body-scroll {
  background-image: url("/images/Space.jpg");
  background-color: #000000 !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
}

body.body-solid {
  background-image: none !important;
  background-color: #000000 !important;
}

div#mw-page-base {
  background: transparent !important;
}

div.vectorTabs {
  background: transparent;
  height: 16px;
}

div.vectorTabs ul {
  background: transparent;
}

div.vectorTabs ul li, div.vectorTabs ul li.selected {
  display: inline-block;
  float: left;
  height: 16px;
  padding: 0 2px !important;
  margin: 0 !important;
  vertical-align: bottom;
  border: none;
  background: none;
}

div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
  border: none;
  background: none;
}