MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
body { | body { | ||
background: radial-gradient(circle at center, #010303, #060e12, #183646, #000) !important; | background: radial-gradient( | ||
circle 70% at center, | |||
#010303 0%, | |||
#060e12 35%, | |||
#183646 70%, | |||
#000 100% | |||
) !important; | |||
background-size: cover !important; | background-size: cover !important; | ||
background-attachment: fixed !important; | background-attachment: fixed !important; | ||
} | } | ||
/* Gesamte Seiten-Container-Fläche einfärben */ | /* Gesamte Seiten-Container-Fläche einfärben */ | ||
Version vom 5. März 2026, 00:45 Uhr
body {
background: radial-gradient(
circle 70% at center,
#010303 0%,
#060e12 35%,
#183646 70%,
#000 100%
) !important;
background-size: cover !important;
background-attachment: fixed !important;
}
/* Gesamte Seiten-Container-Fläche einfärben */
.mw-page-container {
background-color: #060e1275 !important;
border-radius: 20px !important;
padding: 20px !important;
}
/* Optional: Innencontainer anpassen, falls nötig */
.mw-page-container .mw-content-container {
background-color: transparent !important; /* oder ebenfalls #060e1275 */
}
/* == Module Ausblenden */
/* Sidebar ausblenden */
/*#mw-panel,
#p-sidebar {
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;
}*/