-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
executable file
·75 lines (60 loc) · 977 Bytes
/
Copy pathcustom.css
File metadata and controls
executable file
·75 lines (60 loc) · 977 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.slide p {
font-family: "Open Sans", sans-serif;
font-weight: 300;
}
.slide h1, .slide h2, .slide h3 {
font-family: "Fira Sans", sans-serif;
}
.slide code {
font-family: "Fira Mono", monospace;
}
.slide ul li {
font-weight: 300;
}
.double {
column-gap: -150px;
}
.right-flow {
margin-left: -200px;
}
.one-col-image-wide {
margin-left: -40px;
width: 510px;
z-index: 2000;
}
.important-point {
font-size: 1.5em;
}
.slide::after {
display: none;
}
div#attribution {
font-size: 0.8em;
float: right;
padding-top: 120px;
}
.smaller {
font-size: 0.6em;
}
strong {
padding: .2rem .4rem;
border-radius: 2px;
background-color: #ffd43b;
}
blockquote {
margin: 2em 1em 2em 0;
padding-left: 1em;
padding-right: 1em;
font-style: italic;
border-left: .25em solid #ffd43b;
}
div#aside {
padding: .2rem .2rem;
text-align: center;
border-radius: 2px;
background-color: #7BABFF;
}
img {
width: 700px;
height: auto;
}