| 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 |
} |