diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-20 02:05:02 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-20 02:05:02 -0800 |
commit | 1c65a1a164008e993fba099723fc3039c2332a9c (patch) | |
tree | aa7cb6077a13e1565b5d981e90c4174dde204485 /css/stats.css | |
parent | f7c3e79e2283cf1c3513e957a9eab6b14ff0331f (diff) | |
download | pathery-1c65a1a164008e993fba099723fc3039c2332a9c.tar.xz |
Restyled and fixed some bugs in the scoreboard.
Diffstat (limited to 'css/stats.css')
-rw-r--r-- | css/stats.css | 46 |
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 { |