Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
#content { | #content { | ||
margin: 0 2rem; | margin: 0 2rem; | ||
} | |||
.mw-body { | |||
border-right-width: 1px; | |||
} | } | ||
Revision as of 19:15, 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;
}
.mw-body {
border-right-width: 1px;
}