MediaWiki:Common.css: Difference between revisions

From Formula Rejects Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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:10, 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;
    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;
}