reveal-ck 0.6.2 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +38 -6
  3. data/files/reveal-ck/templates/index.html/head.html.erb +8 -4
  4. data/files/reveal-ck/templates/index.html/script.js.erb +4 -3
  5. data/files/reveal.js/CONTRIBUTING.md +1 -2
  6. data/files/reveal.js/Gruntfile.js +3 -2
  7. data/files/reveal.js/LICENSE +1 -1
  8. data/files/reveal.js/README.md +88 -23
  9. data/files/reveal.js/css/print/pdf.css +2 -11
  10. data/files/reveal.js/css/reveal.css +1 -41
  11. data/files/reveal.js/css/reveal.scss +1 -42
  12. data/files/reveal.js/css/theme/beige.css +5 -10
  13. data/files/reveal.js/css/theme/black.css +33 -30
  14. data/files/reveal.js/css/theme/blood.css +4 -3
  15. data/files/reveal.js/css/theme/{default.css → league.css} +8 -11
  16. data/files/reveal.js/css/theme/moon.css +5 -10
  17. data/files/reveal.js/css/theme/night.css +4 -3
  18. data/files/reveal.js/css/theme/serif.css +4 -3
  19. data/files/reveal.js/css/theme/simple.css +4 -3
  20. data/files/reveal.js/css/theme/sky.css +4 -3
  21. data/files/reveal.js/css/theme/solarized.css +5 -10
  22. data/files/reveal.js/css/theme/source/beige.scss +1 -12
  23. data/files/reveal.js/css/theme/source/black.scss +17 -12
  24. data/files/reveal.js/css/theme/source/{default.scss → league.scss} +4 -13
  25. data/files/reveal.js/css/theme/source/moon.scss +1 -12
  26. data/files/reveal.js/css/theme/source/solarized.scss +1 -12
  27. data/files/reveal.js/css/theme/source/white.scss +49 -0
  28. data/files/reveal.js/css/theme/template/settings.scss +5 -1
  29. data/files/reveal.js/css/theme/template/theme.scss +4 -3
  30. data/files/reveal.js/css/theme/white.css +261 -0
  31. data/files/reveal.js/index.html +171 -174
  32. data/files/reveal.js/js/reveal.js +32 -36
  33. data/files/reveal.js/lib/font/{league_gothic_license → league-gothic/LICENSE} +0 -0
  34. data/files/reveal.js/lib/font/league-gothic/league-gothic.css +10 -0
  35. data/files/reveal.js/lib/font/league-gothic/league-gothic.eot +0 -0
  36. data/files/reveal.js/lib/font/league-gothic/league-gothic.ttf +0 -0
  37. data/files/reveal.js/lib/font/league-gothic/league-gothic.woff +0 -0
  38. data/files/reveal.js/lib/font/source-sans-pro/LICENSE +45 -0
  39. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  40. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.ttf +0 -0
  41. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  42. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  43. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.ttf +0 -0
  44. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  45. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  46. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.ttf +0 -0
  47. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  48. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot +0 -0
  49. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf +0 -0
  50. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff +0 -0
  51. data/files/reveal.js/lib/font/source-sans-pro/source-sans-pro.css +39 -0
  52. data/files/reveal.js/package.json +1 -1
  53. data/files/reveal.js/plugin/zoom-js/zoom.js +13 -1
  54. data/lib/reveal-ck/config.rb +1 -1
  55. data/lib/reveal-ck/version.rb +1 -1
  56. data/spec/lib/reveal-ck/config_spec.rb +2 -2
  57. metadata +27 -11
  58. data/files/reveal.js/lib/font/league_gothic-webfont.eot +0 -0
  59. data/files/reveal.js/lib/font/league_gothic-webfont.svg +0 -230
  60. data/files/reveal.js/lib/font/league_gothic-webfont.ttf +0 -0
  61. data/files/reveal.js/lib/font/league_gothic-webfont.woff +0 -0
