PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more / 3.9.10
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more v3.9.10
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-notices.css
embedpress / assets / css Last commit date
vendor 7 years ago admin-notices.css 2 years ago admin.css 3 years ago el-icon.css 3 years ago embedpress-elementor.css 2 years ago embedpress.css 2 years ago font.css 7 years ago index.html 7 years ago plyr.css 3 years ago preview.css 6 years ago
admin-notices.css
150 lines
1 #wpnotice-embedpress-optin {
2 display: block !important;
3 }
4
5 .wpnotice-content-wrapper > p {
6 margin-top: 0px;
7 margin-bottom: 0px;
8 }
9
10 #wpnotice-embedpress-freedom30 .wpnotice-thumbnail-wrapper {
11 padding: 10px 0px 10px 0px !important;
12 }
13
14 .wpnotice-thumbnail-wrapper img {
15 display: block;
16 }
17
18 .button.button-primary.btn-embedpress {
19 background-color: #5B4E96;
20 }
21
22 .btn-embedpress:focus {
23 outline: none;
24 box-shadow: none;
25 }
26
27
28 .notice-embedpress-review {
29 padding: 10px;
30 background-color: #fff;
31 border-radius: 3px;
32 margin: 15px;
33 display: -webkit-box;
34 display: -ms-flexbox;
35 display: flex;
36 -webkit-box-align: center;
37 -ms-flex-align: center;
38 align-items: center;
39 }
40 .notice-embedpress-review:after {
41 content: "";
42 display: table;
43 clear: both;
44 }
45 .wpdeveloper-update-notice{
46 margin-top: 20px;
47 }
48 .wpdeveloper-update-notice .notice-dismiss {
49 top: auto;
50 }
51 .wpdeveloper-notice-thumbnail {
52 width: 40px;
53 float: left;
54 padding: 5px 5px 5px 10px;
55 text-align: center;
56 border-right: 4px solid transparent;
57 }
58 .wpdeveloper-notice-thumbnail img {
59 width: 100%;
60 opacity: 0.85;
61 -webkit-transition: all 0.3s;
62 -o-transition: all 0.3s;
63 transition: all 0.3s;
64 }
65 .wpdeveloper-notice-thumbnail img:hover {
66 opacity: 1;
67 }
68
69 .notice-links {
70 margin: 8px 0 0 0;
71 padding: 0;
72 }
73 .notice-links li {
74 display: inline-block;
75 margin-right: 15px;
76 }
77 .notice-links li a {
78 display: inline-block;
79 text-decoration: none;
80 position: relative;
81 }
82
83 .wpdeveloper-notice-message {
84 padding: 10px;
85 }
86 .wpdeveloper-upsale-notice .wpdeveloper-notice-message {
87 display: -webkit-box;
88 display: -ms-flexbox;
89 display: flex;
90 -webkit-box-align: center;
91 -ms-flex-align: center;
92 align-items: center;
93 padding: 10px 0;
94 }
95 .wpdeveloper-upsale-notice .wpdeveloper-notice-message + .notice-dismiss {
96 top: 10px;
97 }
98 .wpdeveloper-upsale-notice #plugin-install-core {
99 margin-left: 10px;
100 }
101 .notice.notice-has-thumbnail {
102 padding-left: 0;
103 display: flex;
104 align-items: center;
105 }
106 .wpdeveloper-upsale-notice {
107 display: -webkit-box;
108 display: -ms-flexbox;
109 display: flex;
110 }
111 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail {
112 padding: 10px;
113 width: 40px;
114 }
115 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img {
116 width: 32px;
117 }
118 .toplevel_page_eael-settings .wp-menu-image img {
119 max-width: 20px;
120 padding-top: 8px !important;
121 }
122 .wpdeveloper-upsale-notice .wpdeveloper-notice-message .button {
123 margin-left: 15px;
124 }
125
126 #embedpress-settings-wrapper a.embedpress-settings-link {
127 color: #0073aa;
128 }
129
130 #wpnotice-embedpress-black_friday_notice {
131 padding: 16px 0;
132 }
133 #wpnotice-embedpress-black_friday_notice.notice-info {
134 border-left-color: #5b4e96;
135 }
136 #wpnotice-embedpress-black_friday_notice .wpnotice-thumbnail-wrapper {
137 padding-left: 30px;
138 padding-right: 28px;
139 }
140 #wpnotice-embedpress-black_friday_notice .wpnotice-content-wrapper a {
141 text-transform: capitalize;
142 margin-right: 16px;
143 }
144 #wpnotice-embedpress-black_friday_notice .wpnotice-content-wrapper button {
145 text-transform: capitalize;
146 }
147 #wpnotice-embedpress-black_friday_notice .wpnotice-content-wrapper button:hover {
148 background-color: transparent;
149 }
150