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