Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Line 5: Line 5:
     background-color: white;
     background-color: white;
     color: black;
     color: black;
}
.mw-wiki-logo {
    margin: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
}

Revision as of 10:46, 21 September 2021

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

body, .mw-body, #mw-head, #mw-panel {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    background-color: white;
    color: black;
}

.mw-wiki-logo {
    margin: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}