MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
@media screen and (min-device-width: 500px) { | @media screen and (min-device-width: 500px) { | ||
.vector-feature-zebra-design-disabled .mw-body .firstHeading { | |||
word-wrap: break-word; | |||
margin-bottom: 0; | |||
color: darkgreen; | |||
} | } | ||
} | } | ||
Revision as of 08:52, 13 January 2025
/* CSS placed here will be applied to all skins */
img.mw-logo-icon {
width: 100% !important;
height: auto
}
.mw-logo-wordmark {
display: block;
margin: 0 auto;
visibility: hidden !important;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald:400,700');
font-family: "Open Sans", "Oswald", sans-serif;
font-size: large;
}
@media screen and (min-device-width: 500px) {
.vector-feature-zebra-design-disabled .mw-body .firstHeading {
word-wrap: break-word;
margin-bottom: 0;
color: darkgreen;
}
}