MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
body { | body { | ||
/* | /* Grund-Hintergrund (z. B. etwas heller) */ | ||
background: radial-gradient( | background-color: #060e12; | ||
/* zwei äußere Ellipsen, die von hell nach außen dunkel/transparent laufen */ | |||
background-image: | |||
radial-gradient( | |||
background-size: | ellipse 15% 100% at calc(50% - 800px) center, /* links außen */ | ||
background-attachment: fixed | #112733 20%, | ||
#060e12 75%, | |||
transparent 100% | |||
), | |||
radial-gradient( | |||
ellipse 15% 100% at calc(50% + 800px) center, /* rechts außen */ | |||
#112733 20%, | |||
#060e12 75%, | |||
transparent 100% | |||
); | |||
background-repeat: no-repeat; | |||
background-size: auto 100%, auto 100%; | |||
background-attachment: fixed; | |||
} | } | ||
.mw-page-container { | .mw-page-container { | ||
Version vom 5. März 2026, 03:08 Uhr
body {
/* Grund-Hintergrund (z. B. etwas heller) */
background-color: #060e12;
/* zwei äußere Ellipsen, die von hell nach außen dunkel/transparent laufen */
background-image:
radial-gradient(
ellipse 15% 100% at calc(50% - 800px) center, /* links außen */
#112733 20%,
#060e12 75%,
transparent 100%
),
radial-gradient(
ellipse 15% 100% at calc(50% + 800px) center, /* rechts außen */
#112733 20%,
#060e12 75%,
transparent 100%
);
background-repeat: no-repeat;
background-size: auto 100%, auto 100%;
background-attachment: fixed;
}
.mw-page-container {
background-color: #060e1275 !important;
background-image:
radial-gradient(
ellipse 15% 100% at left center, /* links: 10% breit, 100% hoch */
#112733 20%,
#060e12 75%,
transparent 100%
),
radial-gradient(
ellipse 15% 100% at right center, /* rechts: 10% breit, 100% hoch */
#112733 20%,
#060e12 75%,
transparent 100%
);
background-repeat: no-repeat !important;
background-size: 100% 100%, 100% 100%; /* Gradients füllen den Container */
border-radius: 12px !important;
padding: 20px !important;
margin: 0 auto !important;
max-width: 1600px;
}
.mw-page-container .mw-content-container {
background: 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;
}*/