 /* Running Squiz Matrix Developed by Squiz - http://www.squiz.net Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd Page generated: 13 March 2015 14:17:47 */ /** * [Client Name] - Print Style Sheet * * print.css * author: Squiz Australia */ /* * Table of Contents * * 1. Structure * 1.1 Setup Page * 1.2 Non-Printable Areas * 1.3 Header * * 2. General * 2.1 General Typography * 2.2 Headings * 2.3 Links * 2.4 Lists * 2.5 Tables * 2.6 Forms * 2.7 Images */ /* -------------------- 1. Structure -------------------- */ /*-- 1.1 Setup Page --*/ #wrapper { width: 100%; } /*-- 1.2 Non-Printable Areas --*/ nav, #nav-accessibility, #MasterFooter, #tool-bar, #form#search-site { display: none; } header>a>img { display: block; } header { height: 150px; } /*-- 1.3 Header --*/ /* -------------------- 2. General -------------------- */ /*-- 2.1 General Typography --*/ body { color: #ffffff; font: normal 75%/1.333333em arial, helvetica, sans-serif; /* 12px */ margin: 0; padding: 0; } .js-enabled hr { display: none; } a:link:after, a:visited:after { content: " (" attr(href) ") "; font-size: 90%; } img { display: none; } /*-- 2.4 Lists --*/ /*-- 2.5 Tables --*/ table.data { border-collapse: collapse; } table.data caption { padding-bottom: 5px; } table.data th, table.data td { border: 1px solid #333; padding: 4px; } 