/* ================================================================== *\ Print ($print) Inlined to avoid an extra HTTP request - http://cbrac.co/VUjfe3 \* ================================================================== */ @media print { /* 1. Black prints faster - http://cbrac.co/XvusCs */ * { background: transparent !important; box-shadow: none !important; color: #000 !important; /* 1 */ text-shadow: none !important; } @page { margin: 0.5cm; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } /* Don’t show links for images, or javascript/internal links */ a[href^="#"]:after, a[href^="javascript:"]:after, .ir a:after { content: ""; } abbr[title]:after { content: " (" attr(title) ")"; } blockquote, pre { border: 1px solid $darkerGray; page-break-inside: avoid; } h2, h3, p { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } img, tr { page-break-inside: avoid; } img { max-width: 100% !important; } thead { display: table-header-group; /* http://cbrac.co/Q6s1o2 */ } }