Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Pixopedia
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 19: Zeile 19:
             ellipse 10% 100% at left center,  /* links: 10% breit, 100% hoch */
             ellipse 10% 100% at left center,  /* links: 10% breit, 100% hoch */
             #112733 20%,
             #112733 20%,
             #060e12 60%,
             #060e12 70%,
            transparent 80%
         ),
         ),
         radial-gradient(
         radial-gradient(
             ellipse 10% 100% at right center,  /* rechts: 10% breit, 100% hoch */
             ellipse 10% 100% at right center,  /* rechts: 10% breit, 100% hoch */
             #112733 20%,
             #112733 20%,
             #060e12 60%,
             #060e12 70%,
            transparent 80%
         );
         );



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

body {
    /* außen heller, zur Mitte dunkler */
    background: radial-gradient(
        circle at center,
        #060e12 40%,    /* Mitte dunkler */
        #112733 65%,
/*        #183646 75%,   *//* hier beginnt es deutlich heller zu werden */
        #000000 100%
    ) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.mw-page-container {
    background-color: #060e1275 !important;

    background-image:
        radial-gradient(
            ellipse 10% 100% at left center,   /* links: 10% breit, 100% hoch */
            #112733 20%,
            #060e12 70%,
        ),
        radial-gradient(
            ellipse 10% 100% at right center,  /* rechts: 10% breit, 100% hoch */
            #112733 20%,
            #060e12 70%,
        );

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