Difference between revisions of "Template:Athletics schedule legend/styles.css"
Jump to navigation
Jump to search
blackwiki>Izno (qualifiers) |
blackwiki>Izno (text-align left) |
||
| Line 14: | Line 14: | ||
table.athletics-schedule tr td.final { | table.athletics-schedule tr td.final { | ||
background-color: #FFDF80; | background-color: #FFDF80; | ||
| + | } | ||
| + | |||
| + | table.athletics-schedule tr td.event { | ||
| + | text-align: left; | ||
} | } | ||
Revision as of 15:35, 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;
}
table.athletics-schedule tr td.event {
text-align: left;
}