MediaWiki:Common.css: Difference between revisions

From Marks Polakovs
Jump to navigation Jump to search
Created page with "→‎CSS placed here will be applied to all skins: →‎Hide talk page links: #ca-talk { display: none; }"
 
No edit summary
 
Line 3: Line 3:
/* Hide talk page links */
/* Hide talk page links */
#ca-talk { display: none; }
#ca-talk { display: none; }
/* And the footer guff */
#footer-places-about, #footer-places-privacy, #footer-places-disclaimers { display: none; }

Latest revision as of 19:55, 10 November 2024

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

/* Hide talk page links */
#ca-talk { display: none; }

/* And the footer guff */

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