Difference between revisions of "MediaWiki:Common.css"

no edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url( 'https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
@import url( 'https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
 
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; }
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
body {
Line 1,051: Line 1,053:
display: none;
display: none;
}
}
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; }