/* +----------------------------------------------------------------+ | | | WordPress 2.1 Plugin: WP-Print 2.20 | | Copyright (c) 2007 Lester "GaMerZ" Chan | | | | File Written By: | | - Lester "GaMerZ" Chan | | - http://lesterchan.net | | | | File Information: | | - CSS Style For Printer Friendly Page | | - wp-print-css.css | | | +----------------------------------------------------------------+ */ Body { font-family: Verdana, Arial, Tahoma; font-size: 12px; color: #000000; direction: ltr; text-align: left; } #Outline { width: 90%; margin-left: auto; margin-right: auto; padding: 10px; border: 1px solid #000000; direction: ltr; text-align: left; } #BlogTitle { font-weight: bold; font-size: 16px; margin-bottom: 5px; } #BlogDate { margin-top: 5px; margin-bottom: 10px; } #BlogContent { padding: 10px; margin-top: 10px; } HR.Divider { width: 80%; height: 1px; color: #000000; } #CommentTitle { font-weight: bold; font-size: 16px; padding-bottom: 10px; } .CommentDate { margin-top: 5px; margin-bottom: 10px; } .CommentContent { padding: 2px 10px 10px 10px; } @media print { #print-link { display: none; } }