MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
} | } | ||
/* gesamter Seiten-/Contentbereich dunkel darüberlegen */ | |||
.mw-page-container { | |||
background-color: #060e1275 !important; /* dunkel, halbtransparent */ | |||
border-radius: 12px !important; | |||
padding: 20px !important; | |||
margin: 0 auto !important; | |||
max-width: 1600px; /* optional, um den Bereich klar zu begrenzen */ | |||
} | |||
/* Innencontainer transparent lassen, damit nur der große Block dunkel ist */ | |||
.mw-page-container .mw-content-container { | |||
background: transparent !important; | |||
} | |||
/* Gesamte Seiten-Container-Fläche einfärben */ | /* Gesamte Seiten-Container-Fläche einfärben */ | ||
.mw-page-container { | /*.mw-page-container { | ||
background-color: #0c1b223d !important; | background-color: #0c1b223d !important; | ||
border-radius: 20px !important; | border-radius: 20px !important; | ||
| Zeile 24: | Zeile 37: | ||
background-color: transparent !important; | background-color: transparent !important; | ||
} | } | ||
*/ | |||
/* =============== | /* =============== | ||
Module Ausblenden | Module Ausblenden | ||
Version vom 5. März 2026, 02:23 Uhr
body {
/* außen heller, zur Mitte dunkler */
background: radial-gradient(
circle at center,
#060e12 0%, /* Mitte dunkler */
#183646 40%,
#010303 75%, /* hier beginnt es deutlich heller zu werden */
#000000 100%
) !important;
background-size: cover !important;
background-attachment: fixed !important;
}
/* gesamter Seiten-/Contentbereich dunkel darüberlegen */
.mw-page-container {
background-color: #060e1275 !important; /* dunkel, halbtransparent */
border-radius: 12px !important;
padding: 20px !important;
margin: 0 auto !important;
max-width: 1600px; /* optional, um den Bereich klar zu begrenzen */
}
/* Innencontainer transparent lassen, damit nur der große Block dunkel ist */
.mw-page-container .mw-content-container {
background: transparent !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;
}
*/
/* ===============
Module Ausblenden
=============== */
.vector-column-end,
.vector-main-menu-container,
.vector-sticky-pinned-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;
}*/