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 |
||
Zeile 1: | Zeile 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Disable Discussion Tab */ | |||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
/* Disable View Source */ | |||
#ca-viewsource { display: none !important; } |
Version vom 21. August 2025, 14:45 Uhr
/* CSS placed here will be applied to all skins */ /* Disable Discussion Tab */ #ca-talk { display: none !important; } /* Disable View Source */ #ca-viewsource { display: none !important; }