summaryrefslogtreecommitdiff
path: root/website/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'website/static/css')
-rw-r--r--website/static/css/main.css29
-rw-r--r--website/static/css/override.css2
2 files changed, 29 insertions, 2 deletions
diff --git a/website/static/css/main.css b/website/static/css/main.css
index 7ac9d2b..9af9fb2 100644
--- a/website/static/css/main.css
+++ b/website/static/css/main.css
@@ -25,9 +25,9 @@
border-bottom: 3px solid #ffffff;
}
#first{
- padding: 25px 0 0 0;
}
#first h5, #sponsors h5, #last h5{
+ padding: 25px 0 0 0;
font-weight: lighter;
padding: 10px 0 25px 0;
font-family: gtrg;
@@ -124,3 +124,30 @@
.sponsor p{
text-align: justify;
}
+#reach-scipy{
+ height: 400px;
+ padding: 5px 0.9375em;
+ margin-bottom: 25px;
+}
+#reach-scipy .side-nav{
+ height: 400px;
+ background: #f5f5f5;
+ padding: 25px;
+}
+#reach-scipy #map{
+ height: 400px;
+ padding: 0;
+ background: #ffffff;
+ border: 1px solid #f5f5f5;
+}
+#map-loader{
+ display: block;
+ margin: 25% auto 0;
+}
+#mappy{
+ position: absolute;
+ top: 0;
+ right: 0;
+ left: 0;
+ bottom: 0;
+} \ No newline at end of file
diff --git a/website/static/css/override.css b/website/static/css/override.css
index 88ab4e2..137f926 100644
--- a/website/static/css/override.css
+++ b/website/static/css/override.css
@@ -27,4 +27,4 @@
}
.breadcrumbs .current a{
color: #ffffff;
-}
+} \ No newline at end of file