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

index 7e08e0e91e147cd71875c728e3f7356ad2245825..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;
@@ -262,10 +263,14 @@ a.hchild:active {
 
 /* footer */
 
+.footers {
+  min-height: 30vh;
+}
+
 .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;
@@ -273,7 +278,7 @@ a.hchild:active {
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
-  min-height: 30vh;
+  min-height: 27vh;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
@@ -293,6 +298,11 @@ a.hchild:active {
   color: #000;
 }
 
+.footer h2 {
+  margin-bottom: 9px;
+  display: inline-block;
+}
+
 .footerchild ul,
 .footerchild ul ul {
   margin-left: 10px;
@@ -315,60 +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;
-}
-
-.copyright {
-  display: -webkit-box;
-  display: -webkit-flex;
-  display: -ms-flexbox;
-  display: flex;
-  height: 31px;
-  -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);
-  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;
+.footerchild ul li:last-child {
+  margin-bottom: .5em;
 }
 
-.copyright p {
-  margin-bottom: 0;
-  margin-top: 0;
-  margin-left: .5em;
-  margin-right: .5em;
+.hdn {
+  display: none;
 }
\ No newline at end of file