Lompat ke isi

Templat:Olympic schedule legend/styles.css

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
Revisi sejak 30 Juli 2021 08.49 oleh DennyRG (bicara | kontrib) (←Membuat halaman berisi 'table.olympic-schedule{ margin:0.5em auto; font-size:90%; line-height:1.25em; text-align:center; } table.olympic-schedule.athletics tr td.prelims, table.olympic-schedule.athletics tr td.qualifiers, table.olympic-schedule.athletics tr td.heats { background-color: #F97F8A; } table.olympic-schedule.athletics tr td.semifinals { background-color: #8CF59A; } table.olympic-schedule.athletics tr td.final { background-color: #9CE4F7; } table.olympic-schedule...')
(beda) ← Revisi sebelumnya | Revisi terkini (beda) | Revisi selanjutnya → (beda)
table.olympic-schedule{
	margin:0.5em auto; 
	font-size:90%; 
	line-height:1.25em; 
	text-align:center;
}

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

table.olympic-schedule.athletics tr td.semifinals {
	background-color: #8CF59A;
}

table.olympic-schedule.athletics tr td.final {
	background-color: #9CE4F7;
}

table.olympic-schedule.canoeing tr td.heats,
table.olympic-schedule.rowing tr td.heats {
	background-color: #D0A9F5;
}

.repechage {
	background-color: #BBEBFF;
}

table.olympic-schedule.canoeing tr td.quarterfinals,
table.olympic-schedule.rowing tr td.quarterfinals {
	background-color: #97DEFF;
}

table.olympic-schedule.canoeing tr td.semifinals,
table.olympic-schedule.rowing tr td.semifinals {
	background-color: #D9FFB2;
}

table.olympic-schedule.canoeing tr td.final,
table.olympic-schedule.rowing tr td.final {
	background-color: #FFDF80;
}

table.olympic-schedule.shooting tr td.qualifiers {
	background-color: #5BF560;
}

table.olympic-schedule.shooting tr td.final {
	background-color: #AFF55B;
}

table.olympic-schedule.swimming tr td.heats {
	background-color: #6be4f2;
}

table.olympic-schedule.swimming tr td.semifinals {
	background-color: #5ea2f7;
}

table.olympic-schedule.swimming tr td.final {
	background-color: #95d6f7;
}

table.olympic-schedule.cycling tr td.heats,
table.olympic-schedule.table-tennis tr td.prelims {
	background-color: #FA7894;
}

table.olympic-schedule.cycling tr td.quarterfinals,
table.olympic-schedule.table-tennis tr td.quarterfinals {
	background-color: #FAD978;
}

table.olympic-schedule.cycling tr td.semifinals,
table.olympic-schedule.table-tennis tr td.semifinals {
	background-color: #7DFADB;
}

table.olympic-schedule.cycling tr td.final,
table.olympic-schedule.table-tennis tr td.final {
	background-color: #7DE5FA;
}

.team-group, table.olympic-schedule.volleyball tr td.prelims {
	background-color: #fbb;
}

.round-of-16 {
	background-color: #ccf;
}

.team-qf, table.olympic-schedule.volleyball tr td.quarterfinals {
	background-color: #bbf3ff;
}

.team-sf, table.olympic-schedule.volleyball tr td.semifinals {
	background-color: #bbf3bb;
}

.team-bronze, .bronze-medal {
	background-color: #fedcba;
}

.team-final, table.olympic-schedule.volleyball tr td.final {
	background-color: #ffb;
}

.event {
	text-align: left;
}