MediaWiki:Vector.css

Aus GreenWay2 WIKI
Zur Navigation springen Zur Suche springen

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
/* Vector Skin - Hintergrundbild Fix */

/* ALLES transparent machen */
html.skin-vector,
body.skin-vector,
body.skin-vector-legacy,
.skin-vector #mw-page-base,
.skin-vector #mw-head-base,
.skin-vector-legacy #mw-page-base,
.skin-vector-legacy #mw-head-base {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* Der weisse Streifen oben */
#mw-page-base {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    height: 0 !important;
}

#mw-head-base {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* Header Container */
div#mw-head,
#mw-head {
    background: rgba(26, 26, 26, 0.95) !important;
}

/* Content */
.skin-vector #content,
.skin-vector .mw-body,
.skin-vector-legacy #content {
    background: rgba(36, 36, 36, 0.95) !important;
    border-color: #4a4a4a !important;
}

/* Panel */
.skin-vector #mw-panel,
.skin-vector-legacy #mw-panel {
    background: transparent !important;
}