0

Fancy icons for signposts and spawn, plus info windows for signposts

Thanks to gabrielcrowe for the signpost icon.
This commit is contained in:
Andrew Chin
2010-11-06 22:04:38 -04:00
parent 57a9e8123d
commit 16aca4c093
6 changed files with 51 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

BIN
web_assets/signpost.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

18
web_assets/style.css Normal file
View File

@@ -0,0 +1,18 @@
html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
#mcmap { height: 100% }
.infoWindow {
height: 100px;
}
.infoWindow>img {
width:80px;
float: left;
}
.infoWindow>p {
text-align: center;
font-family: monospace;
}