5 .olLayerGoogleCopyright {
9 .olLayerGooglePoweredBy {
13 .olControlAttribution {
32 .olControlScaleLineBottom {
33 border: solid 2px black;
38 .olControlScaleLineTop {
39 border: solid 2px black;
52 div.olControlMousePosition {
61 .olControlOverviewMapContainer {
67 .olControlOverviewMapElement {
68 padding: 10px 18px 10px 10px;
69 background-color: #00008B;
70 -moz-border-radius: 1em 0 0 0;
73 .olControlOverviewMapMinimizeButton {
78 .olControlOverviewMapMaximizeButton {
83 .olControlOverviewMapExtentRectangle {
85 background-image: url("img/blank.gif");
87 border: 2px dotted red;
89 .olControlOverviewMapRectReplacement {
92 background-image: url("img/overview_replacement.gif");
93 background-repeat: no-repeat;
94 background-position: center;
97 .olLayerGeoRSSDescription {
103 .olLayerGeoRSSClose {
108 font-family:sans-serif;
110 .olLayerGeoRSSTitle {
111 float:left;font-size:1.2em;
118 .olControlNavToolbar {
122 .olControlNavToolbar div {
131 .olControlNavigationHistoryPreviousItemActive {
132 background-image: url("img/view_previous_on.png");
133 background-repeat: no-repeat;
137 .olControlNavigationHistoryPreviousItemInactive {
138 background-image: url("img/view_previous_off.png");
139 background-repeat: no-repeat;
143 .olControlNavigationHistoryNextItemActive {
144 background-image: url("img/view_next_on.png");
145 background-repeat: no-repeat;
149 .olControlNavigationHistoryNextItemInactive {
150 background-image: url("img/view_next_off.png");
151 background-repeat: no-repeat;
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 {
185 .olControlEditingToolbar .olControlNavigationItemActive {
186 background-image: url("img/editing_tool_bar.png");
187 background-repeat: no-repeat;
188 background-position: -103px -23px;
190 .olControlEditingToolbar .olControlNavigationItemInactive {
191 background-image: url("img/editing_tool_bar.png");
192 background-repeat: no-repeat;
193 background-position: -103px -0px;
195 .olControlEditingToolbar .olControlDrawFeaturePointItemActive {
196 background-image: url("img/editing_tool_bar.png");
197 background-repeat: no-repeat;
198 background-position: -77px -23px;
200 .olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
201 background-image: url("img/editing_tool_bar.png");
202 background-repeat: no-repeat;
203 background-position: -77px -0px;
205 .olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
206 background-image: url("img/editing_tool_bar.png");
207 background-repeat: no-repeat;
208 background-position: -51px 0px;
210 .olControlEditingToolbar .olControlDrawFeaturePathItemActive {
211 background-image: url("img/editing_tool_bar.png");
212 background-repeat: no-repeat;
213 background-position: -51px -23px;
215 .olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {
216 background-image: url("img/editing_tool_bar.png");
217 background-repeat: no-repeat;
218 background-position: -26px 0px;
220 .olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
221 background-image: url("img/editing_tool_bar.png");
222 background-repeat: no-repeat;
223 background-position: -26px -23px ;
226 .olHandlerBoxZoomBox {
227 border: 2px solid red;
229 background-color: white;
232 filter: alpha(opacity=50);
236 * Due to current limitations in the OpenLayers code, you can only
237 * replace this image with another image which is 17px x 17px.
240 background: url("img/close.gif") no-repeat;
245 -moz-user-select: none;