Changed gui by lechd + map per world client-configuration.
This commit is contained in:
parent
909207ac26
commit
44748d7f07
26 changed files with 487 additions and 349 deletions
16
web/clock_style.css
Normal file
16
web/clock_style.css
Normal 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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue