PluginProbe
WP Directory Kit / 1.3.3
WP Directory Kit v1.3.3
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
wpdirectorykit / public / css / dist / wpdirectorykit-public.css

wpdirectorykit-public.css in WP Directory Kit 1.3.3, at public/css/dist/wpdirectorykit-public.css

483 lines 10.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body {
2 height: 100%;
3 overflow-x: hidden;
4 z-index: 0;
5 position: relative;
6 }
7
8 .wdk-listing-card {
9 display: flex;
10 flex-direction: column;
11 }
12 .wdk-listing-card.list {
13 display: flex;
14 flex-direction: row;
15 }
16 .wdk-listing-card.list .wdk-content {
17 display: flex;
18 flex-direction: column;
19 flex: 1 2 auto;
20 }
21 .wdk-listing-card.list .wdk-content .wdk-features-part {
22 -webkit-flex: 1 2 auto;
23 flex: 1 2 auto;
24 }
25 .wdk-listing-card.list .wdk-thumbnail {
26 flex: 0 0 30%;
27 font-size: 0;
28 }
29 .wdk-listing-card .wdk-thumbnail .wdk-image {
30 width: 100%;
31 height: 16vw;
32 object-fit: cover;
33 }
34 .wdk-listing-card.list .wdk-thumbnail .wdk-image {
35 width: 100%;
36 height: 100%;
37 object-fit: cover;
38 }
39 .wdk-listing-card {
40 background: #fff;
41 box-shadow: 0 0 10px rgba(1, 1, 1, 0.11);
42 }
43 .wdk-listing-card .wdk-thumbnail .wdk-thumbnail_link {
44 position: absolute;
45 bottom: 0;
46 left: 0;
47 right: 0;
48 top: 0;
49 height: 100%;
50 width: 100%;
51 z-index: 10;
52 }
53 .wdk-listing-card .wdk-thumbnail {
54 position: relative;
55 font-size: 0;
56 }
57 .wdk-listing-card .wdk-thumbnail .wdk-over-image-bottom,
58 .wdk-listing-card .wdk-thumbnail .wdk-over-image-top {
59 position: absolute;
60 color: #fff;
61 font-size: 12px;
62 font-weight: 600;
63 }
64 .wdk-listing-card .wdk-thumbnail .wdk-over-image-top {
65 margin: 18px 17px;
66 top: 0;
67 left: 0;
68 }
69 .wdk-listing-card .wdk-divider {
70 border-bottom: 1px solid #e7e7e7;
71 margin: 19px 20px 0;
72 }
73 .wdk-listing-card .wdk-thumbnail .wdk-over-image-bottom {
74 bottom: 0;
75 left: 0;
76 width: 100%;
77 padding: 13px 21px 13px;
78 background-color: rgba(0, 0, 0, 0.32);
79 font-weight: 800;
80 text-transform: uppercase;
81 }
82 .wdk-listing-card .wdk-thumbnail .wdk-over-image-top span {
83 top: 0;
84 left: 0;
85 padding: 4px 20px 8px;
86 background-color: #0074e4;
87 margin: 2px 4px;
88 font-size: 11px;
89 text-transform: uppercase;
90 padding: 4px 12px;
91 border-radius: 3px;
92 display: inline-block;
93 }
94 .wdk-listing-card .wdk-thumbnail:before,
95 .wdk-listing-card .wdk-thumbnail:after {
96 content: "";
97 position: absolute;
98 top: 0;
99 left: 0;
100 width: 50%;
101 height: 100%;
102 background: rgba(0, 82, 162, 0.95);
103 opacity: 0;
104 visibility: hidden;
105 transition: all 0.4s ease-in-out;
106 }
107 .wdk-listing-card .wdk-thumbnail:after {
108 right: 0;
109 left: auto;
110 }
111 .wdk-listing-card .overlay {
112 position: absolute;
113 left: 0;
114 right: 0;
115 top: 0;
116 bottom: 0;
117 background: rgba(0, 82, 162, 0.7);
118 opacity: 0;
119 transition: all 0.4s ease-in-out;
120 }
121 .wdk-listing-card:hover .wdk-thumbnail::before, .wdk-listing-card:hover .wdk-thumbnail::after {
122 opacity: 1;
123 visibility: visible;
124 width: 0;
125 }
126 .wdk-listing-card:hover .overlay {
127 opacity: 1;
128 }
129 .wdk-listing-card .wdk-title .title {
130 color: #161616;
131 font-weight: 700;
132 margin-top: 0;
133 margin-bottom: 0;
134 font-size: 18px;
135 padding: 15px 20px 0;
136 }
137 .wdk-listing-card .wdk-title .title:hover {
138 color: #0074e4;
139 }
140 .wdk-listing-card .wdk-title .title a:hover,
141 .wdk-listing-card .wdk-title .title a {
142 color: inherit;
143 }
144 .wdk-listing-card .wdk-subtitle-part {
145 color: #a3a3a3;
146 padding: 3px 20px 8px;
147 font-size: 13px;
148 font-weight: 300;
149 }
150 .wdk-listing-card .wdk-features-part {
151 color: #161616;
152 font-size: 13px;
153 font-weight: 400;
154 padding-top: 0;
155 margin: 0 15px;
156 display: block;
157 text-overflow: ellipsis;
158 white-space: nowrap;
159 max-width: 100%;
160 overflow: hidden;
161 }
162 .wdk-listing-card .wdk-features-part span {
163 padding: 8px 5px;
164 display: inline-block;
165 position: relative;
166 }
167 .wdk-listing-card .wdk-features-part span:not(:empty):not(:last-child)::before {
168 content: "";
169 position: absolute;
170 top: 50%;
171 right: -1px;
172 background-color: #454545;
173 width: 2px;
174 height: 2px;
175 margin-top: 0px;
176 }
177 .wdk-listing-card .wdk-footer {
178 display: flex;
179 }
180 .wdk-listing-card .wdk-footer .wdk-left {
181 flex: 1 2 auto;
182 }
183 .wdk-listing-card .wdk-footer .wdk-right {
184 flex: 0 0;
185 display: flex;
186 justify-content: center;
187 align-content: center;
188 align-items: center;
189 }
190 .wdk-listing-card .wdk-footer .wdk-btn {
191 text-align: center;
192 font-size: 18px;
193 padding: 10px 20px;
194 display: flex;
195 justify-content: center;
196 align-content: center;
197 align-items: center;
198 color: #161616;
199 }
200 .wdk-listing-card .wdk-footer .wdk-btn:hover {
201 color: #0074e4;
202 }
203 .wdk-listing-card .wdk-footer .wdk-price {
204 color: #0074e4;
205 font-size: 22px;
206 padding: 10px 20px;
207 font-weight: 500;
208 }
209 .wdk-listing-card.is_featured .wdk-thumbnail .wdk-over-image-bottom {
210 background-color: #0074e494;
211 }
212 .wdk-listing-card.is_featured {
213 box-shadow: 0 0 10px #0074e475;
214 }
215
216 .view-list .wdk-row .wdk-col {
217 -webkit-flex: 0 0 calc(100% / 1) !important;
218 -ms-flex: 0 0 calc(100% / 1) !important;
219 flex: 0 0 calc(100% / 1) !important;
220 }
221
222 .wdk-listing-card.list .wdk-subtitle-part {
223 padding: 15px 20px 8px;
224 }
225
226 .wdk-filter-head {
227 display: flex;
228 align-items: center;
229 justify-content: space-between;
230 margin: -25px -10px;
231 padding-bottom: 15px;
232 color: #161616;
233 font-size: 14px;
234 -webkit-flex-wrap: wrap;
235 flex-wrap: wrap;
236 }
237 .wdk-filter-head .filter-group {
238 padding: 15px 10px;
239 display: flex;
240 align-items: center;
241 justify-content: flex-start;
242 }
243 .wdk-filter-head .filter-group select {
244 border: 0;
245 color: #80868c;
246 font-size: 15px;
247 font-weight: 300;
248 }
249 .wdk-filter-head .filter-group.wmvc-view-type {
250 flex: 1 2 auto;
251 }
252 .wdk-filter-head .filter-group.wmvc-view-type a {
253 display: inline-block;
254 padding: 3px 5px;
255 color: #161616;
256 }
257 .wdk-filter-head .filter-group.wmvc-view-type a.active,
258 .wdk-filter-head .filter-group.wmvc-view-type a:hover {
259 color: #0074e4;
260 }
261
262 /* pagination */
263 .wdk-pagination.pagination {
264 margin-top: 25px;
265 margin-bottom: 0;
266 display: flex;
267 }
268 .wdk-pagination.pagination .nav-links {
269 display: -ms-flexbox;
270 display: flex;
271 padding-left: 0;
272 border-radius: 0.25rem;
273 }
274 .wdk-pagination.pagination .nav-links > * {
275 display: inline-block;
276 margin-right: 10px;
277 }
278 .wdk-pagination.pagination .nav-links > *:first-child, .wdk-pagination.pagination .nav-links > *:last-child {
279 border-radius: 100px;
280 }
281 .wdk-pagination.pagination .nav-links > *:last-child {
282 margin-right: 0;
283 }
284 .wdk-pagination.pagination .nav-links > * {
285 position: relative;
286 display: flex;
287 justify-content: center;
288 align-items: center;
289 width: 40px;
290 height: 40px;
291 border: 1px solid #e1e2e6;
292 color: #7e7f82;
293 background-color: white;
294 font-size: 14px;
295 text-align: center;
296 text-decoration: none !important;
297 transition: border-color 0.3s, color 0.3s, background-color 0.3s;
298 border-radius: 100px;
299 }
300 .wdk-pagination.pagination .nav-links > *.current, .wdk-pagination.pagination .nav-links > *:hover {
301 border-color: #0074e4;
302 color: #0074e4;
303 background-color: inherit;
304 }
305
306 /* end pagination */
307 /* alerts css */
308 .wdk_alert {
309 position: relative;
310 padding: 0.75rem 1.25rem;
311 margin-bottom: 1rem;
312 border: 1px solid transparent;
313 border-radius: 0.25rem;
314 width: 100%;
315 }
316 .wdk_alert.wdk_alert-primary {
317 color: #004085;
318 background-color: #cce5ff;
319 border-color: #b8daff;
320 }
321 .wdk_alert.wdk_alert-secondary {
322 color: #383d41;
323 background-color: #e2e3e5;
324 border-color: #d6d8db;
325 }
326 .wdk_alert.wdk_alert-success {
327 color: #155724;
328 background-color: #d4edda;
329 border-color: #c3e6cb;
330 }
331 .wdk_alert.wdk_alert-danger {
332 color: #721c24;
333 background-color: #f8d7da;
334 border-color: #f5c6cb;
335 }
336 .wdk_alert.wdk_alert-warning {
337 color: #856404;
338 background-color: #fff3cd;
339 border-color: #ffeeba;
340 }
341 .wdk_alert.wdk_alert-info {
342 color: #0c5460;
343 background-color: #d1ecf1;
344 border-color: #bee5eb;
345 }
346 .wdk_alert.wdk_alert-light {
347 color: #818182;
348 background-color: #fefefe;
349 border-color: #fdfdfe;
350 }
351 .wdk_alert.wdk_alert-dark {
352 color: #1b1e21;
353 background-color: #d6d8d9;
354 border-color: #c6c8ca;
355 }
356
357 /* end alerts css */
358 /* wdk-field */
359 .wdk-search.layout_inline .wdk-field {
360 display: flex;
361 align-items: center;
362 flex-direction: row;
363 }
364 .wdk-search.layout_inline .wdk-field .wdk-field-label {
365 width: auto;
366 }
367 .wdk-search.layout_inline .wdk-field .wdk-field-group {
368 flex: 1 2 auto;
369 }
370 .wdk-search.layout_inline .wdk-field .wdk-field-label, .wdk-search.layout_inline .wdk-field .wdk-field-group {
371 margin-bottom: 0 !important;
372 margin-left: 0 !important;
373 margin-right: 0 !important;
374 }
375 .wdk-search .wdk-field.wdk-field-btn {
376 display: flex;
377 flex-direction: column;
378 }
379 .wdk-search #wdk-form-additional {
380 display: block;
381 width: 100%;
382 }
383
384 .wdk-field {
385 display: flex;
386 flex-wrap: wrap;
387 flex-direction: column;
388 justify-content: flex-start;
389 margin-bottom: 10px;
390 }
391 .wdk-field .wdk-field-label {
392 display: block;
393 margin-bottom: 10px;
394 text-align: left;
395 width: 100%;
396 cursor: pointer;
397 }
398 .wdk-field input:not([type=submit]):not([type=checkbox]):not([type=radio]),
399 .wdk-field select {
400 height: 46px;
401 padding: 0 10px;
402 width: 100%;
403 color: #80868c;
404 font-size: 15px;
405 font-family: "Montserrat";
406 font-weight: 300;
407 border: 1px solid #eaeaea;
408 border-radius: 3px;
409 background: #fff;
410 box-shadow: none;
411 outline: none;
412 }
413 .wdk-field select {
414 -webkit-appearance: none;
415 background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 15px top 55%;
416 background-size: auto;
417 background-size: 16px 16px;
418 cursor: pointer;
419 vertical-align: middle;
420 }
421 .wdk-field select option:hover {
422 background: #0052a2;
423 color: #fff;
424 }
425 .wdk-field.checkbox label {
426 display: flex;
427 flex-wrap: wrap;
428 flex-direction: row;
429 justify-content: flex-start;
430 align-items: center;
431 }
432 .wdk-field button.wdk-search-additional-btn,
433 .wdk-field button.wdk-search-start {
434 color: #fff;
435 font-family: "Montserrat";
436 font-weight: 400;
437 background-color: #0074e4;
438 height: 46px;
439 border: none;
440 border-radius: 3px;
441 width: 100%;
442 padding: 0 30px;
443 font-size: 16px;
444 cursor: pointer;
445 }
446 .wdk-field button.wdk-search-additional-btn {
447 background-color: #0052a2;
448 }
449 .wdk-field button.wdk-search-start:hover {
450 background: #0052a2;
451 }
452
453 .wdk-element .wdk-search .wdk-row .wdk-col {
454 -webkit-flex: 0 0 calc(100% / 1);
455 -ms-flex: 0 0 calc(100% / 1);
456 flex: 0 0 calc(100% / 1);
457 flex: 0 0 calc(100% / 1);
458 padding: 0 15px;
459 }
460
461 .wdk-click-load-animation {
462 position: relative;
463 }
464
465 .wdk-click-load-animation i.fa-ajax-indicator {
466 position: absolute;
467 top: 50%;
468 margin-top: -7px;
469 margin-left: 1px;
470 }
471
472 /* end wdk-field */
473 /* ui select */
474 /* end ui select */
475 .wdk-hidden {
476 display: none !important;
477 }
478
479 /* animations */
480 .wdk-listing-card .wdk-title .title,
481 .wdk-listing-card .wdk-footer .wdk-btn a {
482 transition: all 0.15s;
483 }