Guest User

Untitled

a guest
Nov 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. /* ==|== print styles =======================================================
  2. Print styles.
  3. Inlined to avoid required HTTP connection: h5bp.com/r
  4. ========================================================================== */
  5.  
  6. @media print {
  7. * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  8. a, a:visited { text-decoration: underline; }
  9. a[href]:after { content: " (" attr(href) ")"; }
  10. abbr[title]:after { content: " (" attr(title) ")"; }
  11. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
  12. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  13. thead { display: table-header-group; } /* h5bp.com/t */
  14. tr, img { page-break-inside: avoid; }
  15. img { max-width: 100% !important; }
  16. @page { margin: 0.5cm; }
  17. p, h2, h3 { orphans: 3; widows: 3; }
  18. h2, h3 { page-break-after: avoid; }
  19. }
Add Comment
Please, Sign In to add comment