acff337ef5276e713cf5d2ce9571a18cf026052d
[lantea.git] / style / lantea.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 body {
6   font-family: sans-serif;
7   margin: 0;
8 }
9
10 h1 {
11   display: none;
12 }
13
14 #overlayArea {
15   position: absolute;
16   /* width: 30em; */
17   left: 1%;
18   top: 1em;
19   z-index: 5;
20 }
21
22 #zoomLevel {
23   background-color: rgba(255, 255, 255, .8);
24   border-radius: 3px;
25   padding: 0 3px;
26 }
27
28
29 #settingsArea,
30 #trackArea {
31   display: none;
32   background-color: rgba(255, 255, 255, .8);
33   border: 0;
34   border-radius: 5px;
35 }
36
37 #settingsArea > legend,
38 #trackArea > legend {
39   display: none;
40   background-color: rgba(255, 255, 255, .8);
41   border-radius: 3px;
42 }
43
44 #map {
45   border: 0;
46   top: 1em;
47   left: 1%;
48   right: 1%;
49   z-index: 1;
50 }
51
52 #debug {
53   position: absolute;
54   bottom: .5em;
55   left: .5em;
56   margin: 0;
57 }
58
59 #copyright {
60   position: absolute;
61   bottom: .5em;
62   right: .5em;
63   margin: 0;
64   font-size: small;
65   opacity: .5;
66 }