/** * New print.css for foliage. v1.1 vjordan */ body { background: white; font: 12pt times, serif; } /* Do not print these sections of the page */ #sidebar-left, #sidebar-right, #searchbar, #menu { display: none; } /* Do not print parts styled like this */ /* You may also want to add other comment action links: .comment_delete, .comment_edit, .comment_reply */ .tabs, .comment_add { display: none; } #content { width: auto; margin: 0 5%; padding: 0; border: 0; float: none !important; color: black; background: transparent none; } div#content { margin-left: 10%; padding-top: 1em; border-top: 1px solid #930; } a:link, a:visited { color: #520; background: transparent; font-weight: bold; text-decoration: underline; } #content a:link:after, #content a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }