]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
updated style
authorSvante B <redacted>
Tue, 23 Feb 2016 11:42:07 +0000 (11:42 +0000)
committerSvante B <redacted>
Tue, 23 Feb 2016 11:42:07 +0000 (11:42 +0000)
css/style.css

index 22c34438180c4548bbe6fa45e7c19b8fb47089f2..bd4ed3345036f68d7220e329a4322c20199de156 100644 (file)
@@ -87,12 +87,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 */
@@ -139,7 +140,7 @@ a {
   -webkit-flex-basis: 30%;
   -ms-flex-preferred-size: 30%;
   flex-basis: 30%;
-  border: 1px solid rgba(0,0,0, 0.39);
+  /* border: 1px solid rgba(var(--border-color), 0.39); */
   background-color: #fff;
   border-radius: 10px;
   -webkit-border-radius: 10px;
@@ -269,7 +270,7 @@ a.hchild:active {
 .footer {
   background: rgb(238,238,238);
   color: rgba(51,51,51,.9);
-  margin-top: 1em;
+  margin-top: 2vh;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
@@ -297,6 +298,11 @@ a.hchild:active {
   color: #000;
 }
 
+.footer h2 {
+  margin-bottom: 9px;
+  display: inline-block;
+}
+
 .footerchild ul,
 .footerchild ul ul {
   margin-left: 10px;
@@ -319,78 +325,13 @@ a.hchild:active {
 
   .footerchild {
     width: 100%;
-    border-bottom: 1px solid rgba(51,51,51,.5);
-  }
-
-  .footerchild:last-child {
-    border: none;
-  }
-
-  .footerchild ul li:last-child {
-    margin-bottom: .5em;
-  }
-
-  .hdn {
-    display: none;
   }
 }
 
-.footer h2,
-.footer h3 {
-  margin-left: 10px;
-  margin-right: 10px;
+.footerchild ul li:last-child {
+  margin-bottom: .5em;
 }
 
-.copyright {
-  display: -webkit-box;
-  display: -webkit-flex;
-  display: -ms-flexbox;
-  display: flex;
-  -webkit-flex-wrap: nowrap;
-  -ms-flex-wrap: nowrap;
-  flex-wrap: nowrap;
-  -webkit-box-pack: justify;
-  -webkit-justify-content: space-between;
-  -ms-flex-pack: justify;
-  justify-content: space-between;
-  -webkit-box-align: center;
-  -webkit-align-items: center;
-  -ms-flex-align: center;
-  align-items: center;
-  background: rgba(170,178,171,.5);
-  height: 3vh;
-  color: rgba(0,0,0,.8);
-}
-
-a.copyright {
-  background: rgba(170,178,171,.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;
-  }
+.hdn {
+  display: none;
 }
\ No newline at end of file