MediaWiki:Vector.css
/* CSS placed here will affect users of the Vector skin */
body {
background: url(http://haloruns.com/hex-half.png) repeat;
color: white;
}
a {
color: #FFAC1C;
text-decoration: none;
outline: 0;
}
a:hover, a:focus {
color: #FFD678;
}
div#content{
background-color: #121212;
}