Difference between revisions of "MediaWiki:Vector.css"

From lex-wiki
Jump to navigation Jump to search
Line 2: Line 2:


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

Revision as of 14:56, 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: #13202e;
    margin: 0;
}