summaryrefslogtreecommitdiff
path: root/assets/stylesheets/map.css
blob: 2968f34d07bc30cd9d98196720fa2de3e6937e40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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);
}