Difference between revisions of "MediaWiki:Common.css"

From TRMN
Jump to navigation Jump to search
Line 8: Line 8:
}
}


div.vectorTabs {
div.vectorTabs span > a {
background-color: #bb1100;
background-color: #bb1100;
}
}

Revision as of 22:34, 15 September 2014

/* CSS placed here will be applied to all skins */
body {
	background-color: #bb1100;
}

div#mw-head {
	background-color: #bb1100;
}

div.vectorTabs span > a {
	background-color: #bb1100;
}

div#content {
	background-color: #000;
	border-color: #ffff00;
}