X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/5a6c082a931b94c5e3593b1abb6eafeb2b4ef258..33fdb071377a6f84189ba1ac16f482b2b83b5b5e:/webclient/rc.html diff --git a/webclient/rc.html b/webclient/rc.html index 2bb1610..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 @@