PluginProbe ʕ •ᴥ•ʔ
Gallery : FooGallery / 3.3.2
Gallery : FooGallery v3.3.2
3.3.2 3.3.3 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 1 day ago admin-foogallery-modern.css 1 day ago admin-foogallery.css 1 day ago admin-page-foogallery-extensions.css 1 day ago admin-page-foogallery-help.css 1 day ago admin-page-foogallery-settings.css 1 day ago admin-tinymce.css 1 day ago foogallery-foovideo-overrides.css 1 day ago foogallery.admin.datasources.css 1 day ago foogallery.admin.min.css 1 day ago foogallery.admin.template.css 1 day ago
admin-foogallery.css
1597 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 /* The editor narrows a container rather than the browser viewport, so emulate
870 * the Responsive template's mobile column media query inside its preview. */
871 .foogallery-preview-wrapper.viewport-mobile .fg-default:is(.fg-d-col1,.fg-d-col2,.fg-d-col3,.fg-d-col4,.fg-d-col5,.fg-d-col6) {
872 max-width: 100%;
873 }
874
875 .foogallery-preview-wrapper.viewport-mobile .fg-default:is(.fg-d-col1,.fg-d-col2,.fg-d-col3,.fg-d-col4,.fg-d-col5,.fg-d-col6) .fg-item {
876 width: auto;
877 min-width: 0;
878 max-width: none;
879 }
880
881 .foogallery-preview-wrapper.viewport-mobile .fg-default:is(.fg-d-col1,.fg-d-col2,.fg-d-col3,.fg-d-col4,.fg-d-col5,.fg-d-col6) .fg-image {
882 width: auto;
883 }
884
885 .foogallery-preview-wrapper.viewport-mobile .fg-default.fg-m-col1 {
886 --fg-m-columns: 1;
887 }
888
889 .foogallery-preview-wrapper.viewport-mobile .fg-default.fg-m-col2 {
890 --fg-m-columns: 2;
891 }
892
893 .foogallery-preview-wrapper.viewport-mobile .fg-default.fg-m-col3 {
894 --fg-m-columns: 3;
895 }
896
897 .foogallery-preview-wrapper.viewport-mobile .fg-default:is(.fg-m-col1,.fg-m-col2,.fg-m-col3) {
898 --fg-m-gallery-max-width: calc(
899 (var(--fg-m-columns) * var(--fg-column-max-width, 99999px)) +
900 ((var(--fg-m-columns) - 1) * var(--fg-gutter))
901 );
902 max-width: min(100%, var(--fg-m-gallery-max-width));
903 }
904
905 .foogallery-preview-wrapper.viewport-mobile .fg-default.fg-m-col1 .fg-item {
906 --fg-m-column-width: 100%;
907 }
908
909 .foogallery-preview-wrapper.viewport-mobile .fg-default.fg-m-col2 .fg-item {
910 --fg-m-column-width: calc( calc( 100% - var(--fg-gutter) ) / 2 );
911 }
912
913 .foogallery-preview-wrapper.viewport-mobile .fg-default.fg-m-col3 .fg-item {
914 --fg-m-column-width: calc( calc( 100% - calc( var(--fg-gutter) * 2 ) ) / 3 );
915 }
916
917 .foogallery-preview-wrapper.viewport-mobile .fg-default:is(.fg-m-col1,.fg-m-col2,.fg-m-col3) .fg-item {
918 width: var(--fg-m-column-width);
919 min-width: var(--fg-m-column-width);
920 max-width: var(--fg-m-column-width);
921 }
922
923 .foogallery-preview-wrapper.viewport-mobile .fg-default:is(.fg-m-col1,.fg-m-col2,.fg-m-col3) .fg-image {
924 width: 100%;
925 }
926
927 .foogallery-setting-viewport-actions {
928 display: flex;
929 justify-content: flex-end;
930 gap: 2px;
931 margin-top: 4px;
932 }
933
934 .foogallery-setting-mobile-locked {
935 display: inline-flex;
936 align-items: center;
937 justify-content: center;
938 min-width: 24px;
939 min-height: 24px;
940 padding: 2px;
941 border: 0;
942 background: transparent;
943 color: #8c8f94;
944 cursor: pointer;
945 }
946
947 .foogallery-setting-mobile-locked:hover,
948 .foogallery-setting-mobile-locked:focus,
949 .foogallery-setting-mobile-locked.active,
950 .foogallery-setting-mobile-locked[aria-pressed="true"] {
951 color: #3397C1;
952 }
953
954 .foogallery-setting-mobile-locked:focus-visible {
955 border-radius: 2px;
956 box-shadow: 0 0 0 1px #3397c1;
957 outline: 1px solid transparent;
958 }
959
960 .foogallery-setting-mobile-locked .dashicons-star-filled {
961 width: 12px;
962 height: 12px;
963 margin-left: -7px;
964 font-size: 12px;
965 color: #31be4d;
966 }
967
968 .rtl .foogallery-setting-mobile-locked .dashicons-star-filled {
969 margin-right: -7px;
970 margin-left: 0;
971 }
972
973 .foogallery-mobile-settings-promo-row > td {
974 padding: 0 10px 18px;
975 }
976
977 .foogallery-mobile-settings-promo {
978 position: relative;
979 margin: 0;
980 padding: 12px 36px 12px 12px;
981 border-radius: 2px;
982 background: #f6fffe;
983 box-shadow: 0 0 2px #3397c188;
984 }
985
986 .foogallery-mobile-settings-promo p {
987 margin: 6px 0 10px;
988 }
989
990 .foogallery-mobile-settings-promo .button {
991 margin-right: 6px;
992 }
993
994 .foogallery-mobile-settings-promo .button-primary {
995 border-color: #3397c1;
996 background: #3397c1;
997 }
998
999 .rtl .foogallery-mobile-settings-promo {
1000 padding: 12px 12px 12px 36px;
1001 }
1002
1003 .rtl .foogallery-mobile-settings-promo .button {
1004 margin-right: 0;
1005 margin-left: 6px;
1006 }
1007
1008 .foogallery-setting-viewport-btn {
1009 display: inline-flex;
1010 align-items: center;
1011 justify-content: center;
1012 min-width: 24px;
1013 min-height: 24px;
1014 padding: 2px;
1015 border: 0;
1016 background: transparent;
1017 color: #8c8f94;
1018 cursor: pointer;
1019 }
1020
1021 .foogallery-setting-viewport-btn:hover,
1022 .foogallery-setting-viewport-btn:focus,
1023 .foogallery-setting-viewport-btn.active {
1024 color: var(--wp-admin-theme-color, #2271b1);
1025 }
1026
1027 .foogallery-setting-viewport-btn:focus-visible {
1028 border-radius: 2px;
1029 box-shadow: 0 0 0 1px var(--wp-admin-theme-color, #2271b1);
1030 outline: 1px solid transparent;
1031 }
1032
1033 .foogallery-setting-viewport-btn .dashicons {
1034 width: 16px;
1035 height: 16px;
1036 font-size: 16px;
1037 line-height: 1;
1038 }
1039
1040 .foogallery-setting-control[hidden] {
1041 display: none !important;
1042 }
1043
1044 fieldset.foogallery-setting-control {
1045 min-width: 0;
1046 margin: 0;
1047 padding: 0;
1048 border: 0;
1049 }
1050
1051 .rtl .foogallery-setting-viewport-actions {
1052 justify-content: flex-start;
1053 }
1054
1055 .foogallery-items-add {
1056 padding:20px;
1057 text-align: center
1058 }
1059 .foogallery-items-view-preview {
1060 overflow: hidden;
1061 }
1062
1063 .foogallery-items-view .button-hero .dashicons {
1064 vertical-align: middle;
1065 width: 24px;
1066 height: 24px;
1067 font-size: 24px;
1068 font-weight: normal;
1069 }
1070
1071 .foogallery_preview_container .foogallery {
1072 visibility: visible;
1073 opacity: 1;
1074 transition: visibility 0.3s ease, opacity 0.3s ease;
1075 }
1076
1077 .foogallery_preview_container.loading .foogallery {
1078 /* visibility: hidden; */
1079 opacity: 0.5;
1080 }
1081
1082 .fs-submenu-item.foogallery {
1083 font-size: 13px;
1084 line-height: 1.2;
1085 }
1086
1087 .foogallery_metabox_field-thumb_size_no_crop {
1088 display: inline-flex;
1089 align-items: center;
1090 }
1091
1092 .foogallery_template_field_type-thumb_size_no_crop input.small-text+label {
1093 margin-left: 10px;
1094 }
1095 .rtl .foogallery_template_field_type-thumb_size_no_crop input.small-text+label {
1096 margin-left: 0;
1097 margin-right: 10px;
1098 }
1099
1100 .foogallery_template_field_type-thumb_size_no_crop label+input {
1101 margin-left: 5px;
1102 }
1103 .rtl .foogallery_template_field_type-thumb_size_no_crop label+input {
1104 margin-left: 0;
1105 margin-right: 5px;
1106 }
1107
1108 /* changes to the media modal */
1109 .compat-item .compat-attachment-fields th.label label span {
1110 text-align: left;
1111 }
1112
1113 .compat-item .compat-attachment-fields td.field {
1114 width: 100%;
1115 margin: 0;
1116 }
1117
1118 .foogallery-attachments-list {
1119 max-height: 486px;
1120 /*max-height: 324px;*/
1121 /*max-height: 162px;*/
1122 overflow: scroll;
1123 overflow-x: hidden;
1124 list-style: none;
1125 border: 1px solid #ccd0d4;
1126 padding: 10px;
1127 }
1128 .foogallery-attachments-list-bar {
1129 display: flex;
1130 flex-direction: row;
1131 justify-content: flex-end;
1132 align-items: center;
1133 }
1134 .foogallery-attachments-list:after,
1135 .foogallery-attachments-list-bar:after {
1136 content: '';
1137 display: block;
1138 clear: both;
1139 }
1140
1141 .foogallery-attachments-list-bar button.alignright {
1142 margin-left: 5px;
1143 }
1144
1145 .foogallery-custom-metabox-header {
1146 justify-content: flex-start !important;
1147 }
1148
1149 .foogallery-custom-metabox-header .foogallery-template-selector {
1150 margin: 0 10px;
1151 }
1152
1153 .foogallery-custom-metabox-header .foogallery-template-selector select {
1154 font-size: 13px;
1155 margin: 0 6px;
1156 }
1157
1158 .foogallery-multi-filtering-modal-close {
1159 float: right;
1160 margin-left: 5px !important;
1161 }
1162
1163 #foogallery-image-edit-modal .foogallery-image-edit-main {
1164 text-align: center;
1165 padding: 0 0 20px;
1166 }
1167 #foogallery-image-edit-modal .foogallery-image-edit-meta{
1168 padding: 10px 0px;
1169 position: relative;
1170 }
1171 #foogallery-image-edit-modal .attachment-details {
1172 display: grid;
1173 grid-template-columns: 1fr 2fr;
1174 /*grid-gap: 15px;*/
1175 padding: 0;
1176 background: #f0f0f1;
1177 }
1178 #foogallery-image-edit-modal .foogallery-image-edit-view {
1179 margin-bottom: 15px;
1180 }
1181 /*
1182 CSS for the main interaction
1183 */
1184 #foogallery-image-edit-modal .tabset .foogallery-img-modal-tab-wrapper > input[type="radio"] {
1185 position: absolute;
1186 left: -200vw;
1187 }
1188
1189 #foogallery-image-edit-modal .tab-panel {
1190 display: none;
1191 padding: 30px 0;
1192 }
1193 #foogallery-image-edit-modal .tab-panel.active {
1194 display: block;
1195 }
1196 #foogallery-image-edit-modal .tabset .foogallery-img-modal-tab-wrapper > label {
1197 position: relative;
1198 display: inline-block;
1199 padding: 5px 10px 5px;
1200 border: 1px solid transparent;
1201 border-bottom: 0;
1202 cursor: pointer;
1203 font-weight: 600;
1204 }
1205 #foogallery-image-edit-modal .tabset .foogallery-img-modal-tab-wrapper > label:hover,
1206 #foogallery-image-edit-modal .tabset .foogallery-img-modal-tab-wrapper > input:focus + label {
1207 color: #06c;
1208 }
1209 #foogallery-image-edit-modal .tabset .foogallery-img-modal-tab-wrapper > input:checked + label {
1210 border-color: #ccc;
1211 border-bottom-color: rgb(204, 204, 204);
1212 border-bottom: 3px solid #fff !important;
1213 margin-bottom: -1.7px;
1214 cursor: pointer;
1215 }
1216 .foogallery-image-edit-meta {
1217 background-color: #fff;
1218 padding: 10px;
1219 }
1220 #foogallery-image-edit-modal .tabset{
1221 max-width: 100%;
1222 padding: 0px 10px;
1223 border-bottom: 1px solid #ccc;
1224 }
1225
1226 #foogallery-image-edit-modal .media-frame-title h1 {
1227 float: left;
1228 }
1229 #foogallery-image-edit-modal .media-frame-title .attachment-modal-autosave {
1230 float: right;
1231 display: inline-block;
1232 margin: 15px;
1233 }
1234 #foogallery-image-edit-modal .media-frame-title .attachment-modal-autosave label {
1235 vertical-align: text-bottom;
1236 }
1237
1238 #foogallery-panel-main select {
1239 margin: 0px 8px;
1240 }
1241 #foogallery-panel-taxonomies label{
1242 margin-bottom: 10px;
1243 display: block;
1244 }
1245 #foogallery-panel-taxonomies li {
1246 position: relative;
1247 float: left;
1248 margin-right: 8px;
1249 margin-bottom: 10px;
1250 }
1251 #foogallery-image-edit-modal .tab-panels #foogallery-panel-taxonomies .taxonomy_add input {
1252 width: 100px;
1253 margin-right: 5px !important;
1254 float: left;
1255 min-height: 26px;
1256 font-size: 11px;
1257 margin-top: 0;
1258 }
1259 #foogallery-panel-taxonomies .taxonomy_add a, #foogallery-panel-taxonomies .taxonomy_remove a {
1260 box-shadow: none;
1261 }
1262 #foogallery-panel-thumbnails label {
1263 display: inline-block;
1264 vertical-align: text-bottom;
1265 margin-right: 30px;
1266 }
1267 #foogallery-panel-thumbnails #foogallery_crop_pos {
1268 display: inline-block;
1269 vertical-align: text-top;
1270 margin-bottom: 20px;
1271 }
1272 #foogallery-panel-watermark-preview {
1273 margin-bottom: 20px;
1274 display: none;
1275 }
1276 #foogallery-panel-watermark-preview label {
1277 margin-bottom: 10px;
1278 display: block;
1279 }
1280 .foogallery-panel-info-inner{
1281 background: #f6f7f7;
1282 padding: 10px;;
1283 }
1284 #foogallery-image-edit-modal .attachment-details .setting .name {
1285 font-weight: 600;
1286 }
1287 #foogallery-image-edit-modal .attachment-details .copy-to-clipboard-container {
1288 margin-left: 0;
1289 margin-bottom: 15px;
1290 padding: 0;
1291 }
1292 #foogallery-image-edit-modal .foogallery-attachments-list-bar {
1293 margin-top: 20px;
1294 }
1295
1296 #foogallery_clear_img_thumb_cache, #foogallery-img-modal-alternate-image-delete {
1297 background: #d63638;
1298 border-color: #d63638;
1299 }
1300 #foogallery-image-edit-modal .not-loaded .spinner.is-active{
1301 margin: 10px;
1302 }
1303 .foogallery-img-modal-tab-wrapper {
1304 display: inline-block;
1305 }
1306 #foogallery-image-edit-modal .tab-panels .settings span.setting {
1307 display: grid;
1308 grid-template-columns: 35% auto;
1309 grid-gap: 30px;
1310 }
1311 #foogallery-image-edit-modal .tab-panels .settings span.setting.has-description {
1312 margin-bottom: 0px;
1313 }
1314 #foogallery-image-edit-modal .tab-panels .settings .description {
1315 padding-left: calc(35% + 30px);
1316 float: none;
1317 width: auto;
1318 }
1319 #foogallery-image-edit-modal .tab-panels .settings span.setting > *:not(label) {
1320 width: calc(100% - 10px);
1321 box-sizing: border-box;
1322 max-width: 100%;
1323 margin-left: 0px !important;
1324 margin-right: 0px !important;
1325 }
1326 #foogallery-image-edit-modal .tab-panels .settings span.setting input,
1327 #foogallery-image-edit-modal .tab-panels .settings span.setting textarea,
1328 #foogallery-image-edit-modal .tab-panels .settings span.setting select {
1329 margin: 0;
1330 }
1331 #foogallery-image-edit-modal .tab-panels .settings span.setting .setting-with-buttons {
1332 display: flex;
1333 flex-wrap: nowrap;
1334 grid-template-columns: unset;
1335 grid-gap: unset;
1336 }
1337
1338 #foogallery-image-edit-modal .tab-panels .settings span.setting .setting-with-buttons input {
1339 width: 100%;
1340 }
1341
1342 #foogallery-image-edit-modal .tab-panels .settings span.setting .setting-with-buttons > div {
1343 display: flex;
1344 }
1345
1346 #foogallery-image-edit-modal .tab-panels .settings span.setting .setting-with-buttons > div > button {
1347 margin-left: 5px;
1348 }
1349
1350 #foogallery-image-edit-modal .tab-panels .settings span.setting span {
1351 text-align: left;
1352 }
1353 #foogallery-image-edit-modal .tab-panels {
1354 padding: 0px 10px;
1355 }
1356 #foogallery-image-edit-modal .tab-panels .settings span.setting input[type="radio"] {
1357 width: auto;
1358 margin: 8px 3px 0 !important;
1359 }
1360 #foogallery-image-edit-modal .attachment-details #foogallery-panel-taxonomies .setting .name {
1361 padding-top: 5px;
1362 }
1363 #foogallery-panel-watermark .attachment_protection_generate {
1364 float: left;
1365 }
1366 .foogallery-modal-footer-wrap {
1367 text-align: right;
1368 margin-bottom: 10px;
1369 margin-right: 20px;
1370 }
1371 #foogallery-panel-watermark-preview.watermark-preview-show {
1372 display: block;
1373 }
1374 #foogallery-panel-watermark-preview a:focus {
1375 outline: none;
1376 box-shadow: none;
1377 }
1378 .foogallery-modal-footer-wrap {
1379 text-align: right;
1380 margin-bottom: 10px;
1381 margin-right: 20px;
1382 }
1383 .foogallery-image-edit-footer {
1384 position: absolute;
1385 bottom: 10px;
1386 width: 100%;
1387 right: 10px;
1388 text-align: right;
1389 }
1390 .foogallery-image-edit-footer .spinner {
1391 margin-top: 5px;
1392 float: unset;
1393 }
1394 #attachments-data-save-btn {
1395 float: right;
1396 }
1397 #foogallery-panel-taxonomies ul {
1398 margin: 0;
1399 padding: 0;
1400 }
1401 #foogallery-panel-taxonomies ul:after {
1402 content: '';
1403 display: block;
1404 clear: both;
1405 }
1406 #foogallery-image-edit-modal .media-modal-close {
1407 border-left: 1px solid #dcdcde;
1408 }
1409 #foogallery-panel-info .foogallery-panel-info-inner {
1410 text-align: left;
1411 padding: 10px 20px;
1412 column-count: 2;
1413 column-rule: 2px solid #000;
1414 column-gap: 50px;
1415 margin-bottom: 20px;
1416 -webkit-column-break-inside: avoid;
1417 page-break-inside: avoid;
1418 break-inside: avoid;
1419 column-fill: balance;
1420 }
1421 .foogallery-panel-info-inner > div {
1422 webkit-column-break-inside: avoid;
1423 page-break-inside: avoid;
1424 break-inside: avoid;
1425 }
1426 .foogallery-modal-info-fields * {
1427 vertical-align: middle;
1428 font-size: 13px;
1429 }
1430 #foogallery-panel-info .foogallery-modal-info-fields {
1431 display: flex;
1432 align-items: baseline;
1433 }
1434 #foogallery-panel-info .foogallery-modal-info-fields label {
1435 font-weight: 600;
1436 display: block;
1437 flex: 0 0 100px;
1438 width: 100px;
1439 }
1440 .foogallery-modal-info-fields-full {
1441 -webkit-column-span: all;
1442 column-span: all;
1443 overflow: hidden;
1444 }
1445 #attachment-details-two-column-copy-file-name {
1446 display: block;
1447 min-width: 0;
1448 flex: 1 1 auto;
1449 overflow: hidden;
1450 text-overflow: ellipsis;
1451 white-space: nowrap;
1452 }
1453 #foogallery-img-modal-alternate-image-delete {
1454 background-color: #f6f7f7;
1455 color: #2271b1;
1456 border: 1px solid #2271b1;
1457 }
1458 #foogallery-img-modal-alternate-image-delete:hover {
1459 color: #0a4b78;
1460 background-color: #f0f0f1;
1461 border-color: #0a4b78;
1462 }
1463 #foogallery-image-edit-modal .tab-panels .settings span.setting.alternate-image-upload-settings {
1464 grid-template-columns: 1fr;
1465 }
1466 #foogallery-image-edit-modal .tab-panels .alternate-image-upload-wrap {
1467 margin-left: 43px;
1468 }
1469 #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 {
1470 display: none;
1471 }
1472 #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 {
1473 display: grid;
1474 }
1475
1476 .foogallery-feature-promo {
1477 position: relative;
1478 padding-left: 40px;
1479 vertical-align: middle;
1480 flex: 1;
1481 line-height: 2;
1482 }
1483
1484 .foogallery-feature-promo:before {
1485 content: "\f348";
1486 font: 400 30px/1 dashicons !important;
1487 speak: none;
1488 color: #2271b1;
1489 display: inline-block;
1490 -webkit-font-smoothing: antialiased;
1491 -moz-osx-font-smoothing: grayscale;
1492 position: absolute;
1493 left: 5px;
1494 height: 1em;
1495 }
1496
1497 .foogallery-gallery-notice .dashicons {
1498 color: #00d0ff;
1499 }
1500
1501 .foogallery-gallery-notice ul {
1502 margin-top: 0;
1503 }
1504
1505 .foogallery-hidden {
1506 display: none;
1507 }
1508
1509
1510 .foogallery-add-actions {
1511 display: flex;
1512 justify-content: center;
1513 align-items: stretch;
1514 gap: 18px;
1515 flex-wrap: wrap;
1516 margin: 15px 0 0;
1517 }
1518
1519 .foogallery-add-actions .button.button-hero {
1520 display: flex;
1521 flex-direction: column;
1522 align-items: center;
1523 justify-content: center;
1524 text-align: center;
1525 min-width: 160px;
1526 min-height: 120px;
1527 padding: 20px 24px;
1528 font-size: 14px;
1529 line-height: 1.4;
1530 }
1531
1532 .foogallery-add-actions .button.button-hero .dashicons {
1533 font-size: 32px;
1534 width: 32px;
1535 height: 32px;
1536 margin-bottom: 8px;
1537 line-height: 1;
1538 }
1539
1540 .foogallery-add-actions .button.button-hero.button-primary .dashicons {
1541 color : #fff;
1542 }
1543
1544 .foogallery-add-actions .foogallery-add-button-label {
1545 display: block;
1546 }
1547
1548
1549 .foogallery-dropzone {
1550 display: none;
1551 border: 2px dashed #ccc;
1552 border-radius: 6px;
1553 padding: 30px;
1554 text-align: center;
1555 margin-bottom: 15px;
1556 color: #777;
1557 background: #fafafa;
1558 position: relative;
1559 transition: all 0.2s ease;
1560 }
1561 .foogallery-dropzone.visible { display: block; animation: fadeIn 0.15s ease; }
1562 .foogallery-dropzone.drag-over {
1563 border-color: #0073aa;
1564 background: #f0f8ff;
1565 color: #0073aa;
1566 }
1567 .foogallery-dropzone .upload-progress {
1568 position: absolute;
1569 bottom: 0;
1570 left: 0;
1571 height: 4px;
1572 width: 0%;
1573 background: #0073aa;
1574 transition: width 0.2s ease;
1575 }
1576 @keyframes fadeIn {
1577 from { opacity: 0; transform: scale(0.98); }
1578 to { opacity: 1; transform: scale(1); }
1579 }
1580
1581 .attachments-browser .media-toolbar-secondary {
1582 width: 100%
1583 }
1584
1585 .media-modal-content .media-frame select.attachment-filters {
1586 width: auto;
1587 max-width: unset;
1588 }
1589
1590 .foogallery-modal-toolbar .media-toolbar-secondary > .media-button.button-large {
1591 height: 32px;
1592 }
1593
1594 .foogallery-modal-toolbar .media-toolbar-secondary > p {
1595 line-height: 32px;
1596 }
1597