all repos — nasg @ cd2efe17bb399fd176e6f8ef01d28093962623da

transparent background for printing
Peter Molnar hello@petermolnar.eu
Wed, 28 Jun 2017 11:37:45 +0000
commit

cd2efe17bb399fd176e6f8ef01d28093962623da

parent

97a7ce75a914c1f42cb36eaa341577b41e0bdf85

1 files changed, 12 insertions(+), 9 deletions(-)

jump to
M style.cssstyle.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^="#"],