MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus The Alchenomicon Wiki
Gk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Gk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
/* Background image */ | |||
body.mediawiki { | body.mediawiki { | ||
background-image: url('https://thealchenomiconwiki.com/images/8/8e/BackgroundImage_Main.png?v=2') !important; | background-image: url('https://thealchenomiconwiki.com/images/8/8e/BackgroundImage_Main.png?v=2') !important; | ||
| Zeile 10: | Zeile 11: | ||
} | } | ||
#mw- | /* Make content and sidebar transparent so background shows through */ | ||
#mw-content-container, | |||
background | #mw-site-navigation { | ||
background: transparent !important; | |||
} | } | ||
/* Solid header bar */ | |||
#mw-header-container { | #mw-header-container { | ||
background: | background: #1a1a1a !important; | ||
} | } | ||
Version vom 9. Mai 2026, 15:27 Uhr
/* CSS an dieser Stelle wird für Benutzer geladen, die die Benutzeroberfläche „Timeless“ verwenden */
/* Background image */
body.mediawiki {
background-image: url('https://thealchenomiconwiki.com/images/8/8e/BackgroundImage_Main.png?v=2') !important;
background-size: cover !important;
background-attachment: fixed !important;
background-position: center center !important;
background-repeat: no-repeat !important;
}
/* Make content and sidebar transparent so background shows through */
#mw-content-container,
#mw-site-navigation {
background: transparent !important;
}
/* Solid header bar */
#mw-header-container {
background: #1a1a1a !important;
}