Difference between revisions of "MediaWiki:Common.css"

From FileSys.Org Wiki
(Created page with "→‎CSS placed here will be applied to all skins: #menu { display: none !important; }")
 
 
(One intermediate revision 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 */
 
#menu { display: none !important; }
 
#menu { display: none !important; }
 +
#p-tb{
 +
display : none;
 +
}
 +
#ca-talk { display:none!important; }
 +
#ca-history { display:none!important; }
 +
#ca-viewsource { display:none!important; }

Latest revision as of 15:41, 27 December 2018

/* CSS placed here will be applied to all skins */
#menu { display: none !important; }
#p-tb{
 display : none;
}
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }