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