Mercurial > dive4elements > gnv-client
annotate gnv/src/main/webapp/styles/ol_style.css @ 1145:dfe1ac687c7f tip
added tags
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:16:15 +0200 |
parents | 6eea2c04b681 |
children |
rev | line source |
---|---|
973
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
1 .wmcbox { |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
2 width: 100%; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
3 height: 480px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
4 } |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
5 |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
6 .olControlPanel div { |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
7 background-color: white; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
8 float: left; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
9 display: block; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
10 position: relative; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
11 left: 80px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
12 margin: 5px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
13 width: 24px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
14 height: 24px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
15 } |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
16 |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
17 .olControlPanel .olControlFeatureInfoItemActive { |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
18 width: 22px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
19 height: 22px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
20 background-image: url("../images/ol/feature_info_on.png"); |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
21 } |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
22 .olControlPanel .olControlFeatureInfoItemInactive { |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
23 width: 22px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
24 height: 22px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
25 background-image: url("../images/ol/feature_info_off.png"); |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
26 } |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
27 |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
28 |
1000
905cc67da916
Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents:
985
diff
changeset
|
29 .olControlNavigationHistory { |
905cc67da916
Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents:
985
diff
changeset
|
30 background-image: url("../images/ol/navigation_history.png"); |
905cc67da916
Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents:
985
diff
changeset
|
31 background-repeat: no-repeat; |
905cc67da916
Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents:
985
diff
changeset
|
32 width: 22px; |
905cc67da916
Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents:
985
diff
changeset
|
33 height: 22px; |
905cc67da916
Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents:
985
diff
changeset
|
34 |
973
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
35 } |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
36 |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
37 .olControlPanel .olControlPanItemActive { |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
38 width: 22px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
39 height: 22px; |
1000
905cc67da916
Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents:
985
diff
changeset
|
40 background-image: url("../images/ol/pan_on.png"); |
973
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
41 } |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
42 .olControlPanel .olControlPanItemInactive { |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
43 width: 22px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
44 height: 22px; |
1000
905cc67da916
Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents:
985
diff
changeset
|
45 background-image: url("../images/ol/pan_off.png"); |
973
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
46 } |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
47 |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
48 .olControlPanel .olControlZoomBoxItemActive { |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
49 width: 22px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
50 height: 22px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
51 background-image: url("../images/ol/zoom_box_on.png"); |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
52 } |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
53 .olControlPanel .olControlZoomBoxItemInactive { |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
54 width: 22px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
55 height: 22px; |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
56 background-image: url("../images/ol/zoom_box_off.png"); |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
57 } |
1bb54da8c8ed
Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
58 |
985
95004318d1ce
Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents:
973
diff
changeset
|
59 div.olControlMousePosition { |
1012
5b118b59dc14
Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents:
1000
diff
changeset
|
60 color:#003A66; |
5b118b59dc14
Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents:
1000
diff
changeset
|
61 background-color: #F2F1F5; |
5b118b59dc14
Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents:
1000
diff
changeset
|
62 filter: alpha(opacity=75); |
5b118b59dc14
Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents:
1000
diff
changeset
|
63 opacity: 0.75 |
985
95004318d1ce
Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents:
973
diff
changeset
|
64 } |
95004318d1ce
Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents:
973
diff
changeset
|
65 |
1012
5b118b59dc14
Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents:
1000
diff
changeset
|
66 .olHandlerBoxZoomBox { |
5b118b59dc14
Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents:
1000
diff
changeset
|
67 border: 2px solid #003A66; |
5b118b59dc14
Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents:
1000
diff
changeset
|
68 background-color: #F2F1F5;; |
985
95004318d1ce
Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents:
973
diff
changeset
|
69 } |