MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus The Alchenomicon Wiki
Gk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Gk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 16: | Zeile 16: | ||
background-position: center center; | background-position: center center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | |||
body.mediawiki { | |||
background-image: url('https://thealchenomiconwiki.com/images/8/8e/BackgroundImage_Main.png'); | |||
background-size: cover; | |||
background-attachment: fixed; | |||
background-position: center center; | |||
background-repeat: no-repeat; | |||
} | |||
/* Make page container transparent so background shows through */ | |||
#mw-page-container { | |||
background-color: transparent !important; | |||
} | |||
.skin-vector-2022 #mw-page-container { | |||
background: transparent !important; | |||
} | } | ||
Version vom 8. Mai 2026, 23:32 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Hide namespace prefix in page title */
.mw-page-title-namespace { display: none; }
h1.firstHeading span.mw-page-title-namespace,
h1.firstHeading span.mw-page-title-separator {
display: none !important;
}
/* Full-width background image */
body {
background-image: url('/images/8/8e/BackgroundImage_Main.png');
background-size: cover;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
}
body.mediawiki {
background-image: url('https://thealchenomiconwiki.com/images/8/8e/BackgroundImage_Main.png');
background-size: cover;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
}
/* Make page container transparent so background shows through */
#mw-page-container {
background-color: transparent !important;
}
.skin-vector-2022 #mw-page-container {
background: transparent !important;
}