PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.9.0
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.9.0
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 / default.css

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

122 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body {
2 background-color: #FFFFFF;
3 text-align: center;
4 font-size: 18px;
5 }
6 body.pdfprnt_print.rtl {
7 direction: rtl;
8 }
9 p, td, th, li {
10 font-size: 1em;
11 line-height: 1.5em;
12 }
13 div#content {
14 width: 900px;
15 margin: 15px auto;
16 text-align: justify;
17 }
18 a:link, a:visited {
19 color: #87CEFA;
20 }
21 a:hover, a:active {
22 color: #87CEEB;
23 text-decoration: none;
24 }
25 a img {
26 border: none;
27 }
28 img {
29 margin: 5px 10px;
30 }
31 table {
32 border-collapse: collapse;
33 border-spacing: 0;
34 }
35 table,th,td {
36 border: 1px solid #666;
37 }
38 th,td {
39 padding: 3px 5px;
40 text-align: center;
41 }
42 blockquote {
43 color: #666;
44 margin: 0 0 18px 18px;
45 font-style: italic;
46 }
47 q:before, q:after, blockquote:before, blockquote:after {
48 content: "";
49 }
50 p {
51 margin: 0 0 1em 0;
52 }
53 h1 {
54 color: #222;
55 margin: .825em 0 .5em 0;
56 font-size: 2.125em;
57 }
58 h2 {
59 color: #222;
60 margin: .825em 0 .5em 0;
61 font-size: 1.75em;
62 }
63 h3 {
64 color: #222;
65 margin: .825em 0 .5em 0;
66 font-size: 1.5em;
67 }
68 h4 {
69 color: #222;
70 margin: .825em 0 .5em 0;
71 font-size: 1.25em;
72 }
73 h5 {
74 color: #222;
75 margin: .825em 0 .5em 0;
76 font-size: 1.125em;
77 }
78 h6 {
79 color: #222;
80 margin: .825em 0 .5em 0;
81 font-size: 1em;
82 }
83 hr {
84 background-color: #ccc;
85 border: 0;
86 height: 1px;
87 margin-bottom: 1.625em;
88 }
89 ul {
90 margin-left: 25px;
91 list-style-type: square;
92 }
93 ol {
94 margin-left: 25px;
95 }
96 strong {
97 font-weight: bold;
98 }
99 em {
100 font-style: italic;
101 }
102 b {
103 color: red;
104 }
105 input {
106 margin: 5px 0;
107 }
108
109 .alignleft {
110 float: left;
111 margin: 7px 24px 7px 0;
112 }
113
114 .alignright {
115 float: right;
116 margin: 7px 0 7px 24px;
117 }
118
119 .aligncenter {
120 display: block;
121 margin: 7px auto;
122 }