running on php-7.3 now
[mdref/mdref] / public / index.css
index b71b5aec5e4c30d266dcf9d45637b05cb2ab0890..c0204cdb3464ef6db258bceab1f50e84f737d12d 100644 (file)
@@ -1,7 +1,6 @@
-* {
-       font-size: 99.9%;
+html {
+       font-size: 18px;
 }
-
 html, body{
        height: 100%;
        min-height: 100%;
@@ -19,8 +18,8 @@ body {
 
 div.page {
        margin: auto;
-       max-width: 1200px;
-       min-height: 100%;
+/*     max-width: 1200px;
+*/     min-height: 100%;
        padding-bottom: 5em;
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
 }
@@ -28,6 +27,9 @@ div.page {
 div.page>* {
        margin-left: 1em;
 }
+div.page>footer {
+       margin-left: 0;
+}
 div.page>ul, div.page>div>ul {
        margin-left: 2em;
 }
@@ -173,8 +175,8 @@ h1, li h3, th, footer {
 
 h1, footer {
        margin: 0;
-       max-width: 1200px;
-       padding: 1em;
+/*     max-width: 1200px;
+*/     padding: 1em;
 }
 
 h1 {
@@ -236,7 +238,6 @@ footer a, h1 a, pre>code a, li h3 a {
        color: #b0e0e6;
 }
 li h3 {
-       font-size: 100%;
 }
 li h3 a {
        text-decoration: none;
@@ -249,6 +250,18 @@ li h3 a:hover {
        margin-top: 8em;
        margin-right: 2em;
 }
+#disqus_activator {
+       margin: auto;
+       width: 80%;
+       padding: 1em;
+       background-color: slategrey;
+       color: white;
+       font-size: 1em;
+       font-weight: bold;
+       border: 0;
+       border-radius: 2px;
+       box-shadow: 0 0 4px #999;
+}
 
 footer {
        font-size: smaller;
@@ -258,7 +271,11 @@ footer {
        bottom: 0;
        width: 100%;
        padding: 0;
-       margin: 0 !important;
+       transition: margin-bottom 2s ease 0.1s;
+}
+footer.hidden {
+       margin-bottom: -10em;
+       transition: margin-bottom 2s ease 0.1s;
 }
 
 footer ul {