MediaWiki:Citizen.css: Unterschied zwischen den Versionen
Aus Lost Dreams Of Tomorrow Wiki
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 29: | Zeile 29: | ||
} | } | ||
.mw-parser-output, .mw-body, .mw-body-content, #bodyContent { | .mw-parser-output, .mw-body, .mw-body-content, #bodyContent { | ||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
Version vom 11. Januar 2026, 20:43 Uhr
/* ========================================
CITIZEN – GLASS HEADER + BACKGROUND ONLY
======================================== */
/* ===== Page Background ===== */
body {
background-color: #000;
background-image: url(https://lostdreamsoftomorrow.wiki/images/resources/Background.png);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
background-attachment: fixed;
}
/* Mobile Fix */
@media (max-width: 999px) {
body {
background-attachment: scroll;
}
}
/* ===== Glass Header (Citizen) ===== */
.mw-header,
.citizen-header {
background: rgba(0, 0, 0, 0.6) !important;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border-bottom: 1px solid rgba(120, 120, 160, 0.35);
}
.mw-parser-output, .mw-body, .mw-body-content, #bodyContent {
background-color: transparent !important;
}