MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.page-Main_Page #contentSub { display: none } | |||
/* Disable Discussion Tab */ | /* Disable Discussion Tab */ |
Aktuelle Version vom 21. August 2025, 14:48 Uhr
/* CSS placed here will be applied to all skins */ .page-Main_Page #contentSub { display: none } /* Disable Discussion Tab */ #ca-talk { display: none !important; } /* Disable View Source */ #ca-viewsource { display: none !important; }