Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
1520 views
1
/**
2
* A simple theme for reveal.js presentations, similar
3
* to the default theme. The accent color is darkblue.
4
*
5
* This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
6
* reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
7
*/
8
@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
9
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
10
/*********************************************
11
* GLOBAL STYLES
12
*********************************************/
13
body {
14
background: #fff;
15
background-color: #fff; }
16
17
.reveal {
18
font-family: "Lato", sans-serif;
19
font-size: 36px;
20
font-weight: normal;
21
color: #000; }
22
23
::selection {
24
color: #fff;
25
background: rgba(0, 0, 0, 0.99);
26
text-shadow: none; }
27
28
.reveal .slides > section,
29
.reveal .slides > section > section {
30
line-height: 1.3;
31
font-weight: inherit; }
32
33
/*********************************************
34
* HEADERS
35
*********************************************/
36
.reveal h1,
37
.reveal h2,
38
.reveal h3,
39
.reveal h4,
40
.reveal h5,
41
.reveal h6 {
42
margin: 0 0 20px 0;
43
color: #000;
44
font-family: "News Cycle", Impact, sans-serif;
45
font-weight: normal;
46
line-height: 1.2;
47
letter-spacing: normal;
48
text-transform: none;
49
text-shadow: none;
50
word-wrap: break-word; }
51
52
.reveal h1 {
53
font-size: 3.77em; }
54
55
.reveal h2 {
56
font-size: 2.11em; }
57
58
.reveal h3 {
59
font-size: 1.55em; }
60
61
.reveal h4 {
62
font-size: 1em; }
63
64
.reveal h1 {
65
text-shadow: none; }
66
67
/*********************************************
68
* OTHER
69
*********************************************/
70
.reveal p {
71
margin: 20px 0;
72
line-height: 1.3; }
73
74
/* Ensure certain elements are never larger than the slide itself */
75
.reveal img,
76
.reveal video,
77
.reveal iframe {
78
max-width: 95%;
79
max-height: 95%; }
80
81
.reveal strong,
82
.reveal b {
83
font-weight: bold; }
84
85
.reveal em {
86
font-style: italic; }
87
88
.reveal ol,
89
.reveal dl,
90
.reveal ul {
91
display: inline-block;
92
text-align: left;
93
margin: 0 0 0 1em; }
94
95
.reveal ol {
96
list-style-type: decimal; }
97
98
.reveal ul {
99
list-style-type: disc; }
100
101
.reveal ul ul {
102
list-style-type: square; }
103
104
.reveal ul ul ul {
105
list-style-type: circle; }
106
107
.reveal ul ul,
108
.reveal ul ol,
109
.reveal ol ol,
110
.reveal ol ul {
111
display: block;
112
margin-left: 40px; }
113
114
.reveal dt {
115
font-weight: bold; }
116
117
.reveal dd {
118
margin-left: 40px; }
119
120
.reveal q,
121
.reveal blockquote {
122
quotes: none; }
123
124
.reveal blockquote {
125
display: block;
126
position: relative;
127
width: 70%;
128
margin: 20px auto;
129
padding: 5px;
130
font-style: italic;
131
background: rgba(255, 255, 255, 0.05);
132
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
133
134
.reveal blockquote p:first-child,
135
.reveal blockquote p:last-child {
136
display: inline-block; }
137
138
.reveal q {
139
font-style: italic; }
140
141
.reveal pre {
142
display: block;
143
position: relative;
144
width: 90%;
145
margin: 20px auto;
146
text-align: left;
147
font-size: 0.55em;
148
font-family: monospace;
149
line-height: 1.2em;
150
word-wrap: break-word;
151
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
152
153
.reveal code {
154
font-family: monospace; }
155
156
.reveal pre code {
157
display: block;
158
padding: 5px;
159
overflow: auto;
160
max-height: 400px;
161
word-wrap: normal; }
162
163
.reveal table {
164
margin: auto;
165
border-collapse: collapse;
166
border-spacing: 0; }
167
168
.reveal table th {
169
font-weight: bold; }
170
171
.reveal table th,
172
.reveal table td {
173
text-align: left;
174
padding: 0.2em 0.5em 0.2em 0.5em;
175
border-bottom: 1px solid; }
176
177
.reveal table th[align="center"],
178
.reveal table td[align="center"] {
179
text-align: center; }
180
181
.reveal table th[align="right"],
182
.reveal table td[align="right"] {
183
text-align: right; }
184
185
.reveal table tr:last-child td {
186
border-bottom: none; }
187
188
.reveal sup {
189
vertical-align: super; }
190
191
.reveal sub {
192
vertical-align: sub; }
193
194
.reveal small {
195
display: inline-block;
196
font-size: 0.6em;
197
line-height: 1.2em;
198
vertical-align: top; }
199
200
.reveal small * {
201
vertical-align: top; }
202
203
/*********************************************
204
* LINKS
205
*********************************************/
206
.reveal a {
207
color: #00008B;
208
text-decoration: none;
209
-webkit-transition: color 0.15s ease;
210
-moz-transition: color 0.15s ease;
211
transition: color 0.15s ease; }
212
213
.reveal a:hover {
214
color: #0000f1;
215
text-shadow: none;
216
border: none; }
217
218
.reveal .roll span:after {
219
color: #fff;
220
background: #00003f; }
221
222
/*********************************************
223
* IMAGES
224
*********************************************/
225
.reveal section img {
226
margin: 15px 0px;
227
background: rgba(255, 255, 255, 0.12);
228
border: 4px solid #000;
229
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
230
231
.reveal section img.plain {
232
border: 0;
233
box-shadow: none; }
234
235
.reveal a img {
236
-webkit-transition: all 0.15s linear;
237
-moz-transition: all 0.15s linear;
238
transition: all 0.15s linear; }
239
240
.reveal a:hover img {
241
background: rgba(255, 255, 255, 0.2);
242
border-color: #00008B;
243
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
244
245
/*********************************************
246
* NAVIGATION CONTROLS
247
*********************************************/
248
.reveal .controls .navigate-left,
249
.reveal .controls .navigate-left.enabled {
250
border-right-color: #00008B; }
251
252
.reveal .controls .navigate-right,
253
.reveal .controls .navigate-right.enabled {
254
border-left-color: #00008B; }
255
256
.reveal .controls .navigate-up,
257
.reveal .controls .navigate-up.enabled {
258
border-bottom-color: #00008B; }
259
260
.reveal .controls .navigate-down,
261
.reveal .controls .navigate-down.enabled {
262
border-top-color: #00008B; }
263
264
.reveal .controls .navigate-left.enabled:hover {
265
border-right-color: #0000f1; }
266
267
.reveal .controls .navigate-right.enabled:hover {
268
border-left-color: #0000f1; }
269
270
.reveal .controls .navigate-up.enabled:hover {
271
border-bottom-color: #0000f1; }
272
273
.reveal .controls .navigate-down.enabled:hover {
274
border-top-color: #0000f1; }
275
276
/*********************************************
277
* PROGRESS BAR
278
*********************************************/
279
.reveal .progress {
280
background: rgba(0, 0, 0, 0.2); }
281
282
.reveal .progress span {
283
background: #00008B;
284
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
285
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
286
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
287
288