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

65 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 +----------------------------------------------------------------+
3 | |
4 | WordPress 2.5 Plugin: WP-Print 2.30 |
5 | Copyright (c) 2008 Lester "GaMerZ" Chan |
6 | |
7 | File Written By: |
8 | - Lester "GaMerZ" Chan |
9 | - http://lesterchan.net |
10 | |
11 | File Information: |
12 | - CSS Style For Printer Friendly Page |
13 | - wp-content/plugins/wp-print/print-css.css |
14 | |
15 +----------------------------------------------------------------+
16 */
17
18
19 Body {
20 font-family: Verdana, Arial, Tahoma;
21 font-size: 12px;
22 color: #000000;
23 }
24 #Outline {
25 width: 90%;
26 margin-left: auto;
27 margin-right: auto;
28 padding: 10px;
29 border: 1px solid #000000;
30 }
31 #BlogTitle {
32 font-weight: bold;
33 font-size: 16px;
34 margin-bottom: 5px;
35 }
36 #BlogDate {
37 margin-top: 5px;
38 margin-bottom: 10px;
39 }
40 #BlogContent {
41 padding: 10px;
42 margin-top: 10px;
43 }
44 HR.Divider {
45 width: 80%;
46 height: 1px;
47 color: #000000;
48 }
49 #CommentTitle {
50 font-weight: bold;
51 font-size: 16px;
52 padding-bottom: 10px;
53 }
54 .CommentDate {
55 margin-top: 5px;
56 margin-bottom: 10px;
57 }
58 .CommentContent {
59 padding: 2px 10px 10px 10px;
60 }
61 @media print {
62 #print-link {
63 display: none;
64 }
65 }