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