PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more / 3.3.4
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more v3.3.4
4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.7.0 3.7.1 3.7.2 3.7.3 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.9.0 3.9.1 3.9.10 3.9.11 3.9.12 3.9.13 3.9.14 3.9.15 3.9.16 3.9.17 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 3.9.7 3.9.8 3.9.9 4.0.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.14 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.10 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.4.0 4.4.1 4.4.10 4.4.11 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5.0 4.5.1
embedpress / assets / css / admin.css
embedpress / assets / css Last commit date
vendor 7 years ago admin.css 4 years ago el-icon.css 4 years ago embedpress-elementor.css 4 years ago embedpress.css 4 years ago font.css 7 years ago index.html 7 years ago preview.css 6 years ago
admin.css
506 lines
1 /**
2 * @package EmbedPress
3 * @author EmbedPress <help@embedpress.com>
4 * @copyright Copyright (C) 2018 EmbedPress. All rights reserved.
5 * @license GPLv2 or later
6 * @since 1.3.1
7 */
8
9 /**
10 * WordPress's admin sidebar.
11 */
12 #toplevel_page_embedpress > a.current,
13 #toplevel_page_embedpress > a.wp-has-current-submenu {
14 background-color: #655997 !important;
15 }
16
17 /*#toplevel_page_embedpress .dashicons-admin-generic::before,*/
18 /*#toplevel_page_embedpress .current .dashicons-admin-generic::before {*/
19 /* background-image: url(../images/menu-icon.png);*/
20 /* background-repeat: no-repeat;*/
21 /* background-position: 0 8px;*/
22 /* background-size: 19px auto;*/
23 /* content: " ";*/
24 /* transition: none;*/
25 /* -moz-transition: none;*/
26 /* -webkit-transition: none;*/
27 /* -o-transition: none;*/
28 /*}*/
29
30 #toplevel_page_embedpress:active .wp-not-current-submenu .dashicons-admin-generic::before,
31 #toplevel_page_embedpress:hover .wp-not-current-submenu .dashicons-admin-generic::before {
32 background-position: 0 -26px;
33 }
34
35 #toplevel_page_embedpress > a.wp-has-current-submenu .dashicons-admin-generic::before,
36 #toplevel_page_embedpress .current .dashicons-admin-generic::before {
37 background-position: 0 -60px;
38 }
39
40 /**
41 * Helper classes.
42 */
43 .ep-label-danger {
44 color: #D54E21;
45 }
46
47 .ep-label-success {
48 color: #5CA410;
49 }
50
51 .ep-small-link {
52 line-height: 28px;
53 font-size: 0.8em;
54 }
55
56 .ep-small-spacing {
57 margin-left: 5px;
58 }
59
60 /**
61 * EmbedPress Settings Wrapper.
62 */
63
64 #embedpress-settings-wrapper {
65 margin-top: 15px;
66 }
67
68 #embedpress-settings-wrapper > header {
69 display: flex;
70 justify-content: space-between;
71 }
72
73 #embedpress-settings-wrapper > header .pressshack-title {
74 display: inline-block;
75 padding: 10px 0 10px 55px;
76 background-image: url(../images/icon-128x128.png);
77 background-size: 45px auto;
78 background-position: left center;
79 background-repeat: no-repeat;
80 background-color: transparent;
81 }
82
83 #embedpress-settings-wrapper > header h1 {
84 margin: .67em 0 15px .15em;
85 font-weight: 600;
86 font-size: 2em;
87 }
88
89 #embedpress-settings-wrapper > header h1 a,
90 #embedpress-settings-wrapper > header h1 a:hover,
91 #embedpress-settings-wrapper > header h1 a:focus,
92 #embedpress-settings-wrapper > header h1 a:active {
93 color: #23282d;
94 }
95
96 #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab {
97 color: inherit;
98 }
99
100 #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab-active {
101 border-top-color: #655997;
102 color: #655997;
103 }
104
105 #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab:not(.nav-tab-active):hover {
106 color: #555;
107 }
108
109 #embedpress-settings-wrapper input:not([type="checkbox"]):not([type="radio"]):not(.wp-color-picker):not(.wp-picker-clear) {
110 -webkit-border-radius: 4px;
111 -moz-border-radius: 4px;
112 border-radius: 4px;
113 padding: 4.5px 10px;
114 }
115
116 #embedpress-settings-wrapper input:focus,
117 #embedpress-settings-wrapper select:focus,
118 #embedpress-settings-wrapper textarea:focus,
119 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):active,
120 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):focus,
121 #embedpress-settings-wrapper a:active,
122 #embedpress-settings-wrapper a:focus {
123 -webkit-box-shadow: 0 0 2px rgba(101, 89, 151, .8);
124 -moz-box-shadow: 0 0 2px rgba(101, 89, 151, .8);
125 box-shadow: 0 0 2px rgba(101, 89, 151, .8);
126 }
127
128 #embedpress-settings-wrapper input:focus,
129 #embedpress-settings-wrapper select:focus,
130 #embedpress-settings-wrapper textarea:focus,
131 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):active,
132 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):focus {
133 border-color: #9D94C9;
134 }
135
136 #embedpress-settings-wrapper input[type="radio"]::before {
137 background-color: #9D94C9;
138 }
139
140 #embedpress-settings-wrapper > footer {
141 text-align: center;
142 }
143
144 #embedpress-settings-wrapper > footer p {
145 color: #666;
146 font-size: 12px;
147 }
148
149 #embedpress-settings-wrapper > footer .dashicons {
150 font-size: 16px;
151 width: 16px;
152 height: 16px;
153 }
154
155 #embedpress-settings-wrapper > footer .dashicons.dashicons-star-filled {
156 line-height: 18px;
157 font-size: 12px;
158 width: 12px;
159 height: 12px;
160 color: #FFB300;
161 -webkit-transition: color 200ms ease-in-out;
162 -moz-transition: color 200ms ease-in-out;
163 -o-transition: color 200ms ease-in-out;
164 transition: color 200ms ease-in-out;
165 }
166
167 #embedpress-settings-wrapper > footer a:hover .dashicons.dashicons-star-filled {
168 color: #C58C07;
169 }
170
171 #embedpress-settings-wrapper > footer > nav ul {
172 list-style: none;
173 }
174
175 #embedpress-settings-wrapper > footer > nav ul > li {
176 display: inline-block;
177 }
178
179 #embedpress-settings-wrapper > footer > nav ul > li:not(:first-child) {
180 margin-left: 15px;
181 }
182
183 #embedpress-settings-wrapper > footer > nav ul > li > a {
184 font-weight: bold;
185 }
186
187 #embedpress-settings-wrapper a {
188 color: #777;
189 }
190
191 #embedpress-settings-wrapper a,
192 #embedpress-settings-wrapper button
193 #embedpress-settings-wrapper button::before {
194 -webkit-transition: all 200ms ease-in-out;
195 -moz-transition: all 200ms ease-in-out;
196 -o-transition: all 200ms ease-in-out;
197 transition: all 200ms ease-in-out;
198 }
199
200 #embedpress-settings-wrapper a:link,
201 #embedpress-settings-wrapper a:visited,
202 #embedpress-settings-wrapper a:active,
203 #embedpress-settings-wrapper a:hover {
204 text-decoration: none;
205 }
206
207 #embedpress-settings-wrapper a:hover {
208 color: #9D94C9;
209 }
210
211 #embedpress-settings-wrapper .button-primary {
212 line-height: 1;
213 border: none;
214 border-radius: 0;
215 background-color: #dc4444;
216 color: #ffffff;
217 font-size: 14px;
218 width: 150px;
219 height: 38px;
220 border-radius: 5px;
221 transition: all .3s;
222 text-shadow: none;
223 box-shadow: none;
224 margin: 0;
225 }
226
227 #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary {
228 background-color: #655997;
229 border-color: #363050;
230 color: #FFF;
231 }
232
233 #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary:hover {
234 background-color: #5A4F87;
235 }
236
237 #embedpress-settings-wrapper button:not(.notice-dismiss) {
238 -webkit-border-radius: 5px;
239 -moz-border-radius: 5px;
240 border-radius: 5px;
241 text-shadow: initial;
242 -webkit-box-shadow: initial;
243 -moz-box-shadow: initial;
244 box-shadow: initial;
245 vertical-align: middle;
246 line-height: 0;
247 min-height: 28px;
248 text-decoration: none;
249 padding: 15px 10px;
250 border-width: 2px;
251 border-style: solid;
252 }
253
254 #embedpress-settings-wrapper button:not(.notice-dismiss):hover,
255 #embedpress-settings-wrapper button:not(.notice-dismiss):active,
256 #embedpress-settings-wrapper button:not(.notice-dismiss):focus {
257 outline: none;
258 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
259 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
260 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
261 }
262
263 #embedpress-settings-wrapper > #setting-error-settings_updated {
264 margin-left: 0;
265 margin-bottom: 15px;
266 }
267
268 #embedpress-settings-wrapper > #setting-error-settings_updated button.notice-dismiss:hover::before {
269 color: #655997;
270 }
271
272 .embedpress-col-half {
273 width: 49%;
274 height: auto;
275 }
276
277 .embedpress-admin-block-wrapper {
278 display: flex;
279 flex-flow: row wrap;
280 justify-content: space-between;
281 margin: -10px;
282 }
283
284 .embedpress-admin-block-wrapper .embedpress-admin-block {
285 background-color: #fff;
286 flex: 1 1 auto;
287 min-width: 250px;
288 width: 300px;
289 margin: 10px 10px 25px 10px;
290 box-shadow: 0px 8px 38px 0px rgba(16, 16, 16, 0.07);
291 border-radius: 5px;
292 display: flex;
293 flex-direction: column;
294 justify-content: center;
295 }
296
297 .embedpress-admin-block-header {
298 display: flex;
299 align-content: center;
300 align-items: center;
301 padding: 30px 0 0 25px;
302 }
303
304 .embedpress-admin-block-header-icon {
305 height: 40px;
306 width: 40px;
307 background: #f3edff;
308 padding: 10px;
309 box-sizing: border-box;
310 border-radius: 50%;
311 }
312
313 .embedpress-go-premium img {
314 width: 100%;
315 max-width: 400px;
316 display: block;
317 float: right;
318 }
319
320 .embedpress-admin-block-header .embedpress-admin-title {
321 margin: 0.7em 0 1em;
322 padding: 0 1.26582em;
323 font-size: 15px;
324 font-weight: 600;
325 text-overflow: ellipsis;
326 white-space: nowrap;
327 color: #333333;
328 }
329
330 .embedpress-go-premium .embedpress-admin-block-content {
331 overflow: hidden;
332 position: relative;
333 padding: 1em 1.5em 1.5em;
334 background-color: #fff;
335 padding-left: 85px;
336 padding-bottom: 30px;
337 padding-top: 0px;
338 }
339
340 .embedpress-admin-block-content p {
341 font-size: 13px;
342 color: #707070;
343 margin: 0px 0 20px 0;
344 line-height: 21px;
345 }
346
347 .embedpress-go-premium .embedpress-btn:hover,
348 .embedpress-go-premium .embedpress-btn {
349 background-color: #0099cc;
350 color: #fff !important;
351 padding: 6px 20px;
352 border: none;
353 box-shadow: none;
354 font-size: 14px;
355 height: auto;
356 text-transform: uppercase;
357 text-shadow: none;
358 letter-spacing: 0.05em;
359 }
360
361 .modal-dialog .row {
362 width: 100%;
363 }
364
365 .embedpress-version-name {
366 vertical-align: middle;
367 margin-top: 20px;
368 margin-right: 20px;
369 }
370 .embedpress-version-name span{
371 color: #687b95;
372 font-size: 14px;
373 font-weight: 700;
374 text-align: right;
375 display: block;
376 padding-bottom: 5px;
377 }
378
379
380 /**
381 * Fremius tweaks
382 */
383
384 #piframe,
385 .fs-secure-notice {
386 display: none;
387 }
388
389 /**
390 * Notice
391 **/
392
393 .wpdeveloper-review-notice {
394 padding: 10px;
395 background-color: #fff;
396 border-radius: 3px;
397 margin: 15px;
398 border-left: 4px solid transparent;
399 display: -webkit-box;
400 display: -ms-flexbox;
401 display: flex;
402 -webkit-box-align: center;
403 -ms-flex-align: center;
404 align-items: center;
405 }
406 .wpdeveloper-review-notice:after {
407 content: "";
408 display: table;
409 clear: both;
410 }
411 .wpdeveloper-update-notice{
412 margin-top: 20px;
413 }
414 .wpdeveloper-update-notice .notice-dismiss {
415 top: auto;
416 }
417 .wpdeveloper-notice-thumbnail {
418 width: 40px;
419 float: left;
420 padding: 5px;
421 text-align: center;
422 border-right: 4px solid transparent;
423 }
424 .wpdeveloper-notice-thumbnail img {
425 width: 100%;
426 opacity: 0.85;
427 -webkit-transition: all 0.3s;
428 -o-transition: all 0.3s;
429 transition: all 0.3s;
430 }
431 .wpdeveloper-notice-thumbnail img:hover {
432 opacity: 1;
433 }
434
435 .wpdeveloper-notice-link {
436 margin: 8px 0 0 0;
437 padding: 0;
438 }
439 .wpdeveloper-notice-link li {
440 display: inline-block;
441 margin-right: 15px;
442 }
443 .wpdeveloper-notice-link li a {
444 display: inline-block;
445 color: #10738b;
446 text-decoration: none;
447 padding-left: 26px;
448 position: relative;
449 }
450 .wpdeveloper-notice-link li a span {
451 position: absolute;
452 left: 0;
453 top: -2px;
454 }
455 .wpdeveloper-notice-message {
456 padding: 10px 0;
457 }
458 .wpdeveloper-upsale-notice .wpdeveloper-notice-message {
459 display: -webkit-box;
460 display: -ms-flexbox;
461 display: flex;
462 -webkit-box-align: center;
463 -ms-flex-align: center;
464 align-items: center;
465 padding: 10px 0;
466 }
467 .wpdeveloper-upsale-notice .wpdeveloper-notice-message + .notice-dismiss {
468 top: 10px;
469 }
470 .wpdeveloper-upsale-notice #plugin-install-core {
471 margin-left: 10px;
472 }
473 .notice.notice-has-thumbnail {
474 padding-left: 0;
475 display: flex;
476 align-items: center;
477 }
478 .wpdeveloper-upsale-notice {
479 display: -webkit-box;
480 display: -ms-flexbox;
481 display: flex;
482 }
483 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail {
484 padding: 10px;
485 width: 40px;
486 }
487 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img {
488 width: 32px;
489 }
490 .toplevel_page_eael-settings .wp-menu-image img {
491 max-width: 20px;
492 padding-top: 8px !important;
493 }
494 .wpdeveloper-upsale-notice .wpdeveloper-notice-message .button {
495 margin-left: 15px;
496 }
497
498 #embedpress-settings-wrapper a.embedpress-settings-link {
499 color: #0073aa;
500 }
501
502 .embedpress-go-pro-action {
503 color: #39b54a;
504 text-shadow: 1px 1px 1px #eee;
505 font-weight: bold;
506 }