MediaWiki:Common.css: Difference between revisions

From Silbo Networks
No edit summary
No edit summary
Line 18: Line 18:
}
}


@media (max-width:500px){
@media (max-width: 500px){
p img {
img {
     margin: 0;
     margin: 0;
     width: 20%;
     width: 20%;

Revision as of 08:37, 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: 20%;
    height: auto;
}
}