MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Created page with "→CSS placed here will be applied to all skins: #ca-talk { display: none !important; }" |
Keine Bearbeitungszusammenfassung |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
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 */ | |||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
/* Disable View Source */ | |||
#ca-viewsource { display: none !important; } |
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; }