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

From blackwiki
Jump to navigation Jump to search
blackwiki>Izno
(Undid revision 935440488 by Raymarcbadz (talk) no, let's talk)
blackwiki>Raymarcbadz
(What's wrong with the style parameters that I edited? Better if you discuss it on WT:OLY.)
Line 1: Line 1:
 
table.athletics-schedule {
 
table.athletics-schedule {
text-align: center;
+
margin:0.5em auto;
 +
font-size:90%;
 +
line-height:1.25em;
 +
text-align:center;
 
}
 
}
  

Revision as of 16:23, 12 January 2020

table.athletics-schedule {
	margin:0.5em auto; 
	font-size:90%; 
	line-height:1.25em; 
	text-align:center;
}

table.athletics-schedule tr td.prelims,
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;
}