-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrise.css
executable file
·188 lines (164 loc) · 3.83 KB
/
rise.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
@charset "UTF-8";
/**
* Custom theme by Michele Lombardi <[email protected]>
*/
/* @import url(assets/futura/futura.css); */
/* @import url(assets/helvetica-neue/helvetica-neue.css); */
/* @import url(assets/league-gothic/league-gothic.css); */
/* @import url(assets/source-sans-pro/source-sans-pro.css); */
@import url(assets/Lato/stylesheet.css);
@import url(assets/Source Sans Pro/stylesheet.css);
@import url(assets/Open Sans/stylesheet.css);
@import url(assets/Palanquin/stylesheet.css);
@import url(assets/Quattrocento Sans/stylesheet.css);
/* .reveal .slides > section, */
/* .reveal .slides > section > section { */
/* text-align: left; } */
.reveal {
/* font-family: "Helvetica NeueL", "HelveticaNeue-Thin", Helvetica, sans-serif; */
font-family: "Lato", sans-serif;
font-weight: 300;
font-size: 28px;
/* font-weight: normal; */
color: #222;
}
.reveal .cell div {
max-width: 1280px;
}
.reveal .code_cell div {
max-width: 1280px;
margin-left: 0px;
}
.reveal p {
margin-top: 0.25em;
margin-bottom: 0.25em;
line-height: 1.3;
padding-left: 0.5em;
}
.reveal h1 {
font-family: "Lato", sans-serif;
font-weight: 600;
/* font-family: "League Gothic", Helvetica, sans-serif; */
/* font-family: "FuturaL", Helvetica, sans-serif; */
font-size: 48px;
display: table-cell;
vertical-align: bottom;
padding-bottom: 8px;
padding-left: 0.5em;
/* width: 1280px; */
/* width: 100%; */
min-width: 1280px;
height: 400px;
border-bottom-style: solid;
border-bottom-width: 2.8px;
border-bottom-color: black;
background: linear-gradient(#9b0014, #9b0014);
background-repeat: no-repeat;
background-position: bottom right;
background-size: 64px 100%;
background-color: #f0f0f0;
}
.reveal h2 {
font-family: "Lato", sans-serif;
font-weight: 600;
display: table-cell;
/* font-family: "FuturaL", Helvetica, sans-serif; */
font-size: 42px;
border-bottom-style: solid;
border-bottom-width: 2.8px;
/* min-width: 1480px; */
/* width: 100%; */
min-width: 1280px;
height: 80px;
vertical-align: bottom;
padding-bottom: 6px;
padding-left: 0.5em;
background: linear-gradient(#9b0014, #9b0014);
background-position: bottom right;
background-size: 64px 100%;
background-repeat: no-repeat;
background-color: #f0f0f0;
/* margin-top: 8px; */
/* margin-bottom: 0; */
}
.reveal em {
font-style: normal;
color: #f55a04;
/* border-bottom: solid 1.4px; */
}
.reveal a:visited {
color: #f55a04;
}
.reveal ol,
.reveal dl,
.reveal ul {
display: inline-block;
text-align: left;
/* margin: 0 0 0 1em; */
margin: 0 0 0 0;
}
.reveal ul li {
text-indent: 0em;
list-style-type: none;
margin-left: -56px; }
.reveal ul li:before {
content: "■";
padding-right: 14px;
color: #9b0014; }
.reveal ul ul li:before {
content: "■";
padding-right: 14px;
color: #bebebe; }
.reveal ul ul ul li:before {
content: "■";
padding-right: 14px;
color: #f55a04; }
.reveal blockquote {
width: 1080px;
align-items: center;
/* margin-top: 1em; */
/* margin-bottom: 1em; */
/* margin-left: auto; */
/* margin-right: auto; */
padding: 0.25em 1em 0.35em 1em;
font-style: normal;
border-style: solid;
border-width: 2.8px;
border-radius: 14px;
border-color: rgb(0, 0, 0);
/* box-shadow: none; */
}
.reveal blockquote p {
text-align: center;
}
.reveal code {
background-color: #ffffff;
font-size: 0.8em;
}
.reveal pre code {
font-size: 0.7em;
background-color: #f0f0f0;
max-height: 700px;
}
.reveal img {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.reveal .MathJax_Display {
margin-top: 1em;
margin-bottom: 1em;
}
.reveal .big {
font-size:1.5em;
text-align:center;
/* padding-top: 1em; */
margin-top:30%;
/* font-weight:bold */
}
.reveal .mbig {
font-size:1.2em;
text-align:center;
/* padding-top: 1em; */
margin-top:30%;
/* font-weight:bold */
}