PluginProbe
PowerPress Podcasting plugin by Blubrry / trunk
PowerPress Podcasting plugin by Blubrry vtrunk
11.17.9 11.17.8 11.17.7 11.17.6 11.17.4 11.17.3 11.17.2 11.17.1 11.17 11.16.11 11.16.10 11.16.9 11.16.8 11.16.7 11.16.6 11.16.5 11.16.4 11.16.3 11.16.2 11.16.1 11.9.13 11.9.14 11.9.15 11.9.16 11.9.17 All 383 releases
powerpress / css / admin.css

admin.css in PowerPress Podcasting plugin by Blubrry trunk, at css/admin.css

863 lines 14.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* admin.css */
2 .powerpress_save_button_other {
3 float: right;
4 background-color: #2278CF;
5 color: white;
6 box-shadow: none;
7 border-radius: 4px;
8 border: none;
9 padding: 1ch 1em;
10 cursor: pointer;
11 }
12
13 .pp-welcome-notification {
14 width: 100%;
15 padding: 4px;
16 border: 1px solid #3475CE;
17 border-radius: 5px;
18 margin-bottom: 1em;
19 }
20
21 .pp-welcome-notification img {
22 display: inline-block;
23 height: 4em;
24 margin: 1ch 1em 0 1em;
25 vertical-align: middle;
26 }
27
28 .pp-welcome-notification-text {
29 display: inline-block;
30 vertical-align: middle;
31 }
32
33 .pp-welcome-notification-text h3 {
34 color: #3475CE;
35 margin-bottom: 0;
36 margin-top: 1ch;
37 }
38
39 .pp-welcome-notification a {
40 display: block;
41 float: right;
42 text-decoration: none;
43 margin-right: 4px;
44 }
45
46 .pp-welcome-notification .pp-welcome-notification-text a {
47 float: none;
48 text-decoration: underline;
49 display: inline-block;
50 }
51
52 .pp-welcome-notification p {
53 display: block;
54 }
55
56 #powerpress_settings .form-table th {
57 padding-left: 1em;
58 }
59
60 .pp-migrate-container {
61 background: #FFFFFF 0% 0% no-repeat padding-box;
62 border: 1px solid #444444;
63 border-radius: 4px;
64 opacity: 1;
65 margin: 0 auto 1em auto;
66 }
67
68 #powerpreess_step_1b {
69 padding-left: 3em;
70 }
71
72 .divider-left {
73
74 border-left: 1px solid #707070;
75 }
76
77 .pp-migrate-container .pp_button {
78 border-radius: 4px;
79 float: left;
80 }
81
82 .powerpress-step-blue {
83 height: 4ex;
84 width: 4ex;
85 background-color: #1976d2;
86 color: white;
87 border-radius: 2ex;
88 padding: 1ex;
89 display: inline-block;
90 text-align: center;
91 vertical-align: bottom;
92 font-size: 70%;
93 margin-right: 1em;
94 }
95
96 .pp-migrate-container-heading {
97 padding: 1em 2em;
98 width: 100%;
99 border-bottom: 1px solid #444444;
100 }
101
102 .pp-migrate-content {
103 padding: 2em 3em;
104 width: 100%;
105 }
106
107 #pp-migrate-page {
108 color: #444444;
109 margin-left: 2em;
110 margin-right: 2em;
111 }
112
113 #pp-migrate-page .pp-migrate-subtitle {
114 display: inline-block;
115 width: calc(100% - 10em);
116 vertical-align: top;
117 margin-left: 1em;
118 color: #747474;
119 }
120
121 .pp-migrate-container input[type="checkbox"] {
122 display: inline-block;
123 }
124
125 .pp-migrate-container img {
126 height: 7em;
127 display: inline-block;
128 }
129
130 .pp-migrate-container img.loading {
131 height: 10px;
132 width: 100%;
133 margin: auto auto 1ch auto;
134 display: block;
135 }
136
137 .pp-migrate-container .migrate-status-yellow {
138 color: #FFB92E;
139 font-weight: 600;
140 }
141
142 .pp-migrate-container .migrate-status-blue {
143 color: #1976d2;
144 font-weight: 600;
145 }
146
147 .pp-migrate-container .migrate-status-red {
148 color: #ff3939;
149 }
150
151 .pp-migrate-container a {
152 color: #1976D2;
153 text-decoration: underline;
154 display: inline-block;
155 margin-top: 1em;
156 }
157
158
159 .powerpress-notice,
160 div.powerpress-notice,
161 .wrap div.powerpress-notice {
162
163 margin: 20px 0 10px;
164 padding: 0 5px;
165 line-height: 29px;
166 }
167 .powerpress-error,
168 div.powerpress-error,
169 .wrap div.powerpress-error {
170 margin: 20px 5px 10px;
171 padding: 0 10px;
172 line-height: 29px;
173 font-size: 12px;
174 border-width: 1px;
175 border-style: solid;
176 font-weight: bold;
177 /* background-color: #ffebe8; /* red */
178 }
179
180 #powerpress_settings ul li ul {
181 list-style: disc;
182 }
183 #powerpress_settings ul li ul li {
184 margin-left: 50px;
185 font-size: 90%;
186 }
187 #powerpress_settings label {
188 /* font-size: 110%; */
189 }
190 #powerpress_settings td {
191 padding-top: 12px;
192 }
193 #powerpress_settings td p {
194 padding-bottom: 10px;
195 }
196 .bpp_input_sm {
197 width: 120px;
198 }
199 .bpp_input_med {
200 width: 250px;
201 }
202
203 .powerpress_color_box {
204 float: left;
205 width: 16px;
206 height: 16px;
207 cursor: pointer;
208 margin: 4px 1px;
209 border: 1px solid #666666;
210
211 }
212
213
214 #powerpress_support {
215
216 }
217 #powerpress_support li {
218 margin-left: 70px;
219 list-style-type:disc;
220 margin-top: 0;
221 margin-bottom: 0;
222 }
223
224 /*.powerpress-welcome-news {
225 margin: 10px 0 0 0;
226 float: left;
227 width: 60%;
228 border-right: 1px solid #CCCCCC;
229 }*/
230 .powerpress-welcome-news a {
231 text-decoration: none;
232 }
233 .powerpress-welcome-news .rssSummary {
234 font-size: 95%;
235 }
236 .powerpress-welcome-news .powerpressNewsPlayer {
237 margin-top: 5px;
238 }
239 .powerpress-welcome-news ul li {
240 margin: 15px 0 10px 0;
241 }
242 .powerpress-welcome-news h2 {
243 padding: 0;
244 }
245
246 #powerpress_settings label.powerpress-normal-font {
247 font-size: 11px;
248 }
249 #powerpress_admin_header {
250 vertical-align: text-bottom;
251 }
252 #powerpress_admin_header h2 {
253 /* float: left; */
254 display: inline-block;
255 }
256 #powerpress_admin_header h2,
257 #powerpress_admin_header h3,
258 #powerpress_admin_header h4 {
259 line-height: 1.1;
260 margin: 10px 0 0 0;
261 padding: 0;
262 font-weight: bold;
263 }
264 #powerpress_admin_header p {
265 line-height: 1.1;
266 margin: 5px 0 10px 0;
267 padding: 0;
268 }
269 #powerpress_admin_header .powerpress-admin-heading {
270 font-weight: bold;
271 }
272 #powerpress_admin_header .powerpress-mode {
273 margin-left: 14px;
274 display: inline-block;
275 color: #FF6600;
276 font-size: 15px;
277 font-weight: bold;
278 }
279 #pp-getting-started-box {
280 max-width: 1200px;
281 }
282
283 #pp-getting-started-box h2 {
284 font-size: 200%;
285 margin-bottom: 20px;
286 font-style: oblique;
287 line-height: 1.2em;
288 }
289 #pp-getting-started-box > p {
290 font-size: 125%;
291 }
292
293
294
295
296 .powerpress-required {
297 font-size: 85%;
298 color: #CC0000;
299 margin-left: 12px;
300 font-style:italic;
301 }
302
303 .powerpress-step {
304 display: inline-block;
305 float: left;
306 vertical-align: top;
307 position: relative;
308 padding: 8px;
309 }
310
311 .blubrry-services {
312 color: #337EC9;
313 font-size: 18px;
314 line-height: 1.2;
315 }
316 .blubrry-services p {
317 margin: 0 70px 0 0;
318 padding: 0;
319 }
320 .blubrry-services strong {
321 color: #FF6600;
322 font-weight: normal;
323 }
324 .blubrry-services p.top-lines {
325 margin-right: 0;
326 }
327 .blubrry-services a {
328 color: #FF6600;
329 font-size: 20px;
330 line-height: 2;
331 }
332 .blubrry-services .blubrry-hosting,
333 .blubrry-services .blubrry-stats {
334 float: left;
335 width: 230px;
336 height: 140px;
337 background-color: #ECECEC;
338 padding: 10px;
339 margin-top: 10px;
340 }
341 .blubrry-services .blubrry-stats {
342 background-image: url('../images/StatsIcon.png');
343 background-repeat:no-repeat;
344 background-position: bottom right;
345 }
346
347 .blubrry-services .blubrry-hosting {
348 margin-right: 50px;
349 background-image: url('../images/blubrry_icon.png');
350 background-repeat:no-repeat;
351 background-position: bottom right;
352 }
353
354
355 @media screen and (min-width: 1px) and (max-width: 819px) {
356 .powerpress-step {
357 width: 170px;
358 }
359 #powerpress_steps p {
360 font-size: 16px;
361 margin: 20px 4px;
362 }
363 .blubrry-services .blubrry-hosting {
364 margin-right: 20px;
365 }
366 }
367 @media screen and (min-width: 1px) and (max-width: 729px) {
368
369 #powerpreess_step_1 {
370 background-position: 1px bottom;
371 }
372 #powerpress_steps p {
373 margin: 10px 4px;
374 }
375 .blubrry-services .blubrry-hosting {
376 margin-right: 10px;
377 }
378 }
379
380 @media screen and (min-width: 1px) and (max-width: 729px) {
381
382 .powerpress-step {
383 width: 24%;
384 margin-left: 30px;
385 }
386 }
387
388 #powerpress_settings_page {
389 background: none;
390 background-color: inherit;
391 border: none;
392 }
393 #powerpress_settings_page .ui-widget-header {
394 background: none;
395 border: none;
396 }
397 #powerpress_settings_page .ui-state-default,
398 #powerpress_settings_page .ui-widget-content .ui-state-default,
399 #powerpress_settings_page .ui-widget-header .ui-state-default {
400 background: none;
401 border: none;
402 }
403 #powerpress_settings_page .ui-tabs-nav li {
404 margin-bottom: 0px;
405 border-bottom: none;
406 }
407
408 #powerpress_settings_page .ui-tabs-nav li.ui-tabs-active {
409 margin-bottom: -1px;
410 padding-bottom: 1px;
411 }
412 #powerpress_settings_page .ui-tabs-nav li a {
413 padding: 4px 5px 2px;
414 }
415 #powerpress_settings_page .ui-tabs-nav li.ui-tabs-active a {
416 padding: 4px 5px 3px;
417 }
418
419
420 #powerpress_settings_page .powerpress_tab {
421 background-color: #FFFFFF;
422 border-collapse: separate;
423 border-style: solid;
424 border-width: 1px;
425 border-color: #DFDFDF;
426 border-color: #B3B3B3;
427 }
428
429
430 /* sections */
431 .pp-section {
432 clear: both;
433 padding: 0px;
434 margin: 0px;
435 }
436 .pp-section dt {
437 font-weight: bold;
438 }
439
440 .pp-expand-section {
441 text-decoration: none;
442 }
443 a.pp-expand-section,
444 a.pp-expand-section:hover,
445 a.pp-expand-section:focus,
446 a.pp-expand-section:visited {
447 color: #1976D2;
448 }
449 .pp-expand-section:before,
450 .pp-expand-section-expanded:before {
451 background-color: #1976D2;
452 border: 1px solid #1976D2;
453 border-radius: 3px;
454 font-weight: bold;
455 color: #ffffff;
456 height: 20px;
457 width: 20px;
458 display: inline-block;
459 margin-right: 10px;
460 text-align: center;
461 font-size: 20px;
462 }
463 .pp-expand-section:before {
464 content: ' \25C4'; /* ◄ */
465 content: '+';
466 line-height: 20px;
467 }
468 .pp-expand-section-expanded:before {
469 content: ' \25BC';
470 content: '-';
471 line-height: 16px;
472 }
473 .bbplayer_settings .form-table th{
474 padding-bottom: 0;
475 }
476 .bbplayer_settings h3{
477 color: #003366;
478 font-weight: bold;
479 }
480 /* buttons */
481 .wp-core-ui .button-blubrry {
482 background: #1976D2;
483 border-color: #1976D2;
484 color: #FFFFFF;
485 }
486 .wp-core-ui .button-blubrry-gray {
487 background: #f7f7f7;
488 border-color: #ccc;
489 color: #555;
490 }
491 .wp-core-ui .button-blubrry:hover,
492 .wp-core-ui .button-blubrry:focus {
493 background: #0D87E9;
494 border-color: #0D87E9;
495 color: #FFFFFF;
496 }
497 .pp-form-error {
498 border: red solid 1px;
499 }
500
501
502 .powerpress-blubrry-hosting-marketing {
503 max-width: 80rem;
504 margin: 0 auto 2rem auto;
505 padding: 2ch 2em;
506 background-color: white;
507 border-radius: 4px;
508 border-top: 2px solid rgba(144, 144, 144, 0.25);
509 }
510
511 .hosting-marketing-blubrry-logo {
512 display: inline-block;
513 width: 20%;
514 vertical-align: middle;
515 }
516
517 .hosting-marketing-text-container {
518 display: inline-block;
519 margin-left: 2em;
520 height: 100%;
521 vertical-align: middle;
522 }
523
524 .hosting-marketing-title {
525 color: #0c74d5;
526 font-weight: bold;
527 }
528
529 .hosting-marketing-text {
530 text-decoration: none;
531 }
532
533 a.hosting-marketing-text {
534 color: #0c74d5;
535 }
536
537 .hosting-marketing-button {
538 display: inline-block;
539 border-radius: 4px;
540 background-color: #0c74d5;
541 color: white;
542 font-family: Roboto, sans-serif;
543 font-size: 14px;
544 padding: 1ch 2em 1ch 2em;
545 cursor: pointer;
546 text-align: center;
547 font-weight: bold;
548 width: 20%;
549 border: none;
550 margin-left: 1em;
551 vertical-align: middle;
552 }
553
554
555 .pp-page-header {
556 font-size: 30px;
557 font-weight: 500;
558 margin-bottom: 10px;
559 }
560 .pp-page-sub-header{
561 font-size: 25px;
562 font-weight: 500;
563 margin-bottom: 10px;
564 margin-top: 10px;
565 }
566 .pp-page-h3 {
567 font-weight: 400;
568 }
569 .pp-page-h3-bold {
570 font-weight: 500;
571 }
572 .pp-card-body {
573 background-color: white;
574 border-radius: 4px;
575 padding: 35px 25px 25px 25px;
576 }
577 .pp-tools-item, .pp-tools-text {
578 float: left;
579 }
580 .pp-tools-text {
581 margin: 0 0 10px 0;
582 }
583 .pp-tools-button {
584 margin-left: auto;
585 margin-top: 15px;
586 height: fit-content;
587 padding: 10px 30px 10px 30px !important;
588 cursor: pointer;
589 text-decoration: none;
590 min-width: 10%;
591 text-align: center;
592 }
593 .pp-tools-button:hover {
594 color: white;
595 background: #4e93d9;
596 }
597
598 .pp-row {
599 display: flex;
600 flex-wrap: wrap;
601 }
602
603 .pp-tools-row {
604 padding-left: 30px;
605 padding-right: 30px;
606 }
607
608 .pp-page-back-link{
609 margin: 0 0 10px 0;
610 }
611
612 .find-and-replace-input {
613 margin-top: 6px;
614 width: 50% !important;
615 height: 50%;
616 }
617 .preview-changes-list {
618 border: 1px solid black;
619 }
620 .preview-changes-row {
621 padding: 10px;
622 }
623 .colored-row {
624 background: #eeeeee;
625 }
626 .hosting-platform-button {
627 border: 1px solid black;
628 padding: 10px 5px;
629 text-decoration: none;
630 color: black;
631 margin-right: 15px;
632 text-align: center;
633 }
634 .hosting-platform-button:hover {
635 color: black;
636 background: #eeeeee;
637 }
638 .diagnostics-message {
639 border: 1px solid black;
640 padding-left: 20px;
641 padding-right: 20px;
642 padding-bottom: 20px;
643 margin: 15px 30px 15px 30px;
644 border-radius: 12px;
645 }
646 .diagnostics-status-row {
647 margin-left: -20px !important;
648 margin-right: -20px !important;
649 margin-bottom: 8px;
650 border-top-left-radius: 12px;
651 border-top-right-radius: 12px;
652 padding: 8px 20px;
653 }
654 .diagnostic-report-divider {
655 margin-right: 28px;
656 margin-left: 28px;
657 }
658 .diagnostics-tab {
659 padding: 2vh 2% !important;
660 transition: auto !important;
661 }
662 .email-results {
663 border: 1px solid black;
664 margin: 15px 30px 15px 30px;
665 border-radius: 12px;
666 }
667 .pp-tab button {
668 background-color: inherit;
669 float: left;
670 border: none;
671 outline: none;
672 cursor: pointer;
673 padding: 3vh 3%;
674 transition: 0.3s;
675 width: auto;
676 font-size: 16px;
677 }
678 .pp-tab button.active {
679 border-bottom: 3px solid #1a6deb;
680 font-weight: bold;
681 }
682 .pp-tabcontent {
683 background-color: #ffffff;
684 display: none;
685 border-top: none;
686 padding: 0 40px 0 0;
687 height: 100%;
688 }
689 .pp-tabcontent.active {
690 display: block;
691 }
692 .hosting-platform-img{
693 width: 25%;
694 float: left;
695 margin-left: 15px;
696 }
697 .hosting-platform-text {
698 margin-top: 10px;
699 }
700
701 /* pp-tooltip container */
702 div[class^="pp-tooltip"] {
703 position: relative;
704 display: inline-block;
705 background-color: #dadada;
706 color: white;
707 padding: 1px 6px 1px 6px;
708 border-radius: 9px;
709 width: 6px;
710 height: 16px;
711 text-align: center;
712 font-family: Roboto, serif;
713 }
714
715 /* pp-tooltip text */
716 div[class^="pp-tooltip"] .text-pp-tooltip {
717 position: absolute;
718 visibility: hidden;
719 min-width: 300px;
720 background-color: #3e3f42;
721 color: #fff;
722 text-align: center;
723 padding: 5px;
724 border-radius: 6px;
725 z-index: 1;
726 font-family: Roboto, sans-serif;
727 top: -100%;
728 }
729
730 .pp-tooltip-right .text-pp-tooltip {
731 margin-left: -5px;
732 border-width: 5px;
733 left: 150%;
734 }
735
736 /* show tooltip on hover */
737 div[class^="pp-tooltip"]:hover .text-pp-tooltip {
738 visibility: visible;
739 }
740
741 /* arrow on tooltip */
742 div[class^="pp-tooltip"] .text-pp-tooltip::after {
743 content: " ";
744 position: absolute;
745 border-width: 5px;
746 border-style: solid;
747 top: 50%;
748 }
749
750 .pp-tooltip-right .text-pp-tooltip::after {
751 border-color: transparent #3e3f42 transparent transparent;
752 left: -3%;
753 }
754
755 @media (max-width: 1110px) {
756 .hosting-marketing-button {
757 width: 95%;
758 padding-top: 1em;
759 padding-bottom: 1em;
760 margin-right: 1em;
761 }
762 .hosting-marketing-text-container {
763 width: 70% !important;
764 }
765 .hosting-marketing-blubrry-logo {
766 margin-left: 1em;
767 }
768 }
769
770 @media (max-width: 799px) {
771 #destinations-blubrry .hosting-marketing-blubrry-logo {
772 width: 70%;
773 margin-right: 1em;
774 margin-bottom: 1em;
775 margin-left: 0;
776 }
777 #destinations-blubrry .hosting-marketing-text-container {
778 width: 90% !important;
779 margin-left: 0;
780 }
781 }
782
783 @media (max-width: 599px) {
784 #destinations-blubrry .hosting-marketing-blubrry-logo {
785 width: 80%;
786 }
787 }
788
789 @media (max-width: 480px) {
790 .hosting-marketing-blubrry-logo {
791 width: 90%;
792 margin-right: 1em;
793 margin-bottom: 1em;
794 margin-left: 0;
795 }
796 .hosting-marketing-text-container {
797 width: 90% !important;
798 margin-left: 0;
799 }
800 .hosting-marketing-button {
801 margin-left: 0;
802 }
803 }
804
805 /* DEPRECATED FEATURE MODAL */
806 .pp-modal {
807 position: fixed;
808 top: 0;
809 left: 0;
810 width: 100%;
811 height: 100%;
812 background: rgba(0,0,0,0.5);
813 z-index: 100000;
814 }
815 .pp-modal-content {
816 position: absolute;
817 top: 50%;
818 left: 50%;
819 transform: translate(-50%,-50%);
820 background: #fff;
821 padding: 2em;
822 border-radius: 8px;
823 max-width: 400px;
824 box-shadow: 0 4px 20px rgba(0,0,0,0.3);
825 }
826 .pp-modal-content h3 {
827 margin-top: 0;
828 color: #1d2327;
829 }
830 .pp-modal-content p {
831 color: #666;
832 }
833 .pp-modal-options {
834 margin: 1.5em 0;
835 }
836 .pp-modal-options label {
837 display: block;
838 margin-bottom: 0.5em;
839 cursor: pointer;
840 }
841 .pp-modal-actions {
842 text-align: right;
843 margin-top: 1.5em;
844 }
845
846 /* ERROR DETAILS */
847 .powerpress-error-details {
848 margin-top: 8px;
849 font-weight: normal;
850 }
851 .powerpress-error-details summary {
852 cursor: pointer;
853 }
854 .powerpress-error-details pre {
855 margin: 4px 0 0;
856 padding: 10px;
857 background: #f8f8f8;
858 border-left: 3px solid #dc3545;
859 font-family: monospace;
860 font-size: 12px;
861 white-space: pre-wrap;
862 }
863