-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmap-full.css
165 lines (144 loc) · 3.63 KB
/
map-full.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
html,body {
background-color: #ffffff;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
color: #000000;
}
img {
vertical-align: middle;
}
#map {
height: 100%;
width: 100%;
padding: 0; margin: 0;
}
#actionDialog {
position:absolute;
top:50px;
left:60px;
visibility:hidden;
border: 2px solid #000080;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px 6px 6px 6px;
background-color: #FFF;
}
/*
OpenLayers-------------------------------------------------------
*/
.olImageLoadError {
display: none !important;
}
.olControlMousePositionDM {
bottom:0em;
right: 0em;
background-color: #FFF;
margin: 0;
padding: 2px;
font-family: monospace;
}
/*
Top menu---------------------------------------------------------
*/
#topmenu {
margin-bottom: 5px;
border: 2px solid #000080;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background-color: #FFF;
padding: 2px;
}
#topmenu ul {
margin: 0 10px 0 0;
padding: 0;
float:right;
}
#topmenu ul li {
list-style: none;
display: block;
float: left;
}
#topmenu ul li:hover {
background-color: #ADD8E6;
cursor:pointer
}
#topmenu img {
text-decoration: none;
padding: 0 5px 0 5px;
color: #000;
}
* {
margin:
padding: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
/*
Top menu level one-----------------------------------------------
*/
ul.dropdown {
position: relative;
background-color: #FFF;
}
ul.dropdown img {
text-decoration: none;
color: #000;
}
ul.dropdown li { font-weight: normal; float: left; background: #fff; color: black;}
ul.dropdown a:hover { color: black; cursor:pointer; background-color: #ADD8E6; }
ul.dropdown a:active { color: black; }
ul.dropdown li a { display: block; padding: 2px 5px; border-right: 1px solid #333; color: black; }
ul.dropdown li:last-child a { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a { color: black; }
/*
Top menu level two-----------------------------------------------
*/
ul.dropdown ul { width: 250px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li { font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; float: none; }
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { border-right: none; width: 200px; display: inline-block; }
/*
Top menu level three---------------------------------------------
*/
ul.dropdown ul ul { left: 100%; top: 0; }
ul.dropdown li:hover > ul { visibility: visible; }
/*
Top menu map key-------------------------------------------------
*/
#menubar_map_key a{
text-decoration: none;
padding: 0 25px 0 25px;
color: #000000;
background-color:#CAE1FF;
cursor:pointer;
opacity: 0.50;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}
#menubar_map_key span{
text-decoration: none;
padding: 0 25px 0 25px;
color: #000000;
background-color:#CAE1FF;
font-weight: bold;
cursor:default;
opacity: 0.80;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}
#menubar_map_key a:hover {
color: #990000;
opacity: 0.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
filter: alpha(opacity=65);
}