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

94 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
2 .admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
3 #adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
4 #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
5 background: url("../images/icon_16_single.png") no-repeat scroll center center transparent;
6 }
7 #adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image {
8 opacity: 0.7;
9 }
10 #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
11 display: none;
12 }
13 /*
14 * styles for rate-support div on the settings page
15 */
16 .bws-plugin-reviews {
17 background: none repeat scroll 0 0 #BEE1F1;
18 border: 1px solid #70A8C2;
19 border-radius: 3px;
20 max-width: 700px;
21 }
22 .bws-plugin-reviews-rate {
23 padding: 10px;
24 border-bottom: 1px dashed #70A8C2;
25 }
26 .bws-plugin-reviews-support {
27 padding: 10px;
28 }
29
30 /* PDF-Print settings */
31 .pdfprnt-top-left,
32 .pdfprnt-bottom-left,
33 .pdfprnt-left {
34 text-align: left;
35 padding: 5px;
36 }
37 .pdfprnt-top-right,
38 .pdfprnt-bottom-right,
39 .pdfprnt-right {
40 text-align: right;
41 padding: 5px;
42 }
43 .pdfprnt-top-left a,
44 .pdfprnt-bottom-left a,
45 .pdfprnt-top-right a,
46 .pdfprnt-bottom-right a,
47 .pdfprnt-left a,
48 .pdfprnt-right a {
49 padding: 0 5px;
50 }
51 #wpadminbar li#wp-admin-bar-pdfprnt-template-1 a,
52 #wpadminbar li#wp-admin-bar-pdfprnt-template-2 a,
53 #wpadminbar li#wp-admin-bar-pdfprnt-template-3 a {
54 height: auto;
55 padding: 8px 0 0 0;
56 text-align: center;
57 }
58 #wpadminbar li#wp-admin-bar-pdfprnt-bar-menu span.admin-bar-menu-bws-icon {
59 background: url("../images/icon_16.png") no-repeat scroll center center transparent;
60 float: left;
61 position: relative;
62 width: 16px;
63 height: 16px;
64 margin: 6px 6px 0 0;
65 }
66
67 /* PDF-Print settings .form-table */
68 #pdfprnt_settings_form th {
69 padding: 10px;
70 }
71 .pdfprnt_explanation {
72 color: #888;
73 font-size: 10px;
74 display: block;
75 }
76 .pdfprnt_settings_table td div {
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