PluginProbe
FV Player 8 / 8.1
FV Player 8 v8.1
trunk 8.0.18 8.0.19 8.0.20 8.0.21 8.0.25 8.0.27 8.1 8.1.3
fv-player / css / s3-browser.css

s3-browser.css in FV Player 8 8.1, at css/s3-browser.css

376 lines 9.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Amazon S3 Browser */
2 @charset "utf-8";
3
4 /* Breadcrumps */
5
6 .attachments-browser .breadcrumbs {
7 color: #000;
8 font-size: 14px;
9 font-weight: 700;
10 margin: 50px 0 0 17px;
11 }
12 .attachments-browser .breadcrumbs a:link, .attachments-browser .breadcrumbs a:visited {
13 color: #000;
14 text-decoration: none;
15 }
16 .attachments-browser .breadcrumbs a:hover {
17 text-decoration: underline;
18 }
19 .attachments-browser .breadcrumbs .arrow {
20 color: #000;
21 font-size: 24px;
22 font-weight: 700;
23 line-height: 20px;
24 }
25
26 /* Content area */
27
28 .attachments-browser .nothingfound {
29 background-color: #373743;
30 width: 23em;
31 height: 21em;
32 margin: 0 auto;
33 display: none;
34 font-family: Arial;
35 -webkit-animation: showSlowlyElement 700ms; /* Chrome, Safari, Opera */
36 animation: showSlowlyElement 700ms; /* Standard syntax */
37 }
38 .attachments-browser .nothingfound .nofiles {
39 margin: 30px auto;
40 top: 3em;
41 border-radius: 50%;
42 position:relative;
43 background-color: #d72f6e;
44 width: 11em;
45 height: 11em;
46 line-height: 11.4em;
47 }
48 .attachments-browser .nothingfound .nofiles:after {
49 content: '×';
50 position: absolute;
51 color: #ffffff;
52 font-size: 14em;
53 margin-right: 0.092em;
54 right: 0;
55 }
56 .attachments-browser .nothingfound p {
57 color: #fff;
58 font-size: 16px;
59 font-weight: 700;
60 padding-top: 2em;
61 width: 100%;
62 text-align: center;
63 }
64
65 /* Icons */
66
67 .attachments-browser .icon {
68 font-size: 18px;
69 width: 3em;
70 }
71 .attachments-browser .icon.folder {
72 display: inline-block;
73 margin: 1em !important;
74 background-color: transparent;
75 overflow: hidden;
76 }
77 .attachments-browser .icon.folder:before {
78 content: '';
79 float: left;
80 background-color: #7ba1ad;
81 width: 1.5em;
82 height: 0.45em;
83 margin-left: 0.07em !important;
84 margin-bottom: -0.07em !important;
85 border-top-left-radius: 0.1em;
86 border-top-right-radius: 0.1em;
87 box-shadow: 1.25em 0.25em 0 0em #7ba1ad;
88 }
89 .attachments-browser .icon.folder:after {
90 content: '';
91 float: left;
92 clear: left;
93 background-color: #a0d4e4;
94 width: 3em;
95 height: 2.25em;
96 border-radius: 0.1em;
97 }
98 .attachments-browser .icon.folder.full:before {
99 height: 0.55em;
100 }
101 .attachments-browser .icon.folder.full:after {
102 height: 2.15em;
103 box-shadow: 0 -0.12em 0 0 #ffffff;
104 }
105 .attachments-browser .icon.thumb {
106 text-align: center;
107 margin: 0 !important;
108 position: relative !important;
109 overflow: hidden;
110 font-size: 1em;
111 width: auto;
112 height: auto;
113 }
114 .wp-core-ui .attachments-browser .icon.file {
115 width: 2.5em;
116 height: 3em;
117 line-height: 3em;
118 text-align: center;
119 border-radius: 0.25em;
120 color: #FFF;
121 display: block;
122 position: relative;
123 overflow: hidden;
124 box-shadow: 1.74em -2.1em 0 0 #A4A7AC inset;
125 }
126 .attachments-browser .attachment-info .thumbnail-image::after {
127 box-shadow: none;
128 }
129 #__assets_browser .icon.file {
130 margin-top: 0.9em;
131 }
132 .attachments-browser .icon.file:first-line {
133 font-size: 13px;
134 font-weight: 700;
135 }
136 .attachments-browser .icon.file:after {
137 content: '';
138 position: absolute;
139 z-index: -1;
140 border-width: 0;
141 border-bottom: 2.6em solid #c0c0c0;
142 border-right: 2.22em solid rgba(0, 0, 0, 0);
143 top: -30.5px;
144 right: 0;
145 }
146 .attachments-browser .icon.file.f-avi,
147 .attachments-browser .icon.file.f-flv,
148 .attachments-browser .icon.file.f-mkv,
149 .attachments-browser .icon.file.f-mov,
150 .attachments-browser .icon.file.f-mpeg,
151 .attachments-browser .icon.file.f-mpg,
152 .attachments-browser .icon.file.f-mp4,
153 .attachments-browser .icon.file.f-m4v,
154 .attachments-browser .icon.file.f-wmv {
155 box-shadow: 1.74em -2.1em 0 0 #7e70ee inset;
156 }
157 .attachments-browser .icon.file.f-avi:after,
158 .attachments-browser .icon.file.f-flv:after,
159 .attachments-browser .icon.file.f-mkv:after,
160 .attachments-browser .icon.file.f-mov:after,
161 .attachments-browser .icon.file.f-mpeg:after,
162 .attachments-browser .icon.file.f-mpg:after,
163 .attachments-browser .icon.file.f-mp4:after,
164 .attachments-browser .icon.file.f-m4v:after,
165 .attachments-browser .icon.file.f-wmv:after {
166 border-bottom-color: #5649c1;
167 }
168 .attachments-browser .icon.file.f-mp2,
169 .attachments-browser .icon.file.f-mp3,
170 .attachments-browser .icon.file.f-m3u,
171 .attachments-browser .icon.file.f-wma,
172 .attachments-browser .icon.file.f-xls,
173 .attachments-browser .icon.file.f-xlsx {
174 box-shadow: 1.74em -2.1em 0 0 #5bab6e inset;
175 }
176 .attachments-browser .icon.file.f-mp2:after,
177 .attachments-browser .icon.file.f-mp3:after,
178 .attachments-browser .icon.file.f-m3u:after,
179 .attachments-browser .icon.file.f-wma:after,
180 .attachments-browser .icon.file.f-xls:after,
181 .attachments-browser .icon.file.f-xlsx:after {
182 border-bottom-color: #448353;
183 }
184 .attachments-browser .icon.file.f-doc,
185 .attachments-browser .icon.file.f-docx,
186 .attachments-browser .icon.file.f-psd{
187 box-shadow: 1.74em -2.1em 0 0 #03689b inset;
188 }
189 .attachments-browser .icon.file.f-doc:after,
190 .attachments-browser .icon.file.f-docx:after,
191 .attachments-browser .icon.file.f-psd:after {
192 border-bottom-color: #2980b9;
193 }
194 .attachments-browser .icon.file.f-gif,
195 .attachments-browser .icon.file.f-jpg,
196 .attachments-browser .icon.file.f-jpeg,
197 .attachments-browser .icon.file.f-pdf,
198 .attachments-browser .icon.file.f-png {
199 box-shadow: 1.74em -2.1em 0 0 #e15955 inset;
200 }
201 .attachments-browser .icon.file.f-gif:after,
202 .attachments-browser .icon.file.f-jpg:after,
203 .attachments-browser .icon.file.f-jpeg:after,
204 .attachments-browser .icon.file.f-pdf:after,
205 .attachments-browser .icon.file.f-png:after {
206 border-bottom-color: #c6393f;
207 }
208 .attachments-browser .icon.file.f-deb,
209 .attachments-browser .icon.file.f-dmg,
210 .attachments-browser .icon.file.f-gz,
211 .attachments-browser .icon.file.f-rar,
212 .attachments-browser .icon.file.f-zip,
213 .attachments-browser .icon.file.f-7z {
214 box-shadow: 1.74em -2.1em 0 0 #867c75 inset;
215 }
216 .attachments-browser .icon.file.f-deb:after,
217 .attachments-browser .icon.file.f-dmg:after,
218 .attachments-browser .icon.file.f-gz:after,
219 .attachments-browser .icon.file.f-rar:after,
220 .attachments-browser .icon.file.f-zip:after,
221 .attachments-browser .icon.file.f-7z:after {
222 border-bottom-color: #685f58;
223 }
224 .attachments-browser .icon.file.f-html,
225 .attachments-browser .icon.file.f-rtf,
226 .attachments-browser .icon.file.f-xml,
227 .attachments-browser .icon.file.f-xhtml {
228 box-shadow: 1.74em -2.1em 0 0 #a94bb7 inset;
229 }
230 .attachments-browser .icon.file.f-html:after,
231 .attachments-browser .icon.file.f-rtf:after,
232 .attachments-browser .icon.file.f-xml:after,
233 .attachments-browser .icon.file.f-xhtml:after {
234 border-bottom-color: #d65de8;
235 }
236 .attachments-browser .icon.file.f-js {
237 box-shadow: 1.74em -2.1em 0 0 #d0c54d inset;
238 }
239 .attachments-browser .icon.file.f-js:after {
240 border-bottom-color: #a69f4e;
241 }
242 .attachments-browser .icon.file.f-css,
243 .attachments-browser .icon.file.f-saas,
244 .attachments-browser .icon.file.f-scss {
245 box-shadow: 1.74em -2.1em 0 0 #44afa6 inset;
246 }
247 .attachments-browser .icon.file.f-css:after,
248 .attachments-browser .icon.file.f-saas:after,
249 .attachments-browser .icon.file.f-scss:after {
250 border-bottom-color: #30837c;
251 }
252
253 .bucket-dropdown {
254 margin: 10px 0 15px 10px;
255 }
256
257 @media screen and (max-width: 600px) {
258 #__assets_browser .attachments-browser .icon {
259 font-size:1em!important;
260 margin-top:2em!important;
261 }
262 #__assets_browser .attachments-browser .icon.file:after {
263 top: -27.5px!important;
264 }
265 #__assets_browser .filemanager .data li {
266
267 width:100%!important;
268 }
269 #__assets_browser .attachments-browser ul.data {
270
271 margin-left:0px!important;
272 margin-right:0px!important;
273
274 }
275 }
276
277 #__assets_browser {
278 top: 68px;
279 z-index: 2; /* or a file uploader link will be invisibly over the UL with thumbs */
280 }
281
282 #browser-dropdown, #media-search-input, [name=players_selector] {
283 margin-top: 10px;
284 }
285
286 .attachments-browser .s3-media-toolbar {
287 height: 50px !important;
288 }
289
290 #__assets_browser .attachments-browser .attachment .thumbnail img {
291 left: 50% !important;
292 margin-left: -100% !important;
293 }
294
295 #__assets_browser .attachment-preview.fullsize img {
296 width: auto !important;
297 height: 100% !important;
298 padding: 0;
299 }
300
301 #__assets_browser .attachment-preview .loadmore {
302 margin-top: -60%;
303 padding-bottom: 40%;
304 }
305
306 #__assets_browser .attachments-browser .errors {
307 padding: 16px;
308 }
309
310 #overlay-loader-li #fv-player-shortcode-editor-preview-spinner {
311 top: 0;
312 }
313
314 .thumbnail-progress {
315 position: absolute;
316 left: 0;
317 bottom: 0;
318 righT: 0;
319 background: white;
320 height: 5px;
321 border: 1px solid gray;
322 }
323 .thumbnail-progress-marker {
324 background: #00a0d2;
325 height: 5px;
326 }
327
328 .thumbnail .thumbnail-status, .thumbnail .thumbnail-status-error {
329 position: absolute;
330 top: 5px;
331 right: 5px;
332 text-shadow: 1px 1px 1px black;
333 color: white;
334 background: #00a0d2;
335 border-radius: 1em;
336 padding: .1em .4em;
337 }
338
339 .thumbnail .thumbnail-status-error {
340 background-color: #ed331c;
341 }
342
343 #__assets_browser .browser-progress-bar {
344 width: 100%;
345 min-width: 500px;
346 height: 30px;
347 background: rgba(0, 86, 132, 0.9);
348 text-align: center;
349 color: #fff;
350 vertical-align: middle;
351 padding-top: 10px;
352 margin-bottom: 10px;
353 position: relative;
354 z-index: 10;
355 }
356
357 #__assets_browser .browser-progress-bar .bar {
358 position: absolute;
359 top: 0;
360 bottom: 0;
361 left: 0;
362 width: 1%;
363 background: rgba(0, 86, 132, 0.9);
364 z-index: 9;
365 }
366
367 #__assets_browser .browser-progress-bar .txt {
368 position: absolute;
369 margin: 0;
370 padding-top: 10px;
371 left: 0;
372 top: 0;
373 right: 0;
374 bottom: 0;
375 z-index: 10;
376 }