Difference between revisions of "MediaWiki:Common.css"

From GenPlay, Einstein Genome Analyzer

Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#webstarttable table tr td {
+
#webstarttable {
 
background-color: red;
 
background-color: red;
 
color: blue;
 
color: blue;
}
 
 
#webstarttable table tr td .memory {
 
background-color: red;
 
}
 
 
#webstarttable range {
 
background-color: red;
 
}
 
 
#webstarttable input {
 
background-color: red;
 
 
}
 
}

Revision as of 16:22, 16 May 2012

/* CSS placed here will be applied to all skins */
#webstarttable {
	background-color: red;
	color: blue;
}