-
Notifications
You must be signed in to change notification settings - Fork 0
/
openfiremap.css
72 lines (62 loc) · 1000 Bytes
/
openfiremap.css
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
html, body {
margin: 0;
padding:0;
}
#sidebar {
position:absolute;
top:0;
width:171px;
bottom:0;
border-right:1px solid #CCC;
font-size:10pt;
padding-left:8px;
}
#sidebar h1 {
text-align:center;
font-size:130%;
}
#logo {
margin: 25px 0 5px;
padding: 5px;
text-align: center;
width: 150px;
}
#logo img {
border: 5px solid #D00;
}
#map {
position:absolute;
top:0;
left:180px;
right:0;
margin: 0;
bottom:0;
}
#permalink {
background: none repeat scroll 0 0 #FFFFFF;
bottom: 0;
font-size: 12px;
padding: 5px;
position: absolute;
right: 0;
text-align: right;
z-index: 10000;
}
#sidebartoggle {
position: absolute;
top: 0;
left: 100px;
z-index: 10000;
font-size:8pt;
}
.olControlAttribution {
padding: 5px;
bottom:0 !important;
right:13em !important;
}
.olImageLoadError {
display: none;
}
.olControlPanZoomBar {
top:20px !important;
}