/*
 * CSS intended specificly for print media
 * e.g: <link rel=stylesheet type="text/css" media="print" href="templates/default/jspwiki_print.css">
 * This stylesheet mainly hides all the webspecific stuff.
 * Shows content in a print friendly way.
 * Author PhilipVanBogaert
 */

/* Webpage stuff */
.leftmenu,.searchbox,.breadcrumbs,.pageactions,.leftpane,.pagefoot,.leftpane-back {
    display:none;
}

/* Show links as normal text (maybe show urls at the bottom of the page) */

a {
    text-decoration:none;
}
/* More to come. */
