PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / 4.0.12
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents v4.0.12
4.6.1 4.6.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 3 years 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
233 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 padding: 8px 20px;
175 gap: 32px !important;
176 }
177
178 #wpbody-content #wpnotice-embedpress-100k_notice .notice-info {
179 border: none;
180 border-left: 5px solid #d63638;
181 }
182
183 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-thumbnail-wrapper img {
184 max-width: 144px !important;
185 }
186
187 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper {
188 flex: 1;
189 display: flex;
190 align-items: center;
191 justify-content: space-between;
192 gap: 20px;
193 }
194
195 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper p {
196 font-size: 14px;
197 line-height: 20px;
198 font-weight: 600;
199 margin: 0 !important;
200 padding: 0 !important;
201 }
202
203 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper p span {
204 font-weight: 400;
205 }
206
207 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper button {
208 display: none;
209 }
210
211 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper .button-primary {
212 margin-right: 30px;
213 }
214
215 @media all and (max-width: 1024px) {
216
217 #wpbody-content #wpnotice-embedpress-100k_notice {
218 padding: 8px 20px;
219 gap: 30px !important;
220 }
221
222 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper {
223 flex-wrap: wrap;
224 }
225
226 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper p {
227 padding-right: 30px !important;
228 }
229
230 #wpbody-content #wpnotice-embedpress-100k_notice .wpnotice-content-wrapper {
231 gap: 12px;
232 }
233 }