Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 22:02, 14 June 2022

/* CSS placed here will be applied to all skins */
/* last modification stuff */
#footer-info { display: none; }

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

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

#footer { display: none; }