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(circle at center, #060e12, #0a181e, #122732, #000) !important;
     background: radial-gradient(circle at center, #010303, #060e12, #183646, #00000056) !important;
     background-size: cover !important;
     background-size: cover !important;
     background-attachment: fixed !important;
     background-attachment: fixed !important;

Version vom 5. März 2026, 00:38 Uhr

body {
    background: radial-gradient(circle at center, #010303, #060e12, #183646, #00000056) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

#content,
#mw-content-text,
div#content {
    background-color: #060e1275 !important;
    border-radius: 10px !important; /* Optional: Abgerundete Ecken für besseren Look */
    padding: 20px !important;
}

/* == Module Ausblenden */

/* Sidebar ausblenden */
/*#mw-panel,
#p-sidebar {
    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;
}*/