Difference between revisions of "MediaWiki:Common.css"

From SEBoK
Jump to navigation Jump to search
Line 8: Line 8:
 
#Toolbox { display:none; }
 
#Toolbox { display:none; }
 
#t-recentchangeslinked { display: none; }
 
#t-recentchangeslinked { display: none; }
 +
#t-upload { display: none; }
 +
#t-specialpages { display: none; }

Revision as of 19:41, 30 May 2014

/* CSS placed here will be applied to all skins */
#ca-talk { display: none !important; }
#ca-pdfbook { display: none !important; }
body.page h1.firstHeading { display:block !important; }
/* hiding existing toolbox */
/* #p-navigation, #p-tb h5, #p-tb div.body { display:none !important; } */
#p-navigation { display:none !important; }
#Toolbox { display:none; }
#t-recentchangeslinked { display: none; }
#t-upload { display: none; }
#t-specialpages { display: none; }