]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - static/css/mock1.css
Updated style
[irc/freenode/web-7.0.git] / static / css / mock1.css
index c2396b5023d4a35d1439584191ce4dd0e171874d..b728ad6b4773abe3acec919760db7cf3134d2bba 100644 (file)
@@ -38,7 +38,7 @@ body {
 }
 
 a {
-    color: #000;
+    color: rgb(var(--link-color));
     text-decoration: none;
 }
 
@@ -66,7 +66,7 @@ a {
 .navlinks {
     display: flex;
     justify-content: space-around;
-    fkex-wrap: nowrap;
+    flex-wrap: nowrap;
 }
 
 .nlink {
@@ -78,12 +78,13 @@ a {
 .container {
     padding: 50px 0 0;
     width: 100%;
-    min-height: 70vh;
+    min-height: 68vh;
 }
 
 .main {
     margin-left: .5em;
     margin-top: 1em;
+    margin-bottom: 1em;
 }
 
 /* jumbotron */
@@ -117,7 +118,7 @@ a {
     color: var(--text-color);
     margin-bottom: 5px;
     flex-basis: 30%;
-    border: 1px solid rgba(var(--border-color), 0.39);
+   /* border: 1px solid rgba(var(--border-color), 0.39); */
     background-color: #fff;
     border-radius:  var(--box-round);
     -webkit-border-radius: var(--box-round);
@@ -222,13 +223,16 @@ a.hchild:hover,a.hchild:active {
 }
 
 /* footer */
+.footers {
+    min-height: 30vh;
+}
 .footer {
     background: var(--jumbotron-bg);
     color: rgba(var(--footer-text-color),.9);
-    margin-top: 0em;
+    margin-top: 2vh;
     display: flex;
     flex-wrap: nowrap;
-    min-height: 30vh;
+    min-height: 27vh;
     justify-content: space-between;
     align-items: flex-start;
     box-shadow: 0 -3px 5px rgba(150,150,150,.36);
@@ -242,6 +246,11 @@ a.hchild:hover,a.hchild:active {
     color: #000;
 }
 
+.footer h2 {
+    margin-bottom: 9px;
+    display: inline-block;
+}
+
 .footerchild ul,
 .footerchild ul ul {
     margin-left: 10px;
@@ -260,13 +269,8 @@ a.hchild:hover,a.hchild:active {
 
     .footerchild {
         width: 100%;
-        border-bottom: 1px solid rgba(var(--footer-border-color),.5);
-    }
-
-    .footerchild:last-child {
-        border: none;
     }
-
+}
     .footerchild ul li:last-child {
         margin-bottom: .5em;
     }
@@ -282,21 +286,38 @@ a.hchild:hover,a.hchild:active {
 
 .copyright {
     display: flex;
-    position: fixed;
-    bottom: 0;
-    width: 100vw;
     flex-wrap: nowrap;
     justify-content: space-between;
     align-items: center;
     background: rgba(var(--copyright-bg),.5);
-    height: 31px;
+    height: 3vh;
     color: rgba(var(--copyright-text-color),.8);
 }
-
 a.copyright {
     background: rgba(var(--copyright-bg),.5);
     margin-bottom: 0;
     margin-top: 0;
     margin-left: .5em;
     margin-right: .5em;
+    width: auto;
+    height: auto;
+}
+.copyright a img {
+    height: 3vh;
+    width: auto;
+}
+.copyright p {
+    margin-bottom: 0;
+    margin-top: 0;
+    margin-left: .5em;
+    margin-right: .5em;
+    text-align: right;
+}
+@media all and (max-width: 500px) {
+    .copyright {
+        height: 5vh;
+    }
+    .copyright a img {
+        height: 5vh;
+    }
 }