5 .olLayerGoogleCopyright {
9 .olLayerGooglePoweredBy {
13 .olControlAttribution {
33 div.olControlMousePosition {
42 .olControlOverviewMapContainer {
48 .olControlOverviewMapElement {
49 padding: 10px 18px 10px 10px;
50 background-color: #00008B;
51 -moz-border-radius: 1em 0 0 0;
54 .olControlOverviewMapMinimizeButton {
59 .olControlOverviewMapMaximizeButton {
64 .olControlOverviewMapExtentRectangle {
66 border: 2px dotted red;
68 .olLayerGeoRSSDescription {
79 font-family:sans-serif;
82 float:left;font-size:1.2em;
88 .olControlNavToolbar {
92 .olControlNavToolbar div {
101 .olControlNavToolbar .olControlNavigationItemActive {
102 background-image: url("img/panning-hand-on.png");
103 background-repeat: no-repeat;
105 .olControlNavToolbar .olControlNavigationItemInactive {
106 background-image: url("img/panning-hand-off.png");
107 background-repeat: no-repeat;
109 .olControlNavToolbar .olControlZoomBoxItemActive {
110 background-image: url("img/drag-rectangle-on.png");
111 background-color: orange;
112 background-repeat: no-repeat;
114 .olControlNavToolbar .olControlZoomBoxItemInactive {
115 background-image: url("img/drag-rectangle-off.png");
116 background-repeat: no-repeat;
118 .olControlEditingToolbar {
124 .olControlEditingToolbar div {
130 .olControlEditingToolbar .olControlNavigationItemActive {
131 background-image: url("img/pan_on.png");
132 background-repeat: no-repeat;
134 .olControlEditingToolbar .olControlNavigationItemInactive {
135 background-image: url("img/pan_off.png");
136 background-repeat: no-repeat;
138 .olControlEditingToolbar .olControlDrawFeaturePointItemActive {
139 background-image: url("img/draw_point_on.png");
140 background-repeat: no-repeat;
142 .olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
143 background-image: url("img/draw_point_off.png");
144 background-repeat: no-repeat;
146 .olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
147 background-image: url("img/draw_line_off.png");
148 background-repeat: no-repeat;
150 .olControlEditingToolbar .olControlDrawFeaturePathItemActive {
151 background-image: url("img/draw_line_on.png");
152 background-repeat: no-repeat;
154 .olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {
155 background-image: url("img/draw_polygon_off.png");
156 background-repeat: no-repeat;
158 .olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
159 background-image: url("img/draw_polygon_on.png");
160 background-repeat: no-repeat;