summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/stats.css46
1 files changed, 28 insertions, 18 deletions
diff --git a/css/stats.css b/css/stats.css
index f2d5d8e..166573d 100644
--- a/css/stats.css
+++ b/css/stats.css
@@ -30,45 +30,55 @@
height: 0;
}
-.mapNavBtn:hover {
- background-color:#57a;
-}
.mapNavCon {
height:135px;
width:900px;
margin-bottom:10px;
}
.mapNavLeft {
- float:left;
- width:40px;
- height:135px;
- background-color:#358;
- border-radius:5px;
+ float: left;
}
.mapNavRight {
- float:right;
- width:40px;
- height:135px;
- background-color:#358;
- border-radius:5px;
+ float: right;
+}
+.mapNavLeft, .mapNavRight{
+ width: 38px;
+ height: 133px;
+ background-color:#236;
+ border-radius: 0px 25px 6px 0px;
+ vertical-align: middle;
+ text-align:center;
+ line-height: 130px;
+ text-decoration: none;
+ background-color: #262631;
+ font-size:200%;
+ border-radius: 5px;
+ border: 1px solid #333;
+}
+.mapNavActive:hover {
+ background-color: #343c57;
+}
+.mapNavDisabled {
+ background-color: #222223;
}
.mapNavCenter {
float:left;
height:135px;
- width:820px;
- background-color:#888;
+ width:780px;
+ margin-left:20px;
+ margin-right:20px;
+ background-color:#222223;
+ border-radius: 15px;
white-space: nowrap;
overflow-x:hidden;
overflow-y:hidden;
}
#mapNavigation {
+ margin-left: 45px;
padding:1px;
- background-color:#888;
- border-radius:10px;
white-space: nowrap;
overflow-x:hidden;
overflow-y:hidden;
-
}
.mapThumbnail {