]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - css/mock1.css
updated style
[irc/freenode/web-7.0.git] / css / mock1.css
index 8533c0f3588972e23f25d6a05a61e3f7fa29a6a7..604d2ad4c50853d9dcf47dbe34332452541a261b 100644 (file)
     padding: 0;
     box-sizing: border-box;
 }
-
 /* global */
 body {
     font-family: 'Open Sans';
     color: var(--text-color);
     font-size: 14px;
+    min-height: 100vh;
+    height: auto;
 }
 
 a {
-    color: #000;
+    color: rgb(var(--link-color));
     text-decoration: none;
 }
 
@@ -65,7 +66,7 @@ a {
 .navlinks {
     display: flex;
     justify-content: space-around;
-    fkex-wrap: nowrap;
+    flex-wrap: nowrap;
 }
 
 .nlink {
@@ -75,10 +76,9 @@ a {
 
 /* main */
 .container {
-    margin: 50px 0 0;
-    padding: 0;
+    padding: 50px 0 0;
     width: 100%;
-    min-height: 100%;
+    min-height: 70vh;
 }
 
 .main {
@@ -90,6 +90,7 @@ a {
 .jumbotron {
     position: relative;
     width: 100%;
+    margin-top: -16px;
     background: #000;
     background: var(--jumbotron-bg);
     box-shadow: 0 3px 5px rgba(150,150,150,.36);
@@ -99,6 +100,8 @@ a {
 .child {
     text-align: center;
     margin: .5em;
+    font-size: 32px;
+    line-height: 48px;
 }
 
 .box-container {
@@ -114,6 +117,7 @@ a {
     color: var(--text-color);
     margin-bottom: 5px;
     flex-basis: 30%;
+    border: 1px solid rgba(var(--border-color), 0.39);
     background-color: #fff;
     border-radius:  var(--box-round);
     -webkit-border-radius: var(--box-round);
@@ -149,8 +153,9 @@ div.art:last-child {
     border-bottom: none;
 }
 
-h3.art {
+b.art {
     margin-bottom: 0;
+    font-size: 18px;
 }
 
 p.art {
@@ -166,7 +171,9 @@ p.art-ingress {
     color: #ccc;
     margin: 0;
 }
-
+p.heading {
+    white-space: nowrap;
+}
 p.art-link {
     margin-top: 0;
 }
@@ -221,6 +228,7 @@ a.hchild:hover,a.hchild:active {
     margin-top: 1em;
     display: flex;
     flex-wrap: nowrap;
+    min-height: 30vh;
     justify-content: space-between;
     align-items: flex-start;
     box-shadow: 0 -3px 5px rgba(150,150,150,.36);
@@ -234,16 +242,15 @@ a.hchild:hover,a.hchild:active {
     color: #000;
 }
 
-.footerchild ul,.footerchild ul ul {
-    margin: 0;
-    margin-left: .5em;
-    margin-right: .5em;
-    padding: 0;
+.footerchild ul,
+.footerchild ul ul {
+    margin-left: 10px;
+    margin-right: 10px;
     list-style-type: none;
 }
 
 .footerchild ul ul {
-    padding-left: 2em;
+    padding-left: 30px;
 }
 
 @media all and (max-width: 500px) {
@@ -263,25 +270,23 @@ a.hchild:hover,a.hchild:active {
     .footerchild ul li:last-child {
         margin-bottom: .5em;
     }
+    .hdn {
+    display: none;
+    }
 }
 
 .footer h2,.footer h3 {
-    margin: 0;
-    margin-left: .5em;
-    margin-right: .5em;
-}
-
-.fkex-right {
-    align-self: flex-end;
+    margin-left: 10px;
+    margin-right: 10px;
 }
 
 .copyright {
     display: flex;
+    height: 31px;
     flex-wrap: nowrap;
     justify-content: space-between;
     align-items: center;
     background: rgba(var(--copyright-bg),.5);
-    height: 31px;
     color: rgba(var(--copyright-text-color),.8);
 }
 
@@ -291,4 +296,10 @@ a.copyright {
     margin-top: 0;
     margin-left: .5em;
     margin-right: .5em;
-}
\ No newline at end of file
+}
+.copyright p {
+    margin-bottom: 0;
+    margin-top: 0;
+    margin-left: .5em;
+    margin-right: .5em;
+}