aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2014-09-20 11:09:29 +0100
committerChristopher Baines <mail@cbaines.net>2014-10-07 13:02:36 +0100
commit43329ed927e6b8a0931b863876b79696a52efc21 (patch)
tree4b5b80cd7234aa3f5e1dda21e414b6bd8cfb8615 /style.css
parentc66f0ed2a7ca9b400c726f1901d7c4b030cdff32 (diff)
downloadmaps.southampton.ac.uk-43329ed927e6b8a0931b863876b79696a52efc21.tar
maps.southampton.ac.uk-43329ed927e6b8a0931b863876b79696a52efc21.tar.gz
Add bus routes sidebar
Also add the bus routes to the map.
Diffstat (limited to 'style.css')
-rw-r--r--style.css52
1 files changed, 52 insertions, 0 deletions
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%;