Actions

MediaWiki

Common.css: Difference between revisions

From Forsaken Planet

No edit summary
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, #pt-talk { display: none !important; }
#ca-talk, #pt-mytalk { display: none !important; }
#ca-history, #pt-history { display: none !important;}
#ca-history, #pt-history { display: none !important;}
#ca-watch, #pt-watch { display: none !important; }
#ca-watch, #pt-watchlist { display: none !important; }
#ca-unwatch, #ca-unwatch { display: none !important; }
#ca-unwatch, #pt-mycontris { display: none !important; }
#pt-notifications-notice { display: none !important; }
#pt-notifications-alert { display: none !important; }

Revision as of 20:25, 1 April 2024

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