]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - app/css/style.css
Add basic footer
[perso/Immae/Projets/Nodejs/Surfer.git] / app / css / style.css
index 13c65334ee3c23541de00e60b6f396e7791a7f85..26eada031d37df5a85abd79c2e9db4cb61801099 100644 (file)
@@ -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