-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprint.css
66 lines (56 loc) · 792 Bytes
/
print.css
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
@page {
margin: 2cm 3cm;
}
html {
font-size: 16px;
}
body {
padding: 0;
background-color: transparent;
}
.contain {
max-width: 32rem;
}
[data-page-break-before] {
page-break-before: always;
}
.contain:first-child > h1 {
color: unset;
font-weight: 600;
}
a:hover,
a:focus {
color: unset;
}
a::before {
display: none;
}
a[data-print-link] {
font-weight: 600;
}
a[data-print-link][href*='//']::after {
content: ' — ' attr(href);
font-size: 0.85em;
font-weight: 300;
opacity: 0.7;
}
p {
text-align: justify;
}
ul.icons-list {
list-style-type: disc;
list-style-position: inside;
}
ul.icons-list li {
padding-left: 0;
background: none !important;
}
hr {
margin: 3rem 0 2rem;
height: 0;
background: none;
transform: none;
}
blockquote::before {
display: none;
}