Merge remote-tracking branch 'flames/master'
@ -29,7 +29,7 @@
|
|||||||
color: white;
|
color: white;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
background: rgba(0, 0, 0, 0.6);
|
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;
|
outline: none;
|
||||||
}
|
}
|
||||||
.messagelist {
|
.messagelist {
|
||||||
|
@ -182,8 +182,8 @@ body {
|
|||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
background: url(sidebar_hint.png) rgb(0,0,0);
|
background: url(images/sidebar_hint.png) rgb(0,0,0);
|
||||||
background: url(sidebar_hint.png) rgba(0,0,0,0.6);
|
background: url(images/sidebar_hint.png) rgba(0,0,0,0.6);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position:center;
|
background-position:center;
|
||||||
|
|
||||||
@ -223,19 +223,19 @@ body {
|
|||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|
||||||
background-image: url(window_close.png);
|
background-image: url(images/window_close.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dynmap .sidebar .panel > .pin:hover {
|
.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 {
|
.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 {
|
.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 {
|
.clock.night {
|
||||||
/* background-image: url(clock_night.png); */
|
/* background-image: url(images/clock_night.png); */
|
||||||
color: #dff;
|
color: #dff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clock.day {
|
.clock.day {
|
||||||
/* background-image: url(clock_day.png); */
|
/* background-image: url(images/clock_day.png); */
|
||||||
color: #fd3;
|
color: #fd3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -299,11 +299,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.timeofday.sun {
|
.timeofday.sun {
|
||||||
background-image: url(sun.png);
|
background-image: url(images/sun.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeofday.moon {
|
.timeofday.moon {
|
||||||
background-image: url(moon.png);
|
background-image: url(images/moon.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
@ -418,11 +418,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dynmap .playerlist .player:hover .playericon {
|
.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 {
|
.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 > *,
|
.dynmap .playerlist .player.following .playericon > *,
|
||||||
@ -465,7 +465,7 @@ body {
|
|||||||
width: 83px;
|
width: 83px;
|
||||||
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url(compass.png);
|
background-image: url(images/compass.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
@ -499,7 +499,7 @@ body {
|
|||||||
|
|
||||||
border: 0px;
|
border: 0px;
|
||||||
background: rgba(0, 0, 0, 0.6);
|
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-repeat: no-repeat;
|
||||||
background-position: 1px center;
|
background-position: 1px center;
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 330 B After Width: | Height: | Size: 330 B |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 829 B After Width: | Height: | Size: 829 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 868 B After Width: | Height: | Size: 868 B |
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 802 B After Width: | Height: | Size: 802 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 459 B After Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 454 B After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 271 B |
Before Width: | Height: | Size: 681 B After Width: | Height: | Size: 681 B |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 431 B |
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 431 B |
Before Width: | Height: | Size: 435 B After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 943 B After Width: | Height: | Size: 943 B |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 299 B After Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 336 B |
@ -8,7 +8,7 @@
|
|||||||
<meta name="keywords" content="minecraft, map, dynamic" />
|
<meta name="keywords" content="minecraft, map, dynamic" />
|
||||||
<meta name="description" content="Minecraft Dynamic Map" />
|
<meta name="description" content="Minecraft Dynamic Map" />
|
||||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
||||||
<link rel="icon" href="dynmap.ico" type="image/ico" />
|
<link rel="icon" href="images/dynmap.ico" type="image/ico" />
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="dynmap_style.css" media="screen" />
|
<link rel="stylesheet" type="text/css" href="dynmap_style.css" media="screen" />
|
||||||
<!-- <link rel="stylesheet" type="text/css" href="override.css" media="screen" /> -->
|
<!-- <link rel="stylesheet" type="text/css" href="override.css" media="screen" /> -->
|
||||||
|
@ -491,7 +491,7 @@ DynMap.prototype = {
|
|||||||
.addClass('Marker')
|
.addClass('Marker')
|
||||||
.addClass('playerMarker')
|
.addClass('playerMarker')
|
||||||
.append(playerImage = $('<img/>')
|
.append(playerImage = $('<img/>')
|
||||||
.attr({ src: 'player.png' }))
|
.attr({ src: 'images/player.png' }))
|
||||||
.append($('<span/>')
|
.append($('<span/>')
|
||||||
.addClass('playerName')
|
.addClass('playerName')
|
||||||
.text(player.name));
|
.text(player.name));
|
||||||
@ -512,7 +512,7 @@ DynMap.prototype = {
|
|||||||
.addClass('player')
|
.addClass('player')
|
||||||
.append(playerIconContainer = $('<span/>')
|
.append(playerIconContainer = $('<span/>')
|
||||||
.addClass('playerIcon')
|
.addClass('playerIcon')
|
||||||
.append($('<img/>').attr({ src: 'player_face.png' }))
|
.append($('<img/>').attr({ src: 'images/player_face.png' }))
|
||||||
.attr({ title: 'Follow ' + player.name })
|
.attr({ title: 'Follow ' + player.name })
|
||||||
.click(function() {
|
.click(function() {
|
||||||
var follow = player !== me.followingPlayer;
|
var follow = player !== me.followingPlayer;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
height: 50px;
|
height: 50px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
|
||||||
background-image: url(compass_alt.png);
|
background-image: url(images/compass_alt.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* These next two keep the DynMap sidebar open... */
|
/* These next two keep the DynMap sidebar open... */
|
||||||
|