PluginProbe
Datafeedr API / 1.4.2
Datafeedr API v1.4.2
1.4.2 1.0.125 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 1.0.30 1.0.31 1.0.32 1.0.33 All 181 releases
datafeedr-api / css / searchform.css

searchform.css in Datafeedr API 1.4.2, at css/searchform.css

396 lines 7.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /***************************************************************
2 Search Form CSS
3 ***************************************************************/
4
5 #dfrapi_search_form { }
6
7 #dfrapi_search_form .filter
8 {
9 margin: 0;
10 padding: 4px 0 2px 0;
11 width: 100%;
12 }
13
14 #dfrapi_search_form .filter select { }
15
16 #dfrapi_search_form .filter .operator select {
17 max-width: 150px;
18 }
19
20 #dfrapi_search_form .valuewrapper
21 {
22 float: right;
23 width: 100%;
24 margin-left: -350px;
25 }
26
27 #dfrapi_search_form .value { margin-left: 350px; }
28
29 #dfrapi_search_form .plusminus
30 {
31 float: left;
32 width: 25px;
33 padding: 0 0 0 5px;
34 }
35
36 #dfrapi_search_form .plusminus a
37 {
38 display: block;
39 height: 18px;
40 width: 18px;
41 cursor: pointer;
42 float: left;
43 margin: 4px 2px 2px 2px;
44 }
45
46 #dfrapi_search_form .plusminus a.plus { background: url('../images/icons/addfilter.png') no-repeat scroll top left; }
47 #dfrapi_search_form .plusminus a.minus { background: url('../images/icons/removefilter.png') no-repeat scroll top left; }
48 #dfrapi_search_form .plusminus a.minus.disabled { opacity: 0.5; }
49
50
51 #dfrapi_search_form .field
52 {
53 float: left;
54 width: 160px;
55 }
56
57 #dfrapi_search_form .operator
58 {
59 float: left;
60 width: 150px;
61 }
62
63 #dfrapi_search_form .operator span
64 {
65 padding-top: 8px;
66 float: left;
67 }
68
69 #dfrapi_search_form .value input.long
70 {
71 width: 95%;
72 }
73
74 #dfrapi_search_form .value input.short
75 {
76 width: 100px;
77 }
78
79 #dfrapi_search_form .col1 .check,
80 #dfrapi_search_form .col2 .check,
81 #dfrapi_search_form .col3 .check
82 {
83 height: 20px;
84 background-image: url('http://factory3.datafeedr.com/feeder/web3/img/netlogos/16x16/dgm.jpg');
85 background-repeat: no-repeat;
86 background-position: 16px center;
87 display: block;
88 }
89
90 #dfrapi_search_form .col1 .check label,
91 #dfrapi_search_form .col2 .check label,
92 #dfrapi_search_form .col3 .check label
93 {
94 padding-left: 20px;
95 }
96 #dfrapi_save_search_div
97 {
98 float: left;
99 margin-top: 4px;
100 }
101
102 #dfrapi_save_search_text img
103 {
104 vertical-align: middle;
105 padding-right: 2px;
106 padding-left: 2px;
107 }
108
109 #dfrapi_search_form #dfrapi_save_update_search_actions {
110 display: none;
111 float:right;
112 margin-left: 5px;
113 }
114
115 #dfrapi_search_form #dfrapi_saved_current_search_toggle {float: left;}
116
117 #dfrapi_search_form > .filter > .field > a.dfrapi_search_help
118 {
119 margin-left: 3px;
120 border-bottom: 1px #0074a2 dotted;
121 text-decoration: none;
122
123 }
124
125 #dfrapi_search_form > .filter > .help
126 {
127 padding: 20px;
128 background: #FFFFC2;
129 margin: 5px 0 10px 0;
130 color: #444;
131
132 -moz-box-shadow: inset 0 4px 4px -4px #B2B17D, inset 0 -4px 4px -4px #B2B17D;
133 -webkit-box-shadow: inset 0 4px 4px -4px #B2B17D, inset 0 -4px 4px -4px #B2B17D;
134 box-shadow: inset 0 4px 4px -4px #B2B17D, inset 0 -4px 4px -4px #B2B17D;
135
136 border-width: 1px 0 1px 0;
137 border-color: #C2BD6E;
138 border-style: solid;
139 }
140
141 #dfrapi_search_form > .filter > .help > h3
142 {
143 margin: 0 0 5px 0;
144 padding: 0;
145 border: 0;
146 font-size: 13px;
147 }
148 #dfrapi_search_form > .filter > .help td
149 {
150 font-size: 13px;
151 line-height: 1.3em;
152 padding: 0;
153 margin: 0;
154 font-family: "Open Sans",sans-serif;
155 }
156
157 #dfrapi_search_form > .filter > .help > p
158 {
159 margin: 0 0 1em 0;
160 font-family: "Open Sans",sans-serif;
161 font-size: 13px;
162 line-height: 1.3em;
163 }
164
165 #dfrapi_search_form > .filter > .help tt { color: #D54E21; }
166
167 #dfrapi_search_form > .filter > .help > .dfrapi_search_help
168 {
169 float: right;
170 text-decoration: none;
171 position: relative;
172 right: -15px;
173 top: -14px;
174 background: #F0F0BC;
175 padding: 5px;
176 }
177
178 #dfrapi_search_form > .filter > .help > .dfrapi_search_tip
179 {
180 background: #79783F;
181 box-shadow: 0 0 5px #C7C67D;
182 margin-bottom: 20px;
183 }
184
185 #dfrapi_search_form > .filter > .help > .dfrapi_search_tip > .dashicons-lightbulb
186 {
187 font-size: 40px;
188 padding-top: 12px;
189 float: left;
190 color: #FFFFC2;
191 }
192
193 #dfrapi_search_form > .filter > .help > .dfrapi_search_tip > p
194 {
195 background: #FFFFF9;
196 padding: 10px;
197 margin-left: 40px;
198 min-height: 40px;
199 font-size: 13px;
200 line-height: 1.4em;
201 font-family: "Open Sans",sans-serif;
202 }
203
204
205
206
207
208
209 #dfrapi_popup .inline_frame
210 {
211 width: 100%;
212 max-height: 50vh;
213 overflow: auto;
214 border: 1px solid #dfdfdf;
215
216 -moz-border-radius-topleft: 0;
217 -moz-border-radius-topright: 0;
218 -moz-border-radius-bottomright: 3px;
219 -moz-border-radius-bottomleft: 3px;
220
221 -webkit-border-top-left-radius: 0;
222 -webkit-border-top-right-radius: 0;
223 -webkit-border-bottom-right-radius: 3px;
224 -webkit-border-bottom-left-radius: 3px;
225 height: 50vh;
226 background: #FFF;
227 }
228
229 #dfrapi_popup .inline_frame_inner
230 {
231 padding: 5px 10px 10px;
232 background: #F9F9F9;
233 }
234
235 #dfrapi_popup .button { margin-top: 0px; }
236 #dfrapi_popup h1 { font-size: 14px; }
237 #dfrapi_popup .inline_frame > div { padding: 5px; }
238
239
240 #dfrapi_popup .inline_frame_element
241 {
242 width: 48%;
243 float: left;
244 white-space: nowrap;
245 overflow: hidden;
246 }
247
248 #dfrapi_popup .inline_frame_element .element_name {
249 background-repeat: no-repeat;
250 background-position: left center;
251 padding-left: 20px;
252 }
253
254 #dfrapi_popup .filter_action
255 {
256 background-color: #F2F2F2;
257 border: 1px solid #dfdfdf;
258 border-bottom: 0px;
259 margin-right: -2px;
260 -moz-border-radius-topleft: 3px;
261 -moz-border-radius-topright: 3px;
262 -moz-border-radius-bottomright: 0;
263 -moz-border-radius-bottomleft: 0;
264 -webkit-border-top-left-radius: 3px;
265 -webkit-border-top-right-radius: 3px;
266 -webkit-border-bottom-right-radius: 0;
267 -webkit-border-bottom-left-radius: 0;
268 padding: 5px;
269 }
270
271 #dfrapi_popup .filter_action input { width: 120px; }
272
273
274 #dfrapi_search_form .col1,
275 #dfrapi_search_form .col2,
276 #dfrapi_search_form .col3
277 {
278 float: left;
279 width: 33%;
280 white-space: nowrap;
281 overflow: hidden;
282 }
283
284 @media only screen
285 and (min-width : 1300px)
286 and (max-width : 1600px) {
287 #dfrapi_search_form .col1,
288 #dfrapi_search_form .col2,
289 #dfrapi_search_form .col3
290 {
291 float: left;
292 width: 50%;
293 white-space: nowrap;
294 }
295 }
296
297 @media only screen
298 and (min-width : 100px)
299 and (max-width : 1299px) {
300 #dfrapi_search_form .col1,
301 #dfrapi_search_form .col2,
302 #dfrapi_search_form .col3
303 {
304 float: left;
305 width: 100%;
306 white-space: nowrap;
307 }
308 }
309
310 #dfrapi_search_form_filter
311 {
312 margin-top: 10px;
313 line-height: 1em;
314 font-size: 13px;
315 margin-left: 5px;
316 }
317
318 #dfrapi_search_form_filter a {
319 text-decoration: none;
320 }
321
322 /***************************************************************
323 Popup Modal stylings for search form.
324 ***************************************************************/
325 .reveal-modal-bg
326 {
327 position: fixed;
328 height: 100%;
329 width: 100%;
330 background: rgba(0,0,0,.8);
331 z-index: 100;
332 display: none;
333 top: 0;
334 left: 0;
335 }
336
337 .reveal-modal
338 {
339 visibility: hidden;
340 top: 100px;
341 left: 50%;
342 margin-left: -300px;
343 width: 600px;
344 background: #eee;
345 position: absolute;
346 z-index: 101;
347 -moz-border-radius: 5px;
348 -webkit-border-radius: 5px;
349 border-radius: 5px;
350 -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
351 -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
352 -box-shadow: 0 0 10px rgba(0,0,0,.4);
353 }
354
355 .reveal-modal-content { padding: 30px; }
356 .reveal-modal-content h3 { text-align: center; }
357
358 .reveal-modal.small
359 {
360 width: 200px;
361 margin-left: -140px;
362 }
363
364 .reveal-modal.medium
365 {
366 width: 400px;
367 margin-left: -240px;
368 }
369
370 .reveal-modal.large
371 {
372 width: 600px;
373 margin-left: -340px;
374 }
375
376 .reveal-modal.xlarge
377 {
378 width: 800px;
379 margin-left: -440px;
380 }
381
382 .reveal-modal .close-reveal-modal
383 {
384 font-size: 22px;
385 line-height: .5;
386 position: absolute;
387 top: 8px;
388 right: 11px;
389 color: #aaa;
390 text-shadow: 0 -1px 1px rbga(0,0,0,.6);
391 font-weight: bold;
392 cursor: pointer;
393 }
394
395
396