PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more / trunk
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more vtrunk
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
fonts 9 months ago vendor 8 months ago admin-notices.css 2 months ago admin.build.css 2 months ago admin.css 7 months ago analytics.build.css 1 month ago blocks.build.css 1 week ago carousel.min.css 2 years ago custom-player.build.css 1 month ago el-icon.css 2 months ago embedpress-elementor.css 2 years ago embedpress.css 1 week ago ep-pdf-lightbox.css 2 months ago feature-notices.css 7 months ago font.css 7 years ago glider.min.css 2 years ago index.html 7 years ago instagram-shortcode-generator.css 1 month ago lazy-load.css 6 months ago meetup-events.css 7 months ago modal.css 8 months ago onboarding.build.css 2 months ago pdf-gallery.css 2 months ago plyr.css 9 months ago preview.css 6 years ago settings-icons.css 9 months ago settings.css 1 month ago
admin-notices.css
389 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 .bfriday_2025_notice,
285 .spring_2026_notice {
286 padding: 15px 0;
287 font-family: "Inter", sans-serif;
288 }
289
290 .bfriday_2025_notice a.button.button-primary,
291 .spring_2026_notice a.button.button-primary {
292 display: inline-flex;
293 align-items: center;
294 gap: 8px;
295 padding: 0px 15px;
296 background-color: #2B65D9;
297 min-height: 35px;
298 border: none;
299 border-radius: 8px;
300 font-size: 14px;
301 text-align: center;
302
303 }
304
305
306 .spring_2026_notice a.button.button-primary:hover,
307 .spring_2026_notice a.button.button-primary:focus {
308 background-color: #4141b5;
309 color: #ffffff;
310 }
311
312 .bfriday_2025_notice a.button.button-primary svg,
313 .spring_2026_notice a.button.button-primary svg {
314 height: 16px;
315 width: auto;
316 }
317
318 .bfriday_2025_notice p.notice-message,
319 .spring_2026_notice p.notice-message {
320 margin-bottom: 8px;
321 margin-top: 0;
322 padding-top: 0;
323 text-transform: capitalize;
324 font-size: 14px;
325 text-transform: capitalize;
326
327 }
328
329 .spring_2026_notice p.notice-message {
330 color: #171717;
331 }
332
333 .spring_2026_notice p.notice-message .notice-emoji {
334 display: inline-block;
335 margin-right: 2px;
336 }
337
338 .spring_2026_notice .embedpress-notice-dismiss-button {
339 color: #424242;
340 }
341
342 .embedpress-notice-dismiss-button {
343 font-weight: 400;
344 line-height: 19.36px;
345 text-align: center;
346 text-decoration-line: underline;
347 text-decoration-style: solid;
348 text-underline-position: from-font;
349 text-decoration-skip-ink: none;
350 cursor: pointer;
351 color: #2B65D9;
352 font-size: 14px;
353
354 }
355
356
357 .notice-links {
358 display: flex;
359 align-items: center;
360 gap: 20px;
361 margin-top: 0;
362 }
363
364 div#wpnotice-embedpress-bfriday_2025_notice,
365 div#wpnotice-embedpress-_spring_2026_notice {
366 gap: 50px !important;
367 padding-left: 40px;
368
369 }
370
371 div#wpnotice-embedpress-_spring_2026_notice {
372 border-left: 3px solid #5252DC;
373 }
374
375 .notice-info {
376 border-left-color: #5b4e96;
377 }
378
379 @media screen and (max-width: 767px) {
380
381 div#wpnotice-embedpress-helloween_2024_notice {
382 display: none !important;
383 }
384
385 div#wpnotice-embedpress-bfriday_2025_notice,
386 div#wpnotice-embedpress-_spring_2026_notice {
387 display: none !important;
388 }
389 }