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, 52 insertions, 0 deletions
diff --git a/http/_res/ranking.css b/http/_res/ranking.css
new file mode 100644
index 0000000..2993dd7
--- /dev/null
+++ b/http/_res/ranking.css
@@ -0,0 +1,52 @@
+#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 }