View Source
css-rgo-printer.css
  1. /*  This style sheet validates as CSS3.                  */
  2. /*  See <http://www.ronin-group.org/TRG_colophon.html>   */
  3. /*  for more information.                                */
  4. /*                                                       */
  5. /*  LOADS BY: @import.                                   */
  6. /*  FUNCTION: reformats web pages for printing.          */
  7. /*  */
  8.  
  9.  
  10. #fixed_sidebar_wrapper,
  11. #fixed_sidebar,
  12. .navmenu
  13.      { display: none; }
  14.  
  15.  
  16. #content_wrapper { padding:0; margin:0; }
  17.  
  18.  
  19.  
  20. body {
  21.      margin: 0 0 0 5em;
  22.      padding:0;
  23.      background: white;
  24.      font-size: 11pt;
  25.      }
  26.  
  27. #content a:link, #content a:visited {
  28.      background: transparent;
  29.      font-weight: bold;
  30.      text-decoration: underline;
  31.      }
  32.  
  33. #content a:link:after, #content a:visited:after {
  34.    content: " (" attr(href) ") ";
  35.    font-size: 80%;
  36.    }
  37.  
Parsed in 0.042 seconds