-
Notifications
You must be signed in to change notification settings - Fork 0
/
bb.css
116 lines (87 loc) · 1.25 KB
/
bb.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
header {
text-align: center;
margin: 0 0 0 0;
}
nav {
position: relative;
top: -45px;
left: -50px;
}
#content {
width: 100%;
}
#wrapper {
margin: 0px auto;
width:900px;
height:700px;
}
div#switcher {
}
div#map {
width:600px;
height:700px;
}
div.download {
width:100%;
text-align: right;
}
div#controls {
float:right;
clear:right;
width: 250px;
}
div#legend ul {
list-style: none;
width:150px;
margin: 0 -40px;
}
li {
margin: 0 -40px 10px 0;
border-radius: 5px;
padding: 5px 5px 5px 5px;
text-align: left;
}
li.red {
background-color: red;
}
li.orange {
background-color: orange;
}
li.green {
background-color: green;
}
div#key {
clear:both;
}
.layersDiv {
background: darkblue;
color: #FFFFFF;
opacity: 0.75;
padding: 10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.baseLayersDiv {
margin:0 0 10px;
}
#switcher span {
display:none !important;
}
#switcher .layersDiv span {
display:inline !important;
}
#switcher {
}
div.baseLbl, div.dataLbl {
border-bottom:1px solid;
font-size:18px;
padding:0 0 5px;
margin:0 0 5px;
}
#legend h2 {
margin-top:0;
}
#mc h2 {
margin-left:50px;
}