Jump to content

MediaWiki:Common.css: Difference between revisions

From IoT Colabs Wiki
Created page with "CSS placed here will be applied to all skins: Hide the site name/text under the logo: #p-logo-text { display: none; } For older Vector skin versions if needed: .mw-wiki-logo-text { display: none; }"
 
No edit summary
 
(6 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;}
/* For older Vector skin versions if needed */
#ca-watch { display: none !important; }
.mw-wiki-logo-text {
#ca-unwatch { display: none !important; }
    display: none;
#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; }