]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
In <title>, there is nothing to align, so remove the funny-looking space.
[remoteglot] / www / css / remoteglot.css
index f44c11f53cdc293ed8e92398923c52b3fa2657c9..23bbeca38fd6ad19b27977cecc7eea099d11d6f0 100644 (file)
@@ -30,6 +30,9 @@ h3 {
 .vir path.l1arrow {
        opacity: 1.0;
 }
+#news {
+       font-size: smaller;
+}
 #credits {
        font-size: smaller;
 }
@@ -77,6 +80,9 @@ p {
        width: 100%;
        padding: 0;
 }
+#hiddenboard {
+       display: none;
+}
 #numviewers {
        display: block;
        width: 100%;
@@ -113,3 +119,19 @@ p {
                min-width: 0;
        }
 }
+a.move {
+       color: black;
+       text-decoration: none;
+}
+a.move.highlight {
+       color: red;
+       font-weight: bold;
+}
+a.move:hover {
+       font-weight: bold;
+       text-decoration: underline;
+}
+
+#linenav {
+       display: none;
+}