Difference between revisions of "MediaWiki:Common.css"

From Lumipedia
Jump to: navigation, search
Line 4: Line 4:
 
     font-size: 1em;
 
     font-size: 1em;
 
     background-color: whitesmoke;
 
     background-color: whitesmoke;
 +
}
 +
 +
 +
.mw-wiki-logo {
 +
    background-image: url(/lumipedia/images/logo/Luminescence-72-765x765.jpg);
 
}
 
}

Revision as of 15:42, 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;
}


.mw-wiki-logo {
    background-image: url(/lumipedia/images/logo/Luminescence-72-765x765.jpg);
}