Difference between revisions of "MediaWiki:Common.css"

From TRMN
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
body {
background-color: #bb1100;
/* background-color: #bb1100; */
background-color: #000;
}
}


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


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

Revision as of 22:36, 15 September 2014

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

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

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

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