Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. @media print {
  2.   * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  3.   a, a:visited { text-decoration: underline; }
  4.   a[href]:after { content: " (" attr(href) ")"; }
  5.   abbr[title]:after { content: " (" attr(title) ")"; }
  6.   .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  7.   pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  8.   thead { display: table-header-group; } /* h5bp.com/t */
  9.   tr, img { page-break-inside: avoid; }
  10.   img { max-width: 100% !important; }
  11.   @page { margin: 0.5cm; }
  12.   p, h2, h3 { orphans: 3; widows: 3; }
  13.   h2, h3 { page-break-after: avoid; }
  14. }
  15.  
  16.