/* CSS intended for print media, hiding webspecific stuff. Author PhilipVanBogaert / G. Hagedorn */

/* Web-specific stuff: */
.searchbox,.breadcrumbs {display:none;}
#sidebar {display:none;}
#headertools {display:none;}
#footerarea {display:none;}

/* Wild guess: */
body {font-size:10pt;}

/* Show links as normal text (maybe show urls at the bottom of the page) */
a {text-decoration:none;}

/* Give the content what it deserves. */
.page {width:100%;}

/* The CSS Styles for the Contextual diff provider -- FOR PRINT */
.diff-wikitext {padding: 5px;border-width:1px; border-style:solid; font-family:"Courier New",Courier,monospace;}
.diff-insertion{background:transparent; text-decoration:underline;}
.diff-deletion {background:transparent; text-decoration:line-through;}
.diff-nextprev {display:none;}

div.retrievedfrom {display:block; font-style:italic; font-size:100%; } /* this is display:none; in standard sheet! */ 
