Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Pixopedia
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 27: Zeile 27:
     background-color: #060e1275 !important;
     background-color: #060e1275 !important;


    background-image:
/*    background-image:
         radial-gradient(
         radial-gradient(
             ellipse 15% 100% at left center,  /* links: 10% breit, 100% hoch */
             ellipse 15% 100% at left center,   
             #112733 20%,
             #112733 20%,
             #060e12 75%,
             #060e12 75%,
Zeile 35: Zeile 35:
         ),
         ),
         radial-gradient(
         radial-gradient(
             ellipse 15% 100% at right center,  /* rechts: 10% breit, 100% hoch */
             ellipse 15% 100% at right center,   
             #112733 20%,
             #112733 20%,
             #060e12 75%,
             #060e12 75%,
             transparent 100%
             transparent 100%
         );
         );
 
*/
     background-repeat: no-repeat !important;
     background-repeat: no-repeat !important;
     background-size: 100% 100%, 100% 100%;  /* Gradients füllen den Container */
     background-size: 100% 100%, 100% 100%;   


     border-radius: 12px !important;
     border-radius: 20px !important;
     padding: 20px !important;
     padding: 20px !important;
     margin: 0 auto !important;
     margin: 0 auto !important;

Version vom 5. März 2026, 03:13 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 5% 100% at calc(50% - 800px) center, /* links außen */
            #112733 20%,
            #060e12 75%,
            transparent 100%
        ),
        radial-gradient(
            ellipse 5% 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,   
            #112733 20%,
            #060e12 75%,
            transparent 100%
        ),
        radial-gradient(
            ellipse 15% 100% at right center,  
            #112733 20%,
            #060e12 75%,
            transparent 100%
        );
*/
    background-repeat: no-repeat !important;
    background-size: 100% 100%, 100% 100%;  

    border-radius: 20px !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;
}*/