/*
 * 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
 * adapted for brushed template
 */

/* Webpage stuff */
.applicationlogo,
.companylogo,
.searchbox,
.breadcrumbs,
.pageactions,
.quicklinks,
#actionsTop,
#actionsBottom,
#favorites,
.tabmenu { display:none; }

/* seems not to work as expected -- ffs */
#pagecontent, 
#editcontent,
#previewcontent,
#diffcontent,
#infocontent,
#findquery,
#userPrefs  
  { display: block; visibility: visible; }

#attachments,   
#addcomment,
#pagelinks
  { display: none; visibility: hidden;}


/* Wild guess */
body { font-size: 10pt; font-family: helvetica }

/* Show links as normal text (maybe show urls at the bottom of the page) */
a { text-decoration:none; }
/*print href of each link
a:after { content:attr(href); color:grey;
          font-family:"Courier New", Courier, mono; font-size:8pt;
        }
*/

/* Give the content what it deserves. */
#header,
#footer,
.pagename,
#page { width: 100%; margin:0; float:none; clear:both; position:static; }
.tabs { border:none; }

/* More to come. */
