MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus The Alchenomicon Wiki
Gk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Gk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 25: | Zeile 25: | ||
#mw-header-hack .color-left, | #mw-header-hack .color-left, | ||
#mw-header-nav-hack .color-left { | #mw-header-nav-hack .color-left { | ||
background: # | background: #330077 !important; | ||
} | } | ||
#mw-header-hack .color-middle, | #mw-header-hack .color-middle, | ||
| Zeile 33: | Zeile 33: | ||
#mw-header-hack .color-right, | #mw-header-hack .color-right, | ||
#mw-header-nav-hack .color-right { | #mw-header-nav-hack .color-right { | ||
background: # | background: #330077 !important; | ||
} | } | ||
Version vom 9. Mai 2026, 15:45 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;
}
/* Header color bars */
#mw-header-hack .color-left,
#mw-header-nav-hack .color-left {
background: #330077 !important;
}
#mw-header-hack .color-middle,
#mw-header-nav-hack .color-middle {
background: #1a1a1a !important;
}
#mw-header-hack .color-right,
#mw-header-nav-hack .color-right {
background: #330077 !important;
}