Difference between revisions of "MediaWiki:Common.css"

From Formula Rejects Wiki
Jump to: navigation, search
(Undo revision 18176 by Biscione (talk))
Line 5: Line 5:
 
body{
 
body{
 
     font-family: 'Titillium Web', sans-serif;
 
     font-family: 'Titillium Web', sans-serif;
    background: url(http://www.formularejects.com/img/web-bg.png) no-repeat center center fixed;
 
    -webkit-background-size: cover;
 
    -moz-background-size: cover;
 
    -o-background-size: cover;
 
    background-size: cover;
 
 
}
 
}

Revision as of 22:11, 22 March 2014

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

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400);

body{
    font-family: 'Titillium Web', sans-serif;
}