MediaWiki:Common.css: Difference between revisions

From Silbo Networks
No edit summary
No edit summary
Line 21: Line 21:
  p img {
  p img {
     margin: 0;
     margin: 0;
     width: -webkit-fill-available;
     width:50%;
     height: auto;
     height: auto;
}
}
}
}

Revision as of 08:46, 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 {
    margin: 0;
    width:50%;
    height: auto;
}
}