gremmie@1: /* ----------------------------------------------------------------------- gremmie@1: gremmie@1: bgneal@278: Blueprint CSS Framework 1.0 gremmie@1: http://blueprintcss.org gremmie@1: gremmie@1: * Copyright (c) 2007-Present. See LICENSE for more info. gremmie@1: * See README for instructions on how to use Blueprint. gremmie@1: * For credits and origins, see AUTHORS. gremmie@1: * This is a compressed file. See the sources in the 'src' directory. gremmie@1: gremmie@1: ----------------------------------------------------------------------- */ gremmie@1: gremmie@1: /* print.css */ gremmie@1: body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;} gremmie@1: .container {background:none;} gremmie@1: hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;} bgneal@278: hr.space {background:#fff;color:#fff;visibility:hidden;} gremmie@1: h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;} gremmie@1: code {font:.9em "Courier New", Monaco, Courier, monospace;} gremmie@1: a img {border:none;} gremmie@1: p img.top {margin-top:0;} gremmie@1: blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;} gremmie@1: .small {font-size:.9em;} gremmie@1: .large {font-size:1.1em;} gremmie@1: .quiet {color:#999;} gremmie@1: .hide {display:none;} gremmie@1: a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;} bgneal@58: a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}