Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
body.page-Main_Page h1.firstHeading { | body.page-Main_Page h1.firstHeading { | ||
display:none; | display:none; | ||
} | } | ||
| Line 26: | Line 22: | ||
#mw-panel { | #mw-panel { | ||
display: none; | display: none; | ||
} | |||
#content { | |||
margin: 0 2rem; | |||
} | } | ||
Revision as of 17:59, 28 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 {
display:none;
}
#mw-content-text {
overflow: hidden;
}
.mw-body {
border-right-width: 1px;
}
@media only screen and (max-width: 800px) {
#mw-panel {
display: none;
}
#content {
margin: 0 2rem;
}
.mobile-full {
width: 100% !important;
display: block;
}
}