summaryrefslogtreecommitdiff
path: root/http/res/ranking.css
diff options
context:
space:
mode:
Diffstat (limited to 'http/res/ranking.css')
-rw-r--r--http/res/ranking.css52
1 files changed, 0 insertions, 52 deletions
diff --git a/http/res/ranking.css b/http/res/ranking.css
deleted file mode 100644
index 2993dd7..0000000
--- a/http/res/ranking.css
+++ /dev/null
@@ -1,52 +0,0 @@
-#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 }
-
-.container { position: relative; }
-.static-menu {
- position: absolute;
- display: inline-block;
- width: auto;
- top: 0;
- right: 0;
- margin: 0 15px;
-}
-.static-menu .btn { border-top-left-radius: 0; border-top-right-radius: 0 }