forked from jhamrick/pycon-2014-talk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
48 lines (38 loc) · 742 Bytes
/
custom.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
.reveal {
overflow: visible !important;
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5 {
font-family: "Trebuchet MS, Helvetica, sans-serif" !important;
}
.reveal p, .reveal li {
font-size: 1.2em;
}
.reveal li {
padding: 0.5em 0;
}
.reveal li ul li {
padding: 0.1em !important;
font-size: 0.9em;
}
p.caption, p.footnote {
font-size: 0.8em !important;
}
img {
max-height: 450px !important;
}
blockquote {
box-shadow: none !important;
border-left: 5px gray solid !important;
padding: 0 0 0.5em 1em !important;
}
.prompt {
visibility: hidden;
}
.rendered_html ul, .rendered_html ol {
margin: 0 1em;
}
@media print {
a[href]:after {
content: none !important;
}
}