Sha256: f8228865951e308ae544635ce2e3b87fb23988f509aa81e752501d87ad659822
Contents?: true
Size: 836 Bytes
Versions: 39
Compression:
Stored size: 836 Bytes
Contents
// All Elements *, *:before, *:after { background: transparent; color: #000; box-shadow: none; text-shadow: none; } // Links a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } // Code and Blockquotes pre, blockquote { page-break-inside: avoid; } // Tables thead { display: table-header-group; } tr { page-break-inside: avoid; } // Images img { page-break-inside: avoid; max-width: 100%;} // Typography p, div.paragraph, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } abbr[title]:after { content: " (" attr(title) ")"; } // Display Types .hide-print { display: none; } .show-print { display: block; } .show-print-inline-block { display: inline-block; } .show-print-inline { display: inline; }
Version data entries
39 entries across 39 versions & 1 rubygems