annotate gnv/src/main/webapp/styles/ol_style.css @ 1000:905cc67da916

Customize Look and Feel to styleguide of the bsh. gnv/trunk@1201 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 11 Jun 2010 12:06:03 +0000
parents 95004318d1ce
children 5b118b59dc14
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 .title {
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
2 background-image: url("./img/wvHeaderBG.gif");
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
3 height: 50px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
4 color: #1E4176;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
5 font-weight: bold;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
6 font-family: 'Verdana, Arial, Helvetica, sans-serif';
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
7 }
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
8
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
9 .wmcbox {
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
10 width: 100%;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
11 height: 480px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
12 }
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
13
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
14 .olControlPanel div {
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
15 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
16 float: left;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
17 display: block;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
18 position: relative;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
19 left: 80px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
20 margin: 5px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
21 width: 24px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
22 height: 24px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
23 }
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
24
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
25 .olControlPanel .olControlFeatureInfoItemActive {
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
26 width: 22px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
27 height: 22px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
28 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
29 }
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
30 .olControlPanel .olControlFeatureInfoItemInactive {
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
31 width: 22px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
32 height: 22px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
33 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
34 }
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
1000
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
37 .olControlNavigationHistory {
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
38 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
39 background-repeat: no-repeat;
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
40 width: 22px;
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
41 height: 22px;
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
42
973
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
43 }
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
44
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
45 .olControlPanel .olControlPanItemActive {
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
46 width: 22px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
47 height: 22px;
1000
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
48 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
49 }
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
50 .olControlPanel .olControlPanItemInactive {
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
51 width: 22px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
52 height: 22px;
1000
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
53 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
54 }
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
55
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
56 .olControlPanel .olControlZoomBoxItemActive {
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
57 width: 22px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
58 height: 22px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
59 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
60 }
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
61 .olControlPanel .olControlZoomBoxItemInactive {
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
62 width: 22px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
63 height: 22px;
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
64 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
65 }
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
66
985
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
67 div.olControlMousePosition {
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
68 color: #FFFFFF
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
69 }
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
70
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
71 .olControlScaleLineBottom {
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
72 color: #FFFFFF;
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
73 border-color: #FFFFFF #FFFFFF -moz-use-text-color;
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
74 }
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
75 .olControlScaleLineTop {
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
76 color: #FFFFFF;
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
77 border-color: -moz-use-text-color #FFFFFF #FFFFFF;
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 973
diff changeset
78 }

http://dive4elements.wald.intevation.org