11
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user