-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathslides.css
More file actions
50 lines (41 loc) · 716 Bytes
/
slides.css
File metadata and controls
50 lines (41 loc) · 716 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
.codesample {
font-size: 0.65em;
line-height: 105%;
white-space: pre-wrap;
}
.code-columns {
margin-top: 0.7em;
display: flex;
}
.right-column {
width: 49%;
font-size: 80%;
margin-left: 0.3em;
display: block;
}
.right-column img {
max-width: 100%;
}
.right-column h2 {
font-size: 120%;
}
.right-column p {
margin-bottom: 0.5em;
}
.right-column blockquote {
padding-left: 0.4em;
border-left: 6px solid #dddddd;
color: #999999;
}
.right-column pre {
left: 0;
white-space: pre-wrap;
padding-left: 10px;
margin-bottom: 10px;
background-color: #f0f0f0;
border: 1px solid #aaaaaa;
}
.right-column pre.prettyprint {
background-color: #e0e0e0;
white-space: pre-wrap;
}