Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Pixopedia
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
body {
body {
     background: radial-gradient(
     background: radial-gradient(
         circle at center,
         ellipse 70% 50% at 50% 35%, /* oval, horizontal 70%, vertikal 50%, etwas höher zentriert */
         #010303 0%,
         #010303 0%,
         #060e12 80%,
         #060e12 80%,
Zeile 9: Zeile 9:
     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, 02:06 Uhr

body {
    background: radial-gradient(
        ellipse 70% 50% at 50% 35%,  /* oval, horizontal 70%, vertikal 50%, etwas höher zentriert */
        #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;
}

/*   =============== 
     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;
}*/