-
Notifications
You must be signed in to change notification settings - Fork 4
/
2018-talk-intro.css
108 lines (89 loc) · 1.08 KB
/
2018-talk-intro.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
h1 {
color: #4a235a;
}
h2 {
color: #6c3483;
}
h3 {
color: #8e44ad;
}
a {
color: #3498db;
}
.inverse {
background: #272822;
color: #777872;
}
.inverse h1, .inverse h2 {
color: #a3e4d7;
line-height: 0.8em;
}
.background h1 {
color: #e8daef;
}
.left-column30 {
width: 30%;
float: left;
}
.left-column40 {
width: 40%;
float: left;
}
.left-column50 {
width: 50%;
float: left;
}
.left-column60 {
width: 60%;
float: left;
}
.right-column40 {
width: 40%;
float: right;
}
.right-column50 {
width: 50%;
float: right;
}
.right-column60 {
width: 60%;
float: right;
}
.right-column70 {
width: 70%;
float: right;
}
.footnote {
position: absolute;
bottom: 3em;
font-size: 14px;
color: #505050;
}
.footnote:before {
content: "[";
}
.footnote:after {
content: "]";
}
.emph {
background-color: #c8deff;
}
.remark {
color: #8e44ad;
font-style: italic;
}
.quote {
color: #ff0000;
font-style: italic;
font-size: 30px;
}
.cite {
font-size: 14px;
color: #505050;
}
.cite:before {
content: "[";
}
.cite:after {
content: "]";
}