Difference between revisions of "MediaWiki:Common.css"

From Lumipedia
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body {
 
body {
 +
    font-family: Georgia, "Times New Roman", Times, serif;
 +
    font-size: 1em;
 
     background-color: whitesmoke;
 
     background-color: whitesmoke;
 
}
 
}

Revision as of 15:31, 7 February 2017

/* CSS placed here will be applied to all skins */
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    background-color: whitesmoke;
}