Actions

MediaWiki

Common.css: Difference between revisions

From Forsaken Planet

Created page with "CSS placed here will be applied to all skins: #ca-talk { display: none !important; } #ca-history { display: none !important;} #ca-watch { display: none !important; } #ca-unwatch { 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-talk { display: none !important; }
#ca-talk, #pt-talk { display: none !important; }
#ca-history { display: none !important;}
#ca-history, #pt-history { display: none !important;}
#ca-watch { display: none !important; }
#ca-watch, #pt-watch { display: none !important; }
#ca-unwatch { display: none !important;
#ca-unwatch, #ca-unwatch { display: none !important; }

Revision as of 20:20, 1 April 2024

/* CSS placed here will be applied to all skins */
#ca-talk, #pt-talk { display: none !important; }	
#ca-history, #pt-history { display: none !important;}
#ca-watch, #pt-watch { display: none !important; }
#ca-unwatch, #ca-unwatch { display: none !important; }