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") !important;
     background-image: url("http://tekkit.it/image/Background.png") !important;
     background-repeat: no-repeat !important;
     background-repeat: no-repeat !important;
     background: #CAD7FC;
     background: #ffD7FC;
     margin: 0;
     margin: 0;
}
}

Revision as of 14:52, 26 April 2013

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

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