X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/51bcb8ac1a696c379d81a5f2cdcbfa4fc7a4fa00..e5dc4a6e8ece73925487f543aaf638bea8826c64:/static/css/style.css diff --git a/static/css/style.css b/static/css/style.css index 8284e6456..df7fc4c33 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -125,10 +125,11 @@ a { } .box { - text-align: center; + text-align: left; text-decoration: none; color: #333; margin-bottom: 5px; + padding: 5px; -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; @@ -143,6 +144,16 @@ a { background-color: #ddd; } +.box div { + font-size: 28px; + line-height: 28px; + padding-left: 8px; + font-weight: 700; + position: relative; + display: inline; + top: -10px; +} + .fa-users { margin-top: 5px; } @@ -152,6 +163,10 @@ a { margin-bottom: 5px; } +.fa-4x { + padding-left: 8px; +} + .title { text-align: center; } @@ -199,13 +214,6 @@ p.art-link { /* Article */ -.art-full h1, -.art-full h2, -.art-full h3, -.art-full h4 { - margin-top: 0.5em; -} - /* help */ .hmain { @@ -334,6 +342,31 @@ a.hchild:active { .hdn { display: none; } + + .box { + text-align: center; + } + + .child { + font-size: 20px; + line-height: 30px; + padding: 10px 0 5px; + } + + .fa-4x { + padding: 0; + margin: 0; + } + + .box div { + position: relative; + top: initial; + font-size: 16px; + font-weight: normal; + line-height: 16px; + padding: 10px 0; + display: block; + } } .footer h2,