MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
Zeile 6: | Zeile 6: | ||
#ca-watch { display: none !important; } | #ca-watch { display: none !important; } | ||
#ca-unwatch { display: none !important; } | #ca-unwatch { display: none !important; } | ||
.MainPageGrid { | |||
display:grid; | |||
grid-template-columns:auto auto; | |||
gap: 15px; | |||
padding:15px | |||
} |
Version vom 24. Februar 2022, 15:13 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #ca-nstab-main { display: none !important; } #ca-nstab-user { display: none !important; } #ca-talk { display: none !important; } #ca-watch { display: none !important; } #ca-unwatch { display: none !important; } .MainPageGrid { display:grid; grid-template-columns:auto auto; gap: 15px; padding:15px }