/* ** CSS for printing from blogger. Used in conjuntion with ** blogger_print.user.js, often via Greasemonkey. ** ** This has only been "tested" on a few pages. If a new page fails, try ** investigating with MODIv2, etc. ** ** Author: David Gingrich (ndanger@ndanger.org) ** Original: 2008-01-09 ** Source: http://ndanger.org/projects/blogger_print/blogger_print.css */ /* Hide navigation elements */ #navbar, #navbar-iframe, #skiplinks, #header-wrapper, #header, #footer-wrapper, #footer, #sidebar-wrapper, #sidebar, #backlinks-container, #blog-pager, .status-msg-wrap, .comment-footer, .post-feeds, .blog-feeds { display: none; width: 0; } /* Adjust sizing */ html, body #outer-wrapper, #wrap2, #content-wrapper, #main-wrapper, #main, #Blog1, .blog-posts, .post, .post-body { border: 0px; float: none; margin: 0px; overflow: visible; padding: 0px; position: static; width: 100%; } /* Extra padding for main text to avoid end-of-line clipping */ .blog-posts { width: 95%; } /* Hack for overlapping elements, doesn't fix everything */ .blog-posts a:link, .blog-posts em, .blog-posts i, .blog-posts strong, .blog-posts b { margin-left: 5px; margin-right: 2px; }