@@ -36,6 +36,7 @@ body {
36
36
  margin: 0 0 20px 0;
37
37
  color: #383D3D;
38
38
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
39
+ font-weight: normal;
39
40
  line-height: 1.2;
40
41
  letter-spacing: normal;
41
42
  text-transform: none;
@@ -61,7 +62,7 @@ body {
61
62
  * OTHER
62
63
  *********************************************/
63
64
  .reveal p {
64
- margin-bottom: 10px;
65
+ margin: 20px 0;
65
66
  line-height: 1.3; }
66
67
 
67
68
  /* Ensure certain elements are never larger than the slide itself */
@@ -109,7 +110,7 @@ body {
109
110
  display: block;
110
111
  position: relative;
111
112
  width: 70%;
112
- margin: 5px auto;
113
+ margin: 20px auto;
113
114
  padding: 5px;
114
115
  font-style: italic;
115
116
  background: rgba(255, 255, 255, 0.05);
@@ -125,7 +126,7 @@ body {
125
126
  display: block;
126
127
  position: relative;
127
128
  width: 90%;
128
- margin: 15px auto;
129
+ margin: 20px auto;
129
130
  text-align: left;
130
131
  font-size: 0.55em;
131
132
  font-family: monospace;
@@ -36,6 +36,7 @@ body {
36
36
  margin: 0 0 20px 0;
37
37
  color: #000;
38
38
  font-family: 'News Cycle', Impact, sans-serif;
39
+ font-weight: normal;
39
40
  line-height: 1.2;
40
41
  letter-spacing: normal;
41
42
  text-transform: none;
@@ -61,7 +62,7 @@ body {
61
62
  * OTHER
62
63
  *********************************************/
63
64
  .reveal p {
64
- margin-bottom: 10px;
65
+ margin: 20px 0;
65
66
  line-height: 1.3; }
66
67
 
67
68
  /* Ensure certain elements are never larger than the slide itself */
@@ -109,7 +110,7 @@ body {
109
110
  display: block;
110
111
  position: relative;
111
112
  width: 70%;
112
- margin: 5px auto;
113
+ margin: 20px auto;
113
114
  padding: 5px;
114
115
  font-style: italic;
115
116
  background: rgba(255, 255, 255, 0.05);
@@ -125,7 +126,7 @@ body {
125
126
  display: block;
126
127
  position: relative;
127
128
  width: 90%;
128
- margin: 15px auto;
129
+ margin: 20px auto;
129
130
  text-align: left;
130
131
  font-size: 0.55em;
131
132
  font-family: monospace;
@@ -43,6 +43,7 @@ body {
43
43
  margin: 0 0 20px 0;
44
44
  color: #333;
45
45
  font-family: 'Quicksand', sans-serif;
46
+ font-weight: normal;
46
47
  line-height: 1.2;
47
48
  letter-spacing: -0.08em;
48
49
  text-transform: uppercase;
@@ -68,7 +69,7 @@ body {
68
69
  * OTHER
69
70
  *********************************************/
70
71
  .reveal p {
71
- margin-bottom: 10px;
72
+ margin: 20px 0;
72
73
  line-height: 1.3; }
73
74
 
74
75
  /* Ensure certain elements are never larger than the slide itself */
@@ -116,7 +117,7 @@ body {
116
117
  display: block;
117
118
  position: relative;
118
119
  width: 70%;
119
- margin: 5px auto;
120
+ margin: 20px auto;
120
121
  padding: 5px;
121
122
  font-style: italic;
122
123
  background: rgba(255, 255, 255, 0.05);
@@ -132,7 +133,7 @@ body {
132
133
  display: block;
133
134
  position: relative;
134
135
  width: 90%;
135
- margin: 15px auto;
136
+ margin: 20px auto;
136
137
  text-align: left;
137
138
  font-size: 0.55em;
138
139
  font-family: monospace;
@@ -1,15 +1,9 @@
1
+ @import url(../../lib/font/league-gothic/league-gothic.css);
1
2
  @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
2
3
  /**
3
4
  * Solarized Light theme for reveal.js.
4
5
  * Author: Achim Staebler
5
6
  */
6
- @font-face {
7
- font-family: 'League Gothic';
8
- src: url('../../lib/font/league_gothic-webfont.eot');
9
- src: url('../../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'), url('../../lib/font/league_gothic-webfont.woff') format('woff'), url('../../lib/font/league_gothic-webfont.ttf') format('truetype'), url('../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
10
- font-weight: normal;
11
- font-style: normal; }
12
-
13
7
  /**
14
8
  * Solarized colors by Ethan Schoonover
15
9
  */
@@ -46,6 +40,7 @@ body {
46
40
  margin: 0 0 20px 0;
47
41
  color: #586e75;
48
42
  font-family: 'League Gothic', Impact, sans-serif;
43
+ font-weight: normal;
49
44
  line-height: 1.2;
50
45
  letter-spacing: normal;
51
46
  text-transform: uppercase;
@@ -71,7 +66,7 @@ body {
71
66
  * OTHER
72
67
  *********************************************/
73
68
  .reveal p {
74
- margin-bottom: 10px;
69
+ margin: 20px 0;
75
70
  line-height: 1.3; }
76
71
 
77
72
  /* Ensure certain elements are never larger than the slide itself */
@@ -119,7 +114,7 @@ body {
119
114
  display: block;
120
115
  position: relative;
121
116
  width: 70%;
122
- margin: 5px auto;
117
+ margin: 20px auto;
123
118
  padding: 5px;
124
119
  font-style: italic;
125
120
  background: rgba(255, 255, 255, 0.05);
@@ -135,7 +130,7 @@ body {
135
130
  display: block;
136
131
  position: relative;
137
132
  width: 90%;
138
- margin: 15px auto;
133
+ margin: 20px auto;
139
134
  text-align: left;
140
135
  font-size: 0.55em;
141
136
  font-family: monospace;
@@ -13,18 +13,7 @@
13
13
 
14
14
 
15
15
  // Include theme-specific fonts
16
- @font-face {
17
- font-family: 'League Gothic';
18
- src: url('../../lib/font/league_gothic-webfont.eot');
19
- src: url('../../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
20
- url('../../lib/font/league_gothic-webfont.woff') format('woff'),
21
- url('../../lib/font/league_gothic-webfont.ttf') format('truetype'),
22
- url('../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
23
-
24
- font-weight: normal;
25
- font-style: normal;
26
- }
27
-
16
+ @import url(../../lib/font/league-gothic/league-gothic.css);
28
17
  @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
29
18
 
30
19
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * Black theme for reveal.js.
2
+ * Black theme for reveal.js. This is the opposite of the 'white' theme.
3
3
  *
4
- * Copyright (C) 2014 Hakim El Hattab, http://hakim.se
4
+ * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
5
5
  */
6
6
 
7
7
 
@@ -12,31 +12,36 @@
12
12
 
13
13
 
14
14
  // Include theme-specific fonts
15
- @import url(https://fonts.googleapis.com/css?family=Montserrat:400);
16
- @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
15
+ @import url(../../lib/font/source-sans-pro/source-sans-pro.css);
17
16
 
18
17
 
19
18
  // Override theme settings (see ../template/settings.scss)
20
- $backgroundColor: #111;
19
+ $backgroundColor: #222;
21
20
 
22
21
  $mainColor: #fff;
23
22
  $headingColor: #fff;
24
23
 
25
- $mainFont: 'Open Sans', Helvetica, sans-serif;
26
- $mainFontSize: 34px;
27
- $headingFont: 'Montserrat', Helvetica, sans-serif;
24
+ $mainFontSize: 38px;
25
+ $mainFont: 'Source Sans Pro', Helvetica, sans-serif;
26
+ $headingFont: 'Source Sans Pro', Helvetica, sans-serif;
28
27
  $headingTextShadow: none;
29
28
  $headingLetterSpacing: normal;
30
29
  $headingTextTransform: uppercase;
31
- $linkColor: #3992fb;
30
+ $headingFontWeight: 600;
31
+ $linkColor: #42affa;
32
32
  $linkColorHover: lighten( $linkColor, 15% );
33
33
  $selectionBackgroundColor: lighten( $linkColor, 25% );
34
34
 
35
- $heading1Size: 2.8em;
36
- $heading2Size: 1.8em;
37
- $heading3Size: 1.5em;
35
+ $heading1Size: 2.5em;
36
+ $heading2Size: 1.6em;
37
+ $heading3Size: 1.3em;
38
38
  $heading4Size: 1.0em;
39
39
 
40
+ section.has-light-background {
41
+ &, h1, h2, h3, h4, h5, h6 {
42
+ color: #222;
43
+ }
44
+ }
40
45
 
41
46
 
42
47
  // Theme template ------------------------------
@@ -1,5 +1,7 @@
1
1
  /**
2
- * Default theme for reveal.js.
2
+ * League theme for reveal.js.
3
+ *
4
+ * This was the default theme pre-3.0.0.
3
5
  *
4
6
  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
5
7
  */
@@ -13,18 +15,7 @@
13
15
 
14
16
 
15
17
  // Include theme-specific fonts
16
- @font-face {
17
- font-family: 'League Gothic';
18
- src: url('../../lib/font/league_gothic-webfont.eot');
19
- src: url('../../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
20
- url('../../lib/font/league_gothic-webfont.woff') format('woff'),
21
- url('../../lib/font/league_gothic-webfont.ttf') format('truetype'),
22
- url('../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
23
-
24
- font-weight: normal;
25
- font-style: normal;
26
- }
27
-
18
+ @import url(../../lib/font/league-gothic/league-gothic.css);
28
19
  @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
29
20
 
30
21
  // Override theme settings (see ../template/settings.scss)
@@ -12,18 +12,7 @@
12
12
 
13
13
 
14
14
  // Include theme-specific fonts
15
- @font-face {
16
- font-family: 'League Gothic';
17
- src: url('../../lib/font/league_gothic-webfont.eot');
18
- src: url('../../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
19
- url('../../lib/font/league_gothic-webfont.woff') format('woff'),
20
- url('../../lib/font/league_gothic-webfont.ttf') format('truetype'),
21
- url('../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
22
-
23
- font-weight: normal;
24
- font-style: normal;
25
- }
26
-
15
+ @import url(../../lib/font/league-gothic/league-gothic.css);
27
16
  @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
28
17
 
29
18
  /**
@@ -12,18 +12,7 @@
12
12
 
13
13
 
14
14
  // Include theme-specific fonts
15
- @font-face {
16
- font-family: 'League Gothic';
17
- src: url('../../lib/font/league_gothic-webfont.eot');
18
- src: url('../../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
19
- url('../../lib/font/league_gothic-webfont.woff') format('woff'),
20
- url('../../lib/font/league_gothic-webfont.ttf') format('truetype'),
21
- url('../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
22
-
23
- font-weight: normal;
24
- font-style: normal;
25
- }
26
-
15
+ @import url(../../lib/font/league-gothic/league-gothic.css);
27
16
  @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
28
17
 
29
18
 
@@ -0,0 +1,49 @@
1
+ /**
2
+ * White theme for reveal.js. This is the opposite of the 'black' theme.
3
+ *
4
+ * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
5
+ */
6
+
7
+
8
+ // Default mixins and settings -----------------
9
+ @import "../template/mixins";
10
+ @import "../template/settings";
11
+ // ---------------------------------------------
12
+
13
+
14
+ // Include theme-specific fonts
15
+ @import url(../../lib/font/source-sans-pro/source-sans-pro.css);
16
+
17
+
18
+ // Override theme settings (see ../template/settings.scss)
19
+ $backgroundColor: #fff;
20
+
21
+ $mainColor: #222;
22
+ $headingColor: #222;
23
+
24
+ $mainFontSize: 38px;
25
+ $mainFont: 'Source Sans Pro', Helvetica, sans-serif;
26
+ $headingFont: 'Source Sans Pro', Helvetica, sans-serif;
27
+ $headingTextShadow: none;
28
+ $headingLetterSpacing: normal;
29
+ $headingTextTransform: uppercase;
30
+ $headingFontWeight: 600;
31
+ $linkColor: #2a76dd;
32
+ $linkColorHover: lighten( $linkColor, 15% );
33
+ $selectionBackgroundColor: lighten( $linkColor, 25% );
34
+
35
+ $heading1Size: 2.5em;
36
+ $heading2Size: 1.6em;
37
+ $heading3Size: 1.3em;
38
+ $heading4Size: 1.0em;
39
+
40
+ section.has-dark-background {
41
+ &, h1, h2, h3, h4, h5, h6 {
42
+ color: #fff;
43
+ }
44
+ }
45
+
46
+
47
+ // Theme template ------------------------------
48
+ @import "../template/theme";
49
+ // ---------------------------------------------
@@ -9,14 +9,18 @@ $mainFont: 'Lato', sans-serif;
9
9
  $mainFontSize: 36px;
10
10
  $mainColor: #eee;
11
11
 
12
+ // Vertical spacing between blocks of text
13
+ $blockMargin: 20px;
14
+
12
15
  // Headings
13
- $headingMargin: 0 0 20px 0;
16
+ $headingMargin: 0 0 $blockMargin 0;
14
17
  $headingFont: 'League Gothic', Impact, sans-serif;
15
18
  $headingColor: #eee;
16
19
  $headingLineHeight: 1.2;
17
20
  $headingLetterSpacing: normal;
18
21
  $headingTextTransform: uppercase;
19
22
  $headingTextShadow: none;
23
+ $headingFontWeight: normal;
20
24
  $heading1TextShadow: $headingTextShadow;
21
25
 
22
26
  $heading1Size: 3.77em;
@@ -42,6 +42,7 @@ body {
42
42
  color: $headingColor;
43
43
 
44
44
  font-family: $headingFont;
45
+ font-weight: $headingFontWeight;
45
46
  line-height: $headingLineHeight;
46
47
  letter-spacing: $headingLetterSpacing;
47
48
 
@@ -66,7 +67,7 @@ body {
66
67
  *********************************************/
67
68
 
68
69
  .reveal p {
69
- margin-bottom: 10px;
70
+ margin: $blockMargin 0;
70
71
  line-height: 1.3;
71
72
  }
72
73
 
@@ -136,7 +137,7 @@ body {
136
137
  display: block;
137
138
  position: relative;
138
139
  width: 70%;
139
- margin: 5px auto;
140
+ margin: $blockMargin auto;
140
141
  padding: 5px;
141
142
 
142
143
  font-style: italic;
@@ -156,7 +157,7 @@ body {
156
157
  display: block;
157
158
  position: relative;
158
159
  width: 90%;
159
- margin: 15px auto;
160
+ margin: $blockMargin auto;
160
161
 
161
162
  text-align: left;
162
163
  font-size: 0.55em;
@@ -0,0 +1,261 @@
1
+ @import url(../../lib/font/source-sans-pro/source-sans-pro.css);
2
+ /**
3
+ * White theme for reveal.js. This is the opposite of the 'black' theme.
4
+ *
5
+ * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
6
+ */
7
+ section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
8
+ color: #fff; }
9
+
10
+ /*********************************************
11
+ * GLOBAL STYLES
12
+ *********************************************/
13
+ body {
14
+ background: #fff;
15
+ background-color: #fff; }
16
+
17
+ .reveal {
18
+ font-family: 'Source Sans Pro', Helvetica, sans-serif;
19
+ font-size: 38px;
20
+ font-weight: normal;
21
+ color: #222; }
22
+
23
+ ::selection {
24
+ color: #fff;
25
+ background: #98bdef;
26
+ text-shadow: none; }
27
+
28
+ .reveal .slides > section, .reveal .slides > section > section {
29
+ line-height: 1.3;
30
+ font-weight: inherit; }
31
+
32
+ /*********************************************
33
+ * HEADERS
34
+ *********************************************/
35
+ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
36
+ margin: 0 0 20px 0;
37
+ color: #222;
38
+ font-family: 'Source Sans Pro', Helvetica, sans-serif;
39
+ font-weight: 600;
40
+ line-height: 1.2;
41
+ letter-spacing: normal;
42
+ text-transform: uppercase;
43
+ text-shadow: none;
44
+ word-wrap: break-word; }
45
+
46
+ .reveal h1 {
47
+ font-size: 2.5em; }
48
+
49
+ .reveal h2 {
50
+ font-size: 1.6em; }
51
+
52
+ .reveal h3 {
53
+ font-size: 1.3em; }
54
+
55
+ .reveal h4 {
56
+ font-size: 1em; }
57
+
58
+ .reveal h1 {
59
+ text-shadow: none; }
60
+
61
+ /*********************************************
62
+ * OTHER
63
+ *********************************************/
64
+ .reveal p {
65
+ margin: 20px 0;
66
+ line-height: 1.3; }
67
+
68
+ /* Ensure certain elements are never larger than the slide itself */
69
+ .reveal img, .reveal video, .reveal iframe {
70
+ max-width: 95%;
71
+ max-height: 95%; }
72
+
73
+ .reveal strong, .reveal b {
74
+ font-weight: bold; }
75
+
76
+ .reveal em {
77
+ font-style: italic; }
78
+
79
+ .reveal ol, .reveal dl, .reveal ul {
80
+ display: inline-block;
81
+ text-align: left;
82
+ margin: 0 0 0 1em; }
83
+
84
+ .reveal ol {
85
+ list-style-type: decimal; }
86
+
87
+ .reveal ul {
88
+ list-style-type: disc; }
89
+
90
+ .reveal ul ul {
91
+ list-style-type: square; }
92
+
93
+ .reveal ul ul ul {
94
+ list-style-type: circle; }
95
+
96
+ .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
97
+ display: block;
98
+ margin-left: 40px; }
99
+
100
+ .reveal dt {
101
+ font-weight: bold; }
102
+
103
+ .reveal dd {
104
+ margin-left: 40px; }
105
+
106
+ .reveal q, .reveal blockquote {
107
+ quotes: none; }
108
+
109
+ .reveal blockquote {
110
+ display: block;
111
+ position: relative;
112
+ width: 70%;
113
+ margin: 20px auto;
114
+ padding: 5px;
115
+ font-style: italic;
116
+ background: rgba(255, 255, 255, 0.05);
117
+ box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
118
+
119
+ .reveal blockquote p:first-child, .reveal blockquote p:last-child {
120
+ display: inline-block; }
121
+
122
+ .reveal q {
123
+ font-style: italic; }
124
+
125
+ .reveal pre {
126
+ display: block;
127
+ position: relative;
128
+ width: 90%;
129
+ margin: 20px auto;
130
+ text-align: left;
131
+ font-size: 0.55em;
132
+ font-family: monospace;
133
+ line-height: 1.2em;
134
+ word-wrap: break-word;
135
+ box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
136
+
137
+ .reveal code {
138
+ font-family: monospace; }
139
+
140
+ .reveal pre code {
141
+ display: block;
142
+ padding: 5px;
143
+ overflow: auto;
144
+ max-height: 400px;
145
+ word-wrap: normal;
146
+ background: #3F3F3F;
147
+ color: #DCDCDC; }
148
+
149
+ .reveal table {
150
+ margin: auto;
151
+ border-collapse: collapse;
152
+ border-spacing: 0; }
153
+
154
+ .reveal table th {
155
+ font-weight: bold; }
156
+
157
+ .reveal table th, .reveal table td {
158
+ text-align: left;
159
+ padding: 0.2em 0.5em 0.2em 0.5em;
160
+ border-bottom: 1px solid; }
161
+
162
+ .reveal table tr:last-child td {
163
+ border-bottom: none; }
164
+
165
+ .reveal sup {
166
+ vertical-align: super; }
167
+
168
+ .reveal sub {
169
+ vertical-align: sub; }
170
+
171
+ .reveal small {
172
+ display: inline-block;
173
+ font-size: 0.6em;
174
+ line-height: 1.2em;
175
+ vertical-align: top; }
176
+
177
+ .reveal small * {
178
+ vertical-align: top; }
179
+
180
+ /*********************************************
181
+ * LINKS
182
+ *********************************************/
183
+ .reveal a {
184
+ color: #2a76dd;
185
+ text-decoration: none;
186
+ -webkit-transition: color 0.15s ease;
187
+ -moz-transition: color 0.15s ease;
188
+ transition: color 0.15s ease; }
189
+
190
+ .reveal a:hover {
191
+ color: #6ca2e8;
192
+ text-shadow: none;
193
+ border: none; }
194
+
195
+ .reveal .roll span:after {
196
+ color: #fff;
197
+ background: #1a54a1; }
198
+
199
+ /*********************************************
200
+ * IMAGES
201
+ *********************************************/
202
+ .reveal section img {
203
+ margin: 15px 0px;
204
+ background: rgba(255, 255, 255, 0.12);
205
+ border: 4px solid #222;
206
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
207
+
208
+ .reveal a img {
209
+ -webkit-transition: all 0.15s linear;
210
+ -moz-transition: all 0.15s linear;
211
+ transition: all 0.15s linear; }
212
+
213
+ .reveal a:hover img {
214
+ background: rgba(255, 255, 255, 0.2);
215
+ border-color: #2a76dd;
216
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
217
+
218
+ /*********************************************
219
+ * NAVIGATION CONTROLS
220
+ *********************************************/
221
+ .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
222
+ border-right-color: #2a76dd; }
223
+
224
+ .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
225
+ border-left-color: #2a76dd; }
226
+
227
+ .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
228
+ border-bottom-color: #2a76dd; }
229
+
230
+ .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
231
+ border-top-color: #2a76dd; }
232
+
233
+ .reveal .controls div.navigate-left.enabled:hover {
234
+ border-right-color: #6ca2e8; }
235
+
236
+ .reveal .controls div.navigate-right.enabled:hover {
237
+ border-left-color: #6ca2e8; }
238
+
239
+ .reveal .controls div.navigate-up.enabled:hover {
240
+ border-bottom-color: #6ca2e8; }
241
+
242
+ .reveal .controls div.navigate-down.enabled:hover {
243
+ border-top-color: #6ca2e8; }
244
+
245
+ /*********************************************
246
+ * PROGRESS BAR
247
+ *********************************************/
248
+ .reveal .progress {
249
+ background: rgba(0, 0, 0, 0.2); }
250
+
251
+ .reveal .progress span {
252
+ background: #2a76dd;
253
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
254
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
255
+ 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: #2a76dd; }