MediaWiki:Common.css: Difference between revisions

From The Brain Rot MediaWiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #ca-talk { display: none !important; }")
 
No edit summary
Line 3: Line 3:
     display: none !important;
     display: none !important;
}
}
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; }

Revision as of 06:55, 5 December 2024

/* CSS placed here will be applied to all skins */
#ca-talk {
    display: none !important;
}

#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; }