PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.8.5
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.8.5
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.5, at css/style.css

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