PluginProbe
WP Directory Kit / 1.3.2
WP Directory Kit v1.3.2
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.3.2, at public/css/wpdirectorykit-public-responsive.scss

193 lines 4.6 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 .wdk-listing-card.list .wdk-thumbnail {
126 max-width: 30%;
127 }
128
129 .wdk-listing-card.list .wdk-content {
130 overflow: hidden;
131 }
132
133 }
134
135 /*------------------------------------------------------------------
136 [6. Max width: 540px]
137 */
138
139 @media (max-width:600px) {}
140
141 /*------------------------------------------------------------------
142 [6. Max width: 576px]
143 */
144
145 @media (max-width:576px) {
146
147 .wdk-listings-list .listing-item {
148 justify-content: center;
149 }
150
151 body .wdk-listings-list .listing-item .listing-inf-sec {
152 flex: 0 0 auto;
153 }
154
155 .wdk-filter-head .filter-group.filter-status {
156 flex: 1 2;
157 order: 0;
158 text-align: left;
159 margin-top: 0;
160 }
161
162 .wdk-filter-head .filter-group.filter-status > span {
163 padding-left: 0;
164 }
165
166 .wdk-filter-head .filter-group.order,
167 .wdk-filter-head .filter-group.wmvc-view-type {
168 flex: 0 0;
169 order: 1;
170 }
171
172 }
173
174 /*------------------------------------------------------------------
175 [6. Max width: 540px]
176 */
177
178 @media (max-width:540px) {}
179
180
181 /*------------------------------------------------------------------
182 [7. Custom media for IE]
183 */
184
185 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
186 }
187
188 @media screen and (max-width:1140px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
189 }
190
191 @media screen and (max-width:768px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
192 }
193