PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / trunk
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin vtrunk
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 / frontend.css

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

67 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .pdfprnt-top-left,
2 .pdfprnt-bottom-left,
3 .pdfprnt-top-bottom-left,
4 .pdfprnt-left {
5 text-align: left;
6 padding: 5px;
7 }
8 .pdfprnt-top-right,
9 .pdfprnt-bottom-right,
10 .pdfprnt-top-bottom-right,
11 .pdfprnt-right {
12 text-align: right;
13 padding: 5px;
14 }
15 .pdfprnt-top-left:before,
16 .pdfprnt-bottom-left:before,
17 .pdfprnt-top-right:before,
18 .pdfprnt-bottom-right:before,
19 .pdfprnt-top-bottom-left:before,
20 .pdfprnt-top-bottom-right:before,
21 .pdfprnt-left:before,
22 .pdfprnt-right:before {
23 content: "";
24 clear: both;
25 display: table;
26 }
27 .pdfprnt-top-left a,
28 .pdfprnt-bottom-left a,
29 .pdfprnt-top-right a,
30 .pdfprnt-bottom-right a,
31 .pdfprnt-top-bottom-right a,
32 .pdfprnt-top-bottom-left a,
33 .pdfprnt-left a,
34 .pdfprnt-right a {
35 padding: 0 5px;
36 box-shadow: none !important;
37 border: none !important;
38 outline: none !important;
39 }
40 .pdfprnt-top-left a img,
41 .pdfprnt-bottom-left a img,
42 .pdfprnt-top-right a img,
43 .pdfprnt-bottom-right a img,
44 .pdfprnt-top-bottom-right a img,
45 .pdfprnt-top-bottom-left a img,
46 .pdfprnt-left a img,
47 .pdfprnt-right a img {
48 display: inline !important;
49 }
50 .pdfprnt-button {
51 display: inline-block;
52 padding: 0 5px;
53 -webkit-box-shadow: none !important;
54 box-shadow: none !important;
55 }
56 .entry-content .pdfprnt-buttons > a > img,
57 .entry-content .pdfprnt-buttons > a > span {
58 display: inline-block;
59 }
60 .pdfprnt-button img,
61 .pdfprnt-button-title {
62 display: inline-block !important;
63 vertical-align: middle;
64 padding: 5px;
65 -webkit-box-shadow: none !important;
66 box-shadow: none !important;
67 }