Jump to content

MediaWiki:Common.css: Difference between revisions

From IoT Colabs Wiki
No edit summary
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 */
/* Hide the site name/text under the logo */
#ca-nstab-main { display: none !important; }
#p-logo-text {
#ca-nstab-user { display: none !important; }
    display: none;
#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; }