X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=www%2Fcss%2Fremoteglot.css;h=ca956822dd69d01ad593df07fa02e5b5d274955e;hb=f19e1618521811dad0e260ff79645d7055b1b7b7;hp=f44c11f53cdc293ed8e92398923c52b3fa2657c9;hpb=ede960749ac60470a75bda41d0121eb055ce2905;p=remoteglot diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css index f44c11f..ca95682 100644 --- a/www/css/remoteglot.css +++ b/www/css/remoteglot.css @@ -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; +}