Changed gui by lechd + map per world client-configuration.

This commit is contained in:
FrozenCow 2011-02-17 20:08:50 +01:00
parent 909207ac26
commit 44748d7f07
26 changed files with 487 additions and 349 deletions

16
web/clock_style.css Normal file
View file

@ -0,0 +1,16 @@
.clock {
padding-left: 16px;
color: #dede90;
background-repeat: no-repeat;
}
.clock.night { background-image: url(clock_night.png); }
.clock.day { background-image: url(clock_day.png); }
.timeofday { background-repeat: no-repeat; }
.timeofday.sun { background-image: url(sun.png); }
.timeofday.moon { background-image: url(moon.png); }
.compass {
background-repeat: no-repeat;
background-image: url(compass.png);
}