X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fcss%2Fremoteglot.css;h=8551289d6a251ee89336381a5884d4a2a38b5351;hp=b0aadab79dffc7c6e39ab948216d252b42e50ad2;hb=ee7c89056c97c8b999034b5c7f2da0d7570b885f;hpb=f662b895fc40db21c3d667b16e5a8f2d3f55dfd7 diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css index b0aadab..8551289 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; } @@ -80,14 +83,28 @@ p { #hiddenboard { display: none; } -#numviewers { +#bottompanel { display: block; width: 100%; - text-align: center; font-size: smaller; margin-top: 0.5em; margin-bottom: 0; } +#numviewers { + width: auto; + text-align: center; +} +#whiteclock { + float: left; + width: 20%; + text-align: left; +} +#blackclock { + float: right; + width: 20%; + text-align: right; + margin-right: 5px; +} #analysis { display: block; min-width: 400px; @@ -120,6 +137,10 @@ a.move { color: black; text-decoration: none; } +a.move.highlight { + color: red; + font-weight: bold; +} a.move:hover { font-weight: bold; text-decoration: underline;