Difference between revisions of "MediaWiki:Common.css"

From Discordia
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: #footer { display: none; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#footer { display: none; }
 
#footer { display: none; }
  +
  +
/* last modification stuff */
  +
#footer-info { display: none; }
  +
  +
/* footer links */
  +
#footer-places { display: none; }
  +
  +
/* powered by icon */
  +
#footer-icon { display: none; }

Revision as of 20:25, 25 February 2019

/* CSS placed here will be applied to all skins */
#footer { display: none; }

/* last modification stuff */
#footer-info { display: none; }

/* footer links */
#footer-places { display: none; }

/* powered by icon */
#footer-icon { display: none; }