Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Line 7: Line 7:
}
}


.mw-wiki-logo {
.mw-body {
max-width:100%;
 
max-height:100%;
border: 2px solid #3FA9F5;
}
}

Revision as of 14:42, 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-body {

border: 2px solid #3FA9F5;
}