MediaWiki:Common.css: Difference between revisions
Appearance
Colabs Admin (talk | contribs) No edit summary |
Colabs Admin (talk | contribs) No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#ca-nstab-main { display: none !important; } | |||
# | #ca-nstab-user { display: none !important; } | ||
#ca-talk { display: none !important; } | |||
} | #ca-view { 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; } | |||
Latest revision as of 02:15, 1 May 2026
/* CSS placed here will be applied to all skins */
#ca-nstab-main { display: none !important; }
#ca-nstab-user { display: none !important; }
#ca-talk { display: none !important; }
#ca-view { 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; }