3 padding: 0px!important;
13 -moz-user-select: none;
16 .olControlAttribution {
37 .olControlScaleLineBottom {
38 border: solid 2px black;
43 .olControlScaleLineTop {
44 border: solid 2px black;
57 div.olControlMousePosition {
66 .olControlOverviewMapContainer {
72 .olControlOverviewMapElement {
73 padding: 10px 18px 10px 10px;
74 background-color: #00008B;
75 -moz-border-radius: 1em 0 0 0;
78 .olControlOverviewMapMinimizeButton {
83 .olControlOverviewMapMaximizeButton {
88 .olControlOverviewMapExtentRectangle {
90 background-image: url("img/blank.gif");
92 border: 2px dotted red;
94 .olControlOverviewMapRectReplacement {
97 background-image: url("img/overview_replacement.gif");
98 background-repeat: no-repeat;
99 background-position: center;
102 .olLayerGeoRSSDescription {
108 .olLayerGeoRSSClose {
113 font-family:sans-serif;
115 .olLayerGeoRSSTitle {
116 float:left;font-size:1.2em;
123 .olControlNavToolbar {
127 .olControlNavToolbar div {
136 .olControlNavigationHistory {
137 background-image: url("img/navigation_history.png");
138 background-repeat: no-repeat;
143 .olControlNavigationHistoryPreviousItemActive {
144 background-position: 0px 0px;
146 .olControlNavigationHistoryPreviousItemInactive {
147 background-position: 0px -24px;
149 .olControlNavigationHistoryNextItemActive {
150 background-position: -24px 0px;
152 .olControlNavigationHistoryNextItemInactive {
153 background-position: -24px -24px;
156 .olControlNavToolbar .olControlNavigationItemActive {
157 background-image: url("img/panning-hand-on.png");
158 background-repeat: no-repeat;
160 .olControlNavToolbar .olControlNavigationItemInactive {
161 background-image: url("img/panning-hand-off.png");
162 background-repeat: no-repeat;
164 .olControlNavToolbar .olControlZoomBoxItemActive {
165 background-image: url("img/drag-rectangle-on.png");
166 background-color: orange;
167 background-repeat: no-repeat;
169 .olControlNavToolbar .olControlZoomBoxItemInactive {
170 background-image: url("img/drag-rectangle-off.png");
171 background-repeat: no-repeat;
173 .olControlEditingToolbar {
179 .olControlEditingToolbar div {
180 background-image: url("img/editing_tool_bar.png");
181 background-repeat: no-repeat;
187 .olControlEditingToolbar .olControlNavigationItemActive {
188 background-position: -103px -23px;
190 .olControlEditingToolbar .olControlNavigationItemInactive {
191 background-position: -103px -0px;
193 .olControlEditingToolbar .olControlDrawFeaturePointItemActive {
194 background-position: -77px -23px;
196 .olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
197 background-position: -77px -0px;
199 .olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
200 background-position: -51px 0px;
202 .olControlEditingToolbar .olControlDrawFeaturePathItemActive {
203 background-position: -51px -23px;
205 .olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {
206 background-position: -26px 0px;
208 .olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
209 background-position: -26px -23px ;
211 div.olControlSaveFeaturesItemActive {
212 background-image: url(img/save_features_on.png);
213 background-repeat: no-repeat;
214 background-position: 0px 1px;
216 div.olControlSaveFeaturesItemInactive {
217 background-image: url(img/save_features_off.png);
218 background-repeat: no-repeat;
219 background-position: 0px 1px;
222 .olHandlerBoxZoomBox {
223 border: 2px solid red;
225 background-color: white;
228 filter: alpha(opacity=50);
230 .olHandlerBoxSelectFeature {
231 border: 2px solid blue;
233 background-color: white;
236 filter: alpha(opacity=50);
244 .olControlPanPanel div {
245 background-image: url(img/pan-panel.png);
252 .olControlPanPanel .olControlPanNorthItemInactive {
255 background-position: 0px 0px;
257 .olControlPanPanel .olControlPanSouthItemInactive {
260 background-position: 18px 0px;
262 .olControlPanPanel .olControlPanWestItemInactive {
266 background-position: 0px 18px;
268 .olControlPanPanel .olControlPanEastItemInactive {
271 background-position: 18px 18px;
274 .olControlZoomPanel {
279 .olControlZoomPanel div {
280 background-image: url(img/zoom-panel.png);
287 .olControlZoomPanel .olControlZoomInItemInactive {
290 background-position: 0px 0px;
293 .olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
296 background-position: 0px -18px;
299 .olControlZoomPanel .olControlZoomOutItemInactive {
302 background-position: 0px 18px;
306 background: url("img/close.gif") no-repeat;
310 .olFramedCloudPopupContent {
316 -moz-user-select: none;
320 background-color: pink;
322 filter: alpha(opacity=50); /* IE */
338 .olControlDragFeatureOver {
341 .olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
342 cursor: -moz-grabbing;
348 .olControlLayerSwitcher {
353 font-family: sans-serif;
360 background-color: transparent;
363 .olControlLayerSwitcher .layersDiv {
368 background-color: darkblue;
373 .olControlLayerSwitcher .layersDiv .baseLbl,
374 .olControlLayerSwitcher .layersDiv .dataLbl {
380 .olControlLayerSwitcher .layersDiv .baseLayersDiv,
381 .olControlLayerSwitcher .layersDiv .dataLayersDiv {
385 .olControlLayerSwitcher .maximizeDiv,
386 .olControlLayerSwitcher .minimizeDiv {