2015-11-06 22:44:34 +01:00
|
|
|
|
|
|
|
* {
|
|
|
|
text-shadow: none !important;
|
|
|
|
color: #000 !important; // Black prints faster: h5bp.com/s
|
|
|
|
background: transparent !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
2016-08-06 00:14:15 +02:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2016-05-05 23:43:37 +02:00
|
|
|
page-break-after: avoid;
|
|
|
|
page-break-before: auto;
|
2015-11-06 22:44:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
pre, blockquote {
|
2016-05-05 23:43:37 +02:00
|
|
|
border: 1px solid #999;
|
2016-08-06 00:14:15 +02:00
|
|
|
font-style: italic;
|
2016-05-05 23:43:37 +02:00
|
|
|
page-break-inside: avoid;
|
2015-11-06 22:44:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2016-05-05 23:43:37 +02:00
|
|
|
page-break-inside: avoid;
|
2016-08-06 00:14:15 +02:00
|
|
|
border: 0; /* Some browsers like to show a border around images. Switch it off */
|
2015-11-06 22:44:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a,
|
2016-08-06 00:14:15 +02:00
|
|
|
a:visited { text-decoration: underline; }
|
2015-11-06 22:44:34 +01:00
|
|
|
|
2016-08-06 00:14:15 +02:00
|
|
|
abbr[title]::after { content: " (" attr(title) ")"; }
|
|
|
|
|
|
|
|
q { quotes: none; }
|
2015-11-06 22:44:34 +01:00
|
|
|
|
2016-08-06 00:14:15 +02:00
|
|
|
q::before { content: ""; }
|
|
|
|
|
|
|
|
q::after { content: " (" attr(cite) ")"; }
|
|
|
|
|
|
|
|
.page-break {
|
|
|
|
display: block;
|
|
|
|
page-break-before: always;
|
2015-11-06 22:44:34 +01:00
|
|
|
}
|
2016-08-06 00:14:15 +02:00
|
|
|
|
|
|
|
.hidden-print { display: none; }
|
|
|
|
|
|
|
|
/* Hide the navigation */
|
|
|
|
aside { display: none; }
|
|
|
|
|