MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
body { | body { | ||
background: radial-gradient(circle at center, # | background: radial-gradient(circle at center, #060e12, #0a181e, #122732, #000) !important; | ||
background-size: cover !important; | background-size: cover !important; | ||
background-attachment: fixed !important; | background-attachment: fixed !important; | ||
Version vom 5. März 2026, 00:36 Uhr
body {
background: radial-gradient(circle at center, #060e12, #0a181e, #122732, #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;
}*/