View Source
css-rgo-printer.css
- /* This style sheet validates as CSS3. */
- /* See <http://www.ronin-group.org/TRG_colophon.html> */
- /* for more information. */
- /* */
- /* LOADS BY: @import. */
- /* FUNCTION: reformats web pages for printing. */
- /* */
- /* hide things that only work on the website */
- #fixed_sidebar_wrapper, #fixed_sidebar, .navmenu, div.thumbnail
- { display:none; }
- #content_wrapper { padding:0; margin:0; overflow:visible; }
- html { padding:0; margin:0; }
- body
- {
- margin: 0 0 5em 2em; padding:0;
- background: white; color:#4B515B;
- font-size: 11pt;
- }
- /* reformat links */
- a:link, a:visited
- { background: transparent; font-weight: bold; text-decoration: underline; }
- a:link:after, a:visited:after
- { content:" [" attr(href) "] "; font-size: 80%; }
- /* reformat styled bullets since they won't print */
- #content ul
- { list-style-type: disc; list-style-position: outside; margin-left:24px; }
- .printercontent { display:inline; page-break-before:always; }
Parsed in 0.039 seconds



