Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
#mw-panel { | #mw-panel { | ||
display:none; | display:none; | ||
} | |||
#content { | |||
margin: 0 2rem; | |||
} | } |
Revision as of 13:06, 24 November 2021
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); body { font-family: 'Open Sans'; } body.page-Main_Page h1.firstHeading, #mw-panel { display:none; } #content { margin: 0 2rem; }