summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
Diffstat (limited to 'map.css')
-rw-r--r--map.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/map.css b/map.css
new file mode 100644
index 0000000..56e72b4
--- /dev/null
+++ b/map.css
@@ -0,0 +1,30 @@
+body {
+ background: black;
+ margin: 0;
+ padding: 0;
+}
+
+div.box {
+ font-size: 8pt;
+ background-color: #FFFFFF;
+ border: 2px solid #000000;
+ padding: 8px;
+ -moz-border-radius: 10px;
+ border-radius: 10px;
+ z-index: 99;
+ opacity: .7;
+ filter: alpha(opacity=70);
+}
+
+#visibox {
+ position: absolute;
+ right: 20px;
+ top: 20px;
+ width: 20em;
+}
+
+#addressbox {
+ position: absolute;
+ right: 20px;
+ bottom: 20px;
+}