Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Pixopedia
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 25: Zeile 25:
/* == Module Ausblenden */
/* == Module Ausblenden */


/* Sidebar ausblenden */
/* Module deaktivieren: rechte Spalte und Hauptmenü */
/*#mw-panel,
.vector-column-end {
#p-sidebar {
     display: none !important;
     display: none !important;
}*/
}
.vector-main-menu-container {
    display: none !important;
}
 


/* Footer ausblenden */
/* Footer ausblenden */

Version vom 5. März 2026, 01:06 Uhr

body {
    background: radial-gradient(
        circle at center,
        #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;
}

/* Optional: Innencontainer anpassen, falls nötig */
.mw-page-container .mw-content-container {
    background-color: transparent !important; /* oder ebenfalls #060e1275 */
}


/* == Module Ausblenden */

/* Module deaktivieren: rechte Spalte und Hauptmenü */
.vector-column-end {
    display: none !important;
}
.vector-main-menu-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;
}*/