MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
} | } | ||
.vector-feature-zebra-design-disabled .mw-body .firstHeading { | .vector-feature-zebra-design-disabled .mw-body .firstHeading { | ||
word-wrap: break-word; | word-wrap: break-word; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
color: darkgreen; | color: darkgreen; | ||
} | } | ||
Revision as of 08:53, 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;
}
.vector-feature-zebra-design-disabled .mw-body .firstHeading {
word-wrap: break-word;
margin-bottom: 0;
color: darkgreen;
}