Difference between revisions of "MediaWiki:Common.css"

From spiderboard.org
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: remove Toolbox: #p-tb { display:none !important; }")
 
 
(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 */
 +
 +
/* remove Powered By Icon */
 +
#footer-poweredbyico { display: none; }
  
 
/* remove Toolbox */
 
/* remove Toolbox */
#p-tb { display:none !important; }
+
#p-tb { 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; }