PluginProbe ʕ •ᴥ•ʔ
Simple Author Box / 2.1.2
Simple Author Box v2.1.2
2.61 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.9 2.0 2.0.1 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.11 2.3.12 2.3.15 2.3.16 2.3.2 2.3.20 2.3.21 2.3.22 2.4 2.41 2.42 2.45 2.46 2.47 2.48 2.49 2.50 2.51 2.52 2.54 2.55 2.56 2.57 2.59 2.60
simple-author-box / assets / css / sabox-admin-style.css
simple-author-box / assets / css Last commit date
images 7 years ago jquery-ui.min.css 7 years ago sabox-admin-style.css 7 years ago sabox-admin-style.min.css 7 years ago sabox.css 7 years ago sabox.min.css 7 years ago simple-author-box.css 7 years ago simple-author-box.min.css 7 years ago
sabox-admin-style.css
631 lines
1 /* ADMIN PLUGIN STYLE
2 -------------------------------------------------------------- */
3 .sabox-table.form-table th {
4 width: 400px;
5 padding: 10px 15px;
6 vertical-align: middle;
7 }
8
9 .sabox-table.form-table {
10 margin-bottom: 30px;
11 }
12
13 .sabox-table .epfw-tooltip {
14 color: #b8cad7;
15 margin-right: 10px;
16 }
17
18 .sabox-table .wp-picker-container {
19 text-align: right;
20 }
21
22 .sabox-table .wp-picker-holder {
23 position: absolute;
24 }
25
26 .sabox-table select {
27 float: right;
28 }
29
30 .sabox-table.form-table tr {
31 background-color: #fff;
32 border-bottom: 1px solid #eee;
33 vertical-align: middle !important;
34 }
35
36 .sabox-table tbody {
37 border: 1px solid #ddd;
38 }
39
40 .sabox-table.form-table tr:last-of-type {
41 border-bottom: 0;
42 }
43
44 .sabox-wrap {
45 max-width: 860px;
46 padding-left: 20px;
47 margin: 0 auto;
48 }
49
50 .hide {
51 display: none;
52 }
53
54 /*.sabox-slider-container .saboxfield {
55 display: none;
56 }*/
57 .sabox-slider-container {
58 max-width: 390px;
59 padding-bottom: 5px;
60 box-sizing: border-box;
61 }
62
63 .sabox-slider-container .ui-slider .ui-slider-handle {
64 width: auto;
65 text-align: center;
66 min-width: 1.2em;
67 }
68
69 .sabox-table p.description {
70 font-weight: normal;
71 }
72
73 .wp-admin .checkbox_switch {
74 display: inline-block;
75 width: 100%;
76 text-align: right;
77 }
78
79 .customize-control-title.onoffswitch_label {
80 width: 71%;
81 }
82
83 .sabox-table .onoffswitch_label {
84 display: inline-block;
85 vertical-align: top;
86 margin-right: 21px;
87 margin-top: -1px;
88 }
89
90 .sabox-table .onoffswitch {
91 position: relative;
92 width: 52px;
93 display: inline-block;
94 -webkit-user-select: none;
95 -moz-user-select: none;
96 -ms-user-select: none;
97 }
98
99 .sabox-table .onoffswitch-checkbox {
100 display: none !important;
101 }
102
103 .sabox-table .onoffswitch-label {
104 display: block;
105 overflow: hidden;
106 cursor: pointer;
107 height: 22px;
108 padding: 0;
109 line-height: 19px;
110 transition: background-color 0.2s ease-in;
111 -webkit-border-radius: 11px;
112 -moz-border-radius: 11px;
113 border-radius: 30px;
114 background-color: #c4c4c4;
115 -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
116 -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
117 box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
118 }
119
120 .sabox-table .onoffswitch-label:before {
121 content: "";
122 display: block;
123 width: 18px;
124 height: 18px;
125 margin: 0;
126 position: absolute;
127 top: 2px;
128 bottom: 0;
129 right: 32px;
130 background-color: #fff;
131 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
132 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
133 box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
134 -webkit-border-radius: 10px;
135 -moz-border-radius: 10px;
136 border-radius: 10px;
137 transition: all 0.2s ease-in 0s;
138 }
139
140 .sabox-table .onoffswitch-label:after {
141 content: "OFF";
142 display: block;
143 color: #fff;
144 position: absolute;
145 top: 2px;
146 bottom: 2px;
147 right: 6px;
148 font-size: 11px;
149 font-family: 'Arial';
150 }
151
152 .sabox-table .onoffswitch-checkbox:checked + .onoffswitch-label {
153 background-color: #3caf0e;
154 }
155
156 .sabox-table .onoffswitch-checkbox:checked + .onoffswitch-label,
157 .sabox-table .onoffswitch-checkbox:checked + .onoffswitch-label:before {
158 border-color: #3caf0e;
159 }
160
161 .sabox-table .onoffswitch-checkbox:checked + .onoffswitch-label:before {
162 right: 2px;
163 }
164
165 .sabox-table .onoffswitch-checkbox:checked + .onoffswitch-label:after {
166 content: "ON";
167 display: block;
168 color: #fff;
169 position: absolute;
170 top: 2px;
171 bottom: 2px;
172 right: 27px;
173 font-size: 11px;
174 font-family: 'Arial';
175 }
176
177 .sabox-table .slider-container {
178 position: relative;
179 padding-left: 50px;
180 }
181
182 .sabox-table .slider-container input[type="text"] {
183 border: none;
184 text-align: center;
185 padding: 2px;
186 margin: 0;
187 font-size: 12px;
188 color: #333;
189 border-radius: 10px;
190 background-color: #f8f8f8;
191 -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
192 -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
193 box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
194 width: 42px;
195 height: 22px;
196 position: absolute;
197 left: 0;
198 top: 2px;
199 }
200
201 .sabox-table .slider-container .ui-slider {
202 position: relative;
203 text-align: left;
204 height: 2px;
205 border-radius: 3px;
206 border: none;
207 margin-top: 10px;
208 margin-left: 22px;
209 display: inline-block;
210 width: 97%;
211 background: #d6d6d6;
212 }
213
214 .sabox-table .slider-container .ui-slider .ui-slider-handle {
215 position: absolute;
216 z-index: 2;
217 top: -10px;
218 cursor: default;
219 -ms-touch-action: none;
220 touch-action: none;
221 width: 18px;
222 height: 18px;
223 -webkit-border-radius: 9px;
224 -moz-border-radius: 9px;
225 border-radius: 9px;
226 background-color: #fff;
227 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
228 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
229 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
230 border: solid 1px #d7d7d7;
231 transform: translateX(-50%);
232 }
233
234 .sabox-table .slider-container .ui-slider .ui-slider-range {
235 position: absolute;
236 z-index: 1;
237 font-size: 0.7em;
238 display: block;
239 border: 0;
240 background-position: 0 0;
241 background: #e04d43;
242 top: 0;
243 bottom: 0;
244 }
245
246 /* Social Links */
247 .sabox-add-social-link {
248 text-align: center;
249 padding: 10px 0;
250 max-width: 570px;
251 }
252
253 .sabox-add-social-link:hover {
254 border-color: #000;
255 }
256
257 #sabox-social-table .dashicons-trash {
258 vertical-align: middle;
259 cursor: pointer;
260 color: #a00;
261 }
262
263 #sabox-social-table .dashicons-trash:hover {
264 color: #dc3232;
265 }
266
267 /* Simple Author Box Badge */
268 #sab-current-image img {
269 max-width: 130px;
270 height: auto;
271 }
272
273 .checkbox-label {
274 text-transform: capitalize;
275 }
276
277 /* EPFW Styles
278 *
279 * @since 2.0.4
280 *
281 -------------------------------------------------------------- */
282
283 /* tab styling */
284 .epfw-tab-wrapper.nav-tab-wrapper {
285 background: #fff;
286 padding: 0;
287 border: 1px solid #ddd;
288 text-align: center;
289 margin-bottom: 20px;
290 }
291
292 .epfw-tab.nav-tab {
293 background: transparent;
294 border: 0;
295 display: inline-block;
296 margin-right: 20px;
297 margin-left: 0;
298 padding: 10px;
299 border-bottom: 2px solid transparent;
300 color: #0073aa;
301 font-weight: 400;
302 position: relative;
303 bottom: -2px;
304 }
305
306 .epfw-tab.nav-tab.nav-tab-active {
307 border-bottom: 2px solid #2e4453;
308 color: #2e4453;
309 }
310
311 /* admin options page styling */
312 .masthead {
313 text-align: center;
314 border-bottom: 1px solid #DDD;
315 margin-bottom: 20px;
316 padding: 20px;
317 }
318
319 .masthead h1 {
320 margin: 0;
321 padding: 0;
322 display: inline-block;
323 font-size: 20px;
324 color: #000;
325 font-weight: 500;
326 }
327
328 .masthead a {
329 display: inline-block;
330 margin: 0 10px;
331 text-decoration: none;
332 }
333
334 .sabox-version {
335 margin: 20px auto;
336 padding: 20px 0;
337 display: block;
338 text-align: center;
339 border-bottom: 1px solid #ddd;
340 border-top: 1px solid #ddd;
341 }
342
343 body.toplevel_page_simple-author-box-options {
344 background-color: #f3f6f8;
345 }
346
347 body.toplevel_page_simple-author-box-options #wpcontent {
348 padding-left: 0;
349 }
350
351 .sabox-masthead-left,
352 .sabox-masthead-right {
353 display: inline-block;
354 }
355
356 .sabox-masthead-left {
357 float: left;
358 }
359
360 .sabox-masthead-right {
361 float: right;
362 }
363
364 /* tooltips styling */
365 .epfw-tooltip {
366 position: relative;
367 display: inline;
368 margin-right: 10px;
369 }
370
371 .epfw-tooltip:after {
372 font-weight: 400;
373 display: block;
374 visibility: hidden;
375 position: absolute;
376 bottom: 0;
377 left: 20%;
378 opacity: 0;
379 content: attr(data-tooltip); /* might also use attr(title) */
380 height: auto;
381 min-width: 300px;
382 z-index: 999;
383 text-decoration: none;
384 text-align: center;
385 border: 1px solid #c8d7e1;
386 border-radius: 4px;
387 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 56px rgba(0, 0, 0, 0.075);
388 background: #fff;
389 color: #4f748e;
390 font-size: 13px;
391 padding: 16px;
392 }
393
394 .epfw-tooltip:before {
395 position: absolute;
396 visibility: hidden;
397 width: 0;
398 height: 0;
399 left: 50%;
400 bottom: 0px;
401 opacity: 0;
402 content: "";
403 border-style: solid;
404 border-width: 6px 6px 0 6px;
405 border-color: rgba(255, 255, 255, 0.85) transparent transparent transparent;
406 }
407
408 .epfw-tooltip:hover:after {
409 visibility: visible;
410 opacity: 1;
411 bottom: 20px;
412 }
413
414 .epfw-tooltip:hover:before {
415 visibility: visible;
416 opacity: 1;
417 bottom: 14px;
418 }
419
420 /* radio group styling */
421 .sabox-table input[type="radio"] {
422 display: none;
423 margin: 10px;
424 }
425
426 .sabox-table input[type="radio"] + label {
427 margin: .25em 0 .5em !important;
428 min-width: 100px;
429 display: inline-block;
430 padding: 4px 12px;
431 font-size: 14px;
432 line-height: 20px;
433 color: #333;
434 text-align: center;
435 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
436 vertical-align: middle;
437 cursor: pointer;
438 background-color: #f5f5f5;
439 background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
440 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
441 background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
442 background-image: -o-linear-gradient(top, #fff, #e6e6e6);
443 background-image: linear-gradient(to bottom, #fff, #e6e6e6);
444 background-repeat: repeat-x;
445 border: 1px solid #ccc;
446 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
447 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
448 border-bottom-color: #b3b3b3;
449 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
450 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
451 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
452 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
453 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
454 }
455
456 .sabox-table input[type="radio"]:checked + label {
457 background-image: none;
458 outline: 0;
459 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
460 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
461 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
462 background-color: #e0e0e0;
463 }
464
465 .sabox-radio-group {
466 text-align: right;
467 }
468
469 .sabox-multicheckbox {
470 text-align: right;
471 }
472
473 .sabox-multicheckbox > div {
474 display: inline-block;
475 margin: 0 0 10px 10px;
476 }
477
478 /* Upsell */
479 a.upgrade-pro {
480 float: right;
481 color: red !important;
482 margin-right: 0 !important;
483 text-decoration: none;
484 font-size: 14px;
485 padding: 12px;
486 }
487
488 a.upgrade-pro:after {
489 font-family: 'dashicons';
490 content: '\f155';
491 margin-left: 7px;
492 vertical-align: middle;
493 }
494
495 .wp-has-submenu a[href*="admin.php?page=sab-upgrade"] {
496 color: red !important;
497 }
498
499 .wp-has-submenu a[href*="admin.php?page=sab-upgrade"]:after {
500 font-family: 'dashicons';
501 content: '\f155';
502 margin-left: 7px;
503 vertical-align: middle;
504 }
505
506 /* Lite vs PRO SEction */
507 .featured-section.features .row {
508 display: inline-block;
509 width: 97%;
510 padding: 15px;
511 border-bottom: 1px solid rgba(0, 0, 0, .06);
512 }
513
514 .featured-section.features .row .dashicons-yes {
515 color: #2cbe4e;
516 }
517
518 .featured-section.features .row .dashicons-no-alt {
519 color: #ff3d2e;
520 }
521
522 .featured-section.features .row > div {
523 display: inline-block;
524 float: left;
525 width: 15%;
526 text-align: center;
527 }
528
529 .featured-section.features .row > .feature {
530 width: 70%;
531 text-align: left;
532 }
533
534 .featured-section .free-pro-table {
535 border-spacing: 0;
536 width: 100%;
537 margin-top: 40px;
538 }
539
540 .featured-section .free-pro-table th {
541 padding-bottom: 20px;
542 }
543
544 .featured-section .free-pro-table td {
545 border-top: 1px solid #ccc;
546 padding: 20px 0 25px;
547 }
548
549 .featured-section .free-pro-table h3 {
550 margin: 0;
551 }
552
553 .featured-section .free-pro-table td p {
554 margin: 0;
555 }
556
557 .featured-section .free-pro-table .sab-feature,
558 .featured-section .free-pro-table .sab-pro-feature {
559 text-align: center;
560 width: 15%;
561 }
562
563 .featured-section .free-pro-table .dashicons-yes {
564 color: #00a878;
565 }
566
567 .featured-section .free-pro-table .dashicons-no-alt {
568 color: #ff3439;
569 }
570
571 .featured-section .free-pro-table .dashicons-before:before,
572 .featured-section .free-pro-table .dashicons-before:before {
573 font-size: 35px;
574 height: 35px;
575 width: 35px;
576 }
577
578 .featured-section .button-hero .dashicons {
579 font-size: 16px;
580 vertical-align: middle;
581 }
582
583 .featured-section .ti-about-page-text-center {
584 text-align: center;
585 }
586
587 .free-pro-table .text-right {
588 text-align: right;
589 }
590
591 body .simple-author-box-wrap .wp-badge {
592 background: url('../img/sab-big-icon.png') center 35px no-repeat #27547d;
593 padding-top: 160px;
594 height: 0;
595 background-size: 80%;
596 }
597
598 /* Preview */
599 .sabox-preview {
600 border: 1px solid #ddd;
601 margin: 20px auto;
602 padding: 0;
603 }
604
605 .sabox-preview .saboxplugin-wrap {
606 background-color: #FFF;
607 }
608
609 .sabox-preview .sabox-preview-topbar {
610 background-color: #FAFAFA;
611 border-bottom: 1px solid #DDD;
612 text-align: center;
613 padding: 10px;
614 margin-bottom: 40px;
615 }
616
617 .sabox-preview .sabox-preview-topbar .dashicons {
618 position: relative;
619 top: 2px;
620 margin-right: 10px;
621 }
622
623 .sabox-preview .note {
624 margin-top: 40px;
625 padding: 10px;
626 background-color: #fafafa;
627 border-top: 1px solid #ddd;
628 font-style: italic;
629 color: #777;
630 }
631