]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
Various fixes related to history and showing moves. Also highlight the shown one.
[remoteglot] / www / css / remoteglot.css
index f44c11f53cdc293ed8e92398923c52b3fa2657c9..ca956822dd69d01ad593df07fa02e5b5d274955e 100644 (file)
@@ -77,6 +77,9 @@ p {
        width: 100%;
        padding: 0;
 }
+#hiddenboard {
+       display: none;
+}
 #numviewers {
        display: block;
        width: 100%;
@@ -113,3 +116,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;
+}