From 689df03b78e18164ec7156cda1010af5f286bdb5 Mon Sep 17 00:00:00 2001 From: Arthur Mayer Date: Mon, 7 Mar 2011 03:45:42 +0100 Subject: [PATCH] merged latest changes, added ability to embed dynmap into a website. --- web/dynmap_style.css | 23 +---------------------- web/index.html | 1 + web/standalone.css | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 22 deletions(-) create mode 100644 web/standalone.css diff --git a/web/dynmap_style.css b/web/dynmap_style.css index 0f9c88ff..b25a4e4c 100644 --- a/web/dynmap_style.css +++ b/web/dynmap_style.css @@ -2,23 +2,6 @@ * 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 { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; @@ -539,8 +522,4 @@ body { position: relative; top: -3px; left: 0px; -} - -/* Chat Balloons */ - -#content { color: #000; } \ No newline at end of file +} \ No newline at end of file diff --git a/web/index.html b/web/index.html index 6f57c402..d87bcf22 100644 --- a/web/index.html +++ b/web/index.html @@ -10,6 +10,7 @@ + diff --git a/web/standalone.css b/web/standalone.css new file mode 100644 index 00000000..f8eed6e1 --- /dev/null +++ b/web/standalone.css @@ -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; } \ No newline at end of file