Implement server kicks and updating the server time on the page according to heartbeats

This commit is contained in:
Trever Fischer
2012-11-12 14:40:32 -05:00
parent ddd7b0028e
commit 3706219e90
8 changed files with 74 additions and 7 deletions

View File

@@ -10,6 +10,10 @@ body {
font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
}
body.night, body.evening {
background-image: url(img/bg_night.png);
}
.stat-box {
padding: 1em;
color: #fff;