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

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