PluginProbe
WP Directory Kit / 1.2.3
WP Directory Kit v1.2.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 / wpdirectorykit-public-responsive.scss

wpdirectorykit-public-responsive.scss in WP Directory Kit 1.2.3, at public/css/wpdirectorykit-public-responsive.scss

185 lines 4.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset 'UTF-8';
2
3 /*------------------------------------------------------------------
4 [Media Stylesheet]
5 -------------------------------------------------------------------*/
6
7 /*------------------------------------------------------------------
8 [Table of contents]
9
10 1. Min width 992px and Max width: 1199px
11 2. Max width: 1140px
12 3. Max width: 992px
13 4. Max width: 992px and min width: 768px
14 5. Max width: 767px
15 6. Max width: 480px
16 7. Custom media for IE
17
18 -------------------------------------------------------------------*/
19 @media (min-width: 1300px){
20
21 }
22
23 @media (max-width: 1270px) {
24 }
25
26 @media (min-width: 1140px) and (max-width: 1350px) {}
27
28 @media (max-width: 1199px) {}
29
30 /*------------------------------------------------------------------
31 [1. Min width 992px and Max width: 1199px ]
32 */
33
34 @media (min-width: 992px) and (max-width: 1199px) {}
35
36 /*------------------------------------------------------------------
37 [2. Max width: 1140px ]
38 */
39 @media (max-width: 1140px) {
40 }
41
42 /*------------------------------------------------------------------
43 [3. Max width: 991px ]
44 */
45 @media (max-width: 991px) {
46 body .wdk-element .wdk-row .wdk-col {
47 width: 50%;
48 -webkit-flex: 0 0 calc(100% / 2);
49 flex: 0 0 calc(100% / 2);
50 }
51 .wdk-element .wdk-search.layout_inline .wdk-field {
52 &.LOCATION,
53 &.CATEGORY {
54 width: 50%;
55 }
56 }
57 }
58
59 /*------------------------------------------------------------------
60 [4. Max width: 992px and min width: 768px]
61 */
62
63 @media (min-width: 768px) and (max-width: 991px) {}
64
65 /*------------------------------------------------------------------
66 [5. Max width: 767px]
67 */
68 @media (max-width: 767px) {
69 .jconfirm .jconfirm-box {
70 max-width: 100%;
71 width: calc(100% - 30px) !important;
72 }
73
74 .wdk-element .wdk-map .wdk-listing-card .wdk-thumbnail .wdk-image {
75 height: 110px;
76 }
77
78 body .wdk-element .wdk-row .wdk-col {
79 width: 100%;
80 -webkit-flex: 0 0 calc(100% / 1);
81 flex: 0 0 calc(100% / 1);
82 }
83 .wdk-element .wdk-search.layout_inline .wdk-field {
84 &.LOCATION,
85 &.CATEGORY {
86 width: 100%;
87 }
88 }
89 /*
90 .wdk-search #wdk-form-additional .wdk-row .wdk-col.CHECKBOX .wdk-field-label {
91 padding-left: 0;
92 padding: 3px 0;
93 margin-bottom: 10px;
94 }*/
95 /*
96 .wdk-search.layout_inline #wdk-form-additional .wdk-field.CHECKBOX .wdk-field-label {
97 margin-top: 10px !important;
98 }*/
99
100 body .wdk-element .wdk-map .wdk-listing-card .wdk-subtitle-part span {
101 overflow: hidden;
102 text-overflow: ellipsis;
103 display: -webkit-box;
104 -webkit-line-clamp: 2 !important;
105 -webkit-box-orient: vertical;
106 }
107
108 body .wdk-element .wdk-map .infobox {
109 width: 250px;
110 }
111
112 .wdk-search.layout_inline .wdk-row div.wdk-col.SLIDER_RANGE {
113 width: 100%;
114 padding: 5px 0;
115 }
116
117 .wdk-search.layout_inline .wdk-slider-range-field .irs--round {
118 margin-top: -1px;
119 }
120
121 .wdk-search.layout_inline .irs--round.irs-with-grid {
122 height: 49px;
123 }
124
125 }
126
127 /*------------------------------------------------------------------
128 [6. Max width: 540px]
129 */
130
131 @media (max-width:600px) {}
132
133 /*------------------------------------------------------------------
134 [6. Max width: 576px]
135 */
136
137 @media (max-width:576px) {
138
139 .wdk-listings-list .listing-item {
140 justify-content: center;
141 }
142
143 body .wdk-listings-list .listing-item .listing-inf-sec {
144 flex: 0 0 auto;
145 }
146
147 .wdk-filter-head .filter-group.filter-status {
148 flex: 1 2;
149 order: 0;
150 text-align: left;
151 margin-top: 0;
152 }
153
154 .wdk-filter-head .filter-group.filter-status > span {
155 padding-left: 0;
156 }
157
158 .wdk-filter-head .filter-group.order,
159 .wdk-filter-head .filter-group.wmvc-view-type {
160 flex: 0 0;
161 order: 1;
162 }
163
164 }
165
166 /*------------------------------------------------------------------
167 [6. Max width: 540px]
168 */
169
170 @media (max-width:540px) {}
171
172
173 /*------------------------------------------------------------------
174 [7. Custom media for IE]
175 */
176
177 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
178 }
179
180 @media screen and (max-width:1140px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
181 }
182
183 @media screen and (max-width:768px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
184 }
185