-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint.css
More file actions
59 lines (48 loc) · 732 Bytes
/
print.css
File metadata and controls
59 lines (48 loc) · 732 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
54
55
56
57
58
body, html {
background:#FFF;
font:12pt Arial, Helvetica, sans-serif;
color:#000;
}
a:link, a:visited {
background: transparent;
font-weight: bold;
text-decoration: underline;
color:#000;
}
h1, h2, h3, h4 {
font-family: Georgia, "Times New Roman", Times, serif
}
h1 {
font-size:2em;
}
h2 {
font-size:1.8em;
}
h3 {
font-size:1.5em;
}
h4 {
font-size:1.2em;
}
img {
display:block;
border:0;
}
#nav, #searchform, #branding, #commentform, #footer, #sidebar {
display:none
}
hr {
background:#000;
color:#000;
width:100%;
height:1px;
margin:2em 0;
border:none;
}
blockquote {
margin:1.5em 0;
padding:1em;
border:1px solid #ccc;
font-style:italic;
font-size:0.9em;
}