diff --git a/web/chat_style.css b/web/chat_style.css index 089bd6c8..312d1f77 100644 --- a/web/chat_style.css +++ b/web/chat_style.css @@ -29,7 +29,7 @@ color: white; border: 0px; background: rgba(0, 0, 0, 0.6); - background: url(chat_cursor.png) rgba(0,0,0,0.6); background-repeat: no-repeat; background-position:left; + background: url(images/chat_cursor.png) rgba(0,0,0,0.6); background-repeat: no-repeat; background-position:left; outline: none; } .messagelist { diff --git a/web/dynmap_style.css b/web/dynmap_style.css index 78344522..0f9c88ff 100644 --- a/web/dynmap_style.css +++ b/web/dynmap_style.css @@ -182,8 +182,8 @@ body { text-align: center; - background: url(sidebar_hint.png) rgb(0,0,0); - background: url(sidebar_hint.png) rgba(0,0,0,0.6); + background: url(images/sidebar_hint.png) rgb(0,0,0); + background: url(images/sidebar_hint.png) rgba(0,0,0,0.6); background-repeat: no-repeat; background-position:center; @@ -223,19 +223,19 @@ body { width: 16px; height: 16px; - background-image: url(window_close.png); + background-image: url(images/window_close.png); } .dynmap .sidebar .panel > .pin:hover { - background-image: url(window_pinned_hover.png); + background-image: url(images/window_pinned_hover.png); } .dynmap .sidebar.pinned .panel > .pin:hover { - background-image: url(window_close_hover.png); + background-image: url(images/window_close_hover.png); } .dynmap .sidebar.pinned .panel > .pin { - background-image: url(window_pinned.png); + background-image: url(images/window_pinned.png); } @@ -260,12 +260,12 @@ body { } .clock.night { - /* background-image: url(clock_night.png); */ + /* background-image: url(images/clock_night.png); */ color: #dff; } .clock.day { - /* background-image: url(clock_day.png); */ + /* background-image: url(images/clock_day.png); */ color: #fd3; } @@ -299,11 +299,11 @@ body { } .timeofday.sun { - background-image: url(sun.png); + background-image: url(images/sun.png); } .timeofday.moon { - background-image: url(moon.png); + background-image: url(images/moon.png); } /******************* @@ -418,11 +418,11 @@ body { } .dynmap .playerlist .player:hover .playericon { - background: url(player_follow_off.png) no-repeat; + background: url(images/player_follow_off.png) no-repeat; } .dynmap .playerlist .player.following .playericon { - background: url(player_follow_on.gif) no-repeat; + background: url(images/player_follow_on.gif) no-repeat; } .dynmap .playerlist .player.following .playericon > *, @@ -465,7 +465,7 @@ body { width: 83px; background-repeat: no-repeat; - background-image: url(compass.png); + background-image: url(images/compass.png); } /******************* @@ -499,7 +499,7 @@ body { border: 0px; background: rgba(0, 0, 0, 0.6); - background: url(chat_cursor.png) rgba(0,0,0,0.6); + background: url(images/chat_cursor.png) rgba(0,0,0,0.6); background-repeat: no-repeat; background-position: 1px center; diff --git a/web/block_cave.png b/web/images/block_cave.png similarity index 100% rename from web/block_cave.png rename to web/images/block_cave.png diff --git a/web/block_nether.png b/web/images/block_nether.png similarity index 100% rename from web/block_nether.png rename to web/images/block_nether.png diff --git a/web/block_other.png b/web/images/block_other.png similarity index 100% rename from web/block_other.png rename to web/images/block_other.png diff --git a/web/block_surface.png b/web/images/block_surface.png similarity index 100% rename from web/block_surface.png rename to web/images/block_surface.png diff --git a/web/book.png b/web/images/book.png similarity index 100% rename from web/book.png rename to web/images/book.png diff --git a/web/cave_off.png b/web/images/cave_off.png similarity index 100% rename from web/cave_off.png rename to web/images/cave_off.png diff --git a/web/cave_on.png b/web/images/cave_on.png similarity index 100% rename from web/cave_on.png rename to web/images/cave_on.png diff --git a/web/chat_bubble.png b/web/images/chat_bubble.png similarity index 100% rename from web/chat_bubble.png rename to web/images/chat_bubble.png diff --git a/web/chat_cursor.png b/web/images/chat_cursor.png similarity index 100% rename from web/chat_cursor.png rename to web/images/chat_cursor.png diff --git a/web/clock_day.png b/web/images/clock_day.png similarity index 100% rename from web/clock_day.png rename to web/images/clock_day.png diff --git a/web/clock_night.png b/web/images/clock_night.png similarity index 100% rename from web/clock_night.png rename to web/images/clock_night.png diff --git a/web/compass.png b/web/images/compass.png similarity index 100% rename from web/compass.png rename to web/images/compass.png diff --git a/web/compass_alt.png b/web/images/compass_alt.png similarity index 100% rename from web/compass_alt.png rename to web/images/compass_alt.png diff --git a/web/dynmap.ico b/web/images/dynmap.ico similarity index 100% rename from web/dynmap.ico rename to web/images/dynmap.ico diff --git a/web/follow_off.png b/web/images/follow_off.png similarity index 100% rename from web/follow_off.png rename to web/images/follow_off.png diff --git a/web/follow_on.png b/web/images/follow_on.png similarity index 100% rename from web/follow_on.png rename to web/images/follow_on.png diff --git a/web/home.png b/web/images/home.png similarity index 100% rename from web/home.png rename to web/images/home.png diff --git a/web/list_off.png b/web/images/list_off.png similarity index 100% rename from web/list_off.png rename to web/images/list_off.png diff --git a/web/list_on.png b/web/images/list_on.png similarity index 100% rename from web/list_on.png rename to web/images/list_on.png diff --git a/web/moon.png b/web/images/moon.png similarity index 100% rename from web/moon.png rename to web/images/moon.png diff --git a/web/player.png b/web/images/player.png similarity index 100% rename from web/player.png rename to web/images/player.png diff --git a/web/player_death.png b/web/images/player_death.png similarity index 100% rename from web/player_death.png rename to web/images/player_death.png diff --git a/web/player_face.png b/web/images/player_face.png similarity index 100% rename from web/player_face.png rename to web/images/player_face.png diff --git a/web/player_follow_off.png b/web/images/player_follow_off.png similarity index 100% rename from web/player_follow_off.png rename to web/images/player_follow_off.png diff --git a/web/player_follow_on.gif b/web/images/player_follow_on.gif similarity index 100% rename from web/player_follow_on.gif rename to web/images/player_follow_on.gif diff --git a/web/player_follow_on.png b/web/images/player_follow_on.png similarity index 100% rename from web/player_follow_on.png rename to web/images/player_follow_on.png diff --git a/web/player_travel.png b/web/images/player_travel.png similarity index 100% rename from web/player_travel.png rename to web/images/player_travel.png diff --git a/web/server.png b/web/images/server.png similarity index 100% rename from web/server.png rename to web/images/server.png diff --git a/web/sidebar_hint.png b/web/images/sidebar_hint.png similarity index 100% rename from web/sidebar_hint.png rename to web/images/sidebar_hint.png diff --git a/web/sign.png b/web/images/sign.png similarity index 100% rename from web/sign.png rename to web/images/sign.png diff --git a/web/sign_home.png b/web/images/sign_home.png similarity index 100% rename from web/sign_home.png rename to web/images/sign_home.png diff --git a/web/sign_sign.png b/web/images/sign_sign.png similarity index 100% rename from web/sign_sign.png rename to web/images/sign_sign.png diff --git a/web/sign_sign_alt.png b/web/images/sign_sign_alt.png similarity index 100% rename from web/sign_sign_alt.png rename to web/images/sign_sign_alt.png diff --git a/web/sign_warp.png b/web/images/sign_warp.png similarity index 100% rename from web/sign_warp.png rename to web/images/sign_warp.png diff --git a/web/spawn.png b/web/images/spawn.png similarity index 100% rename from web/spawn.png rename to web/images/spawn.png diff --git a/web/sun.png b/web/images/sun.png similarity index 100% rename from web/sun.png rename to web/images/sun.png diff --git a/web/warp.png b/web/images/warp.png similarity index 100% rename from web/warp.png rename to web/images/warp.png diff --git a/web/window_close.png b/web/images/window_close.png similarity index 100% rename from web/window_close.png rename to web/images/window_close.png diff --git a/web/window_close_hover.png b/web/images/window_close_hover.png similarity index 100% rename from web/window_close_hover.png rename to web/images/window_close_hover.png diff --git a/web/window_open.png b/web/images/window_open.png similarity index 100% rename from web/window_open.png rename to web/images/window_open.png diff --git a/web/window_pinned.png b/web/images/window_pinned.png similarity index 100% rename from web/window_pinned.png rename to web/images/window_pinned.png diff --git a/web/window_pinned_hover.png b/web/images/window_pinned_hover.png similarity index 100% rename from web/window_pinned_hover.png rename to web/images/window_pinned_hover.png diff --git a/web/window_unpinned.png b/web/images/window_unpinned.png similarity index 100% rename from web/window_unpinned.png rename to web/images/window_unpinned.png diff --git a/web/zoom_in.png b/web/images/zoom_in.png similarity index 100% rename from web/zoom_in.png rename to web/images/zoom_in.png diff --git a/web/zoom_out.png b/web/images/zoom_out.png similarity index 100% rename from web/zoom_out.png rename to web/images/zoom_out.png diff --git a/web/index.html b/web/index.html index 9ad0328d..411fdff9 100644 --- a/web/index.html +++ b/web/index.html @@ -8,7 +8,7 @@ - + diff --git a/web/map.js b/web/map.js index fb274ff4..6b772013 100644 --- a/web/map.js +++ b/web/map.js @@ -491,7 +491,7 @@ DynMap.prototype = { .addClass('Marker') .addClass('playerMarker') .append(playerImage = $('') - .attr({ src: 'player.png' })) + .attr({ src: 'images/player.png' })) .append($('') .addClass('playerName') .text(player.name)); @@ -512,7 +512,7 @@ DynMap.prototype = { .addClass('player') .append(playerIconContainer = $('') .addClass('playerIcon') - .append($('').attr({ src: 'player_face.png' })) + .append($('').attr({ src: 'images/player_face.png' })) .attr({ title: 'Follow ' + player.name }) .click(function() { var follow = player !== me.followingPlayer; diff --git a/web/override_example.css b/web/override_example.css index ef193afe..56f69c5a 100644 --- a/web/override_example.css +++ b/web/override_example.css @@ -22,7 +22,7 @@ height: 50px; width: 50px; - background-image: url(compass_alt.png); + background-image: url(images/compass_alt.png); } /* These next two keep the DynMap sidebar open... */