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 / css / admin-page-foogallery-extensions.css
foogallery / css Last commit date
admin-foogallery-gallery-piles.css 7 months ago admin-foogallery.css 7 months ago admin-page-foogallery-extensions.css 7 months ago admin-page-foogallery-help.css 7 months ago admin-page-foogallery-settings.css 7 months ago admin-tinymce.css 7 months ago foogallery-foovideo-overrides.css 7 months ago foogallery.admin.datasources.css 7 months ago foogallery.admin.min.css 4 years ago foogallery.admin.template.css 7 months ago
admin-page-foogallery-extensions.css
271 lines
1
2 .foogallery-extension-browser .extension-controls {
3 margin-bottom: 10px;
4 }
5
6 .foogallery-extension-browser .extension-controls .subsubsub {
7 margin:0;
8 }
9
10 .extension-reload {
11 display: inline-block;
12 vertical-align: middle;
13 }
14
15 .extension-reload .button {
16 padding: 3px 5px 0 5px;
17 line-height: 0;
18 }
19
20 .extension-reload .button.disabled span.dashicons {
21 -webkit-animation: rotation 2s infinite linear;
22 animation: rotation 2s infinite linear;
23 }
24
25 div.foogallery-message-success {
26 border-left: 4px solid #7ad03a;
27 padding: 1px 12px;
28 background-color: #fff;
29 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
30 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1)
31 }
32
33 div.foogallery-message-error {
34 border-left: 4px solid #dd3d36;
35 background: #fff;
36 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
37 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
38 padding: 1px 12px
39 }
40
41 .spinner {
42 position: absolute;
43 margin-top: 15px;
44 }
45
46 .foogallery-extension-browser {
47 margin-top: 10px;
48 width: 100%;
49 position: relative;
50 }
51
52 .foogallery-extension-browser * {
53 box-sizing: border-box;
54 }
55
56 .foogallery-extension-browser .extensions .extension {
57 float: left;
58 margin: 0 20px 20px 0;
59 position: relative;
60 width: 300px;
61 height: 200px;
62 border: 1px solid #DEDEDE;
63 -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
64 box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
65 -webkit-box-sizing: border-box;
66 -moz-box-sizing: border-box;
67 box-sizing: border-box;
68 background: #fff;
69 }
70
71 .foogallery-extension-browser .extensions .extension h3 {
72 position: absolute;
73 bottom: 0;
74 width: 100%;
75 font-size: 15px;
76 font-weight: bold;
77 height: 50px;
78 line-height: 50px;
79 margin: 0;
80 padding-left: 15px;
81 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
82 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
83 overflow: hidden;
84 white-space: nowrap;
85 text-overflow: ellipsis;
86 background: #000;
87 opacity: 0.9;
88 color:#fff;
89 }
90
91 .foogallery-extension-browser .extensions .extension h3 .new {
92 background: #D54E21;
93 background: rgba(213, 78, 33, 0.95);
94 -webkit-border-radius: 3px;
95 border-radius: 3px;
96 padding:2px 5px;
97 color:#fff;
98 font-size: 10px;
99 margin-left: 5px;
100 margin-bottom: 3px;
101 }
102
103 .foogallery-extension-browser .extensions .extension h3 .tag {
104 background: #888;
105 -webkit-border-radius: 3px;
106 border-radius: 3px;
107 padding:2px 5px;
108 color:#000;
109 font-size: 9px;
110 margin-left: 5px;
111 vertical-align:top;
112 }
113
114 .foogallery-extension-browser .extensions .extension h3 .tag.functionality {
115 background: #8a5cc9;
116 }
117
118 .foogallery-extension-browser .extensions .extension h3 .tag.premium {
119 background: #080;
120 }
121
122 .foogallery-extension-browser .extensions .extension h3 .tag.lightbox {
123 background: #ff7f00;
124 }
125
126 .foogallery-extension-browser .extensions .extension h3 .tag.template {
127 background: #369;
128 }
129
130 .foogallery-extension-browser .extensions .extension h3 .tag.new {
131 background: #F00;
132 }
133
134 .foogallery-extension-browser .extensions .extension .screenshot {
135 height: 100%;
136 position: absolute;
137 left: 0;
138 top: 0;
139 width: 100%;
140 -webkit-transform: translateZ(0);
141 -webkit-transition: opacity .2s ease-in-out;
142 transition: opacity .2s ease-in-out;
143 background-size: cover !important;
144 }
145
146 .foogallery-extension-browser .extensions .extension:hover .screenshot {
147 opacity: .4;
148 }
149
150 .foogallery-extension-browser .extensions .extension .extension-actions {
151 -webkit-transition: opacity .1s ease-in-out;
152 transition: opacity .1s ease-in-out;
153 position: absolute;
154 bottom: 0;
155 right: 0;
156 height: 50px;
157 padding: 9px 10px 0;
158 }
159
160 .foogallery-extension-browser .extensions .extension .extension-details {
161 -ms-filter: "alpha(Opacity=0)";
162 opacity: 0;
163 position: absolute;
164 top: 15%;
165 right: 8%;
166 left: 8%;
167 background: #222;
168 background: rgba(0, 0, 0, 0.7);
169 color: #FFF;
170 font-size: 15px;
171 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
172 -webkit-font-smoothing: antialiased;
173 font-weight: 600;
174 padding: 15px 12px;
175 text-align: center;
176 -webkit-border-radius: 3px;
177 border-radius: 3px;
178 -webkit-transition: opacity .1s ease-in-out;
179 transition: opacity .1s ease-in-out;
180 }
181
182 .foogallery-extension-browser .extensions .extension:hover .extension-details {
183 -ms-filter: "alpha(Opacity=1)";
184 opacity: 1;
185 }
186
187 .foogallery-extension-browser .extensions .extension .banner {
188 background: #888;
189 color: #FFF;
190 display: block;
191 font-size: 13px;
192 font-weight: 400;
193 height: 48px;
194 line-height: 48px;
195 padding: 0 10px 0 40px;
196 position: absolute;
197 top: 0;
198 right: 0;
199 left: 0;
200 border-bottom: 1px solid rgba(0, 0, 0, 0.25);
201 overflow: hidden;
202 }
203
204 .foogallery-extension-browser .extensions .extension .banner:empty {
205 display: none;
206 }
207
208 .foogallery-extension-browser .extensions .extension .banner:before {
209 display: inline-block;
210 font: 400 30px/1 dashicons;
211 top: 10px;
212 left: 10px;
213 position: absolute;
214 speak: none;
215 -webkit-font-smoothing: antialiased;
216 }
217
218 .foogallery-extension-browser .extensions .extension.activated .banner {
219 background: #080;
220 }
221
222 .foogallery-extension-browser .extensions .extension.activated .banner:before {
223 content: "\f147";
224 }
225
226 .foogallery-extension-browser .extensions .extension.has_error .banner {
227 background: #800;
228 }
229
230 .foogallery-extension-browser .extensions .extension.has_error .banner:before {
231 content: "\f158";
232 }
233
234 .foogallery-extension-browser .extensions .extension.updating .banner {
235 background: #888;
236 }
237
238 .foogallery-extension-browser .extensions .extension.updating .banner:before {
239 content: "\f463";
240 -webkit-animation: rotation 2s infinite linear;
241 animation: rotation 2s infinite linear;
242 }
243
244 .foogallery-extension-browser .extensions .extension .activate,
245 .foogallery-extension-browser .extensions .extension .deactivate {
246 display: none;
247 }
248
249 .foogallery-extension-browser .extensions .extension.downloaded .activate {
250 display: block;
251 }
252
253 .foogallery-extension-browser .extensions .extension.downloaded .download {
254 display: none;
255 }
256
257 .foogallery-extension-browser .extensions .extension.activated .activate {
258 display: none;
259 }
260
261 .foogallery-extension-browser .extensions .extension.activated .deactivate {
262 display: block;
263 }
264
265 .foogallery-extension-browser .extensions .extension.activated .updating {
266 display: block;
267 }
268
269 .foogallery-extension-browser .extension-page {
270 display: none;
271 }