forked from raphg/Biostat-578
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy_style.css
348 lines (279 loc) · 5.25 KB
/
my_style.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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
.reveal h1 {
font-size: 2.5em;
}
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin-bottom: .6em;
}
.reveal p,
.reveal table {
margin-bottom: 1em;
}
.reveal li {
margin-bottom: .4em;
}
.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
margin-top: .4em;
}
.reveal .slides {
text-align: left;
}
.reveal small {
font-size: 0.85em;
}
.reveal tiny {
font-size: 0.5em;
}
.reveal pre {
margin-top: 0;
max-width: 95%;
border: 1px solid #ccc;
white-space: pre-wrap;
margin-bottom: 1em;
}
.reveal pre code {
display: block; padding: 0.2em;
font-size: 1.2em;
line-height: 1.1em;
background-color: white;
overflow: visible;
max-height: none;
word-wrap: normal;
}
.reveal code {
overflow: visible;
max-height: none;
}
.reveal code.r {
background-color: #F8F8F8;
}
.reveal code.cpp {
background-color: #F8F8F8;
}
.reveal section del {
text-decoration: none;
color: #AAB1BA;
}
.reveal section img {
border: none;
}
.reveal section .fieldError {
margin-bottom: 25px;
}
.reveal section .fieldError span {
color: red;
}
.prompt .reveal .state-background {
background: #C6D7DC;
}
.quiz-multichoice .reveal .state-background {
background: rgba(254,220,179,1);
}
.quiz-multichoice .reveal ul {
list-style-type: none;
margin-bottom: 30px;
}
.quiz-multichoice .reveal li {
margin-top: 15px;
}
.quiz-multichoice .reveal .quizFeedback {
margin-bottom: 30px;
}
.quiz-multichoice .reveal .quizFeedback img {
border: none;
box-shadow: none;
background: transparent;
float: left;
margin-top: -15px;
}
.quiz-multichoice .reveal .quizFeedback span {
font-size: 1.4em;
margin-left: 12px;
}
.section .reveal .state-background {
background: #DEEBF7;
}
.section .reveal h1,
.section .reveal h2,
.section .reveal h3,
.section .reveal strong,
.section .reveal p {
color: #08306B;
margin-top: 50px;
}
.sub-section .reveal .state-background {
background: #F0F0F0
}
.sub-section .reveal h2,
.sub-section .reveal p {
color: black;
margin-top: 50px;
}
.reveal strong {
color: #25679E;
}
.reveal .controls {
right: -20px;
bottom: 5px;
}
.reveal .controls div.navigate-left {
top: 75px;
}
.reveal .controls div.navigate-right {
left: 54px;
top: 75px;
}
.reveal .controls div.navigate-up {
display: none;
}
.reveal .controls div.navigate-down {
display: none;
}
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: #08306B;
}
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
border-left-color: #08306B;
}
.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
border-bottom-color: #08306B;
}
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
border-top-color: #08306B;
}
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #6BAED6;
}
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #6BAED6;
}
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #6BAED6;
}
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #6BAED6;
}
.reveal .progress span {
background: #08306B;
}
.reveal .slides>section,
.reveal .slides>section>section {
padding: 0px 0px;
}
.reveal table {
border-width: 1px;
border-spacing: 2px;
border-style: dotted;
border-color: gray;
border-collapse: collapse;
font-size: 0.7em;
}
.reveal table th {
border-width: 1px;
padding-left: 10px;
padding-right: 25px;
font-weight: bold;
border-style: dotted;
border-color: gray;
}
.reveal table td {
border-width: 1px;
padding-left: 10px;
padding-right: 25px;
border-style: dotted;
border-color: gray;
}
.reveal blockquote {
display: block;
position: relative;
width: 90%;
margin: 5px auto;
padding: 10px;
font-style: italic;
background: #E7E7E7;
border: 1px solid #E7E7E7;
box-shadow: none;
}
.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
display: block;
}
.reveal blockquote:before {
content: '';
}
.reveal blockquote:after {
content: '';
}
.reveal ol,
.reveal ul {
margin: 0 0 .5em 1.2em;
}
.reveal .slides section {
height: 100%;
}
.reveal .slides section .slideContent h2 {
font-size: 1.3em;
font-weight: bold;
}
.reveal .slides section .slideContent h3 {
font-size: 1.1em;
font-weight: bold;
}
.reveal .slides section .column {
position: fixed;
width: 48%;
top: 2.5em;
bottom: 0;
}
.reveal .slides section .column1 {
left: 0;
}
.reveal .slides section .column2 {
right: 0;
}
.reveal .slides section .column img {
max-width: 95%;
max-height: 95%;
height: auto;
}
.reveal .slides section .mediaOnly {
position: fixed;
width: 100%;
top: 2.5em;
bottom: 0;
}
.reveal .slides section .mediaOnly img {
max-width: 90%;
max-height: 90%;
height: auto;
}
.reveal .slides section .mediaInline img {
max-width: 90%;
max-height: 50%;
width: auto;
}
.reveal .slides section .mediaOnly video {
height: 90%;
width: 90%;
}
.reveal .slides section .mediaInline video {
height: 50%;
width: 90%;
}
.reveal .slides section .noTitle {
top: 0;
}