Difference between revisions of "MediaWiki:Common.css"

From spiderboard.org
Jump to: navigation, search
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
/* remove Powered By Icon */
 +
#footer-poweredbyico { display: none; }
  
 
/* remove Toolbox */
 
/* remove Toolbox */
 
#p-tb { display:none; }
 
#p-tb { display:none; }
 
/* remove Powered By Icon */
 
 
#footer-poweredbyico { display: none; }
 

Latest revision as of 16:48, 20 September 2018

/* CSS placed here will be applied to all skins */

/* remove Powered By Icon */
#footer-poweredbyico { display: none; }

/* remove Toolbox */
#p-tb { display:none; }