X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/10207f59509ac96b0c13c4b0b4068174a07bef42..63375cb5174c60a9fa8c94191fdb39b6cb323f3d:/static/css/style.css diff --git a/static/css/style.css b/static/css/style.css index 7609414d1..28e0a73a1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -56,6 +56,16 @@ a { z-index: 100; padding-right: 5px; } +[class*='fn-'] { + margin-top: auto; + margin-bottom: auto; + font-size: 30px; + color: #E6E6E6; + text-shadow: .5px .5px #000; +} +.green { + color: #4BEB4A; +} @media all and (max-width: 600px) { .navbar { @@ -96,7 +106,7 @@ a { margin-top: .75em; padding: 0 .75em; max-width: var(--max-width); - line-height: 140%; + line-height: 1.3; } .main h1, @@ -185,7 +195,6 @@ h1 { div.art { clear: right; - min-height: 3em; flex-grow: 1; } @@ -221,6 +230,7 @@ p.art-ingress { float: right; color: #ccc; margin: 0 .5em; + line-height: 24px; } p.heading { @@ -393,10 +403,6 @@ a.hchild:hover,a.hchild:active { border-radius: calc(var(--box-round) / 2); margin: 5px 0; } - - div.artlist { - padding: 0 .3em; - } } .footer h2,.footer h3 {