/* Revised Print Styles, Author: David Gafford, Change-log: Correcting problem with print style inheriting all other styles due to link tags missing media attributes. Removed some redundant styles. Tweaked various other formatting to improve printed page rendering. Changed relative link url from vuw to victoria */ /* Main layout elements */ #skip-links, #top-links ul, #dev, #site-nav, #breadcrumb p, #breadcrumb ul, #section-nav, .try-search, .department, .lost, #footer ul, .page-top, #myvic img, #enrol img, .hidden, #masthead, #related-outer { display: none; } body, #content { margin: 0; padding: 0; } a { color: #333; } img { border: 0; } table { margin-bottom: 2em; } th { text-align: left; } ul, ol { margin-bottom: 20px; line-height:1.4 } h2 { border-bottom: 1px solid #333; } h3, h4, h5 h6 { margin: 20px 0 5px; border-bottom: 1px dashed #999; } h4, h5 h6 { border-bottom: none; } #content, #site-welcome { font-size:10pt; margin:0; padding:0; } #top-links, #masthead { display: block; height: 60pt; } #top-links { float:left; } #site-name { margin-left: 10pt; } #site-name h1, #site-name h2 { top:19pt; float:none; text-align:right; border-bottom:0; } #masthead #breadcrumb, #masthead #site-name ul { display:none; } /* print full urls */ #content a[href]:after { content: " (" attr(href) ") "; } #content a[href^="/"]:after { content: " (http://victoria.ac.nz" attr(href) ") "; } /* extra formatting */ .content-2col { background:none; margin:0; } .col50 { float:none; width:auto } .content-2col div.alt { margin:0 } #page .content-2col ul, #page .content-2col ol { margin-bottom:12pt } div.text-highlight { border:1pt dotted #ccc } #footer { padding: 12pt 0 0 0; border-top: 1pt solid #CCC; font: 0.7em "Lucida Grande",Verdana,Arial,sans-serif } 