forked from Nick-Tallguy/Nick-Tallguy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint.css
More file actions
53 lines (50 loc) · 677 Bytes
/
print.css
File metadata and controls
53 lines (50 loc) · 677 Bytes
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
p a {
word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
page-break-after:avoid;
page-break-inside:avoid;
}
a {
page-break-inside: avoid;
}
blockquote {
page-break-inside: avoid;
}
pre {
page-break-inside: avoid;
}
ul, ol, dl {
page-break-before: avoid;
}
html {
height: inherit;
}
.doc-nav,
#banner-top,
#header,
#footer,
.feedback,
.banner {
display: none;
}
#wrapper {
display: block;
}
.doc-main {
width: 96%;
margin: 1%;
}
h1 {
color: black;
font-size: 28px;
text-align: center;
}
img {
max-width: 100%;
height: auto;
}
a:after {
content: " [" attr(href) "] ";
unicode-bidi: isolate;
}