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. */
- /* */
- #fixed_sidebar_wrapper,
- #fixed_sidebar,
- .navmenu
- { display: none; }
- #content_wrapper { padding:0; margin:0; }
- body {
- margin: 0 0 0 5em;
- padding:0;
- background: white;
- font-size: 11pt;
- }
- #content a:link, #content a:visited {
- background: transparent;
- font-weight: bold;
- text-decoration: underline;
- }
- #content a:link:after, #content a:visited:after {
- content: " (" attr(href) ") ";
- font-size: 80%;
- }
Parsed in 0.042 seconds


