Difference between revisions of "MediaWiki:Common.css"

From Shadow Accord
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .backgroundcolor { background-color: #D6D8FF; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.backgroundcolor {
+
body {
 
background-color: #D6D8FF;
 
background-color: #D6D8FF;
 
}
 
}

Revision as of 18:51, 1 March 2014

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