From e807872bc4ebe09bf8f44033395e395bc26c0e5e Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 1 Mar 2016 22:12:58 +0100 Subject: Add basic footer --- app/css/style.css | 27 +++++++++++++++++++++++++++ app/index.html | 7 ++++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/app/css/style.css b/app/css/style.css index 13c6533..26eada0 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -1,11 +1,16 @@ html, body { + min-height: 100%; width: 100%; height: 100%; padding: 0; margin: 0; } +body { + padding-bottom: 70px; +} + .wrapper { display: table; width: 100%; @@ -36,4 +41,26 @@ pre { th { vertical-align: middle !important; +} + +.main { + margin-bottom: 40px; +} + +footer { + position: fixed; + background-color: #efefef; + bottom: 0; + width: 100%; + color: #555; + font-size: 14px; + padding: 5px; + z-index: 13; + opacity: .5; + -webkit-transition: all .25s; + transition: all .25s; +} + +footer:hover { + opacity: 1; } \ No newline at end of file diff --git a/app/index.html b/app/index.html index 803568c..071803a 100644 --- a/app/index.html +++ b/app/index.html @@ -103,7 +103,7 @@ -
+
@@ -157,6 +157,11 @@
+ + + -- cgit v1.2.3