Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
font-size: 1em; /* original was 0.75em */ | font-size: 1em; /* original was 0.75em */ | ||
} | } | ||
#mw-panel, | #mw-panel, #p-logo, #p-logo a { | ||
width: 13em; /* 10em */ | width: 13em; /* 10em */ | ||
} | } | ||
.mw-body, | .mw-body, #mw-head-base, #mw-data-after-content, .mw-footer { | ||
margin-left: 14em; /* 11em */ | margin-left: 14em; /* 11em */ | ||
} | } | ||
} | } | ||
Revision as of 16:34, 29 October 2021
/* CSS placed here will be applied to all skins */
@media screen and (min-width: 982px) {
div#mw-panel nav.portal div.vector-menu-content ul li,
div#mw-panel nav.portal h3 {
font-size: 1em; /* original was 0.75em */
}
#mw-panel, #p-logo, #p-logo a {
width: 13em; /* 10em */
}
.mw-body, #mw-head-base, #mw-data-after-content, .mw-footer {
margin-left: 14em; /* 11em */
}
}