Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Pixopedia
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
body {
body {
    /* außen heller, zur Mitte dunkler */
     background: radial-gradient(
     background: radial-gradient(
         circle at center,
         circle at center,
         #010303 0%,
         #060e12 0%,   /* Mitte dunkler */
         #060e12 80%,
         #183646 40%,
         #183646 98%
        #010303 75%,   /* hier beginnt es deutlich heller zu werden */
         #000000 100%
     ) !important;
     ) !important;
     background-size: cover !important;
     background-size: cover !important;
     background-attachment: fixed !important;
     background-attachment: fixed !important;
}
}





Version vom 5. März 2026, 02:22 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;
}



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