MediaWiki:Vector.css

From HaloRuns Wiki
Revision as of 02:54, 22 December 2016 by Nibre (talk | contribs)
Jump to: navigation, search
/* CSS placed here will affect users of the Vector skin */

body {
	background: url(http://haloruns.com/hex-half.png) repeat;
	color: white;
	background-color: #04080E;
}

a {
	color: #FFAC1C;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus {
	color: #FFD678;
}

a:hover, a:visited {
	color: #CC8A16;
}

div#content, #mw-page-base{
	color: white;
	background-color: #04080E;
}

h1,h2,h3,h4,h5,h6{color: white}

#toc,div.toc,ul#filetoc,li.gallerybox div.thumb{
	background-color:: #101d30;
}