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

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

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