Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


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

Revision as of 21:41, 20 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;
}