annotate media/css/blueprint/print.css @ 1:dbd703f7d63a

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