MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
img { | img { | ||
margin: 0; | margin: 0; | ||
width: | width: -webkit-fill-available; | ||
height: auto; | height: auto; | ||
} | } | ||
} | } | ||
Revision as of 08:39, 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 (max-width: 500px){
img {
margin: 0;
width: -webkit-fill-available;
height: auto;
}
}