slippery 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (212) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/assets/deck.js/core/deck.core.css +60 -0
  4. data/assets/deck.js/core/deck.core.js +728 -0
  5. data/assets/deck.js/core/deck.core.scss +65 -0
  6. data/assets/deck.js/core/print.css +25 -0
  7. data/assets/deck.js/core/print.scss +14 -0
  8. data/assets/deck.js/css/common.css +216 -0
  9. data/assets/deck.js/css/common.scss +233 -0
  10. data/assets/deck.js/css/home.css +790 -0
  11. data/assets/deck.js/css/home.scss +892 -0
  12. data/assets/deck.js/extensions/goto/deck.goto.css +36 -0
  13. data/assets/deck.js/extensions/goto/deck.goto.html +7 -0
  14. data/assets/deck.js/extensions/goto/deck.goto.js +190 -0
  15. data/assets/deck.js/extensions/goto/deck.goto.scss +39 -0
  16. data/assets/deck.js/extensions/hash/deck.hash.css +13 -0
  17. data/assets/deck.js/extensions/hash/deck.hash.html +2 -0
  18. data/assets/deck.js/extensions/hash/deck.hash.js +145 -0
  19. data/assets/deck.js/extensions/hash/deck.hash.scss +13 -0
  20. data/assets/deck.js/extensions/menu/deck.menu.css +45 -0
  21. data/assets/deck.js/extensions/menu/deck.menu.js +225 -0
  22. data/assets/deck.js/extensions/menu/deck.menu.scss +55 -0
  23. data/assets/deck.js/extensions/navigation/deck.navigation.css +42 -0
  24. data/assets/deck.js/extensions/navigation/deck.navigation.html +5 -0
  25. data/assets/deck.js/extensions/navigation/deck.navigation.js +94 -0
  26. data/assets/deck.js/extensions/navigation/deck.navigation.scss +44 -0
  27. data/assets/deck.js/extensions/scale/deck.scale.css +20 -0
  28. data/assets/deck.js/extensions/scale/deck.scale.js +190 -0
  29. data/assets/deck.js/extensions/scale/deck.scale.scss +22 -0
  30. data/assets/deck.js/extensions/status/deck.status.css +18 -0
  31. data/assets/deck.js/extensions/status/deck.status.html +6 -0
  32. data/assets/deck.js/extensions/status/deck.status.js +108 -0
  33. data/assets/deck.js/extensions/status/deck.status.scss +18 -0
  34. data/assets/deck.js/modernizr.custom.js +4 -0
  35. data/assets/deck.js/themes/style/_reset.scss +300 -0
  36. data/assets/deck.js/themes/style/neon.css +421 -0
  37. data/assets/deck.js/themes/style/neon.scss +148 -0
  38. data/assets/deck.js/themes/style/swiss.css +389 -0
  39. data/assets/deck.js/themes/style/swiss.scss +109 -0
  40. data/assets/deck.js/themes/style/web-2.0.css +500 -0
  41. data/assets/deck.js/themes/style/web-2.0.scss +228 -0
  42. data/assets/deck.js/themes/transition/fade.css +35 -0
  43. data/assets/deck.js/themes/transition/fade.scss +59 -0
  44. data/assets/deck.js/themes/transition/horizontal-slide.css +53 -0
  45. data/assets/deck.js/themes/transition/horizontal-slide.scss +72 -0
  46. data/assets/deck.js/themes/transition/vertical-slide.css +67 -0
  47. data/assets/deck.js/themes/transition/vertical-slide.scss +92 -0
  48. data/assets/highlight.js/CHANGES.md +953 -0
  49. data/assets/highlight.js/LICENSE +24 -0
  50. data/assets/highlight.js/README.md +101 -0
  51. data/assets/highlight.js/README.ru.md +101 -0
  52. data/assets/highlight.js/highlight-0.8.default.min.css +1 -0
  53. data/assets/highlight.js/highlight-0.8.min.js +1 -0
  54. data/assets/highlight.js/highlight.pack.js +1 -0
  55. data/assets/highlight.js/styles/arta.css +141 -0
  56. data/assets/highlight.js/styles/ascetic.css +53 -0
  57. data/assets/highlight.js/styles/atelier-dune.dark.css +95 -0
  58. data/assets/highlight.js/styles/atelier-dune.light.css +95 -0
  59. data/assets/highlight.js/styles/atelier-forest.dark.css +95 -0
  60. data/assets/highlight.js/styles/atelier-forest.light.css +95 -0
  61. data/assets/highlight.js/styles/atelier-heath.dark.css +95 -0
  62. data/assets/highlight.js/styles/atelier-heath.light.css +95 -0
  63. data/assets/highlight.js/styles/atelier-lakeside.dark.css +95 -0
  64. data/assets/highlight.js/styles/atelier-lakeside.light.css +95 -0
  65. data/assets/highlight.js/styles/atelier-seaside.dark.css +95 -0
  66. data/assets/highlight.js/styles/atelier-seaside.light.css +95 -0
  67. data/assets/highlight.js/styles/brown_paper.css +105 -0
  68. data/assets/highlight.js/styles/brown_papersq.png +0 -0
  69. data/assets/highlight.js/styles/codepen-embed.css +108 -0
  70. data/assets/highlight.js/styles/color-brewer.css +169 -0
  71. data/assets/highlight.js/styles/dark.css +105 -0
  72. data/assets/highlight.js/styles/default.css +153 -0
  73. data/assets/highlight.js/styles/docco.css +136 -0
  74. data/assets/highlight.js/styles/far.css +112 -0
  75. data/assets/highlight.js/styles/foundation.css +136 -0
  76. data/assets/highlight.js/styles/github.css +127 -0
  77. data/assets/highlight.js/styles/googlecode.css +148 -0
  78. data/assets/highlight.js/styles/hybrid.css +171 -0
  79. data/assets/highlight.js/styles/idea.css +126 -0
  80. data/assets/highlight.js/styles/ir_black.css +110 -0
  81. data/assets/highlight.js/styles/kimbie.dark.css +96 -0
  82. data/assets/highlight.js/styles/kimbie.light.css +96 -0
  83. data/assets/highlight.js/styles/magula.css +122 -0
  84. data/assets/highlight.js/styles/mono-blue.css +70 -0
  85. data/assets/highlight.js/styles/monokai.css +127 -0
  86. data/assets/highlight.js/styles/monokai_sublime.css +148 -0
  87. data/assets/highlight.js/styles/obsidian.css +154 -0
  88. data/assets/highlight.js/styles/paraiso.dark.css +95 -0
  89. data/assets/highlight.js/styles/paraiso.light.css +95 -0
  90. data/assets/highlight.js/styles/pojoaque.css +108 -0
  91. data/assets/highlight.js/styles/pojoaque.jpg +0 -0
  92. data/assets/highlight.js/styles/railscasts.css +185 -0
  93. data/assets/highlight.js/styles/rainbow.css +109 -0
  94. data/assets/highlight.js/styles/school_book.css +113 -0
  95. data/assets/highlight.js/styles/school_book.png +0 -0
  96. data/assets/highlight.js/styles/solarized_dark.css +109 -0
  97. data/assets/highlight.js/styles/solarized_light.css +109 -0
  98. data/assets/highlight.js/styles/sunburst.css +165 -0
  99. data/assets/highlight.js/styles/tomorrow-night-blue.css +95 -0
  100. data/assets/highlight.js/styles/tomorrow-night-bright.css +94 -0
  101. data/assets/highlight.js/styles/tomorrow-night-eighties.css +94 -0
  102. data/assets/highlight.js/styles/tomorrow-night.css +95 -0
  103. data/assets/highlight.js/styles/tomorrow.css +92 -0
  104. data/assets/highlight.js/styles/vs.css +94 -0
  105. data/assets/highlight.js/styles/xcode.css +159 -0
  106. data/assets/highlight.js/styles/zenburn.css +119 -0
  107. data/assets/jquery/jquery-2.1.0.min.js +4 -0
  108. data/assets/reveal.js/css/print/paper.css +1 -1
  109. data/assets/reveal.js/css/print/pdf.css +2 -2
  110. data/assets/reveal.js/css/reveal.css +372 -108
  111. data/assets/reveal.js/css/reveal.min.css +2 -2
  112. data/assets/reveal.js/css/theme/README.md +3 -1
  113. data/assets/reveal.js/css/theme/beige.css +7 -1
  114. data/assets/reveal.js/css/theme/blood.css +175 -0
  115. data/assets/reveal.js/css/theme/default.css +7 -1
  116. data/assets/reveal.js/css/theme/moon.css +7 -1
  117. data/assets/reveal.js/css/theme/night.css +7 -1
  118. data/assets/reveal.js/css/theme/serif.css +7 -1
  119. data/assets/reveal.js/css/theme/simple.css +7 -1
  120. data/assets/reveal.js/css/theme/sky.css +7 -1
  121. data/assets/reveal.js/css/theme/solarized.css +7 -1
  122. data/assets/reveal.js/css/theme/source/blood.scss +91 -0
  123. data/assets/reveal.js/css/theme/template/settings.scss +1 -0
  124. data/assets/reveal.js/css/theme/template/theme.scss +9 -2
  125. data/assets/reveal.js/js/reveal.js +1238 -433
  126. data/assets/reveal.js/js/reveal.min.js +4 -3
  127. data/assets/reveal.js/lib/css/zenburn.css +16 -17
  128. data/assets/reveal.js/plugin/highlight/highlight.js +3 -2
  129. data/assets/reveal.js/plugin/leap/leap.js +3 -0
  130. data/assets/reveal.js/plugin/markdown/example.html +37 -5
  131. data/assets/reveal.js/plugin/markdown/example.md +2 -0
  132. data/assets/reveal.js/plugin/markdown/markdown.js +373 -171
  133. data/assets/reveal.js/plugin/math/math.js +64 -0
  134. data/assets/reveal.js/plugin/multiplex/master.js +2 -1
  135. data/assets/reveal.js/plugin/notes/notes.html +33 -19
  136. data/assets/reveal.js/plugin/notes/notes.js +25 -47
  137. data/assets/reveal.js/plugin/remotes/remotes.js +4 -4
  138. data/assets/reveal.js/plugin/zoom-js/zoom.js +3 -1
  139. data/assets/reveal.old/css/print/paper.css +176 -0
  140. data/assets/reveal.old/css/print/pdf.css +190 -0
  141. data/assets/reveal.old/css/reveal.css +1616 -0
  142. data/assets/reveal.old/css/reveal.min.css +7 -0
  143. data/assets/reveal.old/css/theme/README.md +23 -0
  144. data/assets/reveal.old/css/theme/beige.css +142 -0
  145. data/assets/reveal.old/css/theme/default.css +142 -0
  146. data/assets/reveal.old/css/theme/moon.css +142 -0
  147. data/assets/reveal.old/css/theme/night.css +130 -0
  148. data/assets/reveal.old/css/theme/serif.css +132 -0
  149. data/assets/reveal.old/css/theme/simple.css +132 -0
  150. data/assets/reveal.old/css/theme/sky.css +139 -0
  151. data/assets/reveal.old/css/theme/solarized.css +142 -0
  152. data/assets/reveal.old/css/theme/source/beige.scss +50 -0
  153. data/assets/reveal.old/css/theme/source/default.scss +42 -0
  154. data/assets/reveal.old/css/theme/source/moon.scss +68 -0
  155. data/assets/reveal.old/css/theme/source/night.scss +35 -0
  156. data/assets/reveal.old/css/theme/source/serif.scss +35 -0
  157. data/assets/reveal.old/css/theme/source/simple.scss +38 -0
  158. data/assets/reveal.old/css/theme/source/sky.scss +46 -0
  159. data/assets/reveal.old/css/theme/source/solarized.scss +74 -0
  160. data/assets/reveal.old/css/theme/template/mixins.scss +29 -0
  161. data/assets/reveal.old/css/theme/template/settings.scss +33 -0
  162. data/assets/reveal.old/css/theme/template/theme.scss +163 -0
  163. data/assets/{reveal.js → reveal.old}/js/head.min.js +0 -0
  164. data/assets/reveal.old/js/reveal.js +2577 -0
  165. data/assets/reveal.old/js/reveal.min.js +8 -0
  166. data/assets/reveal.old/lib/css/zenburn.css +115 -0
  167. data/assets/reveal.old/lib/font/league_gothic-webfont.eot +0 -0
  168. data/assets/reveal.old/lib/font/league_gothic-webfont.svg +230 -0
  169. data/assets/reveal.old/lib/font/league_gothic-webfont.ttf +0 -0
  170. data/assets/reveal.old/lib/font/league_gothic-webfont.woff +0 -0
  171. data/assets/reveal.old/lib/font/league_gothic_license +2 -0
  172. data/assets/reveal.old/lib/js/classList.js +2 -0
  173. data/assets/reveal.old/lib/js/head.min.js +8 -0
  174. data/assets/reveal.old/lib/js/html5shiv.js +7 -0
  175. data/assets/reveal.old/plugin/highlight/highlight.js +31 -0
  176. data/assets/reveal.old/plugin/leap/leap.js +154 -0
  177. data/assets/reveal.old/plugin/markdown/example.html +97 -0
  178. data/assets/reveal.old/plugin/markdown/example.md +29 -0
  179. data/assets/reveal.old/plugin/markdown/markdown.js +190 -0
  180. data/assets/reveal.old/plugin/markdown/marked.js +37 -0
  181. data/assets/reveal.old/plugin/multiplex/client.js +13 -0
  182. data/assets/reveal.old/plugin/multiplex/index.js +56 -0
  183. data/assets/reveal.old/plugin/multiplex/master.js +50 -0
  184. data/assets/reveal.old/plugin/notes-server/client.js +57 -0
  185. data/assets/reveal.old/plugin/notes-server/index.js +59 -0
  186. data/assets/reveal.old/plugin/notes-server/notes.html +142 -0
  187. data/assets/reveal.old/plugin/notes/notes.html +253 -0
  188. data/assets/reveal.old/plugin/notes/notes.js +100 -0
  189. data/assets/reveal.old/plugin/postmessage/example.html +39 -0
  190. data/assets/reveal.old/plugin/postmessage/postmessage.js +42 -0
  191. data/assets/reveal.old/plugin/print-pdf/print-pdf.js +44 -0
  192. data/assets/reveal.old/plugin/remotes/remotes.js +39 -0
  193. data/assets/reveal.old/plugin/search/search.js +196 -0
  194. data/assets/reveal.old/plugin/zoom-js/zoom.js +256 -0
  195. data/bin/slippery +1 -0
  196. data/code_of_conduct.md +32 -0
  197. data/lib/slippery.rb +5 -3
  198. data/lib/slippery/document.rb +2 -2
  199. data/lib/slippery/presentation.rb +10 -1
  200. data/lib/slippery/processor.rb +18 -0
  201. data/lib/slippery/processor_helpers.rb +16 -2
  202. data/lib/slippery/processors/add_highlight.rb +9 -2
  203. data/lib/slippery/processors/deck_js.rb +81 -0
  204. data/lib/slippery/processors/fathom_js.rb +31 -0
  205. data/lib/slippery/processors/impress_js/add_impress_js.rb +2 -2
  206. data/lib/slippery/processors/jquery.rb +12 -0
  207. data/lib/slippery/processors/reveal_js/add_reveal_js.rb +12 -9
  208. data/lib/slippery/rake_tasks.rb +59 -31
  209. data/lib/slippery/version.rb +1 -1
  210. data/slippery.gemspec +5 -4
  211. metadata +215 -33
  212. data/lib/slippery/converter.rb +0 -132
