PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.8.9
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.8.9
trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 All 71 releases
pdf-print / css / style.css

style.css in PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin 1.8.9, at css/style.css

173 lines 3.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* PDF-Print settings */
2 .pdfprnt-top-left,
3 .pdfprnt-bottom-left,
4 .pdfprnt-top-bottom-left,
5 .pdfprnt-left {
6 text-align: left;
7 padding: 5px;
8 }
9 .pdfprnt-top-right,
10 .pdfprnt-bottom-right,
11 .pdfprnt-top-bottom-right,
12 .pdfprnt-right {
13 text-align: right;
14 padding: 5px;
15 }
16 .pdfprnt-top-left:before,
17 .pdfprnt-bottom-left:before,
18 .pdfprnt-top-right:before,
19 .pdfprnt-bottom-right:before,
20 .pdfprnt-top-bottom-left:before,
21 .pdfprnt-top-bottom-right:before,
22 .pdfprnt-left:before,
23 .pdfprnt-right:before {
24 content: "";
25 clear: both;
26 display: table;
27 }
28 .pdfprnt-top-left a,
29 .pdfprnt-bottom-left a,
30 .pdfprnt-top-right a,
31 .pdfprnt-bottom-right a,
32 .pdfprnt-top-bottom-right a,
33 .pdfprnt-top-bottom-left a,
34 .pdfprnt-left a,
35 .pdfprnt-right a {
36 padding: 0 5px;
37 box-shadow: none !important;
38 border: none !important;
39 outline: none !important;
40 }
41 .pdfprnt-top-left a img,
42 .pdfprnt-bottom-left a img,
43 .pdfprnt-top-right a img,
44 .pdfprnt-bottom-right a img,
45 .pdfprnt-top-bottom-right a img,
46 .pdfprnt-top-bottom-left a img,
47 .pdfprnt-left a img,
48 .pdfprnt-right a img {
49 display: inline !important;
50 }
51 #wp-admin-bar-pdfprnt-bar-menu-default li {
52 cursor: pointer;
53 }
54 #wp-admin-bar-pdfprnt-bar-menu-default li:hover {
55 background-color: #2E9EC7 !important;
56 }
57 #wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li a {
58 height: auto;
59 padding: 8px 0;
60 text-align: center;
61 }
62 #wpadminbar li#wp-admin-bar-pdfprnt-bar-menu span.admin-bar-menu-bws-icon {
63 background: url("../bws_menu/images/icon_16_single.png") no-repeat scroll center center transparent;
64 float: left;
65 position: relative;
66 width: 16px;
67 height: 16px;
68 margin: 6px 6px 0 0;
69 opacity: 0.7;
70 }
71
72 /* PDF-Print settings .form-table */
73 #pdfprnt_settings_form th {
74 padding: 10px;
75 }
76 .pdfprnt_settings_table td div:not(div[class*="CodeMirror"]) {
77 float: left;
78 text-align: center;
79 margin: 0 5px;
80 }
81 .pdfprnt_settings_table td div img {
82 border:1px solid #777;
83 display:block;
84 width: 80px;
85 height: 100px;
86 }
87 .pdfprnt_settings_table td {
88 vertical-align: top;
89 padding: 10px;
90 }
91 .pdfprnt_settings_table td select {
92 min-width: 210px;
93 }
94 .pdfprnt_buttons {
95 width: auto !important;
96 }
97 .pdfprnt_label {
98 display: none;
99 }
100 .pdfprnt_loader {
101 position: absolute;
102 display: none;
103 }
104 /*
105 * css highlighter
106 */
107 .pdfprnt_custom_styles .CodeMirror {
108 max-height: 200px;
109 max-width: 500px;
110 border: 1px solid #ddd; }
111 .pdfprnt_custom_styles .CodeMirror-scroll {
112 height: 100%;
113 width: 100%;
114 box-sizing: border-box !important;
115 }
116 .pdfprnt_custom_styles .CodeMirror-hscrollbar {
117 left: 0 !important;
118 }
119 .pdfprnt_custom_styles .CodeMirror-sizer {
120 border-right: none;
121 }
122 .pdfprnt_pro_block .bws_pro_version_tooltip {
123 display: inline-block;
124 width: 100%;
125 box-sizing: border-box;
126 top: 5px;
127 }
128 .pdfprnt_templates_block .bws_pro_version_table_bloc,
129 .pdfprnt_templates_new_block .bws_pro_version_table_bloc {
130 padding: 5px 5px 0 5px;
131 }
132
133 .pdfprnt_templates_block .bws_table_bg,
134 .pdfprnt_templates_new_block .bws_table_bg {
135 top: 0;
136 left: 0;
137 }
138 @media only screen and ( max-width: 785px ) {
139 .pdfprnt_label {
140 display: inline;
141 }
142 .pdfprnt_position_buttton .pdfprnt_label {
143 display: block;
144 }
145 .pdfprnt_table_head {
146 display: none;
147 }
148 .pdfprnt_templates_block p.search-box {
149 position: static;
150 clear: both
151 }
152 }
153
154 @media only screen and ( max-width: 450px ) {
155 .pdfprnt_image_block table,
156 .pdfprnt_image_block tr,
157 .pdfprnt_image_block td {
158 width: inherit;
159 display: block;
160 box-sizing: border-box;
161 }
162 .pdfprnt_templates_block .tablenav.bottom .displaying-num {
163 display: none;
164 }
165 }
166
167 @media only screen and ( max-width: 300px ) {
168 .pdfprnt_add_new_button {
169 display: inline-block;
170 margin-top: 10px;
171 }
172 }
173