PluginProbe ʕ •ᴥ•ʔ
Gallery : FooGallery / 3.1.36
Gallery : FooGallery v3.1.36
3.3.0 3.1.31 3.1.32 3.1.34 3.1.36 3.2.0 3.2.6 trunk 1.10.3 2.0.24 2.1.34 2.2.44 2.3.3 2.4.32 3.0.6 3.1.11 3.1.12 3.1.13 3.1.20 3.1.25 3.1.26 3.1.26.1 3.1.26.2
foogallery / css / admin-foogallery.css
foogallery / css Last commit date
admin-foogallery-gallery-piles.css 2 months ago admin-foogallery-modern.css 2 months ago admin-foogallery.css 2 months ago admin-page-foogallery-extensions.css 2 months ago admin-page-foogallery-help.css 2 months ago admin-page-foogallery-settings.css 2 months ago admin-tinymce.css 2 months ago foogallery-foovideo-overrides.css 2 months ago foogallery.admin.datasources.css 2 months ago foogallery.admin.min.css 2 months ago foogallery.admin.template.css 2 months ago
admin-foogallery.css
1411 lines
1 :root {
2 /* Main FooGallery Admin Colors */
3 --foogallery-color-wp-primary: #2271b1;
4 --foogallery-color-wp-error: #BF1123;
5
6 --foogallery-color-pro-starter: #1E8CBA;
7 --foogallery-color-pro-expert: #31be4d;
8 --foogallery-color-pro-commerce: #B0459D;
9
10 /* 50% transparent colors */
11 --foogallery-color-wp-primary-50: rgba(from var(--foogallery-color-wp-primary) R G B / 50%);
12 --foogallery-color-pro-starter-50: rgba(from var(--foogallery-color-pro-starter) R G B / 50%);
13 --foogallery-color-pro-expert-50: rgba(from var(--foogallery-color-pro-expert) R G B / 50%);
14 --foogallery-color-pro-commerce-50: rgba(from var(--foogallery-color-pro-commerce) R G B / 50%);
15
16 /* Fully transparent colors - used for animations like pulse */
17 --foogallery-color-wp-primary-0: rgba(from var(--foogallery-color-wp-primary) R G B / 0%);
18 --foogallery-color-pro-starter-0: rgba(from var(--foogallery-color-pro-starter) R G B / 0%);
19 --foogallery-color-pro-expert-0: rgba(from var(--foogallery-color-pro-expert) R G B / 0%);
20 --foogallery-color-pro-commerce-0: rgba(from var(--foogallery-color-pro-commerce) R G B / 0%);
21 }
22
23 .foogallery-attachments-list .add-attachment {
24 background: #ddd;
25 border: #888 1px dashed;
26 position: relative;
27 float: left;
28 padding: 0;
29 color: #464646;
30 list-style: none;
31 text-align: center;
32 -webkit-user-select: none;
33 -moz-user-select: none;
34 -ms-user-select: none;
35 -o-user-select: none;
36 user-select: none;
37 }
38
39 .foogallery-attachments-list .add-attachment a {
40 display: table-cell;
41 vertical-align: middle;
42 height: 150px;
43 text-align: center;
44 width: 150px;
45 color:#666;
46 font-weight: bold;
47 text-decoration: none;
48 }
49
50 .foogallery-attachments-list .add-attachment a:hover {
51 color:#444;
52 }
53
54 .foogallery-attachments-list .add-attachment a div.dashicons {
55 font-size:50px;
56 width: 50px;
57 height: 50px;
58 }
59
60 .foogallery-attachments-list .add-attachment a span {
61 display: block;
62 }
63
64
65 .foogallery-attachments-list .attachment-preview,
66 .foogallery-attachments-list .attachment-preview .thumbnail {
67 width: 150px;
68 height: 150px;
69 cursor:move;
70 }
71
72 .foogallery-attachments-list .attachment {
73 border: transparent 1px solid;
74 box-shadow: none !important;
75 width: auto !important;
76 padding: 0 !important;
77 }
78
79 .foogallery-attachments-list .attachment.placeholder {
80 width: 150px !important;
81 height: 150px;
82 border: #1e8cbe 1px dashed;
83 background: #eee;
84 }
85
86 .foogallery-attachments-list li {
87 margin: 0px 10px 10px 0px !important;
88 }
89
90 .foogallery-attachments-list .attachment.ui-sortable-helper {
91 opacity: 0.5;
92 }
93
94 .foogallery-attachments-list .attachment.ui-sortable-helper:hover .close {
95 display: none;
96 }
97
98 .foogallery-attachments-list input.describe {
99 margin:0;
100 width: 150px;
101 font-size: 12px;
102 }
103
104 .foogallery-attachments-list .attachment .attachment-preview a {
105 display: none;
106 position: absolute;
107 padding: 0;
108 font-size: 20px;
109 line-height: 20px;
110 text-align: center;
111 text-decoration: none;
112 background-color: #444;
113 border-top-right-radius: 50%;
114 border-top-left-radius: 50%;
115 border-bottom-right-radius: 50%;
116 border-bottom-left-radius: 50%;
117 }
118
119 .foogallery-attachments-list .attachment .attachment-preview:hover a {
120 display: block;
121 }
122
123 .foogallery-attachments-list .attachment .attachment-preview a span {
124 color:#fff;
125 }
126
127 .foogallery-attachments-list .attachment .attachment-preview a:hover span {
128 color:#ddd;
129 }
130
131 .foogallery-attachments-list .attachment .attachment-preview a.remove {
132 top: 5px;
133 right: 5px;
134 }
135
136 .foogallery-attachments-list .attachment .attachment-preview a.info {
137 top: 5px;
138 left: 5px;
139 }
140
141 .foogallery-attachments-list .attachment:not(:has(.filename))::after {
142 display: none;
143 }
144
145 .foogallery_template_field td {
146 padding-bottom: 20px;
147 }
148
149 .foogallery_template_field th {
150 vertical-align: top;
151 text-align: left;
152 padding: 0.3em 10px 0;
153 }
154 .rtl .foogallery_template_field th {
155 text-align: right;
156 }
157
158 .foogallery_template_field textarea {
159 min-width: 500px;
160 min-height: 100px;
161 width: 100%;
162 }
163
164 .foogallery_template_field.foogallery_template_field_type-help {
165 border-bottom: none;
166 }
167
168 .foogallery_template_field.foogallery_template_field_type-help td {
169 padding-bottom: 0;
170 }
171
172 .foogallery_template_field.foogallery_template_field_type-icon td {
173 padding-bottom: 0;
174 }
175
176 .foogallery_metabox_field-icon label {
177 display:inline-block;
178 margin-right:10px;
179 border:solid 3px transparent;
180 background:#aaa;
181 border-radius: 3px;
182 -moz-border-radius: 3px;
183 -webkit-border-radius: 3px;
184 padding:5px;
185 line-height: 0;
186 margin-bottom: 10px;
187 }
188
189 .foogallery_metabox_field-icon input:checked + label {
190 border:solid 3px #444;
191 background: #888;
192 }
193
194 .foogallery_metabox_field-icon label:hover {
195 border:solid 3px #444;
196 }
197
198 .foogallery_template_field.foogallery_template_field_type-htmlicon td {
199 padding-bottom: 0;
200 }
201
202 .foogallery_metabox_field-htmlicon label {
203 display:inline-block;
204 margin-right:10px;
205 border:solid 3px transparent;
206 background:#aaa;
207 border-radius: 3px;
208 -moz-border-radius: 3px;
209 -webkit-border-radius: 3px;
210 padding:5px;
211 line-height: 0;
212 margin-bottom: 10px;
213 cursor: pointer;
214 }
215
216 .foogallery_metabox_field-htmlicon {
217 display: flex;
218 flex-wrap: wrap;
219 align-items: flex-start;
220 gap: 10px;
221 }
222
223 .foogallery-shortcode-choice-group-htmlicon {
224 display: inline-flex;
225 flex-direction: column;
226 align-items: flex-start;
227 }
228
229 .foogallery-shortcode-choice-group-htmlicon > label {
230 margin-right: 0;
231 margin-bottom: 0;
232 }
233
234 .foogallery_template_field_id-lightbox_custom_button_theme .foogallery_metabox_field-htmlicon label,
235 .foogallery_template_field_id-lightbox_custom_button_highlight .foogallery_metabox_field-htmlicon label
236 {
237 padding:0px;
238 }
239
240 .foogallery_metabox_field-htmlicon input:checked + label {
241 border:solid 3px #444;
242 background: #888;
243 }
244
245 .foogallery_metabox_field-htmlicon label:hover {
246 border:solid 3px #444;
247 }
248
249 .foogallery_metabox_field-thumb_size label {
250 vertical-align: baseline;
251 }
252
253 .foogallery_metabox_field-thumb_size input[type="number"] {
254 margin-right: 10px;
255 margin-left: 10px;
256 }
257
258 .foogallery_template_field_type-text input[type="text"] {
259 width: 100%;
260 }
261
262 .foogallery_template_field_type-text input.small-text {
263 width: 65px;
264 height: 28px;
265 line-height: 1;
266 }
267
268 #foogallery_pages ul li:hover .row-actions { visibility: visible; }
269
270 .foogallery-shortcode {
271 text-align: center;
272 }
273
274 .foogallery-shortcode input {
275 cursor: pointer;
276 text-align: center;
277 padding: 10px;
278 font-family: "courier new", courier;
279 border: none;
280 box-shadow: none;
281 background: #efefef;
282 }
283
284 .foogallery-shortcode-helper-action {
285 margin: 10px 0 0;
286 text-align: center;
287 }
288
289 .wp-list-table .foogallery-shortcode {
290 cursor: pointer;
291 font-size: 1em;
292 border: none;
293 box-shadow: none;
294 background: #efefef;
295 font-family: "courier new", courier;
296 }
297
298 .foogallery-shortcode-message {
299 font-style: italic;
300 color: #2EA2CC !important;
301 }
302
303 .foogallery_template_field th label[data-setting] {
304 display: block;
305 }
306
307 .foogallery-shortcode-argument-helper {
308 display: none;
309 margin-top: 4px;
310 font-weight: 400;
311 cursor: pointer;
312 }
313
314 .foogallery-show-argument-helpers .foogallery-shortcode-argument-helper {
315 display: block;
316 }
317
318 .foogallery-shortcode-argument-helper code {
319 font-size: 10px;
320 line-height: 1.4;
321 }
322
323 .foogallery-shortcode-choice-helper {
324 display: none;
325 margin-top: 4px;
326 margin-left: 22px;
327 font-weight: 400;
328 cursor: pointer;
329 }
330
331 .foogallery-show-argument-helpers .foogallery-shortcode-choice-helper {
332 display: block;
333 }
334
335 .foogallery-shortcode-choice-helper code {
336 font-size: 10px;
337 line-height: 1.4;
338 }
339
340 .foogallery-shortcode-choice-helper-radio {
341 display: none;
342 margin-top: 0;
343 margin-left: 6px;
344 vertical-align: middle;
345 }
346
347 .foogallery-show-argument-helpers .foogallery-shortcode-choice-helper-radio {
348 display: inline-block;
349 }
350
351 .foogallery-shortcode-choice-helper-htmlicon {
352 display: none;
353 margin-top: 4px;
354 margin-left: 0;
355 line-height: 1.4;
356 cursor: pointer;
357 }
358
359 .foogallery-show-argument-helpers .foogallery-shortcode-choice-helper-htmlicon {
360 display: block;
361 }
362
363 .foogallery-help {
364 position: relative;
365 display: block;
366 line-height: 19px;
367 padding: 10px;
368 text-align: left;
369 background-color: #F4F4FF;
370 box-shadow: 0px 0px 2px #1E8CBA88;
371 -webkit-box-shadow: 0px 0px 2px #1E8CBA88;
372 border-radius: 10px;
373 margin-bottom: 10px;
374 }
375
376 .foogallery-help .dashicons {
377 color: #1E8CBA;
378 }
379
380 .foogallery-help h4 {
381 display: inline-block;
382 margin: 0;
383 color: #1E8CBA;
384 }
385
386 .foogallery-help p {
387 display: inline;
388 margin: 0;
389 }
390
391 .foogallery-help h4 + p {
392 display: block;
393 margin: 5px 0 0 22px;
394 }
395
396 .foogallery-help p code {
397 font-size: 12px;
398 }
399
400 .rtl .foogallery-help {
401 text-align: right;
402 }
403
404 .foogallery-settings-line-height2 .foogallery-help p {
405 line-height: 2;
406 }
407
408 .foogallery-warning {
409 box-shadow: 0px 0px 2px #dba617;
410 -webkit-box-shadow: 0px 0px 2px #dba617;
411 background-color: #fffcf4;
412 }
413
414 .foogallery-warning .dashicons,
415 .foogallery-warning h4 {
416 color: #dba617;
417 }
418
419 tr.foogallery_template_field[data-foogallery-hidden] {
420 display: none;
421 }
422
423 tr.foogallery_template_field[data-foogallery-invisible] {
424 display: none;
425 }
426
427 .foogallery_template_field_type-promo .foogallery-promo {
428 position: relative;
429 display: block;
430 font-size: 14px;
431 line-height: 19px;
432 padding: 10px 10px 10px 40px;
433 text-align: left;
434 background-color: #f7fff4;
435 box-shadow: 0px 0px 2px #31be4d88;
436 -webkit-box-shadow: 0px 0px 2px #31be4d88;
437 border-radius: 10px;
438 margin-bottom: 10px;
439 }
440
441
442 .rtl .foogallery_template_field_type-promo .foogallery-promo {
443 padding: 11px 40px 11px 10px;
444 text-align: right;
445 margin: 2px 0 0 5px;
446 }
447
448 .foogallery_template_field_type-promo.foogallery_promo_prostarter .foogallery-promo {
449 border-color: #3397C1;
450 background-color: #f6fffe;
451 box-shadow: 0px 0px 2px #3397C188;
452 -webkit-box-shadow: 0px 0px 2px #3397C188;
453 }
454
455 .foogallery_template_field_type-promo.foogallery_promo_commerce .foogallery-promo {
456 border-color: #B0459D;
457 background-color: #fdf6ff;
458 box-shadow: 0px 0px 2px #B0459D88;
459 -webkit-box-shadow: 0px 0px 2px #B0459D88;
460 }
461
462 .foogallery_template_field_type-promo .foogallery-promo:before {
463 /* content: "\f313"; award */
464 content: "\f155"; /* star */
465 font: 400 30px/1 dashicons !important;
466 speak: none;
467 color: #31be4d;
468 display: inline-block;
469 -webkit-font-smoothing: antialiased;
470 -moz-osx-font-smoothing: grayscale;
471 position: absolute;
472 left: 5px;
473 margin-top: -5px;
474 height: 1em;
475 }
476
477 .rtl .foogallery_template_field_type-promo .foogallery-promo:before {
478 left: auto;
479 right: 5px;
480 }
481
482 .foogallery_template_field_type-promo.foogallery_promo_prostarter .foogallery-promo:before {
483 color: #3397C1;
484 }
485
486 .foogallery_template_field_type-promo.foogallery_promo_commerce .foogallery-promo:before {
487 color: #B0459D;
488 }
489
490 #post-body.columns-2 #postbox-container-1 .foogallery-promo {
491 padding-left: 11px;
492 margin-left: 5px;
493 }
494 .rtl #post-body.columns-2 #postbox-container-1 .foogallery-promo {
495 padding-right: 11px;
496 margin-right: 5px;
497 }
498
499 #post-body.columns-2 #postbox-container-1 .foogallery-promo:before {
500 content: '';
501 }
502
503 .foogallery_template_field_type-promo .foogallery-promo .button-primary {
504 background: #1d7b30;
505 border-color: #1d7b30;
506 margin-right: 10px;
507 }
508 .rtl .foogallery_template_field_type-promo .foogallery-promo .button-primary {
509 margin-left: 10px;
510 margin-right: 0;
511 }
512
513 .foogallery_template_field_type-promo .foogallery-promo .button-secondary {
514 border-color: #1d7b30;
515 color: #1d7b30;
516 }
517
518 .foogallery_template_field_type-promo.foogallery_promo_prostarter .foogallery-promo .button-primary {
519 background: #3397C1;
520 border-color: #3397C1;
521 }
522
523 .foogallery_template_field_type-promo.foogallery_promo_prostarter .foogallery-promo .button-secondary {
524 border-color: #3397C1;
525 color: #3397C1;
526 }
527
528 .foogallery_template_field_type-promo.foogallery_promo_commerce .foogallery-promo .button-primary {
529 background: #B0459D;
530 border-color: #B0459D;
531 }
532
533 .foogallery_template_field_type-promo.foogallery_promo_commerce .foogallery-promo .button-secondary {
534 border-color: #B0459D;
535 color: #B0459D;
536 }
537
538 .foogallery_template_field_promo th .dashicons {
539 color: #31be4d;
540 }
541
542 .foogallery_metabox_field-radio label.foogallery-promo i {
543 font: 400 15px/1 dashicons !important;
544 speak: none;
545 color: #31be4d;
546 vertical-align: inherit;
547 padding-left: 2px;
548 }
549
550 .foogallery_metabox_field-radio label.foogallery-promo-prostarter i {
551 font: 400 15px/1 dashicons !important;
552 speak: none;
553 color: #3397C1;
554 vertical-align: inherit;
555 padding-left: 2px;
556 }
557
558 .foogallery_metabox_field-radio label.foogallery_promo_commerce i {
559 font: 400 15px/1 dashicons !important;
560 speak: none;
561 color: #B0459D;
562 vertical-align: inherit;
563 padding-left: 2px;
564 }
565
566 /** <gallery settings styling overrides> **/
567
568 .foogallery-metabox-settings {
569 width: 100%;
570 border-collapse: collapse;
571 }
572
573 .foogallery-metabox-settings th {
574 font-weight: 500;
575 padding: 10px;
576 width: 180px;
577 text-align: right;
578 border-right: solid 1px #eee;
579 }
580
581 .foogallery-metabox-settings td {
582 padding: 10px;
583 }
584
585 .foogallery_metabox_field-select select {
586 min-width: 250px;
587 }
588
589 .foogallery-shortcode-select-helper {
590 display: none;
591 margin-left: 8px;
592 font-weight: 400;
593 vertical-align: middle;
594 cursor: pointer;
595 }
596
597 .foogallery-show-argument-helpers .foogallery-shortcode-select-helper {
598 display: inline-block;
599 }
600
601 .foogallery-shortcode-select-helper code {
602 font-size: 10px;
603 line-height: 1.4;
604 }
605
606 .foogallery-thumbsize-crop {
607 margin-top: 10px;
608 }
609
610 .foogallery_metabox_field-checkboxlist > input,
611 .foogallery_metabox_field-checkboxlist > label {
612 margin-bottom: 10px;
613 display: inline-block;
614 }
615
616 .foogallery_metabox_field-checkboxlist input[type="checkbox"] {
617 margin: 0 0 10px 0;
618 }
619
620 .foogallery-metabox-settings .foogallery-settings-description {
621 color: #aaa;
622 font-style: italic;
623 margin: 0.7em 0 0 0;
624 font-size: 0.9em;
625 }
626
627 .foogallery-metabox-settings .foogallery_template_field_type-htmlicon .foogallery-settings-description {
628 margin: 0;
629 }
630
631 .foogallery-metabox-settings .foogallery-settings-help {
632 color: #aaa;
633 }
634
635 /** </gallery settings styling overrides> **/
636
637 /* <Gallery Settings Radio Fields> */
638
639 .foogallery_metabox_field-radio {
640 display: flex;
641 flex-wrap: wrap;
642 flex-direction: row;
643 gap: 10px;
644 }
645
646 .foogallery_metabox_field-radio label {
647 min-width: 6em;
648 }
649
650 .foogallery-radios-8em .foogallery_metabox_field-radio label {
651 min-width: 8em;
652 }
653
654 .foogallery-radios-10em .foogallery_metabox_field-radio label {
655 min-width: 10em;
656 }
657
658 .foogallery-radios-12em .foogallery_metabox_field-radio label {
659 min-width: 12em;
660 }
661
662 .foogallery-radios-stacked .foogallery_metabox_field-radio label {
663 width: 100%; /* the label will be 100%, which will stack them */
664 }
665
666 /* </Gallery Settings Radio Fields> */
667
668 .foogallery_metabox_custom_css {
669 width: 100%;
670 height: 10em;
671 }
672
673 .foo-nav-tabs a:focus {
674 box-shadow: none;
675 outline: 0;
676 }
677
678 .foogallery-thumbnail-preview {
679 display: inline-block;
680 }
681
682 #foogallery_apply_retina_support_container {
683 margin-top: 5px;
684 }
685
686 .widefat th.column-icon {
687 width: 60px;
688 }
689
690 #foogallery_settings .inside {
691 margin: 0;
692 padding: 0;
693 }
694 /** Balloon.css **/
695 button[data-balloon]{overflow:visible}[data-balloon]{position:relative}[data-balloon]:after,[data-balloon]:before{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0;pointer-events:none;-webkit-transition:all .18s ease-out .18s;transition:all .18s ease-out .18s;bottom:100%;left:50%;position:absolute;z-index:10;-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon]:after{background:rgba(17,17,17,.9);border-radius:4px;color:#fff;content:attr(data-balloon);font-size:12px;padding:.5em 1em;white-space:nowrap;margin-bottom:11px}[data-balloon]:before{background:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;background-size:100% auto;height:6px;width:18px;content:"";margin-bottom:5px}[data-balloon]:hover:after,[data-balloon]:hover:before,[data-balloon][data-balloon-visible]:after,[data-balloon][data-balloon-visible]:before{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;pointer-events:auto;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}[data-balloon].font-awesome:after{font-family:FontAwesome}[data-balloon][data-balloon-break]:after{white-space:pre}[data-balloon-pos=down]:after,[data-balloon-pos=down]:before{bottom:auto;left:50%;top:100%;-webkit-transform:translate(-50%,-10px);-ms-transform:translate(-50%,-10px);transform:translate(-50%,-10px)}[data-balloon-pos=down]:after{margin-top:11px}[data-balloon-pos=down]:before{background:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;background-size:100% auto;height:6px;width:18px;margin-top:5px;margin-bottom:0}[data-balloon-pos=down]:hover:after,[data-balloon-pos=down]:hover:before,[data-balloon-pos=down][data-balloon-visible]:after,[data-balloon-pos=down][data-balloon-visible]:before{-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}[data-balloon-pos=left]:after,[data-balloon-pos=left]:before{bottom:auto;left:auto;right:100%;top:50%;-webkit-transform:translate(10px,-50%);-ms-transform:translate(10px,-50%);transform:translate(10px,-50%)}[data-balloon-pos=left]:after{margin-right:11px}[data-balloon-pos=left]:before{background:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;background-size:100% auto;height:18px;width:6px;margin-right:5px;margin-bottom:0}[data-balloon-pos=left]:hover:after,[data-balloon-pos=left]:hover:before,[data-balloon-pos=left][data-balloon-visible]:after,[data-balloon-pos=left][data-balloon-visible]:before{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}[data-balloon-pos=right]:after,[data-balloon-pos=right]:before{bottom:auto;left:100%;top:50%;-webkit-transform:translate(-10px,-50%);-ms-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}[data-balloon-pos=right]:after{margin-left:11px}[data-balloon-pos=right]:before{background:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;background-size:100% auto;height:18px;width:6px;margin-bottom:0;margin-left:5px}[data-balloon-pos=right]:hover:after,[data-balloon-pos=right]:hover:before,[data-balloon-pos=right][data-balloon-visible]:after,[data-balloon-pos=right][data-balloon-visible]:before{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}[data-balloon-length]:after{white-space:normal}[data-balloon-length=small]:after{width:80px}[data-balloon-length=medium]:after{width:150px}[data-balloon-length=large]:after{width:260px}[data-balloon-length=xlarge]:after{width:90vw}@media screen and (min-width:768px){[data-balloon-length=xlarge]:after{width:380px}}[data-balloon-length=fit]:after{width:100%}
696
697 /** Balloon.css overrides **/
698 [data-balloon]:after,
699 [data-balloon]:before {
700 text-align: center;
701 line-height: 1.2em;
702 }
703
704 .foogallery-items-view-switch-container.foogallery-hidden {
705 display: none;
706 }
707
708 .foogallery-items-view-switch-container {
709 display: inline-flex;
710 margin: 0 10px;
711 }
712
713 .foogallery-items-view-switch-container .spinner {
714 margin: 2px 10px 0;
715 }
716
717 .foogallery-items-view-switch {
718 vertical-align: middle;
719 display: inline-block;
720 }
721
722 .foogallery-items-view-switch a {
723 font-size: 11px;
724 padding: 4px 10px;
725 line-height: 12px;
726 border: 1px solid #2271b1;
727 float: left;
728 display: inline-block;
729 text-decoration: none;
730 margin: 0;
731 border-radius: 3px;
732 text-align: center;
733 white-space: nowrap;
734 vertical-align: middle;
735 -ms-touch-action: manipulation;
736 touch-action: manipulation;
737 cursor: pointer;
738 -webkit-user-select: none;
739 -moz-user-select: none;
740 -ms-user-select: none;
741 user-select: none;
742 /*background: #f7f7f7;*/
743 /*color: #555;*/
744
745 color: #2271b1;
746 background: #f6f7f7;
747 }
748 .foogallery-items-view-switch a:hover {
749 background: #f0f0f1;
750 border-color: #0a4b78;
751 color: #0a4b78;
752 }
753 .foogallery-items-view-switch a:focus {
754 box-shadow: none;
755 outline: none;
756 }
757
758 .foogallery-items-view-switch a:first-child:not(:last-child) {
759 border-top-right-radius: 0;
760 border-bottom-right-radius: 0;
761 border-right: none;
762 }
763
764 .foogallery-items-view-switch a:last-child:not(:first-child) {
765 border-top-left-radius: 0;
766 border-bottom-left-radius: 0;
767 border-left: none;
768 }
769
770 .foogallery-items-view-switch a:first-child {
771 margin-right: 0;
772 }
773
774 .foogallery-items-view-switch a.current {
775 background: #2271b1;
776 border-color: #2271b1;
777 color: #fff;
778 }
779
780 .foogallery-items-view-switch a.current:hover {
781 background: #135e96;
782 border-color: #135e96;
783 color: #fff;
784 }
785
786 .foogallery-items-view-switch a+a {
787 margin-left: -1px;
788 }
789
790 .foogallery-gallery-items-metabox-title {
791 float:none;
792 }
793
794 .foogallery_preview_container {
795 position: relative;
796 padding: 10px;
797 }
798
799 /* Header-based Viewport Controls */
800 .foogallery-items-view-switch-container {
801 display: flex;
802 align-items: center;
803 gap: 15px;
804 padding: 0;
805 }
806
807 .foogallery-preview-actions {
808 display: flex;
809 gap: 4px;
810 }
811
812 .foogallery-preview-actions button {
813 display: flex;
814 align-items: center;
815 justify-content: center;
816 padding: 0;
817 background: #fff;
818 border: none;
819 cursor: pointer;
820 transition: all 0.2s ease;
821 color: #ddd;
822 }
823
824 .foogallery-preview-actions button:hover {
825 color: #aaa;
826 }
827
828 .foogallery-preview-actions button.foogallery-preview-refresh-btn {
829 color: #aaa;
830 }
831
832 .foogallery-preview-actions button.active {
833 color: #000;
834 }
835
836 .foogallery-viewport-btn .dashicons {
837 width: 16px;
838 height: 16px;
839 font-size: 16px;
840 line-height: 1;
841 }
842
843 /* Preview Wrapper with Viewport Simulation */
844 .foogallery-preview-wrapper {
845 transition: all 0.3s ease;
846 margin: 0 auto;
847 border: 1px solid #ddd;
848 background: #fff;
849 position: relative;
850 width: 100%;
851 }
852
853 .foogallery-preview-wrapper.viewport-desktop {
854 max-width: 100% !important;
855 box-shadow: none !important;
856 border: none;
857 }
858
859 .foogallery-preview-wrapper.viewport-tablet {
860 max-width: 768px !important;
861 box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
862 }
863
864 .foogallery-preview-wrapper.viewport-mobile {
865 max-width: 375px !important;
866 box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
867 }
868
869 .foogallery-items-add {
870 padding:20px;
871 text-align: center
872 }
873 .foogallery-items-view-preview {
874 overflow: hidden;
875 }
876
877 .foogallery-items-view .button-hero .dashicons {
878 vertical-align: middle;
879 width: 24px;
880 height: 24px;
881 font-size: 24px;
882 font-weight: normal;
883 }
884
885 .foogallery_preview_container .foogallery {
886 visibility: visible;
887 opacity: 1;
888 transition: visibility 0.3s ease, opacity 0.3s ease;
889 }
890
891 .foogallery_preview_container.loading .foogallery {
892 /* visibility: hidden; */
893 opacity: 0.5;
894 }
895
896 .fs-submenu-item.foogallery {
897 font-size: 13px;
898 line-height: 1.2;
899 }
900
901 .foogallery_metabox_field-thumb_size_no_crop {
902 display: inline-flex;
903 align-items: center;
904 }
905
906 .foogallery_template_field_type-thumb_size_no_crop input.small-text+label {
907 margin-left: 10px;
908 }
909 .rtl .foogallery_template_field_type-thumb_size_no_crop input.small-text+label {
910 margin-left: 0;
911 margin-right: 10px;
912 }
913
914 .foogallery_template_field_type-thumb_size_no_crop label+input {
915 margin-left: 5px;
916 }
917 .rtl .foogallery_template_field_type-thumb_size_no_crop label+input {
918 margin-left: 0;
919 margin-right: 5px;
920 }
921
922 /* changes to the media modal */
923 .compat-item .compat-attachment-fields th.label label span {
924 text-align: left;
925 }
926
927 .compat-item .compat-attachment-fields td.field {
928 width: 100%;
929 margin: 0;
930 }
931
932 .foogallery-attachments-list {
933 max-height: 486px;
934 /*max-height: 324px;*/
935 /*max-height: 162px;*/
936 overflow: scroll;
937 overflow-x: hidden;
938 list-style: none;
939 border: 1px solid #ccd0d4;
940 padding: 10px;
941 }
942 .foogallery-attachments-list-bar {
943 display: flex;
944 flex-direction: row;
945 justify-content: flex-end;
946 align-items: center;
947 }
948 .foogallery-attachments-list:after,
949 .foogallery-attachments-list-bar:after {
950 content: '';
951 display: block;
952 clear: both;
953 }
954
955 .foogallery-attachments-list-bar button.alignright {
956 margin-left: 5px;
957 }
958
959 .foogallery-custom-metabox-header {
960 justify-content: flex-start !important;
961 }
962
963 .foogallery-custom-metabox-header .foogallery-template-selector {
964 margin: 0 10px;
965 }
966
967 .foogallery-custom-metabox-header .foogallery-template-selector select {
968 font-size: 13px;
969 margin: 0 6px;
970 }
971
972 .foogallery-multi-filtering-modal-close {
973 float: right;
974 margin-left: 5px !important;
975 }
976
977 #foogallery-image-edit-modal .foogallery-image-edit-main {
978 text-align: center;
979 padding: 0 0 20px;
980 }
981 #foogallery-image-edit-modal .foogallery-image-edit-meta{
982 padding: 10px 0px;
983 position: relative;
984 }
985 #foogallery-image-edit-modal .attachment-details {
986 display: grid;
987 grid-template-columns: 1fr 2fr;
988 /*grid-gap: 15px;*/
989 padding: 0;
990 background: #f0f0f1;
991 }
992 #foogallery-image-edit-modal .foogallery-image-edit-view {
993 margin-bottom: 15px;
994 }
995 /*
996 CSS for the main interaction
997 */
998 #foogallery-image-edit-modal .tabset .foogallery-img-modal-tab-wrapper > input[type="radio"] {
999 position: absolute;
1000 left: -200vw;
1001 }
1002
1003 #foogallery-image-edit-modal .tab-panel {
1004 display: none;
1005 padding: 30px 0;
1006 }
1007 #foogallery-image-edit-modal .tab-panel.active {
1008 display: block;
1009 }
1010 #foogallery-image-edit-modal .tabset .foogallery-img-modal-tab-wrapper > label {
1011 position: relative;
1012 display: inline-block;
1013 padding: 5px 10px 5px;
1014 border: 1px solid transparent;
1015 border-bottom: 0;
1016 cursor: pointer;
1017 font-weight: 600;
1018 }
1019 #foogallery-image-edit-modal .tabset .foogallery-img-modal-tab-wrapper > label:hover,
1020 #foogallery-image-edit-modal .tabset .foogallery-img-modal-tab-wrapper > input:focus + label {
1021 color: #06c;
1022 }
1023 #foogallery-image-edit-modal .tabset .foogallery-img-modal-tab-wrapper > input:checked + label {
1024 border-color: #ccc;
1025 border-bottom-color: rgb(204, 204, 204);
1026 border-bottom: 3px solid #fff !important;
1027 margin-bottom: -1.7px;
1028 cursor: pointer;
1029 }
1030 .foogallery-image-edit-meta {
1031 background-color: #fff;
1032 padding: 10px;
1033 }
1034 #foogallery-image-edit-modal .tabset{
1035 max-width: 100%;
1036 padding: 0px 10px;
1037 border-bottom: 1px solid #ccc;
1038 }
1039
1040 #foogallery-image-edit-modal .media-frame-title h1 {
1041 float: left;
1042 }
1043 #foogallery-image-edit-modal .media-frame-title .attachment-modal-autosave {
1044 float: right;
1045 display: inline-block;
1046 margin: 15px;
1047 }
1048 #foogallery-image-edit-modal .media-frame-title .attachment-modal-autosave label {
1049 vertical-align: text-bottom;
1050 }
1051
1052 #foogallery-panel-main select {
1053 margin: 0px 8px;
1054 }
1055 #foogallery-panel-taxonomies label{
1056 margin-bottom: 10px;
1057 display: block;
1058 }
1059 #foogallery-panel-taxonomies li {
1060 position: relative;
1061 float: left;
1062 margin-right: 8px;
1063 margin-bottom: 10px;
1064 }
1065 #foogallery-image-edit-modal .tab-panels #foogallery-panel-taxonomies .taxonomy_add input {
1066 width: 100px;
1067 margin-right: 5px !important;
1068 float: left;
1069 min-height: 26px;
1070 font-size: 11px;
1071 margin-top: 0;
1072 }
1073 #foogallery-panel-taxonomies .taxonomy_add a, #foogallery-panel-taxonomies .taxonomy_remove a {
1074 box-shadow: none;
1075 }
1076 #foogallery-panel-thumbnails label {
1077 display: inline-block;
1078 vertical-align: text-bottom;
1079 margin-right: 30px;
1080 }
1081 #foogallery-panel-thumbnails #foogallery_crop_pos {
1082 display: inline-block;
1083 vertical-align: text-top;
1084 margin-bottom: 20px;
1085 }
1086 #foogallery-panel-watermark-preview {
1087 margin-bottom: 20px;
1088 display: none;
1089 }
1090 #foogallery-panel-watermark-preview label {
1091 margin-bottom: 10px;
1092 display: block;
1093 }
1094 .foogallery-panel-info-inner{
1095 background: #f6f7f7;
1096 padding: 10px;;
1097 }
1098 #foogallery-image-edit-modal .attachment-details .setting .name {
1099 font-weight: 600;
1100 }
1101 #foogallery-image-edit-modal .attachment-details .copy-to-clipboard-container {
1102 margin-left: 0;
1103 margin-bottom: 15px;
1104 padding: 0;
1105 }
1106 #foogallery-image-edit-modal .foogallery-attachments-list-bar {
1107 margin-top: 20px;
1108 }
1109
1110 #foogallery_clear_img_thumb_cache, #foogallery-img-modal-alternate-image-delete {
1111 background: #d63638;
1112 border-color: #d63638;
1113 }
1114 #foogallery-image-edit-modal .not-loaded .spinner.is-active{
1115 margin: 10px;
1116 }
1117 .foogallery-img-modal-tab-wrapper {
1118 display: inline-block;
1119 }
1120 #foogallery-image-edit-modal .tab-panels .settings span.setting {
1121 display: grid;
1122 grid-template-columns: 35% auto;
1123 grid-gap: 30px;
1124 }
1125 #foogallery-image-edit-modal .tab-panels .settings span.setting.has-description {
1126 margin-bottom: 0px;
1127 }
1128 #foogallery-image-edit-modal .tab-panels .settings .description {
1129 padding-left: calc(35% + 30px);
1130 float: none;
1131 width: auto;
1132 }
1133 #foogallery-image-edit-modal .tab-panels .settings span.setting > *:not(label) {
1134 width: calc(100% - 10px);
1135 box-sizing: border-box;
1136 max-width: 100%;
1137 margin-left: 0px !important;
1138 margin-right: 0px !important;
1139 }
1140 #foogallery-image-edit-modal .tab-panels .settings span.setting input,
1141 #foogallery-image-edit-modal .tab-panels .settings span.setting textarea,
1142 #foogallery-image-edit-modal .tab-panels .settings span.setting select {
1143 margin: 0;
1144 }
1145 #foogallery-image-edit-modal .tab-panels .settings span.setting .setting-with-buttons {
1146 display: flex;
1147 flex-wrap: nowrap;
1148 grid-template-columns: unset;
1149 grid-gap: unset;
1150 }
1151
1152 #foogallery-image-edit-modal .tab-panels .settings span.setting .setting-with-buttons input {
1153 width: 100%;
1154 }
1155
1156 #foogallery-image-edit-modal .tab-panels .settings span.setting .setting-with-buttons > div {
1157 display: flex;
1158 }
1159
1160 #foogallery-image-edit-modal .tab-panels .settings span.setting .setting-with-buttons > div > button {
1161 margin-left: 5px;
1162 }
1163
1164 #foogallery-image-edit-modal .tab-panels .settings span.setting span {
1165 text-align: left;
1166 }
1167 #foogallery-image-edit-modal .tab-panels {
1168 padding: 0px 10px;
1169 }
1170 #foogallery-image-edit-modal .tab-panels .settings span.setting input[type="radio"] {
1171 width: auto;
1172 margin: 8px 3px 0 !important;
1173 }
1174 #foogallery-image-edit-modal .attachment-details #foogallery-panel-taxonomies .setting .name {
1175 padding-top: 5px;
1176 }
1177 #foogallery-panel-watermark .attachment_protection_generate {
1178 float: left;
1179 }
1180 .foogallery-modal-footer-wrap {
1181 text-align: right;
1182 margin-bottom: 10px;
1183 margin-right: 20px;
1184 }
1185 #foogallery-panel-watermark-preview.watermark-preview-show {
1186 display: block;
1187 }
1188 #foogallery-panel-watermark-preview a:focus {
1189 outline: none;
1190 box-shadow: none;
1191 }
1192 .foogallery-modal-footer-wrap {
1193 text-align: right;
1194 margin-bottom: 10px;
1195 margin-right: 20px;
1196 }
1197 .foogallery-image-edit-footer {
1198 position: absolute;
1199 bottom: 10px;
1200 width: 100%;
1201 right: 10px;
1202 text-align: right;
1203 }
1204 .foogallery-image-edit-footer .spinner {
1205 margin-top: 5px;
1206 float: unset;
1207 }
1208 #attachments-data-save-btn {
1209 float: right;
1210 }
1211 #foogallery-panel-taxonomies ul {
1212 margin: 0;
1213 padding: 0;
1214 }
1215 #foogallery-panel-taxonomies ul:after {
1216 content: '';
1217 display: block;
1218 clear: both;
1219 }
1220 #foogallery-image-edit-modal .media-modal-close {
1221 border-left: 1px solid #dcdcde;
1222 }
1223 #foogallery-panel-info .foogallery-panel-info-inner {
1224 text-align: left;
1225 padding: 10px 20px;
1226 column-count: 2;
1227 column-rule: 2px solid #000;
1228 column-gap: 50px;
1229 margin-bottom: 20px;
1230 -webkit-column-break-inside: avoid;
1231 page-break-inside: avoid;
1232 break-inside: avoid;
1233 column-fill: balance;
1234 }
1235 .foogallery-panel-info-inner > div {
1236 webkit-column-break-inside: avoid;
1237 page-break-inside: avoid;
1238 break-inside: avoid;
1239 }
1240 .foogallery-modal-info-fields * {
1241 vertical-align: middle;
1242 font-size: 13px;
1243 }
1244 #foogallery-panel-info .foogallery-modal-info-fields {
1245 display: flex;
1246 align-items: baseline;
1247 }
1248 #foogallery-panel-info .foogallery-modal-info-fields label {
1249 font-weight: 600;
1250 display: block;
1251 flex: 0 0 100px;
1252 width: 100px;
1253 }
1254 .foogallery-modal-info-fields-full {
1255 -webkit-column-span: all;
1256 column-span: all;
1257 overflow: hidden;
1258 }
1259 #attachment-details-two-column-copy-file-name {
1260 display: block;
1261 min-width: 0;
1262 flex: 1 1 auto;
1263 overflow: hidden;
1264 text-overflow: ellipsis;
1265 white-space: nowrap;
1266 }
1267 #foogallery-img-modal-alternate-image-delete {
1268 background-color: #f6f7f7;
1269 color: #2271b1;
1270 border: 1px solid #2271b1;
1271 }
1272 #foogallery-img-modal-alternate-image-delete:hover {
1273 color: #0a4b78;
1274 background-color: #f0f0f1;
1275 border-color: #0a4b78;
1276 }
1277 #foogallery-image-edit-modal .tab-panels .settings span.setting.alternate-image-upload-settings {
1278 grid-template-columns: 1fr;
1279 }
1280 #foogallery-image-edit-modal .tab-panels .alternate-image-upload-wrap {
1281 margin-left: 43px;
1282 }
1283 #foogallery-image-edit-modal .tab-panels .settings span.setting.override-thumbnail, #foogallery-image-edit-modal .tab-panels .settings span.setting.override-thumbnail-preview, #foogallery-image-edit-modal .tab-panels .settings span.setting.alternate-image-delete {
1284 display: none;
1285 }
1286 #foogallery-image-edit-modal .tab-panels .settings span.setting.override-thumbnail.is-override-thumbnail, #foogallery-image-edit-modal .tab-panels .settings span.setting.override-thumbnail-preview.is-override-thumbnail, #foogallery-image-edit-modal .tab-panels .settings span.alternate-image-delete.is-override-thumbnail {
1287 display: grid;
1288 }
1289
1290 .foogallery-feature-promo {
1291 position: relative;
1292 padding-left: 40px;
1293 vertical-align: middle;
1294 flex: 1;
1295 line-height: 2;
1296 }
1297
1298 .foogallery-feature-promo:before {
1299 content: "\f348";
1300 font: 400 30px/1 dashicons !important;
1301 speak: none;
1302 color: #2271b1;
1303 display: inline-block;
1304 -webkit-font-smoothing: antialiased;
1305 -moz-osx-font-smoothing: grayscale;
1306 position: absolute;
1307 left: 5px;
1308 height: 1em;
1309 }
1310
1311 .foogallery-gallery-notice .dashicons {
1312 color: #00d0ff;
1313 }
1314
1315 .foogallery-gallery-notice ul {
1316 margin-top: 0;
1317 }
1318
1319 .foogallery-hidden {
1320 display: none;
1321 }
1322
1323
1324 .foogallery-add-actions {
1325 display: flex;
1326 justify-content: center;
1327 align-items: stretch;
1328 gap: 18px;
1329 flex-wrap: wrap;
1330 margin: 15px 0 0;
1331 }
1332
1333 .foogallery-add-actions .button.button-hero {
1334 display: flex;
1335 flex-direction: column;
1336 align-items: center;
1337 justify-content: center;
1338 text-align: center;
1339 min-width: 160px;
1340 min-height: 120px;
1341 padding: 20px 24px;
1342 font-size: 14px;
1343 line-height: 1.4;
1344 }
1345
1346 .foogallery-add-actions .button.button-hero .dashicons {
1347 font-size: 32px;
1348 width: 32px;
1349 height: 32px;
1350 margin-bottom: 8px;
1351 line-height: 1;
1352 }
1353
1354 .foogallery-add-actions .button.button-hero.button-primary .dashicons {
1355 color : #fff;
1356 }
1357
1358 .foogallery-add-actions .foogallery-add-button-label {
1359 display: block;
1360 }
1361
1362
1363 .foogallery-dropzone {
1364 display: none;
1365 border: 2px dashed #ccc;
1366 border-radius: 6px;
1367 padding: 30px;
1368 text-align: center;
1369 margin-bottom: 15px;
1370 color: #777;
1371 background: #fafafa;
1372 position: relative;
1373 transition: all 0.2s ease;
1374 }
1375 .foogallery-dropzone.visible { display: block; animation: fadeIn 0.15s ease; }
1376 .foogallery-dropzone.drag-over {
1377 border-color: #0073aa;
1378 background: #f0f8ff;
1379 color: #0073aa;
1380 }
1381 .foogallery-dropzone .upload-progress {
1382 position: absolute;
1383 bottom: 0;
1384 left: 0;
1385 height: 4px;
1386 width: 0%;
1387 background: #0073aa;
1388 transition: width 0.2s ease;
1389 }
1390 @keyframes fadeIn {
1391 from { opacity: 0; transform: scale(0.98); }
1392 to { opacity: 1; transform: scale(1); }
1393 }
1394
1395 .attachments-browser .media-toolbar-secondary {
1396 width: 100%
1397 }
1398
1399 .media-modal-content .media-frame select.attachment-filters {
1400 width: auto;
1401 max-width: unset;
1402 }
1403
1404 .foogallery-modal-toolbar .media-toolbar-secondary > .media-button.button-large {
1405 height: 32px;
1406 }
1407
1408 .foogallery-modal-toolbar .media-toolbar-secondary > p {
1409 line-height: 32px;
1410 }
1411