Difference between revisions of "MediaWiki:Vector.css"

From HaloRuns Wiki
Jump to: navigation, search
Line 4: Line 4:
 
background: url(http://haloruns.com/hex-half.png) repeat;
 
background: url(http://haloruns.com/hex-half.png) repeat;
 
color: white;
 
color: white;
 +
background-color: #04080E;
 
}
 
}
  
Line 17: Line 18:
  
 
div#content{
 
div#content{
background-color: #04080E;
 
 
}
 
}

Revision as of 02:14, 22 December 2016

/* 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;
}

div#content{
}