slide_hero 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/Gemfile +1 -1
- data/README.md +2 -2
- data/lib/slide_hero/blockquote.rb +10 -0
- data/lib/slide_hero/pluggable.rb +4 -4
- data/lib/slide_hero/plugins.rb +0 -1
- data/lib/slide_hero/presentation.rb +3 -3
- data/lib/slide_hero/slide.rb +2 -2
- data/lib/slide_hero/version.rb +1 -1
- data/lib/slide_hero/views/blockquote.html.erb +3 -0
- data/lib/slide_hero.rb +1 -0
- data/test/slide_hero/blockquote_spec.rb +13 -0
- data/test/slide_hero/plugins_spec.rb +0 -1
- data/test/slide_hero/presentation_spec.rb +2 -1
- data/test/slide_hero/slide_spec.rb +14 -3
- data/test/slide_hero_spec.rb +1 -0
- data/vendor/reveal.js/.gitignore +6 -1
- data/vendor/reveal.js/.travis.yml +1 -1
- data/vendor/reveal.js/CONTRIBUTING.md +4 -0
- data/vendor/reveal.js/Gruntfile.js +26 -24
- data/vendor/reveal.js/LICENSE +1 -1
- data/vendor/reveal.js/README.md +215 -124
- data/vendor/reveal.js/bower.json +27 -0
- data/vendor/reveal.js/css/print/paper.css +1 -1
- data/vendor/reveal.js/css/print/pdf.css +30 -27
- data/vendor/reveal.js/css/reveal.css +381 -191
- data/vendor/reveal.js/css/reveal.scss +259 -164
- data/vendor/reveal.js/css/theme/README.md +2 -6
- data/vendor/reveal.js/css/theme/beige.css +75 -49
- data/vendor/reveal.js/css/theme/black.css +64 -38
- data/vendor/reveal.js/css/theme/blood.css +75 -56
- data/vendor/reveal.js/css/theme/league.css +69 -43
- data/vendor/reveal.js/css/theme/moon.css +69 -43
- data/vendor/reveal.js/css/theme/night.css +64 -38
- data/vendor/reveal.js/css/theme/serif.css +66 -40
- data/vendor/reveal.js/css/theme/simple.css +63 -37
- data/vendor/reveal.js/css/theme/sky.css +69 -43
- data/vendor/reveal.js/css/theme/solarized.css +69 -43
- data/vendor/reveal.js/css/theme/source/black.scss +1 -1
- data/vendor/reveal.js/css/theme/source/blood.scss +3 -15
- data/vendor/reveal.js/css/theme/source/white.scss +1 -1
- data/vendor/reveal.js/css/theme/template/theme.scss +30 -23
- data/vendor/reveal.js/css/theme/white.css +69 -43
- data/vendor/reveal.js/demo.html +410 -0
- data/vendor/reveal.js/index.html +13 -371
- data/vendor/reveal.js/js/reveal.js +643 -175
- data/vendor/reveal.js/lib/css/zenburn.css +41 -78
- data/vendor/reveal.js/lib/js/head.min.js +9 -8
- data/vendor/reveal.js/package.json +20 -24
- data/vendor/reveal.js/plugin/highlight/highlight.js +4 -3
- data/vendor/reveal.js/plugin/markdown/example.html +1 -1
- data/vendor/reveal.js/plugin/markdown/markdown.js +19 -7
- data/vendor/reveal.js/plugin/markdown/marked.js +2 -33
- data/vendor/reveal.js/plugin/math/math.js +5 -2
- data/vendor/reveal.js/plugin/multiplex/client.js +1 -1
- data/vendor/reveal.js/plugin/multiplex/index.js +24 -16
- data/vendor/reveal.js/plugin/multiplex/master.js +22 -42
- data/vendor/reveal.js/plugin/multiplex/package.json +19 -0
- data/vendor/reveal.js/plugin/notes/notes.html +11 -3
- data/vendor/reveal.js/plugin/notes/notes.js +19 -5
- data/vendor/reveal.js/plugin/notes-server/client.js +6 -1
- data/vendor/reveal.js/plugin/notes-server/index.js +17 -14
- data/vendor/reveal.js/plugin/notes-server/notes.html +17 -6
- data/vendor/reveal.js/plugin/print-pdf/print-pdf.js +1 -1
- data/vendor/reveal.js/plugin/zoom-js/zoom.js +1 -1
- data/vendor/reveal.js/test/examples/slide-backgrounds.html +1 -1
- data/vendor/reveal.js/test/examples/slide-transitions.html +101 -0
- data/vendor/reveal.js/test/test-markdown-element-attributes.html +3 -3
- data/vendor/reveal.js/test/test-markdown-element-attributes.js +1 -1
- data/vendor/reveal.js/test/test.html +5 -1
- data/vendor/reveal.js/test/test.js +26 -1
- metadata +11 -5
- data/vendor/reveal.js/plugin/leap/leap.js +0 -159
- data/vendor/reveal.js/plugin/remotes/remotes.js +0 -39
@@ -1,5 +1,3 @@
|
|
1
|
-
@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
|
2
|
-
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
|
3
1
|
/**
|
4
2
|
* A simple theme for reveal.js presentations, similar
|
5
3
|
* to the default theme. The accent color is darkblue.
|
@@ -7,6 +5,8 @@
|
|
7
5
|
* This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
|
8
6
|
* reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
|
9
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
10
|
/*********************************************
|
11
11
|
* GLOBAL STYLES
|
12
12
|
*********************************************/
|
@@ -15,7 +15,7 @@ body {
|
|
15
15
|
background-color: #fff; }
|
16
16
|
|
17
17
|
.reveal {
|
18
|
-
font-family:
|
18
|
+
font-family: "Lato", sans-serif;
|
19
19
|
font-size: 36px;
|
20
20
|
font-weight: normal;
|
21
21
|
color: #000; }
|
@@ -25,17 +25,23 @@ body {
|
|
25
25
|
background: rgba(0, 0, 0, 0.99);
|
26
26
|
text-shadow: none; }
|
27
27
|
|
28
|
-
.reveal .slides > section,
|
28
|
+
.reveal .slides > section,
|
29
|
+
.reveal .slides > section > section {
|
29
30
|
line-height: 1.3;
|
30
31
|
font-weight: inherit; }
|
31
32
|
|
32
33
|
/*********************************************
|
33
34
|
* HEADERS
|
34
35
|
*********************************************/
|
35
|
-
.reveal h1,
|
36
|
+
.reveal h1,
|
37
|
+
.reveal h2,
|
38
|
+
.reveal h3,
|
39
|
+
.reveal h4,
|
40
|
+
.reveal h5,
|
41
|
+
.reveal h6 {
|
36
42
|
margin: 0 0 20px 0;
|
37
43
|
color: #000;
|
38
|
-
font-family:
|
44
|
+
font-family: "News Cycle", Impact, sans-serif;
|
39
45
|
font-weight: normal;
|
40
46
|
line-height: 1.2;
|
41
47
|
letter-spacing: normal;
|
@@ -66,17 +72,22 @@ body {
|
|
66
72
|
line-height: 1.3; }
|
67
73
|
|
68
74
|
/* Ensure certain elements are never larger than the slide itself */
|
69
|
-
.reveal img,
|
75
|
+
.reveal img,
|
76
|
+
.reveal video,
|
77
|
+
.reveal iframe {
|
70
78
|
max-width: 95%;
|
71
79
|
max-height: 95%; }
|
72
80
|
|
73
|
-
.reveal strong,
|
81
|
+
.reveal strong,
|
82
|
+
.reveal b {
|
74
83
|
font-weight: bold; }
|
75
84
|
|
76
85
|
.reveal em {
|
77
86
|
font-style: italic; }
|
78
87
|
|
79
|
-
.reveal ol,
|
88
|
+
.reveal ol,
|
89
|
+
.reveal dl,
|
90
|
+
.reveal ul {
|
80
91
|
display: inline-block;
|
81
92
|
text-align: left;
|
82
93
|
margin: 0 0 0 1em; }
|
@@ -93,7 +104,10 @@ body {
|
|
93
104
|
.reveal ul ul ul {
|
94
105
|
list-style-type: circle; }
|
95
106
|
|
96
|
-
.reveal ul ul,
|
107
|
+
.reveal ul ul,
|
108
|
+
.reveal ul ol,
|
109
|
+
.reveal ol ol,
|
110
|
+
.reveal ol ul {
|
97
111
|
display: block;
|
98
112
|
margin-left: 40px; }
|
99
113
|
|
@@ -103,7 +117,8 @@ body {
|
|
103
117
|
.reveal dd {
|
104
118
|
margin-left: 40px; }
|
105
119
|
|
106
|
-
.reveal q,
|
120
|
+
.reveal q,
|
121
|
+
.reveal blockquote {
|
107
122
|
quotes: none; }
|
108
123
|
|
109
124
|
.reveal blockquote {
|
@@ -116,7 +131,8 @@ body {
|
|
116
131
|
background: rgba(255, 255, 255, 0.05);
|
117
132
|
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
|
118
133
|
|
119
|
-
.reveal blockquote p:first-child,
|
134
|
+
.reveal blockquote p:first-child,
|
135
|
+
.reveal blockquote p:last-child {
|
120
136
|
display: inline-block; }
|
121
137
|
|
122
138
|
.reveal q {
|
@@ -142,9 +158,7 @@ body {
|
|
142
158
|
padding: 5px;
|
143
159
|
overflow: auto;
|
144
160
|
max-height: 400px;
|
145
|
-
word-wrap: normal;
|
146
|
-
background: #3F3F3F;
|
147
|
-
color: #DCDCDC; }
|
161
|
+
word-wrap: normal; }
|
148
162
|
|
149
163
|
.reveal table {
|
150
164
|
margin: auto;
|
@@ -154,12 +168,22 @@ body {
|
|
154
168
|
.reveal table th {
|
155
169
|
font-weight: bold; }
|
156
170
|
|
157
|
-
.reveal table th,
|
171
|
+
.reveal table th,
|
172
|
+
.reveal table td {
|
158
173
|
text-align: left;
|
159
174
|
padding: 0.2em 0.5em 0.2em 0.5em;
|
160
175
|
border-bottom: 1px solid; }
|
161
176
|
|
162
|
-
.reveal table
|
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 tbody tr:last-child th,
|
186
|
+
.reveal table tbody tr:last-child td {
|
163
187
|
border-bottom: none; }
|
164
188
|
|
165
189
|
.reveal sup {
|
@@ -183,9 +207,9 @@ body {
|
|
183
207
|
.reveal a {
|
184
208
|
color: #00008B;
|
185
209
|
text-decoration: none;
|
186
|
-
-webkit-transition: color
|
187
|
-
-moz-transition: color
|
188
|
-
transition: color
|
210
|
+
-webkit-transition: color .15s ease;
|
211
|
+
-moz-transition: color .15s ease;
|
212
|
+
transition: color .15s ease; }
|
189
213
|
|
190
214
|
.reveal a:hover {
|
191
215
|
color: #0000f1;
|
@@ -205,10 +229,14 @@ body {
|
|
205
229
|
border: 4px solid #000;
|
206
230
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
|
207
231
|
|
232
|
+
.reveal section img.plain {
|
233
|
+
border: 0;
|
234
|
+
box-shadow: none; }
|
235
|
+
|
208
236
|
.reveal a img {
|
209
|
-
-webkit-transition: all
|
210
|
-
-moz-transition: all
|
211
|
-
transition: all
|
237
|
+
-webkit-transition: all .15s linear;
|
238
|
+
-moz-transition: all .15s linear;
|
239
|
+
transition: all .15s linear; }
|
212
240
|
|
213
241
|
.reveal a:hover img {
|
214
242
|
background: rgba(255, 255, 255, 0.2);
|
@@ -218,28 +246,32 @@ body {
|
|
218
246
|
/*********************************************
|
219
247
|
* NAVIGATION CONTROLS
|
220
248
|
*********************************************/
|
221
|
-
.reveal .controls
|
249
|
+
.reveal .controls .navigate-left,
|
250
|
+
.reveal .controls .navigate-left.enabled {
|
222
251
|
border-right-color: #00008B; }
|
223
252
|
|
224
|
-
.reveal .controls
|
253
|
+
.reveal .controls .navigate-right,
|
254
|
+
.reveal .controls .navigate-right.enabled {
|
225
255
|
border-left-color: #00008B; }
|
226
256
|
|
227
|
-
.reveal .controls
|
257
|
+
.reveal .controls .navigate-up,
|
258
|
+
.reveal .controls .navigate-up.enabled {
|
228
259
|
border-bottom-color: #00008B; }
|
229
260
|
|
230
|
-
.reveal .controls
|
261
|
+
.reveal .controls .navigate-down,
|
262
|
+
.reveal .controls .navigate-down.enabled {
|
231
263
|
border-top-color: #00008B; }
|
232
264
|
|
233
|
-
.reveal .controls
|
265
|
+
.reveal .controls .navigate-left.enabled:hover {
|
234
266
|
border-right-color: #0000f1; }
|
235
267
|
|
236
|
-
.reveal .controls
|
268
|
+
.reveal .controls .navigate-right.enabled:hover {
|
237
269
|
border-left-color: #0000f1; }
|
238
270
|
|
239
|
-
.reveal .controls
|
271
|
+
.reveal .controls .navigate-up.enabled:hover {
|
240
272
|
border-bottom-color: #0000f1; }
|
241
273
|
|
242
|
-
.reveal .controls
|
274
|
+
.reveal .controls .navigate-down.enabled:hover {
|
243
275
|
border-top-color: #0000f1; }
|
244
276
|
|
245
277
|
/*********************************************
|
@@ -253,9 +285,3 @@ body {
|
|
253
285
|
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
254
286
|
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
255
287
|
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
256
|
-
|
257
|
-
/*********************************************
|
258
|
-
* SLIDE NUMBER
|
259
|
-
*********************************************/
|
260
|
-
.reveal .slide-number {
|
261
|
-
color: #00008B; }
|
@@ -1,10 +1,10 @@
|
|
1
|
-
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
|
2
|
-
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
|
3
1
|
/**
|
4
2
|
* Sky theme for reveal.js.
|
5
3
|
*
|
6
4
|
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
|
7
5
|
*/
|
6
|
+
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
|
7
|
+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
|
8
8
|
.reveal a {
|
9
9
|
line-height: 1.3em; }
|
10
10
|
|
@@ -22,7 +22,7 @@ body {
|
|
22
22
|
background-color: #f7fbfc; }
|
23
23
|
|
24
24
|
.reveal {
|
25
|
-
font-family:
|
25
|
+
font-family: "Open Sans", sans-serif;
|
26
26
|
font-size: 36px;
|
27
27
|
font-weight: normal;
|
28
28
|
color: #333; }
|
@@ -32,17 +32,23 @@ body {
|
|
32
32
|
background: #134674;
|
33
33
|
text-shadow: none; }
|
34
34
|
|
35
|
-
.reveal .slides > section,
|
35
|
+
.reveal .slides > section,
|
36
|
+
.reveal .slides > section > section {
|
36
37
|
line-height: 1.3;
|
37
38
|
font-weight: inherit; }
|
38
39
|
|
39
40
|
/*********************************************
|
40
41
|
* HEADERS
|
41
42
|
*********************************************/
|
42
|
-
.reveal h1,
|
43
|
+
.reveal h1,
|
44
|
+
.reveal h2,
|
45
|
+
.reveal h3,
|
46
|
+
.reveal h4,
|
47
|
+
.reveal h5,
|
48
|
+
.reveal h6 {
|
43
49
|
margin: 0 0 20px 0;
|
44
50
|
color: #333;
|
45
|
-
font-family:
|
51
|
+
font-family: "Quicksand", sans-serif;
|
46
52
|
font-weight: normal;
|
47
53
|
line-height: 1.2;
|
48
54
|
letter-spacing: -0.08em;
|
@@ -73,17 +79,22 @@ body {
|
|
73
79
|
line-height: 1.3; }
|
74
80
|
|
75
81
|
/* Ensure certain elements are never larger than the slide itself */
|
76
|
-
.reveal img,
|
82
|
+
.reveal img,
|
83
|
+
.reveal video,
|
84
|
+
.reveal iframe {
|
77
85
|
max-width: 95%;
|
78
86
|
max-height: 95%; }
|
79
87
|
|
80
|
-
.reveal strong,
|
88
|
+
.reveal strong,
|
89
|
+
.reveal b {
|
81
90
|
font-weight: bold; }
|
82
91
|
|
83
92
|
.reveal em {
|
84
93
|
font-style: italic; }
|
85
94
|
|
86
|
-
.reveal ol,
|
95
|
+
.reveal ol,
|
96
|
+
.reveal dl,
|
97
|
+
.reveal ul {
|
87
98
|
display: inline-block;
|
88
99
|
text-align: left;
|
89
100
|
margin: 0 0 0 1em; }
|
@@ -100,7 +111,10 @@ body {
|
|
100
111
|
.reveal ul ul ul {
|
101
112
|
list-style-type: circle; }
|
102
113
|
|
103
|
-
.reveal ul ul,
|
114
|
+
.reveal ul ul,
|
115
|
+
.reveal ul ol,
|
116
|
+
.reveal ol ol,
|
117
|
+
.reveal ol ul {
|
104
118
|
display: block;
|
105
119
|
margin-left: 40px; }
|
106
120
|
|
@@ -110,7 +124,8 @@ body {
|
|
110
124
|
.reveal dd {
|
111
125
|
margin-left: 40px; }
|
112
126
|
|
113
|
-
.reveal q,
|
127
|
+
.reveal q,
|
128
|
+
.reveal blockquote {
|
114
129
|
quotes: none; }
|
115
130
|
|
116
131
|
.reveal blockquote {
|
@@ -123,7 +138,8 @@ body {
|
|
123
138
|
background: rgba(255, 255, 255, 0.05);
|
124
139
|
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
|
125
140
|
|
126
|
-
.reveal blockquote p:first-child,
|
141
|
+
.reveal blockquote p:first-child,
|
142
|
+
.reveal blockquote p:last-child {
|
127
143
|
display: inline-block; }
|
128
144
|
|
129
145
|
.reveal q {
|
@@ -149,9 +165,7 @@ body {
|
|
149
165
|
padding: 5px;
|
150
166
|
overflow: auto;
|
151
167
|
max-height: 400px;
|
152
|
-
word-wrap: normal;
|
153
|
-
background: #3F3F3F;
|
154
|
-
color: #DCDCDC; }
|
168
|
+
word-wrap: normal; }
|
155
169
|
|
156
170
|
.reveal table {
|
157
171
|
margin: auto;
|
@@ -161,12 +175,22 @@ body {
|
|
161
175
|
.reveal table th {
|
162
176
|
font-weight: bold; }
|
163
177
|
|
164
|
-
.reveal table th,
|
178
|
+
.reveal table th,
|
179
|
+
.reveal table td {
|
165
180
|
text-align: left;
|
166
181
|
padding: 0.2em 0.5em 0.2em 0.5em;
|
167
182
|
border-bottom: 1px solid; }
|
168
183
|
|
169
|
-
.reveal table
|
184
|
+
.reveal table th[align="center"],
|
185
|
+
.reveal table td[align="center"] {
|
186
|
+
text-align: center; }
|
187
|
+
|
188
|
+
.reveal table th[align="right"],
|
189
|
+
.reveal table td[align="right"] {
|
190
|
+
text-align: right; }
|
191
|
+
|
192
|
+
.reveal table tbody tr:last-child th,
|
193
|
+
.reveal table tbody tr:last-child td {
|
170
194
|
border-bottom: none; }
|
171
195
|
|
172
196
|
.reveal sup {
|
@@ -190,18 +214,18 @@ body {
|
|
190
214
|
.reveal a {
|
191
215
|
color: #3b759e;
|
192
216
|
text-decoration: none;
|
193
|
-
-webkit-transition: color
|
194
|
-
-moz-transition: color
|
195
|
-
transition: color
|
217
|
+
-webkit-transition: color .15s ease;
|
218
|
+
-moz-transition: color .15s ease;
|
219
|
+
transition: color .15s ease; }
|
196
220
|
|
197
221
|
.reveal a:hover {
|
198
|
-
color: #
|
222
|
+
color: #74a7cb;
|
199
223
|
text-shadow: none;
|
200
224
|
border: none; }
|
201
225
|
|
202
226
|
.reveal .roll span:after {
|
203
227
|
color: #fff;
|
204
|
-
background: #
|
228
|
+
background: #264c66; }
|
205
229
|
|
206
230
|
/*********************************************
|
207
231
|
* IMAGES
|
@@ -212,10 +236,14 @@ body {
|
|
212
236
|
border: 4px solid #333;
|
213
237
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
|
214
238
|
|
239
|
+
.reveal section img.plain {
|
240
|
+
border: 0;
|
241
|
+
box-shadow: none; }
|
242
|
+
|
215
243
|
.reveal a img {
|
216
|
-
-webkit-transition: all
|
217
|
-
-moz-transition: all
|
218
|
-
transition: all
|
244
|
+
-webkit-transition: all .15s linear;
|
245
|
+
-moz-transition: all .15s linear;
|
246
|
+
transition: all .15s linear; }
|
219
247
|
|
220
248
|
.reveal a:hover img {
|
221
249
|
background: rgba(255, 255, 255, 0.2);
|
@@ -225,29 +253,33 @@ body {
|
|
225
253
|
/*********************************************
|
226
254
|
* NAVIGATION CONTROLS
|
227
255
|
*********************************************/
|
228
|
-
.reveal .controls
|
256
|
+
.reveal .controls .navigate-left,
|
257
|
+
.reveal .controls .navigate-left.enabled {
|
229
258
|
border-right-color: #3b759e; }
|
230
259
|
|
231
|
-
.reveal .controls
|
260
|
+
.reveal .controls .navigate-right,
|
261
|
+
.reveal .controls .navigate-right.enabled {
|
232
262
|
border-left-color: #3b759e; }
|
233
263
|
|
234
|
-
.reveal .controls
|
264
|
+
.reveal .controls .navigate-up,
|
265
|
+
.reveal .controls .navigate-up.enabled {
|
235
266
|
border-bottom-color: #3b759e; }
|
236
267
|
|
237
|
-
.reveal .controls
|
268
|
+
.reveal .controls .navigate-down,
|
269
|
+
.reveal .controls .navigate-down.enabled {
|
238
270
|
border-top-color: #3b759e; }
|
239
271
|
|
240
|
-
.reveal .controls
|
241
|
-
border-right-color: #
|
272
|
+
.reveal .controls .navigate-left.enabled:hover {
|
273
|
+
border-right-color: #74a7cb; }
|
242
274
|
|
243
|
-
.reveal .controls
|
244
|
-
border-left-color: #
|
275
|
+
.reveal .controls .navigate-right.enabled:hover {
|
276
|
+
border-left-color: #74a7cb; }
|
245
277
|
|
246
|
-
.reveal .controls
|
247
|
-
border-bottom-color: #
|
278
|
+
.reveal .controls .navigate-up.enabled:hover {
|
279
|
+
border-bottom-color: #74a7cb; }
|
248
280
|
|
249
|
-
.reveal .controls
|
250
|
-
border-top-color: #
|
281
|
+
.reveal .controls .navigate-down.enabled:hover {
|
282
|
+
border-top-color: #74a7cb; }
|
251
283
|
|
252
284
|
/*********************************************
|
253
285
|
* PROGRESS BAR
|
@@ -260,9 +292,3 @@ body {
|
|
260
292
|
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
261
293
|
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
262
294
|
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
263
|
-
|
264
|
-
/*********************************************
|
265
|
-
* SLIDE NUMBER
|
266
|
-
*********************************************/
|
267
|
-
.reveal .slide-number {
|
268
|
-
color: #3b759e; }
|
@@ -1,9 +1,9 @@
|
|
1
|
-
@import url(../../lib/font/league-gothic/league-gothic.css);
|
2
|
-
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
|
3
1
|
/**
|
4
2
|
* Solarized Light theme for reveal.js.
|
5
3
|
* Author: Achim Staebler
|
6
4
|
*/
|
5
|
+
@import url(../../lib/font/league-gothic/league-gothic.css);
|
6
|
+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
|
7
7
|
/**
|
8
8
|
* Solarized colors by Ethan Schoonover
|
9
9
|
*/
|
@@ -19,7 +19,7 @@ body {
|
|
19
19
|
background-color: #fdf6e3; }
|
20
20
|
|
21
21
|
.reveal {
|
22
|
-
font-family:
|
22
|
+
font-family: "Lato", sans-serif;
|
23
23
|
font-size: 36px;
|
24
24
|
font-weight: normal;
|
25
25
|
color: #657b83; }
|
@@ -29,17 +29,23 @@ body {
|
|
29
29
|
background: #d33682;
|
30
30
|
text-shadow: none; }
|
31
31
|
|
32
|
-
.reveal .slides > section,
|
32
|
+
.reveal .slides > section,
|
33
|
+
.reveal .slides > section > section {
|
33
34
|
line-height: 1.3;
|
34
35
|
font-weight: inherit; }
|
35
36
|
|
36
37
|
/*********************************************
|
37
38
|
* HEADERS
|
38
39
|
*********************************************/
|
39
|
-
.reveal h1,
|
40
|
+
.reveal h1,
|
41
|
+
.reveal h2,
|
42
|
+
.reveal h3,
|
43
|
+
.reveal h4,
|
44
|
+
.reveal h5,
|
45
|
+
.reveal h6 {
|
40
46
|
margin: 0 0 20px 0;
|
41
47
|
color: #586e75;
|
42
|
-
font-family:
|
48
|
+
font-family: "League Gothic", Impact, sans-serif;
|
43
49
|
font-weight: normal;
|
44
50
|
line-height: 1.2;
|
45
51
|
letter-spacing: normal;
|
@@ -70,17 +76,22 @@ body {
|
|
70
76
|
line-height: 1.3; }
|
71
77
|
|
72
78
|
/* Ensure certain elements are never larger than the slide itself */
|
73
|
-
.reveal img,
|
79
|
+
.reveal img,
|
80
|
+
.reveal video,
|
81
|
+
.reveal iframe {
|
74
82
|
max-width: 95%;
|
75
83
|
max-height: 95%; }
|
76
84
|
|
77
|
-
.reveal strong,
|
85
|
+
.reveal strong,
|
86
|
+
.reveal b {
|
78
87
|
font-weight: bold; }
|
79
88
|
|
80
89
|
.reveal em {
|
81
90
|
font-style: italic; }
|
82
91
|
|
83
|
-
.reveal ol,
|
92
|
+
.reveal ol,
|
93
|
+
.reveal dl,
|
94
|
+
.reveal ul {
|
84
95
|
display: inline-block;
|
85
96
|
text-align: left;
|
86
97
|
margin: 0 0 0 1em; }
|
@@ -97,7 +108,10 @@ body {
|
|
97
108
|
.reveal ul ul ul {
|
98
109
|
list-style-type: circle; }
|
99
110
|
|
100
|
-
.reveal ul ul,
|
111
|
+
.reveal ul ul,
|
112
|
+
.reveal ul ol,
|
113
|
+
.reveal ol ol,
|
114
|
+
.reveal ol ul {
|
101
115
|
display: block;
|
102
116
|
margin-left: 40px; }
|
103
117
|
|
@@ -107,7 +121,8 @@ body {
|
|
107
121
|
.reveal dd {
|
108
122
|
margin-left: 40px; }
|
109
123
|
|
110
|
-
.reveal q,
|
124
|
+
.reveal q,
|
125
|
+
.reveal blockquote {
|
111
126
|
quotes: none; }
|
112
127
|
|
113
128
|
.reveal blockquote {
|
@@ -120,7 +135,8 @@ body {
|
|
120
135
|
background: rgba(255, 255, 255, 0.05);
|
121
136
|
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
|
122
137
|
|
123
|
-
.reveal blockquote p:first-child,
|
138
|
+
.reveal blockquote p:first-child,
|
139
|
+
.reveal blockquote p:last-child {
|
124
140
|
display: inline-block; }
|
125
141
|
|
126
142
|
.reveal q {
|
@@ -146,9 +162,7 @@ body {
|
|
146
162
|
padding: 5px;
|
147
163
|
overflow: auto;
|
148
164
|
max-height: 400px;
|
149
|
-
word-wrap: normal;
|
150
|
-
background: #3F3F3F;
|
151
|
-
color: #DCDCDC; }
|
165
|
+
word-wrap: normal; }
|
152
166
|
|
153
167
|
.reveal table {
|
154
168
|
margin: auto;
|
@@ -158,12 +172,22 @@ body {
|
|
158
172
|
.reveal table th {
|
159
173
|
font-weight: bold; }
|
160
174
|
|
161
|
-
.reveal table th,
|
175
|
+
.reveal table th,
|
176
|
+
.reveal table td {
|
162
177
|
text-align: left;
|
163
178
|
padding: 0.2em 0.5em 0.2em 0.5em;
|
164
179
|
border-bottom: 1px solid; }
|
165
180
|
|
166
|
-
.reveal table
|
181
|
+
.reveal table th[align="center"],
|
182
|
+
.reveal table td[align="center"] {
|
183
|
+
text-align: center; }
|
184
|
+
|
185
|
+
.reveal table th[align="right"],
|
186
|
+
.reveal table td[align="right"] {
|
187
|
+
text-align: right; }
|
188
|
+
|
189
|
+
.reveal table tbody tr:last-child th,
|
190
|
+
.reveal table tbody tr:last-child td {
|
167
191
|
border-bottom: none; }
|
168
192
|
|
169
193
|
.reveal sup {
|
@@ -187,18 +211,18 @@ body {
|
|
187
211
|
.reveal a {
|
188
212
|
color: #268bd2;
|
189
213
|
text-decoration: none;
|
190
|
-
-webkit-transition: color
|
191
|
-
-moz-transition: color
|
192
|
-
transition: color
|
214
|
+
-webkit-transition: color .15s ease;
|
215
|
+
-moz-transition: color .15s ease;
|
216
|
+
transition: color .15s ease; }
|
193
217
|
|
194
218
|
.reveal a:hover {
|
195
|
-
color: #
|
219
|
+
color: #78b9e6;
|
196
220
|
text-shadow: none;
|
197
221
|
border: none; }
|
198
222
|
|
199
223
|
.reveal .roll span:after {
|
200
224
|
color: #fff;
|
201
|
-
background: #
|
225
|
+
background: #1a6091; }
|
202
226
|
|
203
227
|
/*********************************************
|
204
228
|
* IMAGES
|
@@ -209,10 +233,14 @@ body {
|
|
209
233
|
border: 4px solid #657b83;
|
210
234
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
|
211
235
|
|
236
|
+
.reveal section img.plain {
|
237
|
+
border: 0;
|
238
|
+
box-shadow: none; }
|
239
|
+
|
212
240
|
.reveal a img {
|
213
|
-
-webkit-transition: all
|
214
|
-
-moz-transition: all
|
215
|
-
transition: all
|
241
|
+
-webkit-transition: all .15s linear;
|
242
|
+
-moz-transition: all .15s linear;
|
243
|
+
transition: all .15s linear; }
|
216
244
|
|
217
245
|
.reveal a:hover img {
|
218
246
|
background: rgba(255, 255, 255, 0.2);
|
@@ -222,29 +250,33 @@ body {
|
|
222
250
|
/*********************************************
|
223
251
|
* NAVIGATION CONTROLS
|
224
252
|
*********************************************/
|
225
|
-
.reveal .controls
|
253
|
+
.reveal .controls .navigate-left,
|
254
|
+
.reveal .controls .navigate-left.enabled {
|
226
255
|
border-right-color: #268bd2; }
|
227
256
|
|
228
|
-
.reveal .controls
|
257
|
+
.reveal .controls .navigate-right,
|
258
|
+
.reveal .controls .navigate-right.enabled {
|
229
259
|
border-left-color: #268bd2; }
|
230
260
|
|
231
|
-
.reveal .controls
|
261
|
+
.reveal .controls .navigate-up,
|
262
|
+
.reveal .controls .navigate-up.enabled {
|
232
263
|
border-bottom-color: #268bd2; }
|
233
264
|
|
234
|
-
.reveal .controls
|
265
|
+
.reveal .controls .navigate-down,
|
266
|
+
.reveal .controls .navigate-down.enabled {
|
235
267
|
border-top-color: #268bd2; }
|
236
268
|
|
237
|
-
.reveal .controls
|
238
|
-
border-right-color: #
|
269
|
+
.reveal .controls .navigate-left.enabled:hover {
|
270
|
+
border-right-color: #78b9e6; }
|
239
271
|
|
240
|
-
.reveal .controls
|
241
|
-
border-left-color: #
|
272
|
+
.reveal .controls .navigate-right.enabled:hover {
|
273
|
+
border-left-color: #78b9e6; }
|
242
274
|
|
243
|
-
.reveal .controls
|
244
|
-
border-bottom-color: #
|
275
|
+
.reveal .controls .navigate-up.enabled:hover {
|
276
|
+
border-bottom-color: #78b9e6; }
|
245
277
|
|
246
|
-
.reveal .controls
|
247
|
-
border-top-color: #
|
278
|
+
.reveal .controls .navigate-down.enabled:hover {
|
279
|
+
border-top-color: #78b9e6; }
|
248
280
|
|
249
281
|
/*********************************************
|
250
282
|
* PROGRESS BAR
|
@@ -257,9 +289,3 @@ body {
|
|
257
289
|
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
258
290
|
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
259
291
|
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
260
|
-
|
261
|
-
/*********************************************
|
262
|
-
* SLIDE NUMBER
|
263
|
-
*********************************************/
|
264
|
-
.reveal .slide-number {
|
265
|
-
color: #268bd2; }
|