/* CSS placed here will affect the print output */ /* The following two rules added by P.Conrad to try to get some margin when printing */ div#globalWrapper {margin: 30px; padding-right: 30px; } #globalWrapper { width: 95% !important; min-width: 0 !important; } h1 span.mw-headline { font-family: Arial Narrow, sans-serif; font-size:1em; font-weight:bold;} #toc {page-break-after: always;} /* FOR DEBUGGING */ /* div#globalWrapper {background-color: #efe; border: 1px orange solid; } */ /* OVERRIDE EXPANDING OF URLS WHEN PRINTING */ #content a.external.text:after, #content a.external.autonumber:after { content: ""; } .NOPRINT { display: none;} /* INSTEAD OF #content a.external.text:after, #content a.external.autonumber:after { content: " (" attr(href) ") "; } */