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:
        circle at center,
        /* 1. Halbkreis-Maske: unten transparent, oben sichtbar */
        #010303 0%,
        linear-gradient(to bottom, #000 0%, #000 50%, transparent 50%) ,
        #060e12 80%,
        /* 2. Dein bisheriger Kreis */
        #183646 98%
        radial-gradient(
    ) !important;
            circle at center,
     background-size: cover !important;
            #010303 0%,
     background-attachment: fixed !important;
            #060e12 80%,
            #183646 98%
        );
     background-size: cover, cover;
    background-position: center top, center;
    background-repeat: no-repeat;
     background-attachment: fixed;
}
}



Version vom 5. März 2026, 02:10 Uhr

body {
    background:
        /* 1. Halbkreis-Maske: unten transparent, oben sichtbar */
        linear-gradient(to bottom, #000 0%, #000 50%, transparent 50%) ,
        /* 2. Dein bisheriger Kreis */
        radial-gradient(
            circle at center,
            #010303 0%,
            #060e12 80%,
            #183646 98%
        );
    background-size: cover, cover;
    background-position: center top, center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}




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