PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more / 2.4.1
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more v2.4.1
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 addons.css 9 years ago admin.css 6 years ago embedpress.css 6 years ago font.css 7 years ago index.html 7 years ago preview.css 6 years ago
admin.css
280 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 .pressshack-title {
69 display: inline-block;
70 padding: 10px 0 10px 55px;
71 background-image: url(../images/icon-128x128.png);
72 background-size: 45px auto;
73 background-position: left center;
74 background-repeat: no-repeat;
75 background-color: transparent;
76 }
77
78 #embedpress-settings-wrapper > header h1 {
79 margin: .67em 0 15px .15em;
80 font-weight: 600;
81 font-size: 2em;
82 }
83
84 #embedpress-settings-wrapper > header h1 a,
85 #embedpress-settings-wrapper > header h1 a:hover,
86 #embedpress-settings-wrapper > header h1 a:focus,
87 #embedpress-settings-wrapper > header h1 a:active {
88 color: #23282d;
89 }
90
91 #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab {
92 color: inherit;
93 }
94
95 #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab-active {
96 border-top-color: #655997;
97 color: #655997;
98 }
99
100 #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab:not(.nav-tab-active):hover {
101 color: #555;
102 }
103
104 #embedpress-settings-wrapper input:not([type="checkbox"]):not([type="radio"]):not(.wp-color-picker):not(.wp-picker-clear) {
105 -webkit-border-radius: 4px;
106 -moz-border-radius: 4px;
107 border-radius: 4px;
108 padding: 4.5px 10px;
109 }
110
111 #embedpress-settings-wrapper input:focus,
112 #embedpress-settings-wrapper select:focus,
113 #embedpress-settings-wrapper textarea:focus,
114 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):active,
115 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):focus,
116 #embedpress-settings-wrapper a:active,
117 #embedpress-settings-wrapper a:focus {
118 -webkit-box-shadow: 0 0 2px rgba(101, 89, 151, .8);
119 -moz-box-shadow: 0 0 2px rgba(101, 89, 151, .8);
120 box-shadow: 0 0 2px rgba(101, 89, 151, .8);
121 }
122
123 #embedpress-settings-wrapper input:focus,
124 #embedpress-settings-wrapper select:focus,
125 #embedpress-settings-wrapper textarea:focus,
126 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):active,
127 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):focus {
128 border-color: #9D94C9;
129 }
130
131 #embedpress-settings-wrapper input[type="radio"]::before {
132 background-color: #9D94C9;
133 }
134
135 #embedpress-settings-wrapper > footer {
136 text-align: center;
137 }
138
139 #embedpress-settings-wrapper > footer p {
140 color: #666;
141 font-size: 12px;
142 }
143
144 #embedpress-settings-wrapper > footer .dashicons {
145 font-size: 16px;
146 width: 16px;
147 height: 16px;
148 }
149
150 #embedpress-settings-wrapper > footer .dashicons.dashicons-star-filled {
151 line-height: 18px;
152 font-size: 12px;
153 width: 12px;
154 height: 12px;
155 color: #FFB300;
156 -webkit-transition: color 200ms ease-in-out;
157 -moz-transition: color 200ms ease-in-out;
158 -o-transition: color 200ms ease-in-out;
159 transition: color 200ms ease-in-out;
160 }
161
162 #embedpress-settings-wrapper > footer a:hover .dashicons.dashicons-star-filled {
163 color: #C58C07;
164 }
165
166 #embedpress-settings-wrapper > footer > nav ul {
167 list-style: none;
168 }
169
170 #embedpress-settings-wrapper > footer > nav ul > li {
171 display: inline-block;
172 }
173
174 #embedpress-settings-wrapper > footer > nav ul > li:not(:first-child) {
175 margin-left: 15px;
176 }
177
178 #embedpress-settings-wrapper > footer > nav ul > li > a {
179 font-weight: bold;
180 }
181
182 #embedpress-settings-wrapper a {
183 color: #777;
184 }
185
186 #embedpress-settings-wrapper a,
187 #embedpress-settings-wrapper button
188 #embedpress-settings-wrapper button::before {
189 -webkit-transition: all 200ms ease-in-out;
190 -moz-transition: all 200ms ease-in-out;
191 -o-transition: all 200ms ease-in-out;
192 transition: all 200ms ease-in-out;
193 }
194
195 #embedpress-settings-wrapper a:link,
196 #embedpress-settings-wrapper a:visited,
197 #embedpress-settings-wrapper a:active,
198 #embedpress-settings-wrapper a:hover {
199 text-decoration: none;
200 }
201
202 #embedpress-settings-wrapper a:hover {
203 color: #9D94C9;
204 }
205
206 #embedpress-settings-wrapper .button-primary {
207 line-height: 1;
208 border: none;
209 border-radius: 0;
210 background-color: #dc4444;
211 color: #ffffff;
212 font-size: 14px;
213 width: 150px;
214 height: 38px;
215 border-radius: 5px;
216 transition: all .3s;
217 text-shadow: none;
218 box-shadow: none;
219 margin: 0;
220 }
221
222 #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary {
223 background-color: #655997;
224 border-color: #363050;
225 color: #FFF;
226 }
227
228 #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary:hover {
229 background-color: #5A4F87;
230 }
231
232 #embedpress-settings-wrapper button:not(.notice-dismiss) {
233 -webkit-border-radius: 5px;
234 -moz-border-radius: 5px;
235 border-radius: 5px;
236 text-shadow: initial;
237 -webkit-box-shadow: initial;
238 -moz-box-shadow: initial;
239 box-shadow: initial;
240 vertical-align: middle;
241 line-height: 0;
242 min-height: 28px;
243 text-decoration: none;
244 padding: 15px 10px;
245 border-width: 2px;
246 border-style: solid;
247 }
248
249 #embedpress-settings-wrapper button:not(.notice-dismiss):hover,
250 #embedpress-settings-wrapper button:not(.notice-dismiss):active,
251 #embedpress-settings-wrapper button:not(.notice-dismiss):focus {
252 outline: none;
253 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
254 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
255 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
256 }
257
258 #embedpress-settings-wrapper > #setting-error-settings_updated {
259 margin-left: 0;
260 margin-bottom: 15px;
261 }
262
263 #embedpress-settings-wrapper > #setting-error-settings_updated button.notice-dismiss:hover::before {
264 color: #655997;
265 }
266
267 .modal-dialog .row {
268 width: 100%;
269 }
270
271
272 /**
273 * Fremius tweaks
274 */
275
276 #piframe,
277 .fs-secure-notice {
278 display: none;
279 }
280