print.css (1325B)
1 /* ----------------------------------------------------------------------- 2 3 Blueprint CSS Framework 0.7.1 4 http://blueprintcss.googlecode.com 5 6 * Copyright (c) 2007-2008. See LICENSE for more info. 7 * See README for instructions on how to use Blueprint. 8 * For credits and origins, see AUTHORS. 9 * This is a compressed file. See the sources in the 'src' directory. 10 11 ----------------------------------------------------------------------- */ 12 13 /* print.css */ 14 body {line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#000;background:none;font-size:10pt;} 15 .container {background:none;} 16 hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;} 17 hr.space {background:#fff;color:#fff;} 18 h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;} 19 code {font:.9em "Courier New", Monaco, Courier, monospace;} 20 img {float:left;margin:1.5em 1.5em 1.5em 0;} 21 a img {border:none;} 22 p img.top {margin-top:0;} 23 blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;} 24 .small {font-size:.9em;} 25 .large {font-size:1.1em;} 26 .quiet {color:#999;} 27 .hide {display:none;} 28 a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;} 29 a:link:after, a:visited:after {content:" (" attr(href) ") ";font-size:90%;}