merged latest changes, added ability to embed dynmap into a website.
This commit is contained in:
parent
96305ee761
commit
4c552eb6ba
3 changed files with 26 additions and 22 deletions
|
|
@ -2,23 +2,6 @@
|
||||||
* Page setup
|
* Page setup
|
||||||
*/
|
*/
|
||||||
|
|
||||||
html {
|
|
||||||
height: 100%
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 11px;
|
|
||||||
|
|
||||||
color: #fff;
|
|
||||||
background: #000;
|
|
||||||
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px ;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dynmap .map .tile img, img {
|
.dynmap .map .tile img, img {
|
||||||
image-rendering: -moz-crisp-edges;
|
image-rendering: -moz-crisp-edges;
|
||||||
-ms-interpolation-mode: nearest-neighbor;
|
-ms-interpolation-mode: nearest-neighbor;
|
||||||
|
|
@ -540,7 +523,3 @@ body {
|
||||||
top: -3px;
|
top: -3px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Chat Balloons */
|
|
||||||
|
|
||||||
#content { color: #000; }
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<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="images/dynmap.ico" type="image/ico" />
|
<link rel="icon" href="images/dynmap.ico" type="image/ico" />
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="standalone.css" media="screen" />
|
||||||
<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" /> -->
|
||||||
|
|
||||||
|
|
|
||||||
24
web/standalone.css
Normal file
24
web/standalone.css
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
/*******************
|
||||||
|
* Page setup
|
||||||
|
*/
|
||||||
|
|
||||||
|
html {
|
||||||
|
height: 100%
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 11px;
|
||||||
|
|
||||||
|
color: #fff;
|
||||||
|
background: #000;
|
||||||
|
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px ;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Chat Balloons */
|
||||||
|
|
||||||
|
#content { color: #000; }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue