MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. | /* 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-view { display: none !important; } | ||
#ca-edit { display: none !important; } | |||
#ca-ve-edit { display: none !important; } | |||
#ca-formedit { display: none !important; } | |||
} | #ca-history { display: none !important;} | ||
#ca-watch { display: none !important; } | |||
#ca-unwatch { display: none !important; } | |||
#ca-delete { display: none !important; } | |||
} | #ca-move { display: none !important; } | ||
#ca-protect { display: none !important; } | |||
#ca-viewsource { display: none !important; } | |||
} | |||
} | |||
} | |||
} | |||
Version vom 2. Oktober 2023, 16:18 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-view { display: none !important; }
#ca-edit { display: none !important; }
#ca-ve-edit { display: none !important; }
#ca-formedit { display: none !important; }
#ca-history { display: none !important;}
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
#ca-delete { display: none !important; }
#ca-move { display: none !important; }
#ca-protect { display: none !important; }
#ca-viewsource { display: none !important; }