summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/stats.css25
1 files changed, 24 insertions, 1 deletions
diff --git a/css/stats.css b/css/stats.css
index 166573d..83a8341 100644
--- a/css/stats.css
+++ b/css/stats.css
@@ -48,18 +48,26 @@
border-radius: 0px 25px 6px 0px;
vertical-align: middle;
text-align:center;
- line-height: 130px;
+ line-height: 126px;
text-decoration: none;
background-color: #262631;
font-size:200%;
border-radius: 5px;
border: 1px solid #333;
+ cursor: auto;
+}
+.mapNavActive {
+ cursor: auto;
}
.mapNavActive:hover {
background-color: #343c57;
}
+.mapNavActive:active {
+ background-color: #555588;
+}
.mapNavDisabled {
background-color: #222223;
+ cursor: default;
}
.mapNavCenter {
float:left;
@@ -81,6 +89,18 @@
overflow-y:hidden;
}
+.scoreCol {
+ min-height:500px;
+ min-width:277px;
+ float:left;
+}
+.mapCol {
+ min-height:500px;
+ float:left;
+ margin-left: 7px;
+ max-width:500px;
+}
+
.mapThumbnail {
display:inline-block;
padding: 8px;
@@ -168,6 +188,9 @@ td, th {
.scoreActive:hover {
background-color: #343c57;
}
+.scoreActive:active {
+ background-color: #555588;
+}
.scoreDisabled {
background-color: #222223;
}