PluginProbe ʕ •ᴥ•ʔ
Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel / trunk
Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel vtrunk
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 / extensions / default-templates / shared / css / admin-foogallery.css
foogallery / extensions / default-templates / shared / css Last commit date
admin-foogallery.css 7 months ago foogallery.css 7 months ago foogallery.min.css 7 months ago
admin-foogallery.css
105 lines
1 .foogallery-setting-caption_icon,
2 .foogallery-setting-loading_icon,
3 .foogallery-setting-video_overlay,
4 .foogallery-setting-panel_theme {
5 content: "";
6 display: inline-block;
7 position: relative;
8 width: 32px;
9 height: 32px;
10 margin: 0;
11 background: transparent no-repeat center center;
12 background-size: 32px 32px;
13 vertical-align: middle;
14 }
15 .foogallery-setting-caption_icon.fg-hover-zoom {
16 background-image: url('../img/icons.svg#zoom-light');
17 }
18 .foogallery-setting-caption_icon.fg-hover-zoom2 {
19 background-image: url('../img/icons.svg#zoom2-light');
20 }
21 .foogallery-setting-caption_icon.fg-hover-zoom3 {
22 background-image: url('../img/icons.svg#zoom3-light');
23 }
24 .foogallery-setting-caption_icon.fg-hover-zoom4 {
25 background-image: url('../img/icons.svg#zoom4-light');
26 }
27 .foogallery-setting-caption_icon.fg-hover-zoom5 {
28 background-image: url('../img/icons.svg#zoom5-light');
29 }
30 .foogallery-setting-caption_icon.fg-hover-plus {
31 background-image: url('../img/icons.svg#plus-light');
32 }
33 .foogallery-setting-caption_icon.fg-hover-plus2 {
34 background-image: url('../img/icons.svg#plus2-light');
35 }
36 .foogallery-setting-caption_icon.fg-hover-plus3 {
37 background-image: url('../img/icons.svg#plus3-light');
38 }
39 .foogallery-setting-caption_icon.fg-hover-circle-plus {
40 background-image: url('../img/icons.svg#circle-plus-light');
41 }
42 .foogallery-setting-caption_icon.fg-hover-circle-plus2 {
43 background-image: url('../img/icons.svg#circle-plus2-light');
44 }
45 .foogallery-setting-caption_icon.fg-hover-eye {
46 background-image: url('../img/icons.svg#eye-light');
47 }
48 .foogallery-setting-caption_icon.fg-hover-external {
49 background-image: url('../img/icons.svg#external-light');
50 }
51 .foogallery-setting-caption_icon.fg-hover-square-plus {
52 background-image: url('../img/icons.svg#square-plus-light');
53 }
54 .foogallery-setting-video_overlay.fg-video-default {
55 background-image: url('../img/icons.svg#video-default-light');
56 }
57 .foogallery-setting-video_overlay.fg-video-1 {
58 background-image: url('../img/icons.svg#video-1-light');
59 }
60 .foogallery-setting-video_overlay.fg-video-2 {
61 background-image: url('../img/icons.svg#video-2-light');
62 }
63 .foogallery-setting-video_overlay.fg-video-3 {
64 background-image: url('../img/icons.svg#video-3-light');
65 }
66 .foogallery-setting-video_overlay.fg-video-4 {
67 background-image: url('../img/icons.svg#video-4-light');
68 }
69 .foogallery-setting-caption_icon.fg-hover-cart {
70 background-image: url('../img/icons.svg#cart-light');
71 }
72
73 .foogallery_template_field_type-htmlicon.foogallery_template_field_id-loading_icon td label {
74 background-color: #eee;
75 }
76
77 .foogallery_template_field_type-htmlicon.foogallery_template_field_id-loading_icon td input:checked + label {
78 background-color: #eee;
79 }
80
81 .fg-item-inner {
82 margin: 0;
83 }
84
85 .foogallery-setting-panel_theme.fg-light {
86 background-color: #fff;
87 }
88 .foogallery-setting-panel_theme.fg-dark {
89 background-color: #292929;
90 }
91 .foogallery-setting-panel_theme.fg-blue {
92 background-color: #3079ed;
93 }
94 .foogallery-setting-panel_theme.fg-purple {
95 background-color: #6816c2;
96 }
97 .foogallery-setting-panel_theme.fg-green {
98 background-color: #027339;
99 }
100 .foogallery-setting-panel_theme.fg-red {
101 background-color: #c22b24;
102 }
103 .foogallery-setting-panel_theme.fg-orange {
104 background-color: #e57731;
105 }