blob: deb4356f329f9bd8c71ddd1ee71d5314bf312c4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
@media print {
.print-none,
.pager,
.mobile-nav,
aside,
nav,
footer {
display: none; } }
@media print {
html {
font-size: 12pt; }
html,
body,
.page {
background-color: white;
border-color: black;
box-shadow: none;
color: black; }
.main {
width: 100%; }
:link,
:visited {
text-decoration: underline; }
abbr[title]::after {
content: " (" attr(title) ")"; } }
/*# sourceMappingURL=print.css.map */
|