Fancy icons for signposts and spawn, plus info windows for signposts
Thanks to gabrielcrowe for the signpost icon.
This commit is contained in:
BIN
web_assets/signpost-shadow.png
Normal file
BIN
web_assets/signpost-shadow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 368 B |
BIN
web_assets/signpost.png
Normal file
BIN
web_assets/signpost.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 708 B |
BIN
web_assets/signpost_icon.png
Normal file
BIN
web_assets/signpost_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 253 B |
18
web_assets/style.css
Normal file
18
web_assets/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user