MediaWiki:Common.css: Difference between revisions

From Silbo Networks
No edit summary
No edit summary
Line 20: Line 20:
@media screen and (min-device-width: 500px) {
@media screen and (min-device-width: 500px) {
  p img {
  p img {
    margin: 0;
     width:50% !important;
     width:50% !important;
     height: auto !important;
     height: auto !important;
}
}
}
}

Revision as of 08:48, 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) {
 p img {
    width:50% !important;
    height: auto !important;
}
}