forked from rails/weblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint.css
55 lines (55 loc) · 799 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
body {
background-color: #FFF;
color: #000;
font-family: Georgia, Times New Roman, serif;
margin: 1.5em;
padding: 0;
font-size: 12pt;
line-height: 15pt;
}
h1, h2.entry-title {
font-size: 1.25em;
line-height: 1.2em;
margin: 1em 0 0.25em 0;
page-break-after: avoid;
}
h2 {
font-size: 1.125em;
line-height: 1.2em;
margin: 1em 0 0.25em 0;
page-break-after: avoid;
}
h3 {
font-size: 1em;
line-height: 1.2em;
margin: 1em 0 0.25em 0;
page-break-after: avoid;
}
p {
margin: 0 0 1em 0;
page-break-inside: avoid;
}
p.entry-meta {
font-size: 0.8333em;
}
ul, ol {
margin: 1em 0 1em 0;
}
li {
margin: 0 0 0.25em 0;
}
a {
color: #000;
text-decoration: none;
}
pre {
background-color: #EEE;
margin: 1em 0;
padding: 0.5em;
}
.hentry {
margin: 0 0 2em 0;
}
nav > ul {
display: none;
}