/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
/*
 * print.css
 *
 * print styles
 */
/*
* { background: transparent !important; color: #444 !important; text-shadow: none; }

a, a:visited { color: #444 !important; text-decoration: underline; }

a:after { content: " (" attr(href) ")"; }

abbr:after { content: " (" attr(title) ")"; }

.ir a:after { content: ""; }  /* Don't show links for images */

/*
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }

img { page-break-inside: avoid; }

@page { margin: 0.5cm; }

p, h2, h3 { orphans: 3; widows: 3; }

h2, h3{ page-break-after: avoid; }

#no-js-warning-wrapper{ display: none; visibility: hidden; }

*/

@media print {
   …
}
<link rel="stylesheet" href="css/style.css"/>



header nav, footer {
display: none;
}

#ds-header-wrapper,#ds-options-wrapper,#ds-trail-wrapper,#ds-footer-wrapper
{
display: none;
}

#ds-body:before {
display: block;
content: "This was printed from the Lincoln University Research Archive - http://researcharchive.lincoln.ac.nz";
margin-bottom: 10px;
border: 1px solid #bbb;
padding: 3px 5px;
font-style: italic;
}

#files-section {
font: 12pt Georgia, verdana, "Times New Roman", Times, serif;
line-height: 1.3;
}

.ds-list-head {padding-top: 10px; clear:both; display:block;}

.thumbnail-wrapper, .file-metadata, .file-link {
    float: left;
    margin-right: 15px;
}

#no-js-warning-wrapper{ display: none; visibility: hidden; }

img {
max-width: 500px;
}

@page {
margin: 0.5cm;
}


#ds-body {
font: 12pt Georgia, verdana, "Times New Roman", Times, serif;
line-height: 1.3;
}

h1 {
font-size: 18pt;
}

h2 {
font-size: 14pt;
margin-top: 25px;
}


p a[href^="http://"]:after, a[href^="https://"]:after {
content: " (" attr(href) ")";
}

p a {
word-wrap: break-word;
}

a {
color: #000;
}

q:after {
content: " (Source: " attr(cite) ")";
}
