PluginProbe
WP-Print / 2.54
WP-Print v2.54
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.54, at print-css.css

65 lines 944 B
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: 12px;
4 color: #000000;
5 }
6 IMG {
7 max-width: 100%;
8 }
9 P {
10 word-wrap: break-word;
11 }
12 .Center {
13 margin: 0px auto 0px auto;
14 }
15 #Outline {
16 width: 90%;
17 margin-left: auto;
18 margin-right: auto;
19 padding: 10px;
20 border: 1px solid #000000;
21 }
22 #BlogTitle {
23 font-weight: bold;
24 font-size: 16px;
25 margin-bottom: 5px;
26 }
27 #BlogDate {
28 margin-top: 5px;
29 margin-bottom: 10px;
30 }
31 #BlogContent {
32 padding: 10px;
33 margin-top: 10px;
34 }
35 HR.Divider {
36 width: 80%;
37 height: 1px;
38 color: #000000;
39 }
40 #CommentTitle {
41 font-weight: bold;
42 font-size: 16px;
43 padding-bottom: 10px;
44 }
45 .CommentDate {
46 margin-top: 5px;
47 margin-bottom: 10px;
48 }
49 .CommentContent {
50 padding: 2px 10px 10px 10px;
51 }
52 @media print {
53 #comments_controls,
54 #print-link {
55 display: none;
56 }
57 }
58 .alignleft, div.alignleft {
59 float: left;
60 margin: 10px 10px 5px 0;
61 }
62 .alignright, div.alignright {
63 float: right;
64 margin: 10px 0 5px 10px;
65 }