PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more / 1.7.3
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more v1.7.3
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 9 years ago admin.css 9 years ago embedpress.css 9 years ago font.css 9 years ago index.html 9 years ago preview.css 9 years ago
admin.css
276 lines
1 /**
2 * @package EmbedPress
3 * @author PressShack <help@pressshack.com>
4 * @copyright Copyright (C) 2017 Open Source Training, LLC. 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"]) {
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 background-color: #FFB300;
208 border-color: #C58C07;
209 color: #754D26;
210 }
211
212 #embedpress-settings-wrapper .button-primary:hover,
213 #embedpress-settings-wrapper .button-primary:active,
214 #embedpress-settings-wrapper .button-primary:focus {
215 background-color: #F3AC04;
216 color: #333;
217 }
218
219 #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary {
220 background-color: #655997;
221 border-color: #363050;
222 color: #FFF;
223 }
224
225 #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary:hover {
226 background-color: #5A4F87;
227 }
228
229 #embedpress-settings-wrapper button:not(.notice-dismiss) {
230 -webkit-border-radius: 5px;
231 -moz-border-radius: 5px;
232 border-radius: 5px;
233 text-shadow: initial;
234 -webkit-box-shadow: initial;
235 -moz-box-shadow: initial;
236 box-shadow: initial;
237 vertical-align: middle;
238 line-height: 0;
239 min-height: 28px;
240 text-decoration: none;
241 padding: 15px 10px;
242 border-width: 2px;
243 border-style: solid;
244 }
245
246 #embedpress-settings-wrapper button:not(.notice-dismiss):hover,
247 #embedpress-settings-wrapper button:not(.notice-dismiss):active,
248 #embedpress-settings-wrapper button:not(.notice-dismiss):focus {
249 outline: none;
250 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
251 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
252 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
253 }
254
255 #embedpress-settings-wrapper > #setting-error-settings_updated {
256 margin-left: 0;
257 margin-bottom: 15px;
258 }
259
260 #embedpress-settings-wrapper > #setting-error-settings_updated button.notice-dismiss:hover::before {
261 color: #655997;
262 }
263
264 .modal-dialog .row {
265 width: 100%;
266 }
267
268
269 /**
270 * Fremius tweaks
271 */
272
273 #piframe,
274 .fs-secure-notice {
275 display: none;
276 }