-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgartenkarte.css
172 lines (150 loc) · 4.35 KB
/
gartenkarte.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
body {
margin:0px;
}
/* OpenLayers Skin von omniscale.de */
.olHandlerBoxZoomBox {
border: 2px solid black;
position: absolute;
background-color: white;
opacity: 0.50;
font-size: 1px;
filter: alpha(opacity=50);
}
.olControlZoomPanel {
border-radius: 7px 7px 7px 7px;
height: 43px;
left: 10px;
padding: 5px;
top: 10px;
width: 19px;
background-color: #48474C;
}
.olControlZoomPanel .olControlZoomInItemInactive,
.olControlZoomPanel .olControlZoomOutItemInactive {
background-repeat: no-repeat;
border-radius: 4px 4px 4px 4px;
height: 19px;
margin-bottom: 5px;
width: 19px;
}
.olControlZoomPanel .olControlZoomInItemInactive {
background: url("zoom-in.png") no-repeat scroll 5px 5px;
top: auto;
left: auto;
}
.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
display: none;
/* background: url("zoom-world.png") no-repeat scroll 0px 0px;*/
}
.olControlZoomPanel .olControlZoomOutItemInactive {
background: url("zoom-out.png") no-repeat scroll 5px 5px;
top: 29px;
left: auto;
}
.olControlZoomPanel .olControlZoomInItemInactive,
.olControlZoomPanel .olControlZoomOutItemInactive {
background-color: #827F87;
background-repeat: no-repeat;
border-radius: 4px 4px 4px 4px;
height: 19px;
margin-bottom: 5px;
width: 19px;
}
/* small dives like iphone */
@media only screen and (max-device-width: 480px) {
.olControlZoomPanel {
border-radius: 7px 7px 7px 7px;
left: 10px;
padding: 5px;
top: 10px;
height: 56px;
width: 25px;
}
.olControlZoomPanel .olControlZoomInItemInactive {
background: url("zoom-in-big.png") no-repeat scroll 5px 5px;
background-color: white;
}
.olControlZoomPanel .olControlZoomToMaxExtentItemInactive,
.olControlZoomPanel .olControlZoomInItemInactive,
.olControlZoomPanel .olControlZoomOutItemInactive {
background-repeat: no-repeat;
border-radius: 4px 4px 4px 4px;
height: 25px;
margin-bottom: 5px;
width: 25px;
}
.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
background: url("zoom-world-big.png") no-repeat scroll 2px 2px;
background-color: white;
}
.olControlZoomPanel .olControlZoomOutItemInactive {
background: url("zoom-out-big.png") no-repeat scroll 5px 5px;
}
.olControlZoomPanel .olControlZoomInItemInactive,
.olControlZoomPanel .olControlZoomOutItemInactive {
background-color: white;
background-repeat: no-repeat;
border-radius: 4px 4px 4px 4px;
height: 25px;
margin-bottom: 5px;
width: 25px;
}
}
@media only screen and (device-width: 768px) {
.olControlZoomPanel {
border-radius: 7px 7px 7px 7px;
left: 10px;
padding: 5px;
top: 10px;
height: 56px;
width: 25px;
}
.olControlZoomPanel .olControlZoomInItemInactive {
background: url("zoom-in-big.png") no-repeat scroll 5px 5px;
background-color: white;
}
.olControlZoomPanel .olControlZoomToMaxExtentItemInactive,
.olControlZoomPanel .olControlZoomInItemInactive,
.olControlZoomPanel .olControlZoomOutItemInactive {
background-repeat: no-repeat;
border-radius: 4px 4px 4px 4px;
height: 25px;
margin-bottom: 5px;
width: 25px;
}
.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
background: url("zoom-world-big.png") no-repeat scroll 2px 2px;
background-color: white;
}
.olControlZoomPanel .olControlZoomOutItemInactive {
background: url("zoom-out-big.png") no-repeat scroll 5px 5px;
}
.olControlZoomPanel .olControlZoomInItemInactive,
.olControlZoomPanel .olControlZoomOutItemInactive {
background-color: white;
background-repeat: no-repeat;
border-radius: 4px 4px 4px 4px;
height: 25px;
margin-bottom: 5px;
width: 25px;
}
}
.olControlAttribution {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.6em;
right: 3px;
bottom: 0.3em;
position: absolute;
display: block;
background-color: #f9f5f0;
opacity: 0.7;
}
/* http://osgeo-org.1560.n6.nabble.com/problem-in-change-bgcolor-of-layer-switcher-td3927547.html */
.olControlLayerSwitcher .layersDiv {
background-color: #48474C!important;
}
.olControlScaleLine {
font-family: sans-serif!important;
}
/* Popup Styling */
.olPopupContent {font: 10pt sans-serif;}