MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus The Alchenomicon Wiki
Gk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Gk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 11: | Zeile 11: | ||
/* Full-width background image */ | /* Full-width background image */ | ||
body { | body { | ||
background-image: url('/images/BackgroundImage_Main.png'); | background-image: url('/images/8/8e/BackgroundImage_Main.png'); | ||
background-size: cover; | background-size: cover; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
Version vom 8. Mai 2026, 22:28 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;
}