PluginProbe
OSM – OpenStreetMap / trunk
OSM – OpenStreetMap vtrunk
6.2.6 6.2.5 6.2.3 6.2.1 trunk 6.0.13 6.0.14 6.0.5 6.0.6 6.0.7 6.0.8 6.0.9 6.1.0 6.1.12 6.1.13 6.1.14 6.1.15 6.1.16 6.1.17 6.1.4 6.2.0
osm / css / osm_map.css

osm_map.css in OSM – OpenStreetMap trunk, at css/osm_map.css

240 lines 4.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* OSM-plugin css file */
2 /* wp-osm-plugin.HanBlog.Net */
3 /* note: there is also some style information in the php-file */
4
5
6 .entry .olMapViewport img{
7 max-width: none !important;
8 max-height: none !important;
9 vertical-align: none !important;
10 }
11
12 .OSM_Map img {
13 max-width: none !important;
14 max-height: none !important;
15 vertical-align: none;
16 }
17
18 .olTileImage {
19 max-width: none !important;
20 max-height: none !important;
21 vertical-align: none !important;
22 }
23
24 .olControlAttribution {
25 bottom: 0 !important;
26 }
27
28 div.olControlMousePosition {
29 bottom: 1em !important;
30 }
31
32 .olPopupContent
33 {
34 /*padding-top:10px;
35 padding-bottom:10px;
36 padding-right:10px;
37 padding-left:10px;*/
38 padding: 0 0 0 0;
39 border: #fff solid;
40 border-width: 10px 10px;
41
42 white-space:nowrap;
43 }
44
45 /* pink tiles at openseamap */
46 .olImageLoadError {
47 display: none !important;
48 }
49
50
51
52 /* +++ metabox tabs +++ */
53 .tabs {
54 width:100%;
55 display:inline-block;
56 }
57
58 /*----- metabox tabs Links -----*/
59 /* Clearfix */
60 .tab-links:after {
61 display:block;
62 clear:both;
63 content:'';
64 }
65
66 .tab-links li {
67 margin:0px 5px;
68 float:left;
69 list-style:none;
70 text-decoration:none;
71 }
72
73 .tab-links a {
74 padding:3px 6px;
75 display:inline-block;
76 border-radius:3px 3px 0px 0px;
77 background:#FFFFFF;
78 transition:all linear 0.15s;
79 text-decoration:none;
80 }
81
82 .tab-links a:hover {
83 background:#FFFFFF;
84 text-decoration:none;
85 }
86
87 li.active a {
88 border: 1px solid #D8D8D8;
89 background:#FFFFFF;
90 border-bottom: none;
91 color: black;
92 }
93
94 li.active a:hover {
95 border: 1px solid #D8D8D8;
96 background:#FFFFFF;
97 border-bottom: none;
98 }
99
100
101 /* --- new metabox marker select --- */
102
103 .osm-marker-tab-container{
104 width: 95%;
105
106 margin: 0 auto;
107 }
108
109 ul.osm-marker-tabs{
110 margin: 0px;
111 padding: 0px;
112 list-style: none;
113 }
114 ul.osm-marker-tabs li{
115 background: none;
116 color: #222;
117 display: inline-block;
118 padding: 2px 5px;
119 cursor: pointer;
120 }
121
122 ul.osm-marker-tabs li.current{
123 background: #fdfdfd;
124 color: #222;
125 border: 1px solid #D8D8D8;
126 border-bottom: none;
127 }
128
129 .marker-tab-content{
130 margin: -7px 0px 0px 0px;
131 padding:15px;
132 border-radius:3px;
133 display: none;
134 background: #fdfdfd;
135 border: 1px solid #D8D8D8;
136 height: 300px;
137 }
138
139 .marker-tab-content.current{
140 display: inherit;
141 }
142
143 /* --- new metabox geotag marker select --- */
144
145 .osm-geo-marker-tab-container{
146 width: 95%;
147
148 margin: 0 auto;
149 }
150
151 ul.osm-geo-marker-tabs{
152 margin: 0px;
153 padding: 0px;
154 list-style: none;
155 }
156 ul.osm-geo-marker-tabs li{
157 background: none;
158 color: #222;
159 display: inline-block;
160 padding: 2px 5px;
161 cursor: pointer;
162 }
163
164 ul.osm-geo-marker-tabs li.current{
165 background: #fdfdfd;
166 color: #222;
167 border: 1px solid #D8D8D8;
168 border-bottom: none;
169 }
170
171 .geo-marker-tab-content{
172 margin: -7px 0px 0px 0px;
173 padding:15px;
174 border-radius:3px;
175 display: none;
176 background: #fdfdfd;
177 border: 1px solid #D8D8D8;
178 height: 300px;
179 }
180
181 .geo-marker-tab-content.current{
182 display: inherit;
183 }
184
185
186
187
188 /* --- new metabox --- */
189
190 .osm-tab-container{
191 width: 95%;
192 margin: 0 auto;
193 }
194
195 ul.osm-tabs{
196 margin: 0px;
197 padding: 0px;
198 list-style: none;
199 }
200 ul.osm-tabs li{
201 background: none;
202 color: #222;
203 display: inline-block;
204 padding: 2px 5px;
205 cursor: pointer;
206 }
207
208 ul.osm-tabs li.current{
209 background: #fdfdfd;
210 color: #222;
211 border: 1px solid #D8D8D8;
212 border-bottom: none;
213 }
214
215 .osm-tab-content{
216 margin: -7px 0px 0px 0px;
217 padding:15px;
218 border-radius:3px;
219 display: none;
220 background: #fdfdfd;
221 border: 1px solid #D8D8D8;
222 }
223
224 .osm-tab-content.current{
225 display: inherit;
226 }
227
228 /* is used for icon select at metabox */
229 label.metabox-label > input{ /* HIDE RADIO */
230 visibility: hidden; /* Makes input not-clickable */
231 position: absolute; /* Remove input from document flow */
232 }
233 label.metabox-label > input + img{ /* IMAGE STYLES */
234 cursor:pointer;
235 border:2px solid transparent;
236 }
237 label.metabox-label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
238 border:2px solid #808080;
239 }
240