/* 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: 06 September 2013 15:11:01 */ /** * Australian Film, Television and Radio School - 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: 998px; } /*-- 1.2 Non-Printable Areas --*/ div.scrolling-promo, form.site-search, #nav, #nav-accessibility, #breadcrumb, #sub-nav, div.pagination ul, div.pagination form, div.hr-module, img.branding-tagline, div.contact-link, div.search-filters, div.toc > ul, #footer { display: none !important; } /*-- 1.3 Header --*/ /* -------------------- 2. General -------------------- */ /*-- 2.1 General Typography --*/ body { color: #000 !important; font: normal 75%/1.333333em arial, helvetica, sans-serif; /* 12px */ margin: 0; padding: 0; } .js-enabled hr { display: none; } div.featured.standalone { clear: both; } /*-- 2.2 Headings --*/ h1, h2, h3, h4, h5, h6 { color: #000 !important; } h2 { line-height: 25px; } .page-heading h1, h1.standalone, h1.standalone em { font-family: arial; text-transform: uppercase; } /*-- 2.3 Links --*/ #content-main a { color: #000 !important; text-decoration: underline; } #content-main a:hover, #content-main a:focus { color: #000; } a:link:after, a:visited:after { content: " (" attr(href) ") "; font-size: 90%; } div.fb-best-bet h3 a:link:after, div.fb-best-bet h3 a:visited:after, li.search-result strong a:link:after, li.search-result strong a:visited:after { content: ""; } #content-main a span { color: #000 !important; } div.button-arrow { margin: 0; } div.button-arrow a { width: auto; height: auto; display: inline; padding: 0; } div.button-arrow a span { display: inline; height: auto; } /*-- 2.4 Lists --*/ #content-main .standalone li, #content-main .generic-listing.standalone li { display: block; padding: 10px 0; margin: 10px 0; border-top-width: 1px; } #content-main .standalone li .tag, #content-main .generic-listing.standalone li .tag { display: none; } /*-- 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; } /*-- 2.6 Forms --*/ /*-- 2.7 Images --*/ .align-left { float: left; margin: 0 20px 10px 0; } .align-right { float: right; margin: 0 0 10px 20px; } /*-- 2.8 Logo --*/ a.branding { display: block; padding: 10px 0 0; text-transform: uppercase; font-size: 20px; color: #000; text-decoration: none; margin-bottom: 35px; } a.branding:link:after { content: attr(title); font-size: 12px; } a.branding img { margin: 0 20px 0 10px; } /*-- 2.9 Accordions --*/ div.accordion { width: 998px; } div.accordion h2 { padding-left: 0; } div.accordion div { border: 0; display: block; width: 100%; } /*-- 2.10 Videos --*/ .video-container { display: none; }