MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Maddraxikon
(linke Spalte verkleinert)
(-störende CSS)
 
Zeile 1: Zeile 1:
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page h1.firstHeading { display:none; }
/* Breite der Sidebar vergrößern */
div#mw-panel {width:10em;}
div#footer, #mw-head-base, div#content {margin-left: 10em;}
#left-navigation {left: 10em;}
/* Hintergrundbild
body {
  position: relative;
  color: #eeeeff;
  font-size: 110%;
  font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
  width: 90%;
  padding: 0;
  margin: 0 auto;
  background-image: url("/images/Space.jpg");
  background-color: #000000 !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  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: fixed;
  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: fixed;
  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;
}*/

Aktuelle Version vom 4. Februar 2024, 08:35 Uhr

/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
body.page-Main_Page h1.firstHeading { display:none; }