mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-12 13:34:47 +01:00
16 lines
421 B
CSS
16 lines
421 B
CSS
.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);
|
|
} |