comparison gnv/src/main/webapp/styles/ol_style.css @ 973:1bb54da8c8ed

Added more resources which are required to use the ol-client properly gnv/trunk@1141 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 01 Jun 2010 14:15:10 +0000
parents
children 95004318d1ce
comparison
equal deleted inserted replaced
972:d0b187202f84 973:1bb54da8c8ed
1 .title {
2 background-image: url("./img/wvHeaderBG.gif");
3 height: 50px;
4 color: #1E4176;
5 font-weight: bold;
6 font-family: 'Verdana, Arial, Helvetica, sans-serif';
7 }
8
9 .wmcbox {
10 width: 100%;
11 height: 480px;
12 }
13
14 .olControlPanel div {
15 background-color: white;
16 float: left;
17 display: block;
18 position: relative;
19 left: 80px;
20 margin: 5px;
21 width: 24px;
22 height: 24px;
23 }
24
25 .olControlPanel .olControlFeatureInfoItemActive {
26 width: 22px;
27 height: 22px;
28 background-image: url("../images/ol/feature_info_on.png");
29 }
30 .olControlPanel .olControlFeatureInfoItemInactive {
31 width: 22px;
32 height: 22px;
33 background-image: url("../images/ol/feature_info_off.png");
34 }
35
36
37 .olControlPanel .olControlHistoryBackItemActive {
38 width: 22px;
39 height: 22px;
40 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/view_previous_on.png");
41 }
42 .olControlPanel .olControlHistoryBackItemInactive {
43 width: 22px;
44 height: 22px;
45 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/view_previous_off.png");
46 }
47
48 .olControlPanel .olControlPanItemActive {
49 width: 22px;
50 height: 22px;
51 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/pan_on.png");
52 }
53 .olControlPanel .olControlPanItemInactive {
54 width: 22px;
55 height: 22px;
56 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/pan_off.png");
57 }
58
59 .olControlPanel .olControlZoomBoxItemActive {
60 width: 22px;
61 height: 22px;
62 background-image: url("../images/ol/zoom_box_on.png");
63 }
64 .olControlPanel .olControlZoomBoxItemInactive {
65 width: 22px;
66 height: 22px;
67 background-image: url("../images/ol/zoom_box_off.png");
68 }
69
70 .olControlPanel .olControlDrawPointItemActive {
71 width: 22px;
72 height: 22px;
73 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_point_on.png");
74 }
75 .olControlPanel .olControlDrawPointItemInactive {
76 width: 22px;
77 height: 22px;
78 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_point_off.png");
79 }
80
81 .olControlPanel .olControlDrawLineItemActive {
82 width: 22px;
83 height: 22px;
84 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_line_on.png");
85 }
86 .olControlPanel .olControlDrawLineItemInactive {
87 width: 22px;
88 height: 22px;
89 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_line_off.png");
90 }
91
92 .olControlPanel .olControlDrawPolygonItemActive {
93 width: 22px;
94 height: 22px;
95 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_polygon_on.png");
96 }
97 .olControlPanel .olControlDrawPolygonItemInactive {
98 width: 22px;
99 height: 22px;
100 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_polygon_off.png");
101 }
102
103 .olControlPanel .olControlMeasureLineItemActive {
104 width: 22px;
105 height: 22px;
106 background-image: url("../images/ol/measure_line_on.png");
107 }
108 .olControlPanel .olControlMeasureLineItemInactive {
109 width: 22px;
110 height: 22px;
111 background-image: url("../images/ol/measure_line_off.png");
112 }
113
114 .olControlPanel .olControlMeasurePolygonItemActive {
115 width: 22px;
116 height: 22px;
117 background-image: url("../images/ol/measure_polygon_on.png");
118 }
119 .olControlPanel .olControlMeasurePolygonItemInactive {
120 width: 22px;
121 height: 22px;
122 background-image: url("../images/ol/measure_polygon_off.png");
123 }

http://dive4elements.wald.intevation.org