From 43329ed927e6b8a0931b863876b79696a52efc21 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 20 Sep 2014 11:09:29 +0100 Subject: Add bus routes sidebar Also add the bus routes to the map. --- style.css | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 71cf824..11b1e53 100644 --- a/style.css +++ b/style.css @@ -28,6 +28,58 @@ input[type="radio"], input[type="checkbox"] { box-shadow: 0 0 10px rgba(0,0,0,0.5); } +#route-master-list { + list-style: none; + padding-left: 0px; +} + +#route-master-list li a { + font: 24px/30px Arial, Helvetica, sans-serif; + width: 100%; + border-bottom-width: 2px; + border-top-width: 2px; + border-left-width: 0px; + border-right-width: 0px; + border-style: solid; + border-color: #000000; + background: #a1a1a1; + color: white; + display: block; + text-align: center; + text-decoration: none; +} + +.route-list { + list-style: none; + padding-left: 0px; +} + +.route-list li { + display: inline; +} + +.route-list li a { + font: 22px/22px Arial, Helvetica, sans-serif; + padding-right: 4px; + padding-left: 4px; + margin-right: 3px; + margin-left: 3px; + border-radius: 25px; + background: #a1a1a1; + color: white; + text-decoration: none; +} + +.stop-list { + padding-left: 25px; + bottom: 0; + overflow: auto; + position: absolute; + top: 295px; + width: 100%; + margin-bottom: 0px; +} + .sidebar-wrapper { width: 100%; height: 100%; -- cgit v1.2.3