PluginProbe
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more / 2.2
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more v2.2
3.7.0 3.6.0 3.6.1 3.5.2 trunk 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.6.0 2.6.1 3.0.0 3.0.1 All 71 releases
stockpack / dist / css / stockpack.css

stockpack.css in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 2.2, at dist/css/stockpack.css

458 lines 8.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "UTF-8";
2
3 .stockpack-browser .stockpack-empty {
4 margin-bottom: 20px;
5 padding: 0;
6 text-align: center;
7 }
8
9 .stockpack-browser .stockpack-empty .no-data {
10 position: absolute;
11 top: 30%;
12 left: 0;
13 right: 300px;
14 }
15
16 @media only screen and (max-width: 900px) {
17 .stockpack-browser .stockpack-empty .no-data {
18 right: 267px;
19 }
20 }
21
22 @media only screen and (max-width: 640px) {
23 .stockpack-browser .stockpack-empty .no-data {
24 left: 10px;
25 right: 10px;
26 }
27 }
28
29 .stockpack-browser .stockpack-empty .no-data h2 {
30 font-size: 20px;
31 line-height: 28px;
32 font-weight: 400;
33 margin: 0;
34 }
35
36 .stockpack-browser .stockpack-empty .no-data a.stockpack-link {
37 display: inline-block;
38 line-height: 32px;
39 padding-right: 20px;
40 }
41
42 .stockpack-browser .stockpack-empty .no-data pre {
43 width: 400px;
44 padding: 12px;
45 margin-bottom: 12px;
46 border-left: 4px solid #dc3232;
47 background-color: #fbeaea;
48 margin: 20px auto;
49 white-space: pre-wrap;
50 }
51
52 @media only screen and (max-width: 760px) {
53 .stockpack-browser .stockpack-empty .no-data pre {
54 max-width: 100%;
55 }
56 }
57
58 .stockpack-dialog {
59 z-index: 200103;
60 }
61
62 .stockpack-dialog .message {
63 max-width: 100%;
64 width: 480px;
65 }
66
67 .stockpack-dialog .message a:hover {
68 cursor: pointer;
69 }
70
71 .stockpack-dialog .message p.stockpack-error {
72 color: #dc3232;
73 }
74
75 .stockpack-dialog .message .iframe-status {
76 font-style: italic;
77 border-left: 3px solid #444;
78 margin: 0 0 5px;
79 padding: 0 10px 0;
80 }
81
82 .stockpack-dialog .message .stockpack-dialog-state {
83 font-weight: bold;
84 }
85
86 .stockpack-dialog .message .stockpack-dialog-external {
87 font-style: italic;
88 }
89
90 .stockpack-browser div.has-error span {
91 display: block;
92 word-wrap: break-word;
93 }
94
95 .stockpack-sidebar .attachment-info .thumbnail {
96 max-width: 267px;
97 max-height: 267px;
98 }
99
100 .stockpack-sidebar .attachment-info .thumbnail img {
101 max-width: 260px;
102 max-height: 260px;
103 }
104
105 .stockpack-sidebar .stockpack-downloader .license-stockpack-image {
106 margin-left: 10px;
107 }
108
109 .stockpack-sidebar .stockpack-downloader .stockpack-already-licensed {
110 line-height: 31px;
111 padding-left: 10px;
112 font-style: italic;
113 }
114
115 .media-toolbar .stockpack-attribution {
116 display: inline-block;
117 }
118
119 .media-toolbar .stockpack-attribution.hidden {
120 display: none;
121 }
122
123 .media-toolbar .stockpack-attribution .attribution {
124 margin-left: 0;
125 }
126
127 @media only screen and (max-width: 1080px) {
128 .media-toolbar .stockpack-attribution .attribution {
129 width: 280px;
130 position: fixed;
131 bottom: 40px;
132 max-width: 70%;
133 }
134 }
135
136 @media only screen and (max-width: 785px) {
137 .media-toolbar .stockpack-attribution .attribution {
138 bottom: 20px;
139 }
140 }
141
142 @media only screen and (max-width: 640px) {
143 .media-toolbar .stockpack-attribution .attribution {
144 bottom: -11px;
145 }
146 }
147
148 @media only screen and (max-width: 520px) {
149 .media-toolbar .stockpack-attribution .attribution {
150 bottom: 54px;
151 }
152 }
153
154 .media-toolbar .stockpack-attribution .author-info {
155 display: block;
156 }
157
158 .stockpack-browser.attachments-browser .media-toolbar {
159 overflow: visible;
160 }
161
162 .stockpack-close-filter {
163 position: absolute;
164 top: 10px;
165 right: 10px;
166 height: 20px;
167 width: 20px;
168 overflow: hidden;
169 }
170
171 .stockpack-close-filter:after {
172 font-family: "dashicons";
173 content: "�
174 �";
175 display: inline-block;
176 -webkit-font-smoothing: antialiased;
177 font-size: 20px;
178 vertical-align: middle;
179 }
180
181 .stockpack-close-filter:hover {
182 cursor: pointer;
183 }
184
185 .stockpack-close-filter:hover:after {
186 color: #0073aa;
187 }
188
189 #stockpack-advanced-area {
190 display: inline-block;
191 position: relative;
192 }
193
194 @media only screen and (min-width: 640px) and (max-width: 690px) {
195 #stockpack-advanced-area {
196 display: block;
197 }
198 }
199
200 @media only screen and (min-width: 200px) and (max-width: 360px) {
201 #stockpack-advanced-area {
202 display: block;
203 }
204 }
205
206 #stockpack-advanced-area #stockpack-advanced-filters {
207 position: absolute;
208 width: 400px;
209 padding: 20px;
210 top: 30px;
211 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
212 background: #fcfcfc;
213 display: none;
214 overflow-y: scroll;
215 max-height: calc(100vh - 300px);
216 }
217
218 @media only screen and (max-width: 900px) {
219 #stockpack-advanced-area #stockpack-advanced-filters {
220 top: 50px;
221 }
222 }
223
224 @media only screen and (min-width: 640px) and (max-width: 690px) {
225 #stockpack-advanced-area #stockpack-advanced-filters {
226 top: 50px;
227 }
228 }
229
230 @media only screen and (max-width: 640px) {
231 #stockpack-advanced-area #stockpack-advanced-filters {
232 left: -142px;
233 }
234 }
235
236 @media only screen and (max-width: 480px) {
237 #stockpack-advanced-area #stockpack-advanced-filters {
238 width: 300px;
239 left: -35%;
240 }
241 }
242
243 @media only screen and (max-width: 370px) {
244 #stockpack-advanced-area #stockpack-advanced-filters {
245 width: 250px;
246 left: -18%;
247 }
248 }
249
250 @media only screen and (min-width: 200px) and (max-width: 360px) {
251 #stockpack-advanced-area #stockpack-advanced-filters {
252 top: 50px;
253 }
254 }
255
256 #stockpack-advanced-area #stockpack-advanced-filters.visible {
257 display: block;
258 }
259
260 .stockpack-filters-trigger {
261 padding-right: 10px;
262 cursor: pointer;
263 }
264
265 @media only screen and (max-width: 900px) {
266 .stockpack-filters-trigger {
267 text-align: right;
268 padding-top: 16px;
269 font-size: 14px;
270 }
271 }
272
273 @media only screen and (min-width: 640px) and (max-width: 690px) {
274 .stockpack-filters-trigger {
275 margin-top: 30px;
276 text-align: right;
277 }
278 }
279
280 @media only screen and (min-width: 200px) and (max-width: 360px) {
281 .stockpack-filters-trigger {
282 margin-top: 30px;
283 text-align: right;
284 }
285 }
286
287 .stockpack-filters-sub-container .advanced-filters {
288 width: 40%;
289 float: left;
290 padding-bottom: 15px;
291 margin-right: 10%;
292 min-width: 150px;
293 }
294
295 .stockpack-filters-sub-container .advanced-filters span.group-label {
296 display: block;
297 font-weight: bold;
298 padding-bottom: 10px;
299 }
300
301 .stockpack-filters-sub-container .advanced-filters span.checkbox-component {
302 display: inline-block;
303 padding-right: 10px;
304 padding-bottom: 10px;
305 }
306
307 .stockpack-filters-sub-container .advanced-filters span.checkbox-component label {
308 top: -3px;
309 position: relative;
310 }
311
312 .stockpack-filters-sub-container .advanced-filters span.radio-component {
313 display: block;
314 padding-bottom: 10px;
315 }
316
317 .stockpack-filters-sub-container .advanced-filters span.radio-component label {
318 top: -3px;
319 position: relative;
320 }
321
322 .stockpack-filters-actions {
323 clear: both;
324 text-align: right;
325 }
326
327 #stockpack-category-filter {
328 margin-bottom: 26px;
329 }
330
331 #stockpack-color-filter {
332 width: 100%;
333 }
334
335 @media only screen and (min-width: 900px) and (max-width: 1000px) {
336 .stockpack-browser .media-toolbar-primary {
337 width: 285px;
338 }
339 }
340
341 @media only screen and (max-width: 750px) {
342 .stockpack-browser .media-toolbar-primary {
343 width: 300px;
344 max-width: 70%;
345 }
346 }
347
348 @media only screen and (min-width: 640px) and (max-width: 690px) {
349 .stockpack-browser .media-toolbar-primary {
350 width: 250px;
351 }
352 }
353
354 @media only screen and (min-width: 200px) and (max-width: 360px) {
355 .stockpack-browser .media-toolbar-primary {
356 width: 250px;
357 }
358 }
359
360 @media only screen and (max-width: 900px) {
361 .stockpack-browser .media-toolbar-primary .search {
362 width: 235px;
363 }
364 }
365
366 @media only screen and (max-width: 750px) {
367 .stockpack-browser .media-toolbar-primary .search {
368 width: 175px;
369 }
370 }
371
372 @media only screen and (min-width: 640px) and (max-width: 690px) {
373 .stockpack-browser .media-toolbar-primary .search {
374 margin-top: -50px;
375 }
376 }
377
378 @media only screen and (max-width: 325px) {
379 .media-router > a {
380 font-size: 13px;
381 }
382 }
383
384 .stockpack-browser li.attachment button.download {
385 display: none;
386 height: 24px;
387 width: 24px;
388 padding: 0;
389 border: 0;
390 position: absolute;
391 z-index: 10;
392 bottom: 0;
393 right: 0;
394 outline: none;
395 background: #eee;
396 cursor: pointer;
397 box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15);
398 }
399
400 .stockpack-browser li.attachment button.download span.dashicons-download {
401 font-family: "dashicons";
402 color: #fff;
403 font-size: 16px;
404 line-height: 25px;
405 }
406
407 .stockpack-browser li.attachment.details button.download {
408 display: block;
409 background-color: #0073aa;
410 box-shadow: 0 0 0 1px #fff, 0 0 0 2px #0073aa;
411 }
412
413 .stockpack-no-search {
414 position: relative;
415 width: 100%;
416 height: 100%;
417 overflow: auto;
418 }
419
420 .stockpack-no-search .stockpack-no-search-wrapper {
421 position: absolute;
422 top: 20%;
423 left: 0;
424 right: 300px;
425 text-align: center;
426 }
427
428 @media only screen and (max-width: 900px) {
429 .stockpack-no-search .stockpack-no-search-wrapper {
430 right: 267px;
431 }
432 }
433
434 @media only screen and (max-width: 640px) {
435 .stockpack-no-search .stockpack-no-search-wrapper {
436 left: 10px;
437 right: 10px;
438 }
439 }
440
441 .stockpack-no-search .stockpack-no-search-wrapper h2 {
442 margin-bottom: 20px;
443 }
444
445 .stockpack-no-search .stockpack-no-search-wrapper .no-search-illustration {
446 text-align: center;
447 }
448
449 .stockpack-no-search .stockpack-no-search-wrapper p.no-search-question {
450 margin: 0;
451 color: #ccc;
452 }
453
454 .stockpack-no-search .stockpack-no-search-wrapper p.no-search-response {
455 margin-top: 0;
456 }
457
458