]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Created separate branch, made it look (subjectively) better & added some small transi...
authorm712 <redacted>
Tue, 23 Feb 2016 12:47:25 +0000 (14:47 +0200)
committerm712 <redacted>
Tue, 23 Feb 2016 12:47:25 +0000 (14:47 +0200)
css/mock1.css

index b728ad6b4773abe3acec919760db7cf3134d2bba..c6141c1d89b9f04629a21c79a40c4681ef2efb55 100644 (file)
@@ -18,7 +18,7 @@
     --border-color: 0,0,0;
     /*--footer-border-color: 255,255,255;*/
     --footer-border-color: 51,51,51;
-    --box-hover-color: #eee;
+    --box-hover-color: #ddd;
     --box-round: 10px;
 }
 
@@ -102,7 +102,7 @@ a {
     text-align: center;
     margin: .5em;
     font-size: 32px;
-    line-height: 48px;
+    line-height: 68px;
 }
 
 .box-container {
@@ -110,6 +110,10 @@ a {
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: stretch;
+    padding: 20px;
+    padding-top: 0;
+    width: 50vw;
+    margin: 0 auto;
 }
 
 .box {
@@ -123,10 +127,14 @@ a {
     border-radius:  var(--box-round);
     -webkit-border-radius: var(--box-round);
     -moz-border-radius: var(--box-round);
+    transition: background-color .125s ease;
+    -webkit-transition: background-color .125s ease;
+    -moz-transition: background-color .125s ease;
 }
 
 .box:hover,.box:active {
     background-color: var(--box-hover-color);
+
 }
 
 .fa-users {
@@ -270,7 +278,7 @@ a.hchild:hover,a.hchild:active {
     .footerchild {
         width: 100%;
     }
-}
+
     .footerchild ul li:last-child {
         margin-bottom: .5em;
     }