22 lines
427 B
CSS
22 lines
427 B
CSS
table {
|
|
margin-top: 10px;
|
|
text-align: left;
|
|
}th, td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.avatar {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.rank-1 { color: gold; font-weight: bold; }
|
|
.rank-2 { color: silver; font-weight: bold; }
|
|
.rank-3 { color: #cd7f32; font-weight: bold; }
|
|
|
|
.winrate {
|
|
color: #27ae60;
|
|
font-weight: bold;
|
|
}
|