]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - static/css/style.css
Merge pull request #45 from freenode/font-freenode
[irc/freenode/web-7.0.git] / static / css / style.css
index d076d4280a860d8cf9cf082e411c629022af08dc..28e0a73a1bfcc746686ef3e8ffd64529526e6d17 100644 (file)
@@ -54,6 +54,17 @@ a {
     align-items: center;
     border-bottom: 1px solid var(--border-color);
     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) {
@@ -63,16 +74,10 @@ a {
 }
 
 .navbar a {
+    margin-top: 2px;
     height: 40px;
 }
 
-a.nav-light {
-    background-color: #eee;
-    height: 44px;
-    padding: 2px;
-    margin-right: 3px;
-}
-
 .nlogo {
     height: 40px;
 }
@@ -101,7 +106,7 @@ a.nav-light {
     margin-top: .75em;
     padding: 0 .75em;
     max-width: var(--max-width);
-    line-height: 140%;
+    line-height: 1.3;
 }
 
 .main h1,
@@ -190,7 +195,6 @@ h1 {
 
 div.art {
     clear: right;
-    min-height: 2em;
     flex-grow: 1;
 }
 
@@ -199,7 +203,7 @@ div.artlist {
     flex-wrap: wrap;
     justify-content: flex-start;
     align-items: stretch;
-    max-width: 600px;
+    max-width: var(--max-width);
     margin: 0 auto;
     margin-top: .5em;
 }
@@ -226,6 +230,7 @@ p.art-ingress {
     float: right;
     color: #ccc;
     margin: 0 .5em;
+    line-height: 24px;
 }
 
 p.heading {