forked from rstacruz/cheatsheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint.css
48 lines (48 loc) · 856 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
.site-header, .social-list, .about-the-site,
#see-also, #see-also+ul {
display: none;
}
/*.post-headline.-cheatsheet .prelude span:before {
content: 'cheatsheet for'
}*/
.post-list {
margin: 0;
padding-top: 0;
padding-bottom: 0;
}
.post-item {
max-width: 100%;
}
.post-headline.-cheatsheet .prelude {
max-width: 300px;
}
.post-headline, p.prelude {
margin-top: 0;
}
.post-headline.-cheatsheet .prelude {
font-size: 0.6em;
letter-spacing: 1px;
}
.post-headline {
margin-bottom: 1.5em;
}
.post-headline.-cheatsheet .prelude span {
padding: 0.75em 20px;
border-bottom: solid 1.5px #111;
}
.post-headline.-cheatsheet h1 {
font-size: 1.75em;
text-shadow: none;
}
pre {
border-top: solid 1px #ddd;
border-bottom: solid 1px #ddd;
background: none;
}
h3 {
margin: 1em 0;
}
pre {
margin-top: 1.1em;
margin-bottom: 1.1em;
}