transparent background for printing
Peter Molnar hello@petermolnar.eu
Wed, 28 Jun 2017 11:37:45 +0000
1 files changed,
12 insertions(+),
9 deletions(-)
jump to
M
style.css
→
style.css
@@ -847,9 +847,11 @@ }
@media print { + html, body { font-size:10pt !important; text-shadow:unset !important; + background-color: transparent; } @page {@@ -862,6 +864,7 @@ .limit,
.content-body { max-width: 100% !important; margin: 0 !important; + background-color: transparent; } h1,@@ -884,13 +887,13 @@ page-break-inside: avoid !important;
} .h-entry { - -webkit-columns: 2 20rem; - -moz-columns: 2 20rem; - columns: 2 20rem; + -webkit-columns: 2 20rem; + -moz-columns: 2 20rem; + columns: 2 20rem; - -webkit-column-gap: 1rem; - -moz-column-gap: 1rem; - column-gap: 1rem; + -webkit-column-gap: 1rem; + -moz-column-gap: 1rem; + column-gap: 1rem; } .e-content .photo {@@ -932,9 +935,9 @@ visibility: hidden;
} .footnotes ol li a { - display: block; - overflow: visible; - white-space: normal; + display: block; + overflow: visible; + white-space: normal; } .footnotes ol li a[href^="#"],