@@ -0,0 +1,130 @@
1
+ @import url(https://fonts.googleapis.com/css?family=Montserrat:700);
2
+ @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
3
+ /**
4
+ * Black theme for reveal.js.
5
+ *
6
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
7
+ */
8
+ /*********************************************
9
+ * GLOBAL STYLES
10
+ *********************************************/
11
+ body {
12
+ background: #111111;
13
+ background-color: #111111; }
14
+
15
+ .reveal {
16
+ font-family: "Open Sans", sans-serif;
17
+ font-size: 30px;
18
+ font-weight: 200;
19
+ letter-spacing: -0.02em;
20
+ color: #eeeeee; }
21
+
22
+ ::selection {
23
+ color: white;
24
+ background: #e7ad52;
25
+ text-shadow: none; }
26
+
27
+ /*********************************************
28
+ * HEADERS
29
+ *********************************************/
30
+ .reveal h1,
31
+ .reveal h2,
32
+ .reveal h3,
33
+ .reveal h4,
34
+ .reveal h5,
35
+ .reveal h6 {
36
+ margin: 0 0 20px 0;
37
+ color: #eeeeee;
38
+ font-family: "Montserrat", Impact, sans-serif;
39
+ line-height: 0.9em;
40
+ letter-spacing: -0.03em;
41
+ text-transform: none;
42
+ text-shadow: none; }
43
+
44
+ .reveal h1 {
45
+ text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
46
+
47
+ /*********************************************
48
+ * LINKS
49
+ *********************************************/
50
+ .reveal a:not(.image) {
51
+ color: #e7ad52;
52
+ text-decoration: none;
53
+ -webkit-transition: color .15s ease;
54
+ -moz-transition: color .15s ease;
55
+ -ms-transition: color .15s ease;
56
+ -o-transition: color .15s ease;
57
+ transition: color .15s ease; }
58
+
59
+ .reveal a:not(.image):hover {
60
+ color: #f3d7ac;
61
+ text-shadow: none;
62
+ border: none; }
63
+
64
+ .reveal .roll span:after {
65
+ color: #fff;
66
+ background: #d08a1d; }
67
+
68
+ /*********************************************
69
+ * IMAGES
70
+ *********************************************/
71
+ .reveal section img {
72
+ margin: 15px 0px;
73
+ background: rgba(255, 255, 255, 0.12);
74
+ border: 4px solid #eeeeee;
75
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
76
+ -webkit-transition: all .2s linear;
77
+ -moz-transition: all .2s linear;
78
+ -ms-transition: all .2s linear;
79
+ -o-transition: all .2s linear;
80
+ transition: all .2s linear; }
81
+
82
+ .reveal a:hover img {
83
+ background: rgba(255, 255, 255, 0.2);
84
+ border-color: #e7ad52;
85
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
86
+
87
+ /*********************************************
88
+ * NAVIGATION CONTROLS
89
+ *********************************************/
90
+ .reveal .controls div.navigate-left,
91
+ .reveal .controls div.navigate-left.enabled {
92
+ border-right-color: #e7ad52; }
93
+
94
+ .reveal .controls div.navigate-right,
95
+ .reveal .controls div.navigate-right.enabled {
96
+ border-left-color: #e7ad52; }
97
+
98
+ .reveal .controls div.navigate-up,
99
+ .reveal .controls div.navigate-up.enabled {
100
+ border-bottom-color: #e7ad52; }
101
+
102
+ .reveal .controls div.navigate-down,
103
+ .reveal .controls div.navigate-down.enabled {
104
+ border-top-color: #e7ad52; }
105
+
106
+ .reveal .controls div.navigate-left.enabled:hover {
107
+ border-right-color: #f3d7ac; }
108
+
109
+ .reveal .controls div.navigate-right.enabled:hover {
110
+ border-left-color: #f3d7ac; }
111
+
112
+ .reveal .controls div.navigate-up.enabled:hover {
113
+ border-bottom-color: #f3d7ac; }
114
+
115
+ .reveal .controls div.navigate-down.enabled:hover {
116
+ border-top-color: #f3d7ac; }
117
+
118
+ /*********************************************
119
+ * PROGRESS BAR
120
+ *********************************************/
121
+ .reveal .progress {
122
+ background: rgba(0, 0, 0, 0.2); }
123
+
124
+ .reveal .progress span {
125
+ background: #e7ad52;
126
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
127
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
128
+ -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
129
+ -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
130
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
@@ -0,0 +1,132 @@
1
+ /**
2
+ * A simple theme for reveal.js presentations, similar
3
+ * to the default theme. The accent color is brown.
4
+ *
5
+ * This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
6
+ */
7
+ .reveal a:not(.image) {
8
+ line-height: 1.3em; }
9
+
10
+ /*********************************************
11
+ * GLOBAL STYLES
12
+ *********************************************/
13
+ body {
14
+ background: #f0f1eb;
15
+ background-color: #f0f1eb; }
16
+
17
+ .reveal {
18
+ font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
19
+ font-size: 36px;
20
+ font-weight: 200;
21
+ letter-spacing: -0.02em;
22
+ color: black; }
23
+
24
+ ::selection {
25
+ color: white;
26
+ background: #26351c;
27
+ text-shadow: none; }
28
+
29
+ /*********************************************
30
+ * HEADERS
31
+ *********************************************/
32
+ .reveal h1,
33
+ .reveal h2,
34
+ .reveal h3,
35
+ .reveal h4,
36
+ .reveal h5,
37
+ .reveal h6 {
38
+ margin: 0 0 20px 0;
39
+ color: #383d3d;
40
+ font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
41
+ line-height: 0.9em;
42
+ letter-spacing: 0.02em;
43
+ text-transform: none;
44
+ text-shadow: none; }
45
+
46
+ .reveal h1 {
47
+ text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
48
+
49
+ /*********************************************
50
+ * LINKS
51
+ *********************************************/
52
+ .reveal a:not(.image) {
53
+ color: #51483d;
54
+ text-decoration: none;
55
+ -webkit-transition: color .15s ease;
56
+ -moz-transition: color .15s ease;
57
+ -ms-transition: color .15s ease;
58
+ -o-transition: color .15s ease;
59
+ transition: color .15s ease; }
60
+
61
+ .reveal a:not(.image):hover {
62
+ color: #8b7c69;
63
+ text-shadow: none;
64
+ border: none; }
65
+
66
+ .reveal .roll span:after {
67
+ color: #fff;
68
+ background: #25211c; }
69
+
70
+ /*********************************************
71
+ * IMAGES
72
+ *********************************************/
73
+ .reveal section img {
74
+ margin: 15px 0px;
75
+ background: rgba(255, 255, 255, 0.12);
76
+ border: 4px solid black;
77
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
78
+ -webkit-transition: all .2s linear;
79
+ -moz-transition: all .2s linear;
80
+ -ms-transition: all .2s linear;
81
+ -o-transition: all .2s linear;
82
+ transition: all .2s linear; }
83
+
84
+ .reveal a:hover img {
85
+ background: rgba(255, 255, 255, 0.2);
86
+ border-color: #51483d;
87
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
88
+
89
+ /*********************************************
90
+ * NAVIGATION CONTROLS
91
+ *********************************************/
92
+ .reveal .controls div.navigate-left,
93
+ .reveal .controls div.navigate-left.enabled {
94
+ border-right-color: #51483d; }
95
+
96
+ .reveal .controls div.navigate-right,
97
+ .reveal .controls div.navigate-right.enabled {
98
+ border-left-color: #51483d; }
99
+
100
+ .reveal .controls div.navigate-up,
101
+ .reveal .controls div.navigate-up.enabled {
102
+ border-bottom-color: #51483d; }
103
+
104
+ .reveal .controls div.navigate-down,
105
+ .reveal .controls div.navigate-down.enabled {
106
+ border-top-color: #51483d; }
107
+
108
+ .reveal .controls div.navigate-left.enabled:hover {
109
+ border-right-color: #8b7c69; }
110
+
111
+ .reveal .controls div.navigate-right.enabled:hover {
112
+ border-left-color: #8b7c69; }
113
+
114
+ .reveal .controls div.navigate-up.enabled:hover {
115
+ border-bottom-color: #8b7c69; }
116
+
117
+ .reveal .controls div.navigate-down.enabled:hover {
118
+ border-top-color: #8b7c69; }
119
+
120
+ /*********************************************
121
+ * PROGRESS BAR
122
+ *********************************************/
123
+ .reveal .progress {
124
+ background: rgba(0, 0, 0, 0.2); }
125
+
126
+ .reveal .progress span {
127
+ background: #51483d;
128
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
129
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
130
+ -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
131
+ -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
132
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
@@ -0,0 +1,132 @@
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
+ /**
4
+ * A simple theme for reveal.js presentations, similar
5
+ * to the default theme. The accent color is darkblue.
6
+ *
7
+ * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
8
+ * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
9
+ */
10
+ /*********************************************
11
+ * GLOBAL STYLES
12
+ *********************************************/
13
+ body {
14
+ background: white;
15
+ background-color: white; }
16
+
17
+ .reveal {
18
+ font-family: "Lato", sans-serif;
19
+ font-size: 36px;
20
+ font-weight: 200;
21
+ letter-spacing: -0.02em;
22
+ color: black; }
23
+
24
+ ::selection {
25
+ color: white;
26
+ background: rgba(0, 0, 0, 0.99);
27
+ text-shadow: none; }
28
+
29
+ /*********************************************
30
+ * HEADERS
31
+ *********************************************/
32
+ .reveal h1,
33
+ .reveal h2,
34
+ .reveal h3,
35
+ .reveal h4,
36
+ .reveal h5,
37
+ .reveal h6 {
38
+ margin: 0 0 20px 0;
39
+ color: black;
40
+ font-family: "News Cycle", Impact, sans-serif;
41
+ line-height: 0.9em;
42
+ letter-spacing: 0.02em;
43
+ text-transform: none;
44
+ text-shadow: none; }
45
+
46
+ .reveal h1 {
47
+ text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
48
+
49
+ /*********************************************
50
+ * LINKS
51
+ *********************************************/
52
+ .reveal a:not(.image) {
53
+ color: darkblue;
54
+ text-decoration: none;
55
+ -webkit-transition: color .15s ease;
56
+ -moz-transition: color .15s ease;
57
+ -ms-transition: color .15s ease;
58
+ -o-transition: color .15s ease;
59
+ transition: color .15s ease; }
60
+
61
+ .reveal a:not(.image):hover {
62
+ color: #0000f1;
63
+ text-shadow: none;
64
+ border: none; }
65
+
66
+ .reveal .roll span:after {
67
+ color: #fff;
68
+ background: #00003f; }
69
+
70
+ /*********************************************
71
+ * IMAGES
72
+ *********************************************/
73
+ .reveal section img {
74
+ margin: 15px 0px;
75
+ background: rgba(255, 255, 255, 0.12);
76
+ border: 4px solid black;
77
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
78
+ -webkit-transition: all .2s linear;
79
+ -moz-transition: all .2s linear;
80
+ -ms-transition: all .2s linear;
81
+ -o-transition: all .2s linear;
82
+ transition: all .2s linear; }
83
+
84
+ .reveal a:hover img {
85
+ background: rgba(255, 255, 255, 0.2);
86
+ border-color: darkblue;
87
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
88
+
89
+ /*********************************************
90
+ * NAVIGATION CONTROLS
91
+ *********************************************/
92
+ .reveal .controls div.navigate-left,
93
+ .reveal .controls div.navigate-left.enabled {
94
+ border-right-color: darkblue; }
95
+
96
+ .reveal .controls div.navigate-right,
97
+ .reveal .controls div.navigate-right.enabled {
98
+ border-left-color: darkblue; }
99
+
100
+ .reveal .controls div.navigate-up,
101
+ .reveal .controls div.navigate-up.enabled {
102
+ border-bottom-color: darkblue; }
103
+
104
+ .reveal .controls div.navigate-down,
105
+ .reveal .controls div.navigate-down.enabled {
106
+ border-top-color: darkblue; }
107
+
108
+ .reveal .controls div.navigate-left.enabled:hover {
109
+ border-right-color: #0000f1; }
110
+
111
+ .reveal .controls div.navigate-right.enabled:hover {
112
+ border-left-color: #0000f1; }
113
+
114
+ .reveal .controls div.navigate-up.enabled:hover {
115
+ border-bottom-color: #0000f1; }
116
+
117
+ .reveal .controls div.navigate-down.enabled:hover {
118
+ border-top-color: #0000f1; }
119
+
120
+ /*********************************************
121
+ * PROGRESS BAR
122
+ *********************************************/
123
+ .reveal .progress {
124
+ background: rgba(0, 0, 0, 0.2); }
125
+
126
+ .reveal .progress span {
127
+ background: darkblue;
128
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
129
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
130
+ -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
131
+ -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
132
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
@@ -0,0 +1,139 @@
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
+ /**
4
+ * Sky theme for reveal.js.
5
+ *
6
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
7
+ */
8
+ .reveal a:not(.image) {
9
+ line-height: 1.3em; }
10
+
11
+ /*********************************************
12
+ * GLOBAL STYLES
13
+ *********************************************/
14
+ body {
15
+ background: #add9e4;
16
+ background: -moz-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
17
+ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f7fbfc), color-stop(100%, #add9e4));
18
+ background: -webkit-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
19
+ background: -o-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
20
+ background: -ms-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
21
+ background: radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
22
+ background-color: #f7fbfc; }
23
+
24
+ .reveal {
25
+ font-family: "Open Sans", sans-serif;
26
+ font-size: 36px;
27
+ font-weight: 200;
28
+ letter-spacing: -0.02em;
29
+ color: #333333; }
30
+
31
+ ::selection {
32
+ color: white;
33
+ background: #134674;
34
+ text-shadow: none; }
35
+
36
+ /*********************************************
37
+ * HEADERS
38
+ *********************************************/
39
+ .reveal h1,
40
+ .reveal h2,
41
+ .reveal h3,
42
+ .reveal h4,
43
+ .reveal h5,
44
+ .reveal h6 {
45
+ margin: 0 0 20px 0;
46
+ color: #333333;
47
+ font-family: "Quicksand", sans-serif;
48
+ line-height: 0.9em;
49
+ letter-spacing: -0.08em;
50
+ text-transform: uppercase;
51
+ text-shadow: none; }
52
+
53
+ .reveal h1 {
54
+ text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
55
+
56
+ /*********************************************
57
+ * LINKS
58
+ *********************************************/
59
+ .reveal a:not(.image) {
60
+ color: #3b759e;
61
+ text-decoration: none;
62
+ -webkit-transition: color .15s ease;
63
+ -moz-transition: color .15s ease;
64
+ -ms-transition: color .15s ease;
65
+ -o-transition: color .15s ease;
66
+ transition: color .15s ease; }
67
+
68
+ .reveal a:not(.image):hover {
69
+ color: #74a7cb;
70
+ text-shadow: none;
71
+ border: none; }
72
+
73
+ .reveal .roll span:after {
74
+ color: #fff;
75
+ background: #264c66; }
76
+
77
+ /*********************************************
78
+ * IMAGES
79
+ *********************************************/
80
+ .reveal section img {
81
+ margin: 15px 0px;
82
+ background: rgba(255, 255, 255, 0.12);
83
+ border: 4px solid #333333;
84
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
85
+ -webkit-transition: all .2s linear;
86
+ -moz-transition: all .2s linear;
87
+ -ms-transition: all .2s linear;
88
+ -o-transition: all .2s linear;
89
+ transition: all .2s linear; }
90
+
91
+ .reveal a:hover img {
92
+ background: rgba(255, 255, 255, 0.2);
93
+ border-color: #3b759e;
94
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
95
+
96
+ /*********************************************
97
+ * NAVIGATION CONTROLS
98
+ *********************************************/
99
+ .reveal .controls div.navigate-left,
100
+ .reveal .controls div.navigate-left.enabled {
101
+ border-right-color: #3b759e; }
102
+
103
+ .reveal .controls div.navigate-right,
104
+ .reveal .controls div.navigate-right.enabled {
105
+ border-left-color: #3b759e; }
106
+
107
+ .reveal .controls div.navigate-up,
108
+ .reveal .controls div.navigate-up.enabled {
109
+ border-bottom-color: #3b759e; }
110
+
111
+ .reveal .controls div.navigate-down,
112
+ .reveal .controls div.navigate-down.enabled {
113
+ border-top-color: #3b759e; }
114
+
115
+ .reveal .controls div.navigate-left.enabled:hover {
116
+ border-right-color: #74a7cb; }
117
+
118
+ .reveal .controls div.navigate-right.enabled:hover {
119
+ border-left-color: #74a7cb; }
120
+
121
+ .reveal .controls div.navigate-up.enabled:hover {
122
+ border-bottom-color: #74a7cb; }
123
+
124
+ .reveal .controls div.navigate-down.enabled:hover {
125
+ border-top-color: #74a7cb; }
126
+
127
+ /*********************************************
128
+ * PROGRESS BAR
129
+ *********************************************/
130
+ .reveal .progress {
131
+ background: rgba(0, 0, 0, 0.2); }
132
+
133
+ .reveal .progress span {
134
+ background: #3b759e;
135
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
136
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
137
+ -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
138
+ -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
139
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }