]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
Add clock support.
[remoteglot] / www / css / remoteglot.css
index b0aadab79dffc7c6e39ab948216d252b42e50ad2..8551289d6a251ee89336381a5884d4a2a38b5351 100644 (file)
@@ -30,6 +30,9 @@ h3 {
 .vir path.l1arrow {
        opacity: 1.0;
 }
 .vir path.l1arrow {
        opacity: 1.0;
 }
+#news {
+       font-size: smaller;
+}
 #credits {
        font-size: smaller;
 }
 #credits {
        font-size: smaller;
 }
@@ -80,14 +83,28 @@ p {
 #hiddenboard {
        display: none;
 }
 #hiddenboard {
        display: none;
 }
-#numviewers {
+#bottompanel {
        display: block;
        width: 100%;
        display: block;
        width: 100%;
-       text-align: center;
        font-size: smaller;
        margin-top: 0.5em;
        margin-bottom: 0;
 }
        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;
 #analysis {
        display: block;
        min-width: 400px;
@@ -120,6 +137,10 @@ a.move {
        color: black;
        text-decoration: none;
 }
        color: black;
        text-decoration: none;
 }
+a.move.highlight {
+       color: red;
+       font-weight: bold;
+}
 a.move:hover {
        font-weight: bold;
        text-decoration: underline;
 a.move:hover {
        font-weight: bold;
        text-decoration: underline;