/*
 * 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 */
#navmenu {
    display:none;
}

.searchbox {
    display:none;
}

.breadcrumbs {
    display:none;
}

.pageactions {
    display:none;
}

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

a {
    text-decoration:none;
}

/* Give the content what it deserves. */
#content {
    width:100%;
}
/* More to come. */
