MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Die Seite wurde geleert. Markierungen: Geleert Manuelle Zurücksetzung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
body { | |||
background: radial-gradient(circle at center, #0a0a2e, #1a1a3e, #2a0a5e, #000) !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; | |||
}*/ | |||
Version vom 5. März 2026, 00:34 Uhr
body {
background: radial-gradient(circle at center, #0a0a2e, #1a1a3e, #2a0a5e, #000) !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;
}*/