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

69 lines 1.4 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-left {
5 text-align: left;
6 padding: 5px;
7 }
8 .pdfprnt-top-right,
9 .pdfprnt-bottom-right,
10 .pdfprnt-right {
11 text-align: right;
12 padding: 5px;
13 }
14 .pdfprnt-top-left a,
15 .pdfprnt-bottom-left a,
16 .pdfprnt-top-right a,
17 .pdfprnt-bottom-right a,
18 .pdfprnt-left a,
19 .pdfprnt-right a {
20 padding: 0 5px;
21 }
22 #wp-admin-bar-pdfprnt-bar-menu-default li {
23 cursor: pointer;
24 }
25 #wp-admin-bar-pdfprnt-bar-menu-default li:hover {
26 background-color: #2E9EC7 !important;
27 }
28 #wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li a {
29 height: auto;
30 padding: 8px 0;
31 text-align: center;
32 }
33 #wpadminbar li#wp-admin-bar-pdfprnt-bar-menu span.admin-bar-menu-bws-icon {
34 background: url("../bws_menu/images/icon_16_single.png") no-repeat scroll center center transparent;
35 float: left;
36 position: relative;
37 width: 16px;
38 height: 16px;
39 margin: 6px 6px 0 0;
40 opacity: 0.7;
41 }
42
43 /* PDF-Print settings .form-table */
44 #pdfprnt_settings_form th {
45 padding: 10px;
46 }
47 .pdfprnt_explanation {
48 color: #888;
49 font-size: 10px;
50 display: block;
51 }
52 .pdfprnt_settings_table td div {
53 float: left;
54 text-align: center;
55 margin: 0 5px;
56 }
57 .pdfprnt_settings_table td div img {
58 border:1px solid #777;
59 display:block;
60 width: 80px;
61 height: 100px;
62 }
63 .pdfprnt_settings_table td {
64 vertical-align: top;
65 padding: 10px;
66 }
67 .pdfprnt_settings_table td select {
68 min-width: 210px;
69 }