print.css 1.3KB

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