PluginProbe
E2Pdf – Export Pdf Tool for WordPress / 1.00.00
E2Pdf – Export Pdf Tool for WordPress v1.00.00
1.32.49 1.32.48 1.32.43 1.32.40 1.32.34 1.32.32 1.32.31 1.32.26 1.32.22 1.32.23 1.32.18 1.32.17 1.32.15 trunk 1.00.00 1.00.13 1.01.01 1.02.02 1.03.07 1.04.07 1.05.03 1.06.02 1.07.11 1.08.00 1.08.06 All 72 releases
e2pdf / css / e2pdf.backend.css

e2pdf.backend.css in E2Pdf – Export Pdf Tool for WordPress 1.00.00, at css/e2pdf.backend.css

1,624 lines 28.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 .menu-top.toplevel_page_e2pdf .dashicons-admin-generic:before {
3 content: "\f183";
4 }
5
6 .e2pdf-ib {
7 display: inline-block;
8 -webkit-box-sizing: border-box;
9 -moz-box-sizing: border-box;
10 box-sizing: border-box;
11 vertical-align: top;
12 }
13
14 .e2pdf-w10 {
15 width: 10%;
16 }
17
18 .e2pdf-w15 {
19 width: 15%;
20 }
21
22 .e2pdf-w20 {
23 width: 20%;
24 }
25
26 .e2pdf-w25 {
27 width: 25%;
28 }
29
30 .e2pdf-w30 {
31 width: 30%;
32 }
33
34 .e2pdf-w35 {
35 width: 35%;
36 }
37
38 .e2pdf-w40 {
39 width: 40%;
40 }
41
42 .e2pdf-w50 {
43 width: 50%;
44 }
45
46 .e2pdf-w70 {
47 width: 70%;
48 }
49
50 .e2pdf-w80 {
51 width: 80%;
52 }
53
54 .e2pdf-w100 {
55 width: 100%;
56 }
57
58 .e2pdf-pr5 {
59 padding-right: 5px;
60 }
61
62 .e2pdf-pr10 {
63 padding-right: 10px;
64 }
65
66 .e2pdf-pr20 {
67 padding-right: 20px;
68 }
69
70
71 .e2pdf-pl5 {
72 padding-left: 5px;
73 }
74
75 .e2pdf-pl10 {
76 padding-left: 10px;
77 }
78
79 .e2pdf-pl20 {
80 padding-left: 20px;
81 }
82
83 .e2pdf-small, .e2pdf-dialog label.e2pdf-small {
84 font-size: 10px;
85 }
86
87 .e2pdf-grid {
88 width: 100%;
89 }
90
91 .wp-core-ui .e2pdf-templates-list .attachment {
92 max-width: 160px;
93 }
94
95 .e2pdf-templates-list .dashicons {
96 font-size: 60px;
97 width: 60px;
98 height: 60px;
99 position: absolute;
100 top: 50%;
101 left: 50%;
102 margin-top: -40px;
103 margin-left: -30px;
104 }
105
106 .e2pdf-submit-form-wrapper {
107 position: relative;
108 display: inline-block;
109 width: auto;
110 }
111
112 .phpinfo_wrapper pre {
113 margin: 0;
114 font-family: monospace;
115 }
116 .phpinfo_wrapper a:link {
117 color: #000099;
118 text-decoration: none;
119 background-color: #ffffff;
120 }
121 .phpinfo_wrapper a:hover {
122 text-decoration: underline;
123 }
124 .phpinfo_wrapper table {
125 border-collapse: collapse;
126 max-width: 900px;
127 }
128
129 .phpinfo_wrapper .center table {
130 margin-left: 0;
131 margin-right: 0;
132 text-align: left;
133 width: 100%;
134 }
135 .phpinfo_wrapper .center th {
136 text-align: center !important;
137 }
138 .phpinfo_wrapper td, .phpinfo_wrapper th {
139 border: 1px solid #000000;
140 font-size: 75%;
141 vertical-align: baseline;
142 }
143 .phpinfo_wrapper h1 {
144 font-size: 150%;
145 }
146 .phpinfo_wrapper h2 {
147 font-size: 125%;
148 }
149 .phpinfo_wrapper .p {
150 text-align: left;
151 }
152 .phpinfo_wrapper .e {
153 background-color: #ccccff;
154 font-weight: bold;
155 color: #000000;
156 }
157 .phpinfo_wrapper .h {
158 background-color: #9999cc;
159 font-weight: bold;
160 color: #000000;
161 }
162 .phpinfo_wrapper .v {
163 background-color: #ddd;
164 color: #000000;
165 word-break: break-all;
166 }
167 .phpinfo_wrapper .vr {
168 background-color: #ddd;
169 text-align: right;
170 color: #000000;
171 }
172 .phpinfo_wrapper img {
173 float: right;
174 border: 0px;
175 }
176 .phpinfo_wrapper hr {
177 width: 600px;
178 background-color: #ddd;
179 border: 0px;
180 height: 1px;
181 color: #000000;
182 }
183
184 .widefat.e2pdf-templates-list .column-id {
185 width: 3.7em;
186 }
187
188 .widefat.e2pdf-templates-list .column-item
189 {
190 width: 15em;
191 }
192
193 .widefat.e2pdf-templates-list .column-shortcode {
194 width: 11em;
195 }
196
197 .widefat.e2pdf-templates-list .column-updated
198 {
199 width: 10%;
200 }
201
202 .widefat.e2pdf-templates-list .column-activation {
203 width: 9em;
204 }
205
206 .widefat.e2pdf-templates-list .column-shortcode input {
207 width: 100%;
208 font-size: 10px;
209 text-align: center;
210 }
211
212 .e2pdf-notice {
213 word-break: break-all;
214 }
215
216 div.error.e2pdf-notice, div.updated.e2pdf-notice {
217 padding: 10px;
218 }
219
220 .e2pdf-tabs-panel li a,
221 .e2pdf-tabs-panel li a:link,
222 .e2pdf-tabs-panel li a:focus {
223 box-shadow: none;
224 }
225
226 .e2pdf-tabs-panel li.active {
227 border: 1px solid #ddd;
228 border-bottom-color: #fdfdfd;
229 background-color: #fdfdfd;
230 z-index: 2;
231 }
232
233 .e2pdf-options-panel {
234 margin-bottom: 10px;
235 }
236
237 .e2pdf-options-panel label {
238 font-weight: normal;
239 }
240
241 .e2pdf-options-panel select, .e2pdf-options-panel input[type='text'] {
242 width: 100%;
243 height: 28px;
244 }
245
246 .e2pdf-build-pdf-elements-list li {
247 width: 50%;
248 display: inline-block;
249 padding: 0 5px;
250 -webkit-box-sizing: border-box;
251 -moz-box-sizing: border-box;
252 box-sizing: border-box;
253 position: relative;
254 }
255
256
257
258 a.e2pdf-be {
259 display: inline-block;
260 text-align: center;
261 width: 100%;
262 font-size: 10px;
263 margin-bottom: 5px;
264 padding: 0 11px;
265 background: #fafafa;
266 color: #23282d;
267 -webkit-box-shadow: 0 1px 0 #ddd;
268 box-shadow: 0 1px 0 #ddd;
269 text-decoration: none;
270 line-height: 26px;
271 height: 28px;
272 padding: 0 10px 1px;
273 cursor: pointer;
274 border: 1px solid #ddd;
275 -webkit-appearance: none;
276 -webkit-border-radius: 3px;
277 border-radius: 3px;
278 white-space: nowrap;
279 -webkit-box-sizing: border-box;
280 -moz-box-sizing: border-box;
281 box-sizing: border-box;
282 max-width: 117px;
283 }
284
285
286 a.e2pdf-be:hover {
287 background: #eee;
288 }
289
290 .e2pdf-center {
291 text-align: center;
292 }
293
294 .e2pdf-inside-page {
295 position: absolute;
296 }
297
298 #e2pdf_templates_save .inside {
299 margin: 0;
300 padding: 0;
301 }
302
303 .e2pdf-page {
304 background: #fff;
305 display: block;
306 border: 1px solid #e5e5e5;
307 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
308 box-shadow: 0 1px 1px rgba(0,0,0,.04);
309 background: #fff;
310 margin: 0 auto;
311 margin-top: 40px;
312 position: relative;
313 background-size: cover;
314 }
315
316 .e2pdf-build-top-panel, .e2pdf-build-bottom-panel {
317 background: #fff;
318 border: 1px solid #e5e5e5;
319 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
320 box-shadow: 0 1px 1px rgba(0,0,0,.04);
321 padding: 0px;
322 margin-top: 10px;
323 }
324
325 .e2pdf-float-left {
326 float: left;
327 }
328
329 .e2pdf-float-right {
330 float: right;
331 }
332
333 .e2pdf-panel-options {
334 padding: 0;
335 margin: 0;
336 }
337
338 .e2pdf-panel-options li {
339 display: inline-block;
340 padding: 8px;
341 margin: 0;
342 vertical-align: middle;
343 }
344
345 .e2pdf-html .content {
346 position: absolute;
347 width: 100%;
348 height: 100%;
349 display: block;
350 z-index: 1;
351 }
352
353 .e2pdf-element {
354 position: absolute;
355 display: block;
356 text-align: left;
357 }
358
359 .e2pdf-input {
360 width: 100%;
361 }
362
363 .e2pdf-image {
364 width: 100%;
365 height: 100%;
366 }
367
368 .e2pdf-context {
369 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
370 font-size: 13px;
371 width: 120px;
372 position: absolute;
373 border-left: 1px solid #e5e5e5;
374 border-top: 1px solid #e5e5e5;
375 border-right: 1px solid #e5e5e5;
376 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
377 box-shadow: 0 1px 1px rgba(0,0,0,.04);
378 background: #fff;
379 z-index: 99;
380 }
381
382 .e2pdf-context-menu {
383 padding: 0;
384 margin: 0;
385 }
386
387 .e2pdf-context-menu li {
388 padding: 0;
389 margin: 0;
390 line-height: 0;
391 }
392
393 .e2pdf-context-menu a {
394 text-decoration: none;
395 border-bottom: 1px solid #e5e5e5;
396 padding: 5px;
397 display: inline-block;
398 width: 100%;
399 line-height: 16px;
400 -webkit-box-sizing: border-box;
401 -moz-box-sizing: border-box;
402 box-sizing: border-box;
403 }
404
405 .e2pdf-fade {
406 opacity: 0.7;
407 filter: alpha(opacity=0.7);
408 zoom: 1;
409 position: fixed;
410 left: 0;
411 top: 0;
412 width: 100%;
413 height: 100%;
414 background: #000;
415 z-index: 1;
416 }
417
418 .e2pdf-popup-window {
419 display: block;
420 width: 100%;
421 max-width: 450px;
422 position: fixed;
423 background: #fff;
424 border: 1px solid #e5e5e5;
425 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
426 box-shadow: 0 1px 1px rgba(0,0,0,.04);
427 margin: 0 auto;
428 width: 300px;
429 margin-left: -150px;
430 z-index: 100;
431 top: 50%;
432 left: 50%;
433 padding: 10px;
434 border-radius: 5px;
435 }
436
437 .e2pdf-view-area {
438 display: block;
439 width: 100%;
440 max-width: 900px;
441 background: #fff;
442 padding: 2px 6px;
443 line-height: 1.4;
444 border: 1px solid #e5e5e5;
445 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
446 box-shadow: 0 1px 1px rgba(0,0,0,.04);
447 padding: 20px;
448 -webkit-box-sizing: border-box;
449 -moz-box-sizing: border-box;
450 box-sizing: border-box;
451 }
452
453 .e2pdf-view-area li {
454 margin: 6px 0;
455 }
456
457
458 .e2pdf-view-area .e2pdf-options-list li {
459 margin: 2px 0;
460 }
461
462 .e2pdf-name, .e2pdf-value {
463 vertical-align: top;
464 display: inline-block;
465 }
466
467 .e2pdf-name {
468 width: 30%;
469 }
470
471 .e2pdf-value {
472 width: 70%;
473 }
474
475
476 .e2pdf-bold {
477 font-weight: 600;
478 }
479
480 .e2pdf-load-el {
481 display: none;
482 }
483
484
485 .page-title-action.e2pdf-simple-button, .page-title-action.e2pdf-simple-button:focus {
486 top: 0;
487 margin: 0;
488 }
489
490 .e2pdf-dialog {
491 border: 1px solid #e5e5e5;
492 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
493 box-shadow: 0 1px 1px rgba(0,0,0,.04);
494 z-index: 1;
495 }
496
497 .e2pdf-dialog .ui-widget-header {
498 border-radius: 0;
499 background: #008ec2;
500 color: #fff;
501 border: none;
502 }
503
504 .e2pdf-form-editor-container {
505 z-index: 1;
506 }
507
508 .e2pdf-form-editor-container #titlediv #title {
509 margin-bottom: 0;
510 }
511
512 .e2pdf-tpl-wrapper {
513 position: relative;
514 width: 100%;
515 height: 950px;
516 display: block;
517 z-index: 0;
518 overflow: hidden;
519 }
520
521 .e2pdf-tpl {
522 position: absolute;
523 width: 100%;
524 height: 100%;
525 overflow: auto;
526 -webkit-box-sizing: border-box;
527 -moz-box-sizing: border-box;
528 box-sizing: border-box;
529 padding-bottom: 10px;
530 }
531
532
533 .e2pdf-html a {
534 color: inherit;
535 text-decoration: inherit;
536 border: 1px dashed #ddd;
537 -webkit-box-sizing: border-box;
538 -moz-box-sizing: border-box;
539 box-sizing: border-box;
540 }
541
542 .e2pdf-html p {
543 padding: inherit;
544 margin: inherit;
545 font-size: inherit;
546 line-height: inherit;
547 }
548
549 .e2pdf-html h1 {
550 font-size: 30px;
551 line-height: 40px;
552 padding:0;
553 font-weight: bold;
554 color: inherit;
555 }
556
557 #poststuff .e2pdf-html h2 {
558 font-size: 20px;
559 line-height: 30px;
560 padding:0;
561 font-weight: bold;
562 color: inherit;
563 }
564
565 .e2pdf-html ul {
566 list-style-type: none;
567 margin: 0;
568 padding: 0;
569 display: block;
570 padding-left: 0.4em;
571
572 }
573
574 .e2pdf-html ol {
575 list-style-position: inside;
576 margin: 0;
577 padding: 0;
578 }
579
580 .e2pdf-html ul li, .e2pdf-html ol li {
581 margin: 0;
582 }
583
584 .e2pdf-html ul li {
585 list-style-type: none;
586 position: relative;
587 }
588
589 .e2pdf-html ul li:before {
590 content:"\2219";
591 font-size: 2.8em;
592 line-height: inherit;
593 position: absolute;
594 top: -.02em;
595 left: -.2em;
596 }
597
598 .page-options-icon i {
599 font-size: 16px;
600 vertical-align: middle;
601 }
602
603 .page-options-icon i:before {
604 width: 20px;
605 height: 20px;
606 line-height: 20px;
607 }
608
609 .page-options-icon.e2pdf-delete-page i {
610 font-size: 22px;
611 }
612
613 .page-options-icons {
614 position: absolute;
615 right: 0;
616 top: -28px;
617 display: block;
618 line-height: 14px;
619 }
620
621 .page-options-icon {
622 display: inline-block;
623 width: 20px;
624 height: 20px;
625 line-height: 0;
626 text-decoration: none;
627 padding: 2px;
628 font-size: 20px;
629 font-weight: bold;
630 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
631 }
632
633 .e2pdf-welcome li,
634 .e2pdf-page-options li
635 {
636 display: inline-block;
637 width: 33.3%;
638 padding: 0 10px;
639 -webkit-box-sizing: border-box;
640 -moz-box-sizing: border-box;
641 box-sizing: border-box;
642 }
643
644 .e2pdf-welcome li a.button-primary,
645 .e2pdf-welcome li a.button-primary:focus,
646 .e2pdf-welcome li a.button-primary:link,
647 .e2pdf-welcome li a.button-primary:active,
648 .e2pdf-page-options li a.button-primary,
649 .e2pdf-page-options li a.button-primary:focus,
650 .e2pdf-page-options li a.button-primary:link,
651 .e2pdf-page-options li a.button-primary:active
652 {
653 width: 100%;
654 text-align: center;
655 height: 50px;
656 padding: 0;
657 margin: 0;
658 line-height: 50px;
659 vertical-align: middle;
660
661 }
662
663 .e2pdf-html {
664 border: 1px dashed #ddd;
665 }
666
667 .e2pdf-el-wrapper .e2pdf-link {
668 width: 100%;
669 height: 100%;
670 overflow: hidden;
671 min-height: 2px;
672 -webkit-box-sizing: border-box;
673 -moz-box-sizing: border-box;
674 box-sizing: border-box;
675 border: 1px dashed #5fbfe2;
676 }
677
678 .wp-core-ui .button.button-small.ed_button {
679 margin: 0;
680 padding: 0 10px;
681 height: 24px;
682 line-height: 24px;
683 }
684
685 .ed_button {
686 font-size: 15px;
687 }
688
689
690 .wp-core-ui .button.button-small.ed_button i {
691 line-height: 18px;
692 height: 18px;
693 display: inline-block;
694 vertical-align: middle;
695 font-size: 18px;
696 }
697
698
699 .wp-core-ui .button.button-small.ed_button .dashicons-editor-strikethrough {
700 font-size: 24px;
701 }
702
703
704 .wp-core-ui .e2pdf-panel-options li .button.button-small.ed_button {
705 border: 0px;
706 border-radius: 0;
707 border-right: 1px solid #ddd;
708 }
709
710
711
712 .e2pdf-tpl .ui-resizable {
713 max-width: 100%;
714 max-height: 100%;
715 }
716
717
718
719 .e2pdf-el-wrapper input, .e2pdf-el-wrapper select, .e2pdf-el-wrapper textarea, .wp-admin .e2pdf-el-wrapper select[multiple] {
720 width: 100%;
721 height: 100%;
722 resize: none;
723 margin: 0;
724 padding: 0;
725 vertical-align: top;
726 background: none;
727 box-shadow: none;
728 border: 1px dashed #ddd;
729 -webkit-box-sizing: border-box;
730 -moz-box-sizing: border-box;
731 box-sizing: border-box;
732 font-size: inherit;
733 line-height: normal;
734 min-width: 0;
735 min-height: 0;
736 }
737
738
739
740 .e2pdf-hide-markup .e2pdf-html {
741 border: 1px solid transparent;
742 }
743
744 .e2pdf-hide-markup .e2pdf-tpl .e2pdf-drag,
745 .e2pdf-hide-markup .e2pdf-tpl .ui-resizable-se,
746 .e2pdf-hidden-loader
747 {
748 display: none !important;
749 }
750
751
752
753
754
755 .e2pdf-el-wrapper .e2pdf-html {
756 width: 100%;
757 height: 100%;
758 overflow: hidden;
759 min-height: 2px;
760 -webkit-box-sizing: border-box;
761 -moz-box-sizing: border-box;
762 box-sizing: border-box;
763 }
764
765
766
767 .e2pdf-el-wrapper {
768 z-index: 0;
769 -webkit-box-sizing: border-box;
770 -moz-box-sizing: border-box;
771 box-sizing: border-box;
772 }
773
774 .e2pdf-element .ui-resizable-se {
775 right: 0px;
776 bottom: -17px;
777 border: 1px dashed #ddd;
778 border-top: none;
779 color: #000;
780 background-color: #fff;
781 }
782
783 .e2pdf-drag {
784 font-size: 12px;
785 width: 16px;
786 height: 16px;
787 line-height: 16px;
788 position: absolute;
789 right: 16px;
790 bottom: -17px;
791 color: #000;
792 border: 1px dashed #ddd;
793 border-right: none;
794 border-top: none;
795 background: #fff;
796 -webkit-box-sizing: border-box;
797 -moz-box-sizing: border-box;
798 box-sizing: border-box;
799 }
800
801
802 .e2pdf-drag:hover {
803 cursor: pointer;
804 }
805
806
807 .categorydiv.e2pdf-tabs-panel div.tabs-panel {
808 max-height: none;
809 overflow: visible;
810 }
811
812
813
814
815
816 .e2pdf-el-wrapper .ui-icon {
817 -webkit-box-sizing: border-box;
818 -moz-box-sizing: border-box;
819 box-sizing: border-box;
820 }
821
822 .e2pdf-colorpicker-wr .wp-picker-container.wp-picker-active {
823 width: 100%;
824 }
825
826
827 .e2pdf-colorpicker-wr .wp-picker-container .iris-picker {
828 position: absolute;
829 z-index: 1;
830 }
831
832 .e2pdf-colorpicker-wr .wp-picker-container {
833 display: inline-block;
834 outline: 0;
835 }
836
837
838
839
840 .postbox-container .e2pdf-colorpicker-wr .wp-picker-container .iris-picker {
841 position: absolute;
842 top: -205px;
843 margin-right: 25px;
844 right: 100%;
845 }
846
847
848
849
850 .e2pdf-colorpicker-wr .wp-color-result, .e2pdf-colorpicker-wr .wp-picker-container .wp-color-result.button {
851 height: 28px;
852 line-height: 28px;
853 margin: 0;
854 border: none;
855 border-radius: 0;
856 box-shadow: none;
857 -webkit-box-sizing: border-box;
858 -moz-box-sizing: border-box;
859 box-sizing: border-box;
860 width: 100%;
861 border: 1px solid #ddd;
862 }
863
864 .e2pdf-colorpicker-wr .wp-color-result .wp-color-result-text {
865 height: 26px;
866 line-height: 26px;
867 margin: 0;
868 border: none;
869 border-radius: 0;
870 box-shadow: none;
871 -webkit-box-sizing: border-box;
872 -moz-box-sizing: border-box;
873 box-sizing: border-box;
874 width: 100%;
875 }
876
877
878 .e2pdf-colorpicker-wr .wp-color-result.wp-picker-open, .e2pdf-colorpicker-wr .wp-picker-container .wp-color-result.button.wp-picker-open
879 {
880 width: 50%;
881 }
882
883
884
885 .wp-core-ui .e2pdf-colorpicker-wr .button.button-small {
886 padding: 0;
887 height: 28px;
888 line-height: 28px;
889 margin: 0;
890 -webkit-box-sizing: border-box;
891 -moz-box-sizing: border-box;
892 box-sizing: border-box;
893 width: 40%;
894 border-radius: 0;
895 box-shadow: none;
896 overflow: hidden;
897 border-left: none;
898 }
899
900
901 .e2pdf-colorpicker-wr .wp-picker-container input[type=text].wp-color-picker {
902 width: 60%;
903 height: 28px;
904 line-height: 28px;
905 }
906
907 .e2pdf-colorpicker-wr .wp-picker-container .wp-picker-input-wrap label input[type=text].wp-color-picker {
908 width: 100%;
909 }
910
911 .e2pdf-colorpicker-wr .wp-picker-container.wp-picker-active .e2pdf-color-picker {
912 display: inline-block;
913 }
914
915 .e2pdf-colorpicker-wr .wp-color-result:after {
916 height: 26px;
917 line-height: 26px;
918 border-radius: 0;
919 border: none;
920 -webkit-box-sizing: border-box;
921 -moz-box-sizing: border-box;
922 box-sizing: border-box;
923 white-space: nowrap;
924 }
925
926
927
928
929 .e2pdf-colorpicker-wr .wp-core-ui .button.button-small {
930 border-radius: 0;
931 height: 28px;
932 line-height: 28px;
933 }
934
935 .e2pdf-colorpicker-wr .wp-picker-input-wrap {
936 width: 50%;
937 }
938
939 .e2pdf-colorpicker-wr .wp-picker-input-wrap label {
940 width: 60%;
941 }
942
943 .e2pdf-color-picker {
944 display: none;
945 }
946
947 .e2pdf-hide {
948 display: none;
949 }
950
951 .e2pdf-hide-label .e2pdf-label {
952 display: none;
953 }
954
955 .e2pdf-rel {
956 position: relative;
957 }
958
959 .e2pdf-el-properties .e2pdf-left > div,
960 .e2pdf-el-properties .e2pdf-right > div,
961 .e2pdf-el-properties .e2pdf-top > div,
962 .e2pdf-el-properties .e2pdf-bottom > div {
963 margin-bottom: 5px;
964 margin-top: 10px;
965 padding: 10px;
966 background: #fafafa;
967 border: 1px solid #eee;
968 border-radius: 3px;
969 }
970
971 .e2pdf-select-options {
972 height: 75px;
973 }
974
975 .e2pdf-wysiwyg-color {
976 position: relative;
977 display: inline-block;
978 }
979
980 .e2pdf-wysiwyg-color .wp-picker-container {
981 position: absolute;
982 left: 0;
983 top: 25px;
984 background: #fff;
985 padding: 10px;
986 z-index: 1;
987 border: 1px solid #e5e5e5;
988 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
989 box-shadow: 0 1px 1px rgba(0,0,0,.04);
990 border-top: none;
991 display: none;
992 }
993
994 .e2pdf-wysiwyg-color .wp-picker-container.wp-picker-active {
995 display: block;
996 width: auto;
997 top: 0;
998 margin-top: 2px;
999 }
1000
1001
1002 .e2pdf-wysiwyg-color .e2pdf-colorpicker-wr .wp-picker-container .iris-picker {
1003 position: relative;
1004 }
1005
1006
1007 .wp-color-close {
1008 position: absolute;
1009 top: 0;
1010 left: 0;
1011 display: block;
1012 }
1013
1014
1015
1016 .e2pdf-loader, .e2pdf-form-loader .spinner {
1017 background: url("../img/loader.gif") center center no-repeat;
1018 margin: 0;
1019 }
1020
1021 .e2pdf-el-wrapper.e2pdf-loader .e2pdf-image {
1022 visibility: hidden;
1023 }
1024
1025 .e2pdf-form-loader {
1026 position: absolute;
1027 top: 0;
1028 right: 20px;
1029 }
1030
1031
1032
1033
1034 .e2pdf-border {
1035 border: 1px dashed #ddd;
1036 }
1037
1038
1039
1040
1041 .e2pdf-export-form .e2pdf-ib {
1042 line-height: 28px;
1043 vertical-align: middle;
1044 }
1045
1046 .e2pdf-export-form .e2pdf-grid {
1047 margin-bottom: 10px;
1048 }
1049
1050 .e2pdf-export-form select, input[type='text'] {
1051 width: 100%;
1052 }
1053
1054
1055 .e2pdf-export-form .e2pdf-options {
1056 display: none;
1057 }
1058
1059 .e2pdf-export-form h4 {
1060 margin: 0;
1061 }
1062
1063 .e2pdf-align-right {
1064 text-align: right;
1065 }
1066
1067 .e2pdf-align-left {
1068 text-align: left;
1069 }
1070
1071 a.e2pdf-link,
1072 a.e2pdf-link:focus,
1073 a.e2pdf-link:link,
1074 a.e2pdf-link:visited,
1075 a.e2pdf-link:hover {
1076 text-decoration: none;
1077 vertical-align: middle;
1078 outline:none;
1079 -moz-outline-style: none;
1080 -webkit-box-shadow: none;
1081 }
1082
1083 .ui-autocomplete.e2pdf-autocomplete {
1084 position: absolute;
1085 z-index: 102 !important;
1086 }
1087
1088 ul.e2pdf-inline-links {
1089 margin: 0;
1090 }
1091
1092 .e2pdf-inline-links li {
1093 display: inline-block;
1094 }
1095
1096 .e2pdf-inline-links li:after {
1097 display: inline-block;
1098 content: " | ";
1099 line-height: 20px;
1100 height: 20px;
1101 vertical-align: middle;
1102 margin: 0 5px;
1103 color: #ddd;
1104 }
1105
1106 .e2pdf-inline-links li:last-child:after {
1107 display: none;
1108 }
1109
1110
1111 a.e2pdf-link[disabled='disabled'],
1112 a.e2pdf-link[disabled='disabled']:hover,
1113 a.e2pdf-link[disabled='disabled']:active,
1114 a.e2pdf-link[disabled='disabled']:focus,
1115 a.e2pdf-link[disabled='disabled']:link {
1116 color: #ddd;
1117 cursor: default;
1118 outline:none;
1119 -moz-outline-style: none;
1120 -webkit-box-shadow: none;
1121 box-shadow: none;
1122 border-color: #ddd;
1123 }
1124
1125 .e2pdf-submitbox .e2pdf-link,
1126 .e2pdf-submitbox .e2pdf-link i {
1127 line-height: 28px;
1128 height: 28px;
1129 }
1130
1131 a.e2pdf-color-orange, .e2pdf-color-orange, .e2pdf-license-status .pre_expired {
1132 color: #ffbf00;
1133 border-bottom: 1px dotted #ffbf00;
1134 }
1135
1136 a.e2pdf-color-red, .e2pdf-color-red, .e2pdf-license-status .expired {
1137 color: #a00;
1138 border-bottom: 1px dotted #a00;
1139 }
1140
1141 a.e2pdf-color-green, .e2pdf-color-green, .e2pdf-license-status .valid {
1142 color: #093;
1143 border-bottom: 1px dotted #093;
1144 }
1145
1146 .e2pdf-templates-list-tablenav .alignright.actions {
1147 padding: 0;
1148 }
1149
1150 .e2pdf-templates-list-tablenav .alignright.actions a.button {
1151 margin: 3px 0 0 0;
1152 }
1153
1154
1155 .e2pdf-debug-panel {
1156 clear: both;
1157 width: 100%;
1158 text-align: left;
1159 font-size: 10px;
1160 padding: 10px;
1161 -webkit-box-sizing: border-box;
1162 -moz-box-sizing: border-box;
1163 box-sizing: border-box;
1164 margin-top: 10px;
1165 }
1166
1167 .e2pdf-fonts-list .e2pdf-name {
1168 width: 40%;
1169 }
1170
1171 .e2pdf-fonts-list .e2pdf-value {
1172 width: 60%;
1173 }
1174
1175 .e2pdf-options-list .e2pdf-name {
1176 line-height: 28px;
1177 }
1178
1179 .e2pdf-options-list .e2pdf-value {
1180 max-width: 400px;
1181 line-height: 28px;
1182 }
1183
1184
1185 .e2pdf-options-list .e2pdf-value input[type='text'] {
1186 text-align: right;
1187 }
1188
1189
1190 .e2pdf-export-shortcodes {
1191 background: #eee;
1192 border: 1px dashed #ddd;
1193 padding: 10px;
1194 -webkit-box-sizing: border-box;
1195 -moz-box-sizing: border-box;
1196 box-sizing: border-box;
1197 }
1198
1199 .e2pdf-export-shortcodes input {
1200 margin-bottom: 10px;
1201 font-size: 12px;
1202 background: #fff;
1203 }
1204
1205
1206 .e2pdf-notice.notice {
1207 border-left-color: #f6a828;
1208 padding: 10px;
1209 }
1210
1211 .e2pdf-inactive, .wp-core-ui .e2pdf-inactive.button {
1212 color: #cccccc;
1213 }
1214
1215 .e2pdf-selected .e2pdf-drag, .e2pdf-active {
1216 color: #0073aa;
1217 }
1218
1219 .e2pdf-show-all-elements .e2pdf-tpl .e2pdf-hide {
1220 display: inline-block;
1221 }
1222
1223
1224 .e2pdf-vm-wrapper {
1225 position: absolute;
1226 width: 100%;
1227 height: 100%;
1228 z-index: 1;
1229 top: 0;
1230 left: 0;
1231 overflow: hidden;
1232 }
1233
1234
1235 .e2pdf-vm-content select, textarea, input[type=radio], input[type=checkbox], select {
1236 margin: 0;
1237 }
1238
1239 a.e2pdf-vm-element {
1240 background: #008ec2;
1241 opacity: 0.2;
1242 position: absolute;
1243 border: 1px dashed #000;
1244 -webkit-box-sizing: border-box;
1245 -moz-box-sizing: border-box;
1246 box-sizing: border-box;
1247 }
1248
1249
1250 a.e2pdf-vm-element:hover {
1251 opacity: 0.4;
1252 }
1253
1254 .e2pdf-tpl-inner {
1255 position: absolute;
1256 min-width: 100%;
1257 }
1258
1259
1260 .e2pdf-z200 .e2pdf-tpl-inner {
1261 -ms-transform: scale(2);
1262 -webkit-transform: scale(2);
1263 transform: scale(2);
1264 transform-origin: 0 0;
1265 }
1266
1267
1268 .e2pdf-z200 .e2pdf-page {
1269 margin-top: 80px;
1270 }
1271
1272 .e2pdf-z175 .e2pdf-tpl-inner {
1273 -ms-transform: scale(1.75);
1274 -webkit-transform: scale(1.75);
1275 transform: scale(1.75);
1276 transform-origin: 0 0;
1277 }
1278
1279 .e2pdf-z175 .e2pdf-page {
1280 margin-top: 70px;
1281 }
1282
1283
1284 .e2pdf-z150 .e2pdf-tpl-inner {
1285 -ms-transform: scale(1.5);
1286 -webkit-transform: scale(1.5);
1287 transform: scale(1.5);
1288 transform-origin: 0 0;
1289 }
1290
1291
1292 .e2pdf-z150 .e2pdf-page {
1293 margin-top: 60px;
1294 }
1295
1296
1297 .e2pdf-z125 .e2pdf-tpl-inner {
1298 -ms-transform: scale(1.25);
1299 -webkit-transform: scale(1.25);
1300 transform: scale(1.25);
1301 transform-origin: 0 0;
1302 }
1303
1304
1305 .e2pdf-z125 .e2pdf-page {
1306 margin-top: 50px;
1307 }
1308
1309 .e2pdf-z75 .e2pdf-tpl-inner {
1310 -ms-transform: scale(0.75);
1311 -webkit-transform: scale(0.75);
1312 transform: scale(0.75);
1313 transform-origin: 0 0;
1314 width: 133.33%;
1315 height: 75%;
1316 }
1317
1318
1319
1320 .e2pdf-z50 .e2pdf-tpl-inner {
1321 -ms-transform: scale(0.50);
1322 -webkit-transform: scale(0.50);
1323 transform: scale(0.50);
1324 transform-origin: 0 0;
1325 width: 200%;
1326 height: 50%;
1327 }
1328
1329
1330 .e2pdf-z25 .e2pdf-tpl-inner {
1331 -ms-transform: scale(0.25);
1332 -webkit-transform: scale(0.25);
1333 transform: scale(0.25);
1334 transform-origin: 0 0;
1335 width: 400%;
1336 height: 25%;
1337 }
1338
1339
1340
1341
1342
1343
1344
1345 .e2pdf-dialog input[type='text'], .e2pdf-dialog select {
1346 height: 28px;
1347 line-height: 28px;
1348 margin: 0;
1349 }
1350
1351 .e2pdf-dialog li {
1352 margin-bottom: 10px;
1353 }
1354
1355 .e2pdf-dialog .e2pdf-el-properties li:not('ui-menu-item') {
1356 margin-bottom: 5px;
1357 background: #f9f9f9;
1358 padding: 5px;
1359 padding-right: 10px;
1360 padding-left: 10px;
1361 }
1362
1363 .e2pdf-dialog label {
1364 display: inline-block;
1365 width: 100%;
1366 -webkit-box-sizing: border-box;
1367 -moz-box-sizing: border-box;
1368 box-sizing: border-box;
1369 font-size: 12px;
1370 font-weight: bold;
1371 }
1372
1373 .e2pdf-dialog .visual-mapper label {
1374 display: block;
1375 }
1376
1377 .e2pdf-vm-content {
1378 margin-bottom: 10px;
1379 }
1380
1381 .e2pdf-vm-content input, .e2pdf-vm-content select {
1382 display: inline-block;
1383 margin-left: 0;
1384 margin-right: 0;
1385 max-width: 100%;
1386 }
1387
1388 .e2pdf-vm-content .frm_fields_container h3 {
1389 margin-top: 0;
1390 margin-bottom: 0;
1391 }
1392
1393 .e2pdf-vm-content .frm_style_formidable-style.with_frm_style .frm_repeat_sec {
1394 margin-top: 0;
1395 margin-bottom: 0;
1396 }
1397
1398 .e2pdf-vm-field-wrapper {
1399 position: relative;
1400 display: inline-block;
1401 }
1402
1403 .e2pdf-dialog input[type='text'].e2pdf-vm-field {
1404 position: absolute;
1405 width: 100% !important;
1406 height: 100% !important;
1407 top: 0;
1408 left: 0;
1409 }
1410
1411
1412 .visual-mapper {
1413 min-height: 28px !important;
1414 }
1415
1416
1417 .misc-pub-e2pdf-activation a.e2pdf-link {
1418 line-height: 22px;
1419 }
1420
1421
1422 #post-body .misc-pub-e2pdf-activation:before {
1423 font: 400 20px/1 dashicons;
1424 speak: none;
1425 display: inline-block;
1426 margin-left: -1px;
1427 padding-right: 3px;
1428 vertical-align: top;
1429 -webkit-font-smoothing: antialiased;
1430 -moz-osx-font-smoothing: grayscale;
1431 color: #82878c;
1432 content: "\f528";
1433 }
1434
1435 .misc-pub-e2pdf-shortcode input {
1436 font-size: 12px;
1437 }
1438
1439 .misc-pub-e2pdf-shortcode {
1440 padding: 6px 8px 8px;
1441 }
1442
1443 .e2pdf-reupload-pages {
1444 max-height: 400px;
1445 overflow-y: auto;
1446 }
1447
1448 .e2pdf-reupload-pages .e2pdf-grid {
1449 padding-bottom: 5px;
1450 border-bottom: 1px solid #eee;
1451 margin-bottom: 5px;
1452 line-height: 28px;
1453 }
1454
1455 .e2pdf-mt5 {
1456 margin-top: 5px;
1457 }
1458
1459 .e2pdf-mt23 {
1460 margin-top: 23px;
1461 }
1462
1463
1464 .e2pdf-mb5 {
1465 margin-bottom: 5px;
1466 }
1467
1468
1469 .e2pdf-email-lock {
1470 position: absolute;
1471 width: 100%;
1472 height: 100%;
1473 background-color: rgba(253, 253, 253, 0.85);
1474 padding: 15px;
1475 left: 0;
1476 top: 0;
1477 border: 1px solid #ddd;
1478 z-index: 1;
1479 }
1480
1481 .js .meta-box-sortables .postbox .e2pdf-closed .toggle-indicator:before, .e2pdf-closed .toggle-indicator:before {
1482 content: "\f140";
1483 vertical-align: text-bottom;
1484 font: 400 20px/1 dashicons;
1485 }
1486
1487 .js .meta-box-sortables .postbox .e2pdf-closed.e2pdf-opened .toggle-indicator:before, .e2pdf-closed.e2pdf-opened .toggle-indicator:before {
1488 content: "\f142";
1489 vertical-align: text-bottom;
1490 font: 400 20px/1 dashicons;
1491 }
1492
1493 .e2pdf-hidden-dropdown-content {
1494 position: absolute;
1495 width: 100%;
1496 left: 0;
1497 background: #fff;
1498 border: 1px solid #ccc;
1499 z-index: 1;
1500 }
1501
1502
1503 .e2pdf-closed .e2pdf-hidden-dropdown-content {
1504 display: none;
1505 }
1506
1507 .e2pdf-closed.e2pdf-opened .e2pdf-hidden-dropdown-content {
1508 display: block;
1509 }
1510
1511 .e2pdf-colorpicker-wr {
1512 position: relative;
1513 }
1514
1515 .e2pdf-dialog-over {
1516 padding: 10px 20px 10px 20px;
1517 border-bottom: 1px solid #eee;
1518 -webkit-box-sizing: border-box;
1519 -moz-box-sizing: border-box;
1520 box-sizing: border-box;
1521 }
1522
1523 .e2pdf-action-delete {
1524 position: absolute;
1525 top: 0;
1526 right: 0;
1527 }
1528
1529 .e2pdf-action {
1530 padding: 10px;
1531 border-radius: 3px;
1532 border: 1px solid #eee;
1533 margin-bottom: 10px;
1534 }
1535
1536 .e2pdf-action input[type=radio], .e2pdf-action input[type=checkbox] {
1537 margin-top: 5px;
1538 }
1539
1540 .e2pdf-action .wp-picker-default, .e2pdf-aciton .wp-color-result-text {
1541 display: none;
1542 }
1543
1544 .e2pdf-action .e2pdf-colorpicker-wr .wp-picker-input-wrap label,
1545 .e2pdf-action .e2pdf-colorpicker-wr .wp-picker-input-wrap
1546 {
1547 width: 100%;
1548 }
1549
1550 .e2pdf-action .e2pdf-colorpicker-wr .wp-color-result, .e2pdf-action .e2pdf-colorpicker-wr .wp-picker-container .wp-color-result.button {
1551 padding-left: 18px;
1552 }
1553
1554 .e2pdf-action .e2pdf-colorpicker-wr .wp-color-result.wp-picker-open, .e2pdf-action .e2pdf-colorpicker-wr .wp-picker-container .wp-color-result.button.wp-picker-open {
1555 width: 18px;
1556 position: absolute;
1557 top:0;
1558 }
1559
1560 .e2pdf-action .e2pdf-colorpicker-wr .wp-picker-active .wp-color-result .wp-color-result-text {
1561 display: none;
1562 }
1563
1564 .e2pdf-action .e2pdf-colorpicker-wr .wp-picker-container .wp-picker-input-wrap label input[type=text].wp-color-picker {
1565 padding-left: 25px;
1566 }
1567
1568
1569 .e2pdf-guide-h {
1570 border-top: 1px dashed #99D5FF;
1571 width: 100%;
1572 }
1573
1574 .e2pdf-guide-v {
1575 border-left: 1px dashed #99D5FF;
1576 height: 100%;
1577 }
1578
1579 .e2pdf-guide {
1580 display: none;
1581 position: absolute;
1582 left: 0;
1583 top: 0;
1584 }
1585
1586 @media screen and (max-width: 1024px) {
1587 .widefat.e2pdf-templates-list .column-item {
1588 width: 11em;
1589 }
1590 }
1591
1592 @media only screen and (max-width: 960px) {
1593 .widefat.e2pdf-templates-list .column-id {
1594 width: 3.4em;
1595 }
1596
1597 .widefat.e2pdf-templates-list .column-item {
1598 width: 9em;
1599 }
1600 }
1601
1602
1603
1604 @media screen and (max-width: 782px) {
1605 .wp-list-table.e2pdf-templates-list tr:not(.inline-edit-row):not(.no-items) td.column-id, .wp-list-table .is-expanded td.column-id {
1606 display: table-cell !important;
1607 width: 3.7em !important;
1608 clear: none;
1609 text-align: left;
1610 }
1611
1612 .wp-list-table.e2pdf-templates-list tr:not(.inline-edit-row):not(.no-items) td.column-primary~td.column-shortcode {
1613 overflow: visible;
1614 }
1615
1616 .wp-list-table.e2pdf-templates-list tr:not(.inline-edit-row):not(.no-items) td.column-id:before {
1617 display: none;
1618 }
1619
1620 .wp-list-table.e2pdf-templates-list td.column-shortcode .misc-pub-section {
1621 padding: 5px;
1622 }
1623
1624 }