From cbd5e2411cd4df39dda75723da9c5e0153ad3331 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 9 Apr 2014 17:45:32 -0400 Subject: box-drawing example --- assets/stylesheets/map.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 assets/stylesheets/map.css (limited to 'assets/stylesheets/map.css') diff --git a/assets/stylesheets/map.css b/assets/stylesheets/map.css new file mode 100644 index 0000000..2968f34 --- /dev/null +++ b/assets/stylesheets/map.css @@ -0,0 +1,30 @@ +#map { + z-index: 2; + display: none; + position: fixed; + bottom: 100px; + left: 50px; + width: 20%; + height: 50%; + background: white; + box-shadow: 0 10px 15px rgba(0,0,0,0.5); +} +#map .el { +} +#map canvas { + display: block; +} +#map .hud { + position: absolute; + bottom: 5px; + left: 5px; + background: rgba(255,255,255,0.8); + color: #333; +} +#map textarea { + width: 100%; + height: 75px; + border: 0; + border-top: 1px dashed #bbf; + box-shadow: 0 0 15px rgba(80,80,80,0.8); +} -- cgit v1.2.3-70-g09d2