]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - static/css/style.css
changing font creator, test
[irc/freenode/web-7.0.git] / static / css / style.css
index d076d4280a860d8cf9cf082e411c629022af08dc..1cd1b755087a2756752127607fb6ce37bd754086 100644 (file)
@@ -54,6 +54,22 @@ 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;
+}
+.fn-f,
+.fn-n,
+.fn-d {
+    font-size: 35px;
+}
+.green {
+    color: #4BEB4A;
 }
 
 @media all and (max-width: 600px) {
@@ -63,16 +79,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;
 }
@@ -190,7 +200,7 @@ h1 {
 
 div.art {
     clear: right;
-    min-height: 2em;
+    min-height: 3em;
     flex-grow: 1;
 }
 
@@ -199,7 +209,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;
 }
@@ -398,6 +408,10 @@ 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 {