Difference between revisions of "MediaWiki:Common.css"

From TRMN
Jump to navigation Jump to search
Line 5: Line 5:


div#mw-head {
div#mw-head {
background-color: #bb1100;
}
div.vectorTabs {
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 {
	background-color: #bb1100;
}

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