summaryrefslogtreecommitdiff
path: root/http/res/ranking.css
blob: 76b67aef1e5942f72dec5106094f788ef409f1e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#filters div[role="group"] { margin: 10px; }
.table-hover > tbody > tr.gold > td { background-color: #FFEF96 }
.table-hover > tbody > tr.silver > td { background-color: #E5E5E5 }
.table-hover > tbody > tr.bronze > td { background-color: #E1CAB4 }
.table-hover > tbody > tr.gold:hover > td { background-color: #FFE34C }
.table-hover > tbody > tr.silver:hover > td { background-color: #CDCDCD }
.table-hover > tbody > tr.bronze:hover > td { background-color: #D7B99A }
.table {
    border-top: solid 1px #ddd; border-bottom: solid 1px #ddd;
    opacity: 0.1;
}
.table.history {
    opacity: 1;
}
.table .label { display: inline-block; width: 40px }
.table, .table .club,
.table .region, .table .age,
.table .gender, .table .ranking {
    border-left: solid 1px #ddd; border-right: solid 1px #ddd
}
.table .pid {
    border-left: solid 1px #ddd
}
.table .pidlink {
    border-right: solid 1px #ddd
}
.table > tbody > tr { cursor: pointer }
.table-bordered > tbody .place,
.table-bordered > tbody .age-place,
.table-bordered > tbody .gender-place,
.table-bordered > tbody .region-place {
    border-right: none;
}
.table-bordered > tbody .place-change,
.table-bordered > tbody .age-place-change,
.table-bordered > tbody .gender-place-change,
.table-bordered > tbody .region-place-change {
    border-left: none;
}
.table > thead th { text-align: center }
.table.history > tbody > tr { cursor: auto }