PluginProbe
WP-Print / 2.57
WP-Print v2.57
3.0.0 trunk 1.00 2.00 2.01 2.02 2.03 2.04 2.05 2.06 2.10 2.11 2.20 2.30 2.31 2.40 2.50 2.52 2.53 2.54 2.55 2.56 2.57 2.57.1 2.57.2 All 29 releases
wp-print / print-css.css

print-css.css in WP-Print 2.57, at print-css.css

75 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body {
2 font-family: Verdana, Arial, Tahoma;
3 font-size: 14px;
4 color: #000000;
5 }
6 * {
7 padding: 0;
8 margin: 0;
9 list-style-type: none;
10 }
11 hr { display: none; }
12 img { max-width: 100%; }
13 p {
14 word-wrap: break-word;
15 margin-bottom: 15px;
16 }
17 a { color: inherit; }
18
19 /* Header */
20 .entry-header {
21 margin-bottom: 25px;
22 padding-bottom: 25px;
23 border-bottom: 1px solid #555;
24 }
25 .hat {
26 display: block;
27 text-align: center;
28 margin: 15px 0 20px 0;
29 }
30
31 .entry-title, #CommentTitle {
32 font-weight: bold;
33 font-size: 21px;
34 margin-bottom: 5px;
35 }
36 #CommentTitle { margin-bottom: 15px; }
37
38 /* Main */
39 .center {
40 margin: 0 auto;
41 padding: 0 2%;
42 }
43
44
45 /* content */
46 .entry-content {
47 margin-bottom: 35px;
48 line-height: 170%;
49 }
50
51 pre {
52 white-space: pre-wrap;
53 }
54
55 /* Footer */
56 .footer {
57 margin-top: 25px;
58 padding: 25px 0 0 0;
59 border-top: 1px solid #555;
60 }
61
62 @media print {
63 #comments_controls,
64 #print-link {
65 display: none;
66 }
67 }
68 .alignleft, .alignleft {
69 float: left;
70 margin: 10px 10px 5px 0;
71 }
72 .alignright, .alignright {
73 float: right;
74 margin: 10px 0 5px 10px;
75 }