MediaWiki:Common.css: Difference between revisions

From UnepgridWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:
     #content{
     #content{
       max-width:1000px;
       max-width:1000px;
      margin: auto;
     }
     }
}
}

Revision as of 09:49, 9 September 2024

/* CSS placed here will be applied to all skins */

.mw-wiki-logo {
    background-size: cover;
}
#ca-talk { display: none !important; }

img{
max-width : 100%;
aspect-ratio: auto;
    height: auto;
}

.mw-body h1, .mw-body-content h1 {
    font-size: 3.5em;
}


.vector-body h2 {
    font-size: 2em;
}

.vector-body p {
   font-size: 1rem;
}


@media screen and (min-width: 982px) {
    #content{
       max-width:1000px;
       margin: auto;
    }
}