-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprint.css
executable file
·63 lines (60 loc) · 1.14 KB
/
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
* {
background: transparent !important;
text-shadow: none !important;
filter: none !important;
-ms-filter: none !important;
}
body {
font-family: Sans-Serif;
color: rgb(0,0,0);
}
a,
a:visited {
color: rgb(128,128,128);
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
color: rgb(191,191,191) !important;
font-size: 75%;
text-decoration: none !important;
}
abbr[title]:after {
content: " (" attr(title) ")";
color: rgb(191,191,191) !important;
font-size: 75%;
text-decoration: none !important;
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre, blockquote {
border: 1px solid color: rgb(128,128,128);
page-break-inside: avoid;
}
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
@page {
margin: 3.5cm 2.5cm;
}
p, h1, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
#language-nav-outside,
#header-outside,
#front-page-header-outside,
#breadcrumb-outside,
#footer-top-outside,
#footer-outside,
#end-outside,
#sidebar,
.edit-link,
.post-nav,
.postnav,
#replys {
display: none !important;
height: 0;
width: 0;
visibility: hidden;
}