PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more / 1.6.1
EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more v1.6.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 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
250 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 background-color: #655997 !important;
14 }
15
16 #toplevel_page_embedpress .dashicons-admin-generic::before,
17 #toplevel_page_embedpress .current .dashicons-admin-generic::before {
18 background-image: url(../images/menu-icon.png);
19 background-repeat: no-repeat;
20 background-position: 0 8px;
21 background-size: 19px auto;
22 content: " ";
23 transition: none;
24 -moz-transition: none;
25 -webkit-transition: none;
26 -o-transition: none;
27 }
28
29 #toplevel_page_embedpress:active .wp-not-current-submenu .dashicons-admin-generic::before,
30 #toplevel_page_embedpress:hover .wp-not-current-submenu .dashicons-admin-generic::before {
31 background-position: 0 -26px;
32 }
33
34 #toplevel_page_embedpress .current .dashicons-admin-generic::before {
35 background-position: 0 -60px;
36 }
37
38 /**
39 * Helper classes.
40 */
41 .ep-label-danger {
42 color: #D54E21;
43 }
44
45 .ep-label-success {
46 color: #5CA410;
47 }
48
49 .ep-small-link {
50 line-height: 28px;
51 font-size: 0.8em;
52 }
53
54 .ep-small-spacing {
55 margin-left: 5px;
56 }
57
58 /**
59 * EmbedPress Settings Wrapper.
60 */
61
62 #embedpress-settings-wrapper {
63 margin-top: 20px;
64 }
65
66 #embedpress-settings-wrapper > header > * {
67 display: inline-block;
68 }
69
70 #embedpress-settings-wrapper > header h1 {
71 margin: .67em 0 15px .15em;
72 }
73
74 #embedpress-settings-wrapper a:hover img {
75 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
76 filter: alpha(opacity=80);
77 -moz-opacity: .80;
78 -khtml-opacity: .80;
79 opacity: .80;
80 }
81
82 #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab-active {
83 border-top: 2px solid #655997;
84 color: #655997;
85 }
86
87 #embedpress-settings-wrapper .nav-tab-wrapper .nav-tab:not(.nav-tab-active):hover {
88 color: #555;
89 }
90
91 #embedpress-settings-wrapper input:not([type="checkbox"]):not([type="radio"]) {
92 -webkit-border-radius: 4px;
93 -moz-border-radius: 4px;
94 border-radius: 4px;
95 padding: 4.5px 10px;
96 }
97
98 #embedpress-settings-wrapper input:focus,
99 #embedpress-settings-wrapper select:focus,
100 #embedpress-settings-wrapper textarea:focus,
101 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):active,
102 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):focus,
103 #embedpress-settings-wrapper a:active,
104 #embedpress-settings-wrapper a:focus {
105 -webkit-box-shadow: 0 0 2px rgba(101, 89, 151, .8);
106 -moz-box-shadow: 0 0 2px rgba(101, 89, 151, .8);
107 box-shadow: 0 0 2px rgba(101, 89, 151, .8);
108 }
109
110 #embedpress-settings-wrapper input:focus,
111 #embedpress-settings-wrapper select:focus,
112 #embedpress-settings-wrapper textarea:focus,
113 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):active,
114 #embedpress-settings-wrapper button:not(.notice-dismiss):not([type="submit"]):focus {
115 border-color: #9D94C9;
116 }
117
118 #embedpress-settings-wrapper input[type="radio"]::before {
119 background-color: #9D94C9;
120 }
121
122 #embedpress-settings-wrapper > footer {
123 text-align: center;
124 }
125
126 #embedpress-settings-wrapper > footer p {
127 color: #666;
128 font-size: 12px;
129 }
130
131 #embedpress-settings-wrapper > footer .dashicons {
132 font-size: 16px;
133 width: 16px;
134 height: 16px;
135 }
136
137 #embedpress-settings-wrapper > footer .dashicons.dashicons-star-filled {
138 line-height: 18px;
139 font-size: 12px;
140 width: 12px;
141 height: 12px;
142 color: #FFB300;
143 -webkit-transition: color 200ms ease-in-out;
144 -moz-transition: color 200ms ease-in-out;
145 -o-transition: color 200ms ease-in-out;
146 transition: color 200ms ease-in-out;
147 }
148
149 #embedpress-settings-wrapper > footer a:hover .dashicons.dashicons-star-filled {
150 color: #C58C07;
151 }
152
153 #embedpress-settings-wrapper > footer > nav ul {
154 list-style: none;
155 }
156
157 #embedpress-settings-wrapper > footer > nav ul > li {
158 display: inline-block;
159 }
160
161 #embedpress-settings-wrapper > footer > nav ul > li:not(:first-child) {
162 margin-left: 15px;
163 }
164
165 #embedpress-settings-wrapper > footer > nav ul > li > a {
166 font-weight: bold;
167 }
168
169 #embedpress-settings-wrapper a {
170 color: #777;
171 }
172
173 #embedpress-settings-wrapper a,
174 #embedpress-settings-wrapper button
175 #embedpress-settings-wrapper button::before {
176 -webkit-transition: all 200ms ease-in-out;
177 -moz-transition: all 200ms ease-in-out;
178 -o-transition: all 200ms ease-in-out;
179 transition: all 200ms ease-in-out;
180 }
181
182 #embedpress-settings-wrapper a:link,
183 #embedpress-settings-wrapper a:visited,
184 #embedpress-settings-wrapper a:active,
185 #embedpress-settings-wrapper a:hover {
186 text-decoration: none;
187 }
188
189 #embedpress-settings-wrapper a:hover {
190 color: #9D94C9;
191 }
192
193 #embedpress-settings-wrapper .button-primary {
194 background-color: #FFB300;
195 border-color: #C58C07;
196 color: #754D26;
197 }
198
199 #embedpress-settings-wrapper .button-primary:hover,
200 #embedpress-settings-wrapper .button-primary:active,
201 #embedpress-settings-wrapper .button-primary:focus {
202 background-color: #F3AC04;
203 color: #333;
204 }
205
206 #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary {
207 background-color: #655997;
208 border-color: #363050;
209 color: #FFF;
210 }
211
212 #embedpress-settings-wrapper button:not(.notice-dismiss).button-secondary:hover {
213 background-color: #5A4F87;
214 }
215
216 #embedpress-settings-wrapper button:not(.notice-dismiss) {
217 -webkit-border-radius: 5px;
218 -moz-border-radius: 5px;
219 border-radius: 5px;
220 text-shadow: initial;
221 -webkit-box-shadow: initial;
222 -moz-box-shadow: initial;
223 box-shadow: initial;
224 vertical-align: middle;
225 line-height: 0;
226 min-height: 28px;
227 text-decoration: none;
228 padding: 15px 10px;
229 border-width: 2px;
230 border-style: solid;
231 }
232
233 #embedpress-settings-wrapper button:not(.notice-dismiss):hover,
234 #embedpress-settings-wrapper button:not(.notice-dismiss):active,
235 #embedpress-settings-wrapper button:not(.notice-dismiss):focus {
236 outline: none;
237 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
238 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
239 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
240 }
241
242 #embedpress-settings-wrapper > #setting-error-settings_updated {
243 margin-left: 0;
244 margin-bottom: 15px;
245 }
246
247 #embedpress-settings-wrapper > #setting-error-settings_updated button.notice-dismiss:hover::before {
248 color: #655997;
249 }
250