PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more / 4.2.0
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more v4.2.0
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 1 year ago admin.css 1 year ago carousel.min.css 2 years ago el-icon.css 3 years ago embedpress-elementor.css 2 years ago embedpress.css 1 year ago font.css 7 years ago glider.min.css 2 years ago index.html 7 years ago plyr.css 3 years ago preview.css 6 years ago
admin-notices.css
347 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
41 .notice-embedpress-review:after {
42 content: "";
43 display: table;
44 clear: both;
45 }
46
47 .wpdeveloper-update-notice {
48 margin-top: 20px;
49 }
50
51 .wpdeveloper-update-notice .notice-dismiss {
52 top: auto;
53 }
54
55 .wpdeveloper-notice-thumbnail {
56 width: 40px;
57 float: left;
58 padding: 5px 5px 5px 10px;
59 text-align: center;
60 border-right: 4px solid transparent;
61 }
62
63 .wpdeveloper-notice-thumbnail img {
64 width: 100%;
65 opacity: 0.85;
66 -webkit-transition: all 0.3s;
67 -o-transition: all 0.3s;
68 transition: all 0.3s;
69 }
70
71 .wpdeveloper-notice-thumbnail img:hover {
72 opacity: 1;
73 }
74
75 .notice-links {
76 margin: 8px 0 0 0;
77 padding: 0;
78 }
79
80 .notice-links li {
81 display: inline-block;
82 margin-right: 15px;
83 }
84
85 .notice-links li a {
86 display: inline-block;
87 text-decoration: none;
88 position: relative;
89 }
90
91 .wpdeveloper-notice-message {
92 padding: 10px;
93 }
94
95 .wpdeveloper-upsale-notice .wpdeveloper-notice-message {
96 display: -webkit-box;
97 display: -ms-flexbox;
98 display: flex;
99 -webkit-box-align: center;
100 -ms-flex-align: center;
101 align-items: center;
102 padding: 10px 0;
103 }
104
105 .wpdeveloper-upsale-notice .wpdeveloper-notice-message+.notice-dismiss {
106 top: 10px;
107 }
108
109 .wpdeveloper-upsale-notice #plugin-install-core {
110 margin-left: 10px;
111 }
112
113 .notice.notice-has-thumbnail {
114 padding-left: 0;
115 display: flex;
116 align-items: center;
117 }
118
119 .wpdeveloper-upsale-notice {
120 display: -webkit-box;
121 display: -ms-flexbox;
122 display: flex;
123 }
124
125 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail {
126 padding: 10px;
127 width: 40px;
128 }
129
130 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img {
131 width: 32px;
132 }
133
134 .toplevel_page_eael-settings .wp-menu-image img {
135 max-width: 20px;
136 padding-top: 8px !important;
137 }
138
139 .wpdeveloper-upsale-notice .wpdeveloper-notice-message .button {
140 margin-left: 15px;
141 }
142
143 #embedpress-settings-wrapper a.embedpress-settings-link {
144 color: #0073aa;
145 }
146
147 #wpnotice-embedpress-black_friday_notice {
148 padding: 16px 0;
149 }
150
151 #wpnotice-embedpress-black_friday_notice.notice-info {
152 border-left-color: #5b4e96;
153 }
154
155 #wpnotice-embedpress-black_friday_notice .wpnotice-thumbnail-wrapper {
156 padding-left: 30px;
157 padding-right: 28px;
158 }
159
160 #wpnotice-embedpress-black_friday_notice .wpnotice-content-wrapper a {
161 text-transform: capitalize;
162 margin-right: 16px;
163 }
164
165 #wpnotice-embedpress-black_friday_notice .wpnotice-content-wrapper button {
166 text-transform: capitalize;
167 }
168
169 #wpnotice-embedpress-black_friday_notice .wpnotice-content-wrapper button:hover {
170 background-color: transparent;
171 }
172
173 #wpbody-content #wpnotice-embedpress-100k_notice,
174 #wpbody-content #wpnotice-embedpress-compatibility {
175 padding: 8px 20px;
176 gap: 32px !important;
177 }
178
179 #wpbody-content #wpnotice-embedpress-compatibility {
180 min-height: 35px;
181 }
182
183 #wpbody-content #wpnotice-embedpress-100k_notice .notice-info,
184 #wpbody-content #wpnotice-embedpress-compatibility .notice-info {
185 border: none;
186 border-left: 5px solid #d63638;
187 }
188
189 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-thumbnail-wrapper img,
190 #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-thumbnail-wrapper img {
191 max-width: 144px !important;
192 }
193
194 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper,
195 #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper {
196 flex: 1;
197 display: flex;
198 align-items: center;
199 justify-content: space-between;
200 gap: 20px;
201 }
202
203 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper p,
204 #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper p {
205 font-size: 14px;
206 line-height: 20px;
207 margin: 0 !important;
208 padding: 0 !important;
209 }
210
211 /*
212 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper p span,
213 #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper p span {
214 font-weight: 400;
215 } */
216
217 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper button,
218 #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper button {
219 display: none;
220 }
221
222 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper .button-primary,
223 #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper .button-primary {
224 margin-right: 30px;
225 }
226
227 @media all and (max-width: 1024px) {
228
229 #wpbody-content #wpnotice-embedpress-100k_notice,
230 #wpbody-content #wpnotice-embedpress-compatibility {
231 padding: 8px 20px;
232 gap: 30px !important;
233 }
234
235 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper,
236 #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper {
237 flex-wrap: wrap;
238 }
239
240 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper p,
241 #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper p {
242 padding-right: 30px !important;
243 }
244
245 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper,
246 #wpbody-content #wpnotice-embedpress-compatibility .wpnotice-content-wrapper {
247 gap: 12px;
248 }
249 }
250
251 div#wpnotice-embedpress-helloween_2024_notice {
252 border-left-color: #5626E7;
253 /* border-left-color: #5b4e96; */
254 }
255
256 .wpnotice-content-wrapper .helloween_2024_notice {
257 display: flex;
258 justify-content: space-between;
259 width: calc(100% - 30px);
260 align-items: center;
261 margin: 15px 0;
262
263 }
264
265 .helloween_2024_notice a.button.button-primary {
266 display: inline-flex;
267 align-items: center;
268 gap: 8px;
269 padding: 5px 15px;
270 background-color: #5626E7;
271 /* background-color: #5b4e96; */
272 }
273
274 .helloween_2024_notice p {
275 font-size: 14px;
276 }
277
278 .wpnotice-content-wrapper {
279 width: 100%;
280 }
281
282
283
284 .holiday_2024_notice {
285 padding: 15px 0;
286 }
287
288 .holiday_2024_notice a.button.button-primary {
289 display: inline-flex;
290 align-items: center;
291 gap: 8px;
292 padding: 0px 15px;
293 background-color: #5626E7;
294 min-height: 32px;
295 }
296
297 .holiday_2024_notice a.button.button-primary svg {
298 height: 16px;
299 width: auto;
300 }
301
302 .holiday_2024_notice p.notice-message {
303 margin-bottom: 8px;
304 margin-top: 0;
305 padding-top: 0;
306 }
307
308 .embedpress-notice-dismiss-button {
309 font-weight: 400;
310 line-height: 19.36px;
311 text-align: center;
312 text-decoration-line: underline;
313 text-decoration-style: solid;
314 text-underline-position: from-font;
315 text-decoration-skip-ink: none;
316 cursor: pointer;
317 color: #5626E7;
318
319 }
320
321
322 .notice-links {
323 display: flex;
324 align-items: center;
325 gap: 20px;
326 margin-top: 0;
327 }
328
329 div#wpnotice-embedpress-holiday_2024_notice {
330 gap: 50px !important;
331 padding-left: 40px;
332 }
333
334 .notice-info {
335 border-left-color: #1e1e1e;
336 }
337
338 @media screen and (max-width: 767px) {
339
340 div#wpnotice-embedpress-helloween_2024_notice {
341 display: none !important;
342 }
343
344 div#wpnotice-embedpress-holiday_2024_notice {
345 display: none !important;
346 }
347 }