MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Created page with "→CSS placed here will be applied to all skins: #ca-viewsource { display: none !important; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#ca-viewsource { display: none !important; } | #ca-viewsource { display: none !important; } | ||
#ca-history { display: none !important;} | |||
#ca-ve-edit { display: none !important; } | |||
#ca-edit { display: none !important; } | |||
#ca-talk { display: none !important; } | |||
#ca-protect { display: none !important; } | |||
#ca-move { display: none !important; } | |||
#ca-delete { display: none !important; } | |||
#ca-watch { display: none !important; } | |||
#ca-unwatch { display: none !important; } | |||
#ca-formedit { display: none !important; } | |||
#ca-nstab-user { display: none !important; } | |||
Revision as of 10:10, 28 March 2024
/* CSS placed here will be applied to all skins */
#ca-viewsource { display: none !important; }
#ca-history { display: none !important;}
#ca-ve-edit { display: none !important; }
#ca-edit { display: none !important; }
#ca-talk { display: none !important; }
#ca-protect { display: none !important; }
#ca-move { display: none !important; }
#ca-delete { display: none !important; }
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
#ca-formedit { display: none !important; }
#ca-nstab-user { display: none !important; }