Welcome to little lamb

Code » qmdoc » commit 5b2a11f

Add some footer struct/light style

author Olivier Brunel
2022-12-23 10:12:17 UTC
committer Olivier Brunel
2022-12-23 10:12:17 UTC
parent 432c5322e248b5e7e753c547e1d61a235e9a778e

Add some footer struct/light style

base.htm +16 -1

diff --git a/base.htm b/base.htm
index d86eac8..2d54ae0 100644
--- a/base.htm
+++ b/base.htm
@@ -82,8 +82,16 @@ header nav ul ul li a {
 header nav ul ul ul li a {
     margin-left: 24px;
 }
-main, footer {
+main {
     margin-left: 300px;
+    padding: 23px 42px;
+}
+footer {
+    position: fixed;
+    bottom: 4px;
+    width: 100%;
+    padding-left: 300px;
+    text-align: center;
 }
 </style>
 <style>
@@ -116,6 +124,13 @@ main, footer {
     header nav li a {
         color: #55a5d9;
     }
+    footer {
+        opacity: 0.4;
+    }
+    footer .generated {
+        opacity: 0.8;
+        font-size: 80%;
+    }
 }
 </style>
 <style>