From 38d2a4b01789b0c55dee57829a5ef27c10f44311 Mon Sep 17 00:00:00 2001 From: Thierry Degeling Date: Sun, 20 Jul 2014 22:49:00 +0200 Subject: [PATCH] Style & Level2 status Changed the layout a little bit Added the current status of the Hackerspace --- css/level2.css | 20 ++++++++++++++++++-- index.html | 23 +++++++++++------------ js/level2.js | 34 ++++++++++++++++++++++++++++++++-- 3 files changed, 61 insertions(+), 16 deletions(-) diff --git a/css/level2.css b/css/level2.css index 02bdbc3..e3b86ad 100644 --- a/css/level2.css +++ b/css/level2.css @@ -65,13 +65,29 @@ h1, h2, h3, h4, h5, h6 { } .weather { - margin-top: 25px; + margin-top: 35px; opacity: 0.8; } .logo { text-align: center; font-size: 8em; - margin-top: 25px; + margin-top: 35px; opacity: 0.8; +} + +.open { + background: #5cb85c; + color: #fff; +} + +.closed { + background: #d9534f; + color: #fff; +} + +.status { + text-align: center; + font-size: 7em; + padding: 0; } \ No newline at end of file diff --git a/index.html b/index.html index 47d7050..6df9fa6 100644 --- a/index.html +++ b/index.html @@ -14,22 +14,22 @@ -
+
-