1
2.reveal h1 {
3  font-size: 2.5em;
4}
5
6.reveal h1,
7.reveal h2,
8.reveal h3,
9.reveal h4,
10.reveal h5,
11.reveal h6 {
12   margin-bottom: .6em;
13}
14
15.reveal p,
16.reveal table {
17   margin-bottom: 1em;
18}
19
20.reveal li {
21   margin-bottom: .4em;
22}
23
24.reveal ul ul,
25.reveal ul ol,
26.reveal ol ol,
27.reveal ol ul {
28	margin-top: .4em;
29}
30
31.reveal .slides {
32  text-align: left;
33}
34
35.reveal small {
36	font-size: 0.85em;
37}
38
39.reveal pre {
40  margin-top: 0;
41  max-width: 95%;
42  border: 1px solid #ccc;
43  white-space: pre-wrap;
44  margin-bottom: 1em;
45}
46
47.reveal pre code {
48  display: block; padding: 0.5em;
49  font-size: 1.6em;
50  line-height: 1.1em;
51  background-color: white;
52  overflow: visible;
53  max-height: none;
54  word-wrap: normal;
55}
56
57.reveal code {
58  overflow: visible;
59  max-height: none;
60}
61
62.reveal code.r {
63  background-color: #F8F8F8;
64}
65
66.reveal code.cpp {
67  background-color: #F8F8F8;
68}
69
70.reveal section del {
71   text-decoration: none;
72   color: #AAB1BA;
73}
74
75.reveal section img {
76   border: none;
77}
78
79.reveal section .fieldError {
80  margin-bottom: 25px;
81}
82
83.reveal section .fieldError span {
84  color: red;
85}
86
87.prompt .reveal .state-background {
88   background: #C6D7DC;
89}
90
91.quiz-multichoice .reveal .state-background {
92  background: rgba(254,220,179,1);
93}
94
95.quiz-multichoice .reveal ul {
96  list-style-type: none;
97  margin-bottom: 30px;
98}
99
100.quiz-multichoice .reveal li {
101  margin-top: 15px;
102}
103
104.quiz-multichoice .reveal .quizFeedback {
105  margin-bottom: 30px;
106}
107
108.quiz-multichoice .reveal .quizFeedback img {
109  border: none;
110  box-shadow: none;
111  background: transparent;
112  float: left;
113  margin-top: -15px;
114}
115
116.quiz-multichoice .reveal .quizFeedback span {
117  font-size: 1.4em;
118  margin-left: 12px;
119}
120
121.section .reveal .state-background {
122   background: #96A2B6;
123}
124
125.section .reveal h1,
126.section .reveal h2,
127.section .reveal p {
128   color: white;
129   margin-top: 50px;
130}
131
132.sub-section .reveal .state-background {
133  background: #E7E8EA
134}
135
136.sub-section .reveal h2,
137.sub-section .reveal p {
138  color: #63717B;
139  margin-top: 50px;
140}
141
142.reveal strong {
143  color: #25679E;
144}
145
146.reveal .controls {
147  right: -20px;
148  bottom: 5px;
149}
150
151.reveal .controls div.navigate-left {
152  top: 75px;
153}
154
155.reveal .controls div.navigate-right {
156  left: 54px;
157  top: 75px;
158}
159
160
161.reveal .controls div.navigate-up {
162  display: none;
163}
164
165.reveal .controls div.navigate-down {
166  display: none;
167}
168
169/*********************************************
170 * NAVIGATION CONTROLS
171 *********************************************/
172
173.reveal .controls div.navigate-left,
174.reveal .controls div.navigate-left.enabled {
175  border-right-color: #25679E;
176}
177
178.reveal .controls div.navigate-right,
179.reveal .controls div.navigate-right.enabled {
180  border-left-color: #25679E;
181}
182
183.reveal .controls div.navigate-up,
184.reveal .controls div.navigate-up.enabled {
185  border-bottom-color: #25679E;
186}
187
188.reveal .controls div.navigate-down,
189.reveal .controls div.navigate-down.enabled {
190  border-top-color: #25679E;
191}
192
193.reveal .controls div.navigate-left.enabled:hover {
194  border-right-color: #267EC8;
195}
196
197.reveal .controls div.navigate-right.enabled:hover {
198  border-left-color: #267EC8;
199}
200
201.reveal .controls div.navigate-up.enabled:hover {
202  border-bottom-color: #267EC8;
203}
204
205.reveal .controls div.navigate-down.enabled:hover {
206  border-top-color: #267EC8;
207}
208
209.reveal .progress span {
210  background: #25679E;
211}
212
213.reveal .slides>section,
214.reveal .slides>section>section {
215  padding: 0px 0px;
216}
217
218
219.reveal table {
220  border-width: 1px;
221  border-spacing: 2px;
222  border-style: dotted;
223  border-color: gray;
224  border-collapse: collapse;
225  font-size: 0.7em;
226}
227
228.reveal table th {
229  border-width: 1px;
230  padding-left: 10px;
231  padding-right: 25px;
232  font-weight: bold;
233  border-style: dotted;
234  border-color: gray;
235}
236
237.reveal table td {
238  border-width: 1px;
239  padding-left: 10px;
240  padding-right: 25px;
241  border-style: dotted;
242  border-color: gray;
243}
244
245.reveal blockquote {
246  display: block;
247  position: relative;
248  width: 90%;
249  margin: 5px auto;
250  padding: 5px;
251
252  font-style: normal;
253  background: #C6D7DC;
254  border: 1px solid #C6D7DC;
255  box-shadow: none;
256}
257
258.reveal blockquote p:first-child,
259.reveal blockquote p:last-child {
260  display: block;
261}
262
263.reveal blockquote:before {
264  content: '';
265}
266
267.reveal blockquote:after {
268    content: '';
269}
270
271
272.reveal ol,
273.reveal ul {
274	margin: 0 0 .5em 1.2em;
275}
276
277.reveal .slides section {
278   height: 100%;
279}
280
281.reveal .slides section .slideContent h2 {
282   font-size: 1.3em;
283   font-weight: bold;
284}
285
286.reveal .slides section .slideContent h3 {
287   font-size: 1.1em;
288   font-weight: bold;
289}
290
291.reveal .slides section .column {
292   position: fixed;
293   width: 48%;
294   top: 2.5em;
295   bottom: 0;
296}
297
298.reveal .slides section .column1 {
299   left: 0;
300}
301
302.reveal .slides section .column2 {
303   right: 0;
304}
305
306.reveal .slides section .column img {
307   max-width: 95%;
308   max-height: 95%;
309   height: auto;
310}
311
312.reveal .slides section .mediaOnly {
313   position: absolute;
314   width: 100%;
315   top: 2.5em;
316   bottom: 0;
317}
318
319.reveal .slides section .mediaOnly img {
320   max-width: 90%;
321   max-height: 90%;
322   height: auto;
323}
324
325.reveal .slides section .mediaInline img {
326   max-width: 90%;
327   max-height: 50%;
328   width: auto;
329}
330
331.reveal .slides section .mediaOnly video {
332   height: 90%;
333   width: 90%;
334}
335
336.reveal .slides section .mediaInline video {
337   height: 50%;
338   width: 90%;
339}
340
341.reveal .slides section .noTitle {
342   top: 0;
343}
344
345
346
347