rails-reveal-js 3.1.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ body {
15
15
  background-color: #F0F1EB; }
16
16
 
17
17
  .reveal {
18
- font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
18
+ font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
19
19
  font-size: 36px;
20
20
  font-weight: normal;
21
21
  color: #000; }
@@ -25,17 +25,23 @@ body {
25
25
  background: #26351C;
26
26
  text-shadow: none; }
27
27
 
28
- .reveal .slides > section, .reveal .slides > section > 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, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
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: #383D3D;
38
- font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
44
+ font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, 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, .reveal video, .reveal iframe {
75
+ .reveal img,
76
+ .reveal video,
77
+ .reveal iframe {
70
78
  max-width: 95%;
71
79
  max-height: 95%; }
72
80
 
73
- .reveal strong, .reveal b {
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, .reveal dl, .reveal ul {
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, .reveal ul ol, .reveal ol ol, .reveal ol 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, .reveal blockquote {
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, .reveal blockquote p:last-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,18 +168,22 @@ body {
154
168
  .reveal table th {
155
169
  font-weight: bold; }
156
170
 
157
- .reveal table th, .reveal table td {
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 th[align="center"], .reveal table td[align="center"] {
177
+ .reveal table th[align="center"],
178
+ .reveal table td[align="center"] {
163
179
  text-align: center; }
164
180
 
165
- .reveal table th[align="right"], .reveal table td[align="right"] {
181
+ .reveal table th[align="right"],
182
+ .reveal table td[align="right"] {
166
183
  text-align: right; }
167
184
 
168
- .reveal table tr:last-child td {
185
+ .reveal table tbody tr:last-child th,
186
+ .reveal table tbody tr:last-child td {
169
187
  border-bottom: none; }
170
188
 
171
189
  .reveal sup {
@@ -189,12 +207,12 @@ body {
189
207
  .reveal a {
190
208
  color: #51483D;
191
209
  text-decoration: none;
192
- -webkit-transition: color 0.15s ease;
193
- -moz-transition: color 0.15s ease;
194
- transition: color 0.15s ease; }
210
+ -webkit-transition: color .15s ease;
211
+ -moz-transition: color .15s ease;
212
+ transition: color .15s ease; }
195
213
 
196
214
  .reveal a:hover {
197
- color: #8b7b69;
215
+ color: #8b7c69;
198
216
  text-shadow: none;
199
217
  border: none; }
200
218
 
@@ -211,10 +229,14 @@ body {
211
229
  border: 4px solid #000;
212
230
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
213
231
 
232
+ .reveal section img.plain {
233
+ border: 0;
234
+ box-shadow: none; }
235
+
214
236
  .reveal a img {
215
- -webkit-transition: all 0.15s linear;
216
- -moz-transition: all 0.15s linear;
217
- transition: all 0.15s linear; }
237
+ -webkit-transition: all .15s linear;
238
+ -moz-transition: all .15s linear;
239
+ transition: all .15s linear; }
218
240
 
219
241
  .reveal a:hover img {
220
242
  background: rgba(255, 255, 255, 0.2);
@@ -224,29 +246,33 @@ body {
224
246
  /*********************************************
225
247
  * NAVIGATION CONTROLS
226
248
  *********************************************/
227
- .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
249
+ .reveal .controls .navigate-left,
250
+ .reveal .controls .navigate-left.enabled {
228
251
  border-right-color: #51483D; }
229
252
 
230
- .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
253
+ .reveal .controls .navigate-right,
254
+ .reveal .controls .navigate-right.enabled {
231
255
  border-left-color: #51483D; }
232
256
 
233
- .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
257
+ .reveal .controls .navigate-up,
258
+ .reveal .controls .navigate-up.enabled {
234
259
  border-bottom-color: #51483D; }
235
260
 
236
- .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
261
+ .reveal .controls .navigate-down,
262
+ .reveal .controls .navigate-down.enabled {
237
263
  border-top-color: #51483D; }
238
264
 
239
- .reveal .controls div.navigate-left.enabled:hover {
240
- border-right-color: #8b7b69; }
265
+ .reveal .controls .navigate-left.enabled:hover {
266
+ border-right-color: #8b7c69; }
241
267
 
242
- .reveal .controls div.navigate-right.enabled:hover {
243
- border-left-color: #8b7b69; }
268
+ .reveal .controls .navigate-right.enabled:hover {
269
+ border-left-color: #8b7c69; }
244
270
 
245
- .reveal .controls div.navigate-up.enabled:hover {
246
- border-bottom-color: #8b7b69; }
271
+ .reveal .controls .navigate-up.enabled:hover {
272
+ border-bottom-color: #8b7c69; }
247
273
 
248
- .reveal .controls div.navigate-down.enabled:hover {
249
- border-top-color: #8b7b69; }
274
+ .reveal .controls .navigate-down.enabled:hover {
275
+ border-top-color: #8b7c69; }
250
276
 
251
277
  /*********************************************
252
278
  * PROGRESS BAR
@@ -259,9 +285,3 @@ body {
259
285
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
260
286
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
261
287
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
262
-
263
- /*********************************************
264
- * SLIDE NUMBER
265
- *********************************************/
266
- .reveal .slide-number {
267
- color: #51483D; }
@@ -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: 'Lato', sans-serif;
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, .reveal .slides > section > 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, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
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: 'News Cycle', Impact, sans-serif;
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, .reveal video, .reveal iframe {
75
+ .reveal img,
76
+ .reveal video,
77
+ .reveal iframe {
70
78
  max-width: 95%;
71
79
  max-height: 95%; }
72
80
 
73
- .reveal strong, .reveal b {
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, .reveal dl, .reveal ul {
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, .reveal ul ol, .reveal ol ol, .reveal ol 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, .reveal blockquote {
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, .reveal blockquote p:last-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,18 +168,22 @@ body {
154
168
  .reveal table th {
155
169
  font-weight: bold; }
156
170
 
157
- .reveal table th, .reveal table td {
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 th[align="center"], .reveal table td[align="center"] {
177
+ .reveal table th[align="center"],
178
+ .reveal table td[align="center"] {
163
179
  text-align: center; }
164
180
 
165
- .reveal table th[align="right"], .reveal table td[align="right"] {
181
+ .reveal table th[align="right"],
182
+ .reveal table td[align="right"] {
166
183
  text-align: right; }
167
184
 
168
- .reveal table tr:last-child td {
185
+ .reveal table tbody tr:last-child th,
186
+ .reveal table tbody tr:last-child td {
169
187
  border-bottom: none; }
170
188
 
171
189
  .reveal sup {
@@ -189,9 +207,9 @@ body {
189
207
  .reveal a {
190
208
  color: #00008B;
191
209
  text-decoration: none;
192
- -webkit-transition: color 0.15s ease;
193
- -moz-transition: color 0.15s ease;
194
- transition: color 0.15s ease; }
210
+ -webkit-transition: color .15s ease;
211
+ -moz-transition: color .15s ease;
212
+ transition: color .15s ease; }
195
213
 
196
214
  .reveal a:hover {
197
215
  color: #0000f1;
@@ -211,10 +229,14 @@ body {
211
229
  border: 4px solid #000;
212
230
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
213
231
 
232
+ .reveal section img.plain {
233
+ border: 0;
234
+ box-shadow: none; }
235
+
214
236
  .reveal a img {
215
- -webkit-transition: all 0.15s linear;
216
- -moz-transition: all 0.15s linear;
217
- transition: all 0.15s linear; }
237
+ -webkit-transition: all .15s linear;
238
+ -moz-transition: all .15s linear;
239
+ transition: all .15s linear; }
218
240
 
219
241
  .reveal a:hover img {
220
242
  background: rgba(255, 255, 255, 0.2);
@@ -224,28 +246,32 @@ body {
224
246
  /*********************************************
225
247
  * NAVIGATION CONTROLS
226
248
  *********************************************/
227
- .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
249
+ .reveal .controls .navigate-left,
250
+ .reveal .controls .navigate-left.enabled {
228
251
  border-right-color: #00008B; }
229
252
 
230
- .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
253
+ .reveal .controls .navigate-right,
254
+ .reveal .controls .navigate-right.enabled {
231
255
  border-left-color: #00008B; }
232
256
 
233
- .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
257
+ .reveal .controls .navigate-up,
258
+ .reveal .controls .navigate-up.enabled {
234
259
  border-bottom-color: #00008B; }
235
260
 
236
- .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
261
+ .reveal .controls .navigate-down,
262
+ .reveal .controls .navigate-down.enabled {
237
263
  border-top-color: #00008B; }
238
264
 
239
- .reveal .controls div.navigate-left.enabled:hover {
265
+ .reveal .controls .navigate-left.enabled:hover {
240
266
  border-right-color: #0000f1; }
241
267
 
242
- .reveal .controls div.navigate-right.enabled:hover {
268
+ .reveal .controls .navigate-right.enabled:hover {
243
269
  border-left-color: #0000f1; }
244
270
 
245
- .reveal .controls div.navigate-up.enabled:hover {
271
+ .reveal .controls .navigate-up.enabled:hover {
246
272
  border-bottom-color: #0000f1; }
247
273
 
248
- .reveal .controls div.navigate-down.enabled:hover {
274
+ .reveal .controls .navigate-down.enabled:hover {
249
275
  border-top-color: #0000f1; }
250
276
 
251
277
  /*********************************************
@@ -259,9 +285,3 @@ body {
259
285
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
260
286
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
261
287
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
262
-
263
- /*********************************************
264
- * SLIDE NUMBER
265
- *********************************************/
266
- .reveal .slide-number {
267
- 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: 'Open Sans', sans-serif;
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, .reveal .slides > section > 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, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
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: 'Quicksand', sans-serif;
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, .reveal video, .reveal iframe {
82
+ .reveal img,
83
+ .reveal video,
84
+ .reveal iframe {
77
85
  max-width: 95%;
78
86
  max-height: 95%; }
79
87
 
80
- .reveal strong, .reveal b {
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, .reveal dl, .reveal ul {
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, .reveal ul ol, .reveal ol ol, .reveal ol 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, .reveal blockquote {
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, .reveal blockquote p:last-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,18 +175,22 @@ body {
161
175
  .reveal table th {
162
176
  font-weight: bold; }
163
177
 
164
- .reveal table th, .reveal table td {
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 th[align="center"], .reveal table td[align="center"] {
184
+ .reveal table th[align="center"],
185
+ .reveal table td[align="center"] {
170
186
  text-align: center; }
171
187
 
172
- .reveal table th[align="right"], .reveal table td[align="right"] {
188
+ .reveal table th[align="right"],
189
+ .reveal table td[align="right"] {
173
190
  text-align: right; }
174
191
 
175
- .reveal table tr:last-child td {
192
+ .reveal table tbody tr:last-child th,
193
+ .reveal table tbody tr:last-child td {
176
194
  border-bottom: none; }
177
195
 
178
196
  .reveal sup {
@@ -196,18 +214,18 @@ body {
196
214
  .reveal a {
197
215
  color: #3b759e;
198
216
  text-decoration: none;
199
- -webkit-transition: color 0.15s ease;
200
- -moz-transition: color 0.15s ease;
201
- transition: color 0.15s ease; }
217
+ -webkit-transition: color .15s ease;
218
+ -moz-transition: color .15s ease;
219
+ transition: color .15s ease; }
202
220
 
203
221
  .reveal a:hover {
204
- color: #74a8cb;
222
+ color: #74a7cb;
205
223
  text-shadow: none;
206
224
  border: none; }
207
225
 
208
226
  .reveal .roll span:after {
209
227
  color: #fff;
210
- background: #264d66; }
228
+ background: #264c66; }
211
229
 
212
230
  /*********************************************
213
231
  * IMAGES
@@ -218,10 +236,14 @@ body {
218
236
  border: 4px solid #333;
219
237
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
220
238
 
239
+ .reveal section img.plain {
240
+ border: 0;
241
+ box-shadow: none; }
242
+
221
243
  .reveal a img {
222
- -webkit-transition: all 0.15s linear;
223
- -moz-transition: all 0.15s linear;
224
- transition: all 0.15s linear; }
244
+ -webkit-transition: all .15s linear;
245
+ -moz-transition: all .15s linear;
246
+ transition: all .15s linear; }
225
247
 
226
248
  .reveal a:hover img {
227
249
  background: rgba(255, 255, 255, 0.2);
@@ -231,29 +253,33 @@ body {
231
253
  /*********************************************
232
254
  * NAVIGATION CONTROLS
233
255
  *********************************************/
234
- .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
256
+ .reveal .controls .navigate-left,
257
+ .reveal .controls .navigate-left.enabled {
235
258
  border-right-color: #3b759e; }
236
259
 
237
- .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
260
+ .reveal .controls .navigate-right,
261
+ .reveal .controls .navigate-right.enabled {
238
262
  border-left-color: #3b759e; }
239
263
 
240
- .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
264
+ .reveal .controls .navigate-up,
265
+ .reveal .controls .navigate-up.enabled {
241
266
  border-bottom-color: #3b759e; }
242
267
 
243
- .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
268
+ .reveal .controls .navigate-down,
269
+ .reveal .controls .navigate-down.enabled {
244
270
  border-top-color: #3b759e; }
245
271
 
246
- .reveal .controls div.navigate-left.enabled:hover {
247
- border-right-color: #74a8cb; }
272
+ .reveal .controls .navigate-left.enabled:hover {
273
+ border-right-color: #74a7cb; }
248
274
 
249
- .reveal .controls div.navigate-right.enabled:hover {
250
- border-left-color: #74a8cb; }
275
+ .reveal .controls .navigate-right.enabled:hover {
276
+ border-left-color: #74a7cb; }
251
277
 
252
- .reveal .controls div.navigate-up.enabled:hover {
253
- border-bottom-color: #74a8cb; }
278
+ .reveal .controls .navigate-up.enabled:hover {
279
+ border-bottom-color: #74a7cb; }
254
280
 
255
- .reveal .controls div.navigate-down.enabled:hover {
256
- border-top-color: #74a8cb; }
281
+ .reveal .controls .navigate-down.enabled:hover {
282
+ border-top-color: #74a7cb; }
257
283
 
258
284
  /*********************************************
259
285
  * PROGRESS BAR
@@ -266,9 +292,3 @@ body {
266
292
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
267
293
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
268
294
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
269
-
270
- /*********************************************
271
- * SLIDE NUMBER
272
- *********************************************/
273
- .reveal .slide-number {
274
- color: #3b759e; }