X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/65fb54a3b32ff688adfa7c9e45ee1105e7ab658e..33fdb071377a6f84189ba1ac16f482b2b83b5b5e:/webclient/rc.html diff --git a/webclient/rc.html b/webclient/rc.html index 5d09dba..8c08c79 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -31,6 +31,9 @@ color: silver; font-family: monospace; } + a { + color: white; + } #container { height: 100%; } @@ -56,6 +59,30 @@ padding: 0px 5px 55px 5px; vertical-align: bottom } + .banner { + font-size: 85%; + text-align: right; + } + .servercount { + margin-right: -0.5em; + font-size: 70%; + } + .timestamp:hover, .timestamp:hover .servertimestamps { + background-color: #556; + } + .timestamp:hover .servertimestamps { + display: block; + } + .servertimestamps { + display: none; + position: absolute; + left: 3em; + z-index: 1; + border: 1px solid black; + border-radius: 5px; + padding-left: 5px; + padding-right: 5px; + } img { width: 1px; height: 1px; } iframe { display: none } #status span { margin-right: 10px; } @@ -79,9 +106,16 @@ @@ -241,6 +421,7 @@
+