PluginProbe
E2Pdf – Export Pdf Tool for WordPress / 1.01.01
E2Pdf – Export Pdf Tool for WordPress v1.01.01
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.01.01, at css/e2pdf.backend.css

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