Sha256: cafc1614313f3e2b7fd883466ed703b1a460227478916f61d2f685fef62fdb68
Contents?: true
Size: 1.45 KB
Versions: 25
Compression:
Stored size: 1.45 KB
Contents
// ========================================================================== // Print styles from https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css // // HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ // // Inlined to avoid the additional HTTP request: // http://www.phpied.com/delay-loading-your-print-css/ // ========================================================================== // scss-lint:disable QualifyingElement @media print { *, *::before, *::after, *::first-letter, *::first-line { background: transparent; color: black; // Black prints faster: http://www.sanbeiji.com/archives/953 box-shadow: none; text-shadow: none; } a, a:visited { text-decoration: underline; } a[href]::after { content: ' (' attr(href) ')'; } abbr[title]::after { content: ' (' attr(title) ')'; } // Don't show links that are fragment identifiers, // or use the `javascript:` pseudo protocol a[href^='#']::after, a[href^='javascript:']::after { content: ''; } pre, blockquote { border: 1px solid $light-grey; page-break-inside: avoid; } //Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100%; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
Version data entries
25 entries across 25 versions & 1 rubygems