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 */
div#content {
body {
background-color: #000;
background-color: #bb1100;
border-color: #ffff00;
}
 
div#mw-head {
background-color: #bb1100;
}
}


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

Revision as of 22:30, 15 September 2014

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

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

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