MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 22: | Zeile 22: | ||
.vector-column-start, | .vector-column-start, | ||
vector-sticky-pinned-container { | .vector-sticky-pinned-container, | ||
#mw-panel-toc { | |||
background: transparent !important; | |||
background-color: transparent !important; | background-color: transparent !important; | ||
box-shadow: none !important; | |||
border: none !important; | |||
} | } | ||
/* == Module Ausblenden */ | /* == Module Ausblenden */ | ||
Version vom 5. März 2026, 01:14 Uhr
body {
background: radial-gradient(
circle at center,
#010303 0%,
#060e12 80%,
#183646 98%
) !important;
background-size: cover !important;
background-attachment: fixed !important;
}
/* Gesamte Seiten-Container-Fläche einfärben */
.mw-page-container {
background-color: #0c1b223d !important;
border-radius: 20px !important;
padding: 20px !important;
}
.mw-page-container .mw-content-container {
background-color: transparent !important;
}
.vector-column-start,
.vector-sticky-pinned-container,
#mw-panel-toc {
background: transparent !important;
background-color: transparent !important;
box-shadow: none !important;
border: none !important;
}
/* == Module Ausblenden */
/*rechte Spalte und Hauptmenü */
.vector-column-end {
display: none !important;
}
.vector-main-menu-container {
display: none !important;
}
/* Footer ausblenden */
/*#footer {
display: none !important;
}*/
/* Hilfemenü und andere Tabs ausblenden */
/*#n-help,
#p-tb .new,
#p-views .mw-editsection-visualeditor {
display: none !important;
}*/