Difference between revisions of "Template:Athletics schedule legend/styles.css"

From blackwiki
Jump to navigation Jump to search
blackwiki>Izno
(Created page with 'table.athletics-schedule { text-align: center; } table.athletics-schedule tr td.quals, table.athletics-schedule tr td.heats { background-color: #D0A9F5; } ta...')
 
blackwiki>Izno
(qualifiers)
Line 3: Line 3:
 
}
 
}
  
table.athletics-schedule tr td.quals,
+
table.athletics-schedule tr td.qualifiers,
 
table.athletics-schedule tr td.heats {
 
table.athletics-schedule tr td.heats {
 
background-color: #D0A9F5;
 
background-color: #D0A9F5;

Revision as of 15:30, 12 August 2018

table.athletics-schedule {
	text-align: center;
}

table.athletics-schedule tr td.qualifiers,
table.athletics-schedule tr td.heats {
	background-color: #D0A9F5;
}

table.athletics-schedule tr td.semifinals {
	background-color: #D9FFB2;
}

table.athletics-schedule tr td.final {
	background-color: #FFDF80;
}