Difference between revisions of "MediaWiki:Vector.css"

From lex-wiki
Jump to navigation Jump to search
Line 4: Line 4:
     background-image: url(http://tekkit.it/image/Background.png);
     background-image: url(http://tekkit.it/image/Background.png);
     background-repeat: no-repeat !important;
     background-repeat: no-repeat !important;
 
    background: #ffffff;
     margin: 0;
     margin: 0;
}
}

Revision as of 14:57, 26 April 2013

/* CSS placed here will affect users of the Vector skin */

body {
    background-image: url(http://tekkit.it/image/Background.png);
    background-repeat: no-repeat !important;
    background: #ffffff;
    margin: 0;
}