slippery 0.4.0 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +37 -20
- data/assets/LICENSE.md +21 -0
- data/assets/README.md +48 -0
- data/assets/highlight.js/CHANGES.md +693 -0
- data/assets/highlight.js/README.md +86 -37
- data/assets/highlight.js/README.ru.md +65 -24
- data/assets/highlight.js/highlight.pack.js +2 -1
- data/assets/highlight.js/styles/agate.css +108 -0
- data/assets/highlight.js/styles/androidstudio.css +66 -0
- data/assets/highlight.js/styles/arduino-light.css +88 -0
- data/assets/highlight.js/styles/arta.css +25 -93
- data/assets/highlight.js/styles/ascetic.css +20 -28
- data/assets/highlight.js/styles/atelier-cave-dark.css +83 -0
- data/assets/highlight.js/styles/atelier-cave-light.css +85 -0
- data/assets/highlight.js/styles/atelier-dune-dark.css +69 -0
- data/assets/highlight.js/styles/atelier-dune-light.css +69 -0
- data/assets/highlight.js/styles/atelier-estuary-dark.css +84 -0
- data/assets/highlight.js/styles/atelier-estuary-light.css +84 -0
- data/assets/highlight.js/styles/atelier-forest-dark.css +69 -0
- data/assets/highlight.js/styles/atelier-forest-light.css +69 -0
- data/assets/highlight.js/styles/atelier-heath-dark.css +69 -0
- data/assets/highlight.js/styles/atelier-heath-light.css +69 -0
- data/assets/highlight.js/styles/atelier-lakeside-dark.css +69 -0
- data/assets/highlight.js/styles/atelier-lakeside-light.css +69 -0
- data/assets/highlight.js/styles/atelier-plateau-dark.css +84 -0
- data/assets/highlight.js/styles/atelier-plateau-light.css +84 -0
- data/assets/highlight.js/styles/atelier-savanna-dark.css +84 -0
- data/assets/highlight.js/styles/atelier-savanna-light.css +84 -0
- data/assets/highlight.js/styles/atelier-seaside-dark.css +69 -0
- data/assets/highlight.js/styles/atelier-seaside-light.css +69 -0
- data/assets/highlight.js/styles/atelier-sulphurpool-dark.css +69 -0
- data/assets/highlight.js/styles/atelier-sulphurpool-light.css +69 -0
- data/assets/highlight.js/styles/atom-one-dark.css +96 -0
- data/assets/highlight.js/styles/atom-one-light.css +96 -0
- data/assets/highlight.js/styles/brown-paper.css +64 -0
- data/assets/highlight.js/styles/codepen-embed.css +22 -70
- data/assets/highlight.js/styles/color-brewer.css +20 -118
- data/assets/highlight.js/styles/darcula.css +77 -0
- data/assets/highlight.js/styles/dark.css +20 -62
- data/assets/highlight.js/styles/darkula.css +6 -0
- data/assets/highlight.js/styles/default.css +67 -121
- data/assets/highlight.js/styles/docco.css +22 -61
- data/assets/highlight.js/styles/dracula.css +76 -0
- data/assets/highlight.js/styles/far.css +26 -67
- data/assets/highlight.js/styles/foundation.css +22 -70
- data/assets/highlight.js/styles/github-gist.css +71 -0
- data/assets/highlight.js/styles/github.css +23 -51
- data/assets/highlight.js/styles/googlecode.css +29 -88
- data/assets/highlight.js/styles/grayscale.css +101 -0
- data/assets/highlight.js/styles/gruvbox-dark.css +108 -0
- data/assets/highlight.js/styles/gruvbox-light.css +108 -0
- data/assets/highlight.js/styles/hopscotch.css +83 -0
- data/assets/highlight.js/styles/hybrid.css +22 -91
- data/assets/highlight.js/styles/idea.css +24 -53
- data/assets/highlight.js/styles/ir-black.css +73 -0
- data/assets/highlight.js/styles/kimbie.dark.css +24 -46
- data/assets/highlight.js/styles/kimbie.light.css +24 -46
- data/assets/highlight.js/styles/magula.css +19 -71
- data/assets/highlight.js/styles/mono-blue.css +22 -33
- data/assets/highlight.js/styles/monokai-sublime.css +83 -0
- data/assets/highlight.js/styles/monokai.css +23 -80
- data/assets/highlight.js/styles/obsidian.css +26 -92
- data/assets/highlight.js/styles/ocean.css +74 -0
- data/assets/highlight.js/styles/paraiso-dark.css +72 -0
- data/assets/highlight.js/styles/paraiso-light.css +72 -0
- data/assets/highlight.js/styles/pojoaque.css +29 -54
- data/assets/highlight.js/styles/purebasic.css +96 -0
- data/assets/highlight.js/styles/qtcreator_dark.css +83 -0
- data/assets/highlight.js/styles/qtcreator_light.css +83 -0
- data/assets/highlight.js/styles/railscasts.css +32 -111
- data/assets/highlight.js/styles/rainbow.css +34 -58
- data/assets/highlight.js/styles/routeros.css +108 -0
- data/assets/highlight.js/styles/school-book.css +72 -0
- data/assets/highlight.js/styles/solarized-dark.css +84 -0
- data/assets/highlight.js/styles/solarized-light.css +84 -0
- data/assets/highlight.js/styles/sunburst.css +28 -91
- data/assets/highlight.js/styles/tomorrow-night-blue.css +23 -43
- data/assets/highlight.js/styles/tomorrow-night-bright.css +23 -43
- data/assets/highlight.js/styles/tomorrow-night-eighties.css +23 -43
- data/assets/highlight.js/styles/tomorrow-night.css +23 -43
- data/assets/highlight.js/styles/tomorrow.css +23 -43
- data/assets/highlight.js/styles/vs.css +33 -59
- data/assets/highlight.js/styles/vs2015.css +115 -0
- data/assets/highlight.js/styles/xcode.css +28 -94
- data/assets/highlight.js/styles/xt256.css +92 -0
- data/assets/highlight.js/styles/zenburn.css +26 -65
- data/assets/index.html +186 -0
- data/assets/pictures/cover.jpg +0 -0
- data/assets/pictures/logo.svg +3 -0
- data/assets/pictures/picture.jpg +0 -0
- data/assets/reveal.js/css/print/paper.css +193 -167
- data/assets/reveal.js/css/print/pdf.css +20 -53
- data/assets/reveal.js/css/reveal.css +953 -1663
- data/assets/reveal.js/css/reveal.min.css +3 -3
- data/assets/reveal.js/css/reveal.scss +1319 -0
- data/assets/reveal.js/css/theme/README.md +2 -4
- data/assets/reveal.js/css/theme/beige.css +183 -60
- data/assets/reveal.js/css/theme/black.css +267 -0
- data/assets/reveal.js/css/theme/blood.css +190 -80
- data/assets/reveal.js/css/theme/league.css +273 -0
- data/assets/reveal.js/css/theme/moon.css +174 -51
- data/assets/reveal.js/css/theme/night.css +171 -42
- data/assets/reveal.js/css/theme/serif.css +187 -58
- data/assets/reveal.js/css/theme/simple.css +179 -50
- data/assets/reveal.js/css/theme/sky.css +176 -47
- data/assets/reveal.js/css/theme/solarized.css +174 -51
- data/assets/reveal.js/css/theme/source/beige.scss +1 -12
- data/assets/reveal.js/css/theme/source/black.scss +49 -0
- data/assets/reveal.js/css/theme/source/blood.scss +3 -15
- data/assets/reveal.js/css/theme/source/{default.scss → league.scss} +5 -13
- data/assets/reveal.js/css/theme/source/moon.scss +1 -12
- data/assets/reveal.js/css/theme/source/serif.scss +1 -1
- data/assets/reveal.js/css/theme/source/sky.scss +1 -1
- data/assets/reveal.js/css/theme/source/solarized.scss +1 -12
- data/assets/reveal.js/css/theme/source/white.scss +49 -0
- data/assets/reveal.js/css/theme/template/settings.scss +13 -4
- data/assets/reveal.js/css/theme/template/theme.scss +193 -14
- data/assets/reveal.js/css/theme/white.css +267 -0
- data/assets/reveal.js/js/reveal.js +1572 -446
- data/assets/reveal.js/js/reveal.min.js +4 -4
- data/assets/reveal.js/lib/css/zenburn.css +74 -71
- data/assets/reveal.js/lib/font/league-gothic/league-gothic.css +10 -0
- data/assets/reveal.js/lib/font/league-gothic/league-gothic.eot +0 -0
- data/assets/reveal.js/lib/font/league-gothic/league-gothic.ttf +0 -0
- data/assets/reveal.js/lib/font/league-gothic/league-gothic.woff +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/LICENSE +45 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.ttf +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.ttf +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.ttf +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff +0 -0
- data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro.css +39 -0
- data/assets/reveal.js/plugin/highlight/highlight.js +2 -4
- data/assets/reveal.js/plugin/leap/leap.js +4 -2
- data/assets/reveal.js/plugin/markdown/example.html +3 -3
- data/assets/reveal.js/plugin/markdown/markdown.js +10 -9
- data/assets/reveal.js/plugin/markdown/marked.js +2 -33
- data/assets/reveal.js/plugin/math/math.js +1 -1
- data/assets/reveal.js/plugin/notes/notes.html +321 -182
- data/assets/reveal.js/plugin/notes/notes.js +89 -45
- data/assets/reveal.js/plugin/notes-server/client.js +49 -46
- data/assets/reveal.js/plugin/notes-server/index.js +28 -21
- data/assets/reveal.js/plugin/notes-server/notes.html +351 -97
- data/assets/reveal.js/plugin/print-pdf/print-pdf.js +24 -20
- data/assets/reveal.js/plugin/zoom-js/zoom.js +78 -58
- data/assets/shower/shower.min.js +8 -0
- data/assets/shower/themes/material/LICENSE.md +21 -0
- data/assets/shower/themes/material/README.md +45 -0
- data/assets/shower/themes/material/fonts/COPYRIGHT.txt +1 -0
- data/assets/shower/themes/material/fonts/LICENSE.txt +202 -0
- data/assets/shower/themes/material/fonts/roboto-bold-italic.woff2 +0 -0
- data/assets/shower/themes/material/fonts/roboto-bold.woff2 +0 -0
- data/assets/shower/themes/material/fonts/roboto-italic.woff2 +0 -0
- data/assets/shower/themes/material/fonts/roboto-light.woff2 +0 -0
- data/assets/shower/themes/material/fonts/roboto-mono-regular.woff2 +0 -0
- data/assets/shower/themes/material/fonts/roboto-regular.woff2 +0 -0
- data/assets/shower/themes/material/index.html +488 -0
- data/assets/shower/themes/material/pictures/canvas.png +0 -0
- data/assets/shower/themes/material/pictures/exact.svg +3 -0
- data/assets/shower/themes/material/pictures/picture-1.svg +3 -0
- data/assets/shower/themes/material/pictures/picture-2.svg +3 -0
- data/assets/shower/themes/material/pictures/picture-3.svg +3 -0
- data/assets/shower/themes/material/pictures/square.svg +3 -0
- data/assets/shower/themes/material/pictures/tall.svg +3 -0
- data/assets/shower/themes/material/pictures/wide.svg +3 -0
- data/assets/shower/themes/material/styles/blocks/badge.css +65 -0
- data/assets/shower/themes/material/styles/blocks/caption.css +67 -0
- data/assets/shower/themes/material/styles/blocks/progress.css +37 -0
- data/assets/shower/themes/material/styles/blocks/region.css +29 -0
- data/assets/shower/themes/material/styles/fonts.css +64 -0
- data/assets/shower/themes/material/styles/shower/grid.svg +50 -0
- data/assets/shower/themes/material/styles/shower/shower-full.css +13 -0
- data/assets/shower/themes/material/styles/shower/shower-grid.css +13 -0
- data/assets/shower/themes/material/styles/shower/shower-list.css +30 -0
- data/assets/shower/themes/material/styles/shower/shower-print.css +11 -0
- data/assets/shower/themes/material/styles/shower/shower.css +39 -0
- data/assets/shower/themes/material/styles/slide/content/basic.css +23 -0
- data/assets/shower/themes/material/styles/slide/content/code.css +80 -0
- data/assets/shower/themes/material/styles/slide/content/footer.css +29 -0
- data/assets/shower/themes/material/styles/slide/content/inline.css +49 -0
- data/assets/shower/themes/material/styles/slide/content/lists.css +54 -0
- data/assets/shower/themes/material/styles/slide/content/quote.css +24 -0
- data/assets/shower/themes/material/styles/slide/content/table.css +53 -0
- data/assets/shower/themes/material/styles/slide/elements/columns.css +19 -0
- data/assets/shower/themes/material/styles/slide/elements/copyright.css +38 -0
- data/assets/shower/themes/material/styles/slide/elements/cover.css +25 -0
- data/assets/shower/themes/material/styles/slide/elements/next.css +9 -0
- data/assets/shower/themes/material/styles/slide/elements/place.css +63 -0
- data/assets/shower/themes/material/styles/slide/elements/shout.css +53 -0
- data/assets/shower/themes/material/styles/slide/modifiers/black.css +5 -0
- data/assets/shower/themes/material/styles/slide/modifiers/clear.css +11 -0
- data/assets/shower/themes/material/styles/slide/modifiers/white.css +5 -0
- data/assets/shower/themes/material/styles/slide/slide-full.css +16 -0
- data/assets/shower/themes/material/styles/slide/slide-list.css +68 -0
- data/assets/shower/themes/material/styles/slide/slide.css +56 -0
- data/assets/shower/themes/material/styles/styles.css +9 -0
- data/assets/shower/themes/ribbon/LICENSE.md +21 -0
- data/assets/shower/themes/ribbon/README.md +41 -0
- data/assets/shower/themes/ribbon/fonts/LICENSE.txt +44 -0
- data/assets/shower/themes/ribbon/fonts/pt-mono-regular.woff2 +0 -0
- data/assets/shower/themes/ribbon/fonts/pt-sans-bold-italic.woff2 +0 -0
- data/assets/shower/themes/ribbon/fonts/pt-sans-bold.woff2 +0 -0
- data/assets/shower/themes/ribbon/fonts/pt-sans-italic.woff2 +0 -0
- data/assets/shower/themes/ribbon/fonts/pt-sans-narrow-bold.woff2 +0 -0
- data/assets/shower/themes/ribbon/fonts/pt-sans-regular.woff2 +0 -0
- data/assets/shower/themes/ribbon/index.html +490 -0
- data/assets/shower/themes/ribbon/pictures/canvas.png +0 -0
- data/assets/shower/themes/ribbon/pictures/exact.svg +3 -0
- data/assets/shower/themes/ribbon/pictures/picture-1.svg +3 -0
- data/assets/shower/themes/ribbon/pictures/picture-2.svg +3 -0
- data/assets/shower/themes/ribbon/pictures/picture-3.svg +3 -0
- data/assets/shower/themes/ribbon/pictures/square.svg +3 -0
- data/assets/shower/themes/ribbon/pictures/tall.svg +3 -0
- data/assets/shower/themes/ribbon/pictures/wide.svg +3 -0
- data/assets/shower/themes/ribbon/styles/blocks/badge.css +63 -0
- data/assets/shower/themes/ribbon/styles/blocks/caption.css +63 -0
- data/assets/shower/themes/ribbon/styles/blocks/progress.css +46 -0
- data/assets/shower/themes/ribbon/styles/blocks/region.css +29 -0
- data/assets/shower/themes/ribbon/styles/fonts.css +64 -0
- data/assets/shower/themes/ribbon/styles/shower/grid.svg +40 -0
- data/assets/shower/themes/ribbon/styles/shower/shower-full.css +13 -0
- data/assets/shower/themes/ribbon/styles/shower/shower-grid.css +13 -0
- data/assets/shower/themes/ribbon/styles/shower/shower-list.css +30 -0
- data/assets/shower/themes/ribbon/styles/shower/shower-print.css +11 -0
- data/assets/shower/themes/ribbon/styles/shower/shower.css +32 -0
- data/assets/shower/themes/ribbon/styles/slide/content/basic.css +21 -0
- data/assets/shower/themes/ribbon/styles/slide/content/code.css +82 -0
- data/assets/shower/themes/ribbon/styles/slide/content/footer.css +29 -0
- data/assets/shower/themes/ribbon/styles/slide/content/inline.css +50 -0
- data/assets/shower/themes/ribbon/styles/slide/content/lists.css +55 -0
- data/assets/shower/themes/ribbon/styles/slide/content/quote.css +23 -0
- data/assets/shower/themes/ribbon/styles/slide/content/table.css +53 -0
- data/assets/shower/themes/ribbon/styles/slide/elements/columns.css +19 -0
- data/assets/shower/themes/ribbon/styles/slide/elements/copyright.css +38 -0
- data/assets/shower/themes/ribbon/styles/slide/elements/cover.css +25 -0
- data/assets/shower/themes/ribbon/styles/slide/elements/next.css +9 -0
- data/assets/shower/themes/ribbon/styles/slide/elements/place.css +63 -0
- data/assets/shower/themes/ribbon/styles/slide/elements/shout.css +54 -0
- data/assets/shower/themes/ribbon/styles/slide/modifiers/black.css +5 -0
- data/assets/shower/themes/ribbon/styles/slide/modifiers/clear.css +11 -0
- data/assets/shower/themes/ribbon/styles/slide/modifiers/white.css +5 -0
- data/assets/shower/themes/ribbon/styles/slide/ribbon.svg +1 -0
- data/assets/shower/themes/ribbon/styles/slide/slide-full.css +16 -0
- data/assets/shower/themes/ribbon/styles/slide/slide-list.css +68 -0
- data/assets/shower/themes/ribbon/styles/slide/slide.css +60 -0
- data/assets/shower/themes/ribbon/styles/styles.css +9 -0
- data/lib/slippery/presentation.rb +4 -0
- data/lib/slippery/processors/add_highlight.rb +3 -8
- data/lib/slippery/processors/reveal_js/add_reveal_js.rb +1 -1
- data/lib/slippery/processors/shower.rb +76 -0
- data/lib/slippery/rake_tasks.rb +8 -3
- data/lib/slippery/version.rb +1 -1
- data/lib/slippery.rb +1 -0
- data/slippery.gemspec +3 -3
- metadata +194 -56
- data/assets/highlight.js/highlight-0.8.default.min.css +0 -1
- data/assets/highlight.js/highlight-0.8.min.js +0 -1
- data/assets/highlight.js/styles/atelier-dune.dark.css +0 -95
- data/assets/highlight.js/styles/atelier-dune.light.css +0 -95
- data/assets/highlight.js/styles/atelier-forest.dark.css +0 -95
- data/assets/highlight.js/styles/atelier-forest.light.css +0 -95
- data/assets/highlight.js/styles/atelier-heath.dark.css +0 -95
- data/assets/highlight.js/styles/atelier-heath.light.css +0 -95
- data/assets/highlight.js/styles/atelier-lakeside.dark.css +0 -95
- data/assets/highlight.js/styles/atelier-lakeside.light.css +0 -95
- data/assets/highlight.js/styles/atelier-seaside.dark.css +0 -95
- data/assets/highlight.js/styles/atelier-seaside.light.css +0 -95
- data/assets/highlight.js/styles/brown_paper.css +0 -105
- data/assets/highlight.js/styles/ir_black.css +0 -110
- data/assets/highlight.js/styles/monokai_sublime.css +0 -148
- data/assets/highlight.js/styles/paraiso.dark.css +0 -95
- data/assets/highlight.js/styles/paraiso.light.css +0 -95
- data/assets/highlight.js/styles/school_book.css +0 -113
- data/assets/highlight.js/styles/solarized_dark.css +0 -109
- data/assets/highlight.js/styles/solarized_light.css +0 -109
- data/assets/reveal.js/css/theme/default.css +0 -148
- data/assets/reveal.js/lib/font/league_gothic-webfont.eot +0 -0
- data/assets/reveal.js/lib/font/league_gothic-webfont.svg +0 -230
- data/assets/reveal.js/lib/font/league_gothic-webfont.ttf +0 -0
- data/assets/reveal.js/lib/font/league_gothic-webfont.woff +0 -0
- data/assets/reveal.js/plugin/postmessage/example.html +0 -39
- data/assets/reveal.js/plugin/postmessage/postmessage.js +0 -42
- /data/assets/highlight.js/styles/{brown_papersq.png → brown-papersq.png} +0 -0
- /data/assets/highlight.js/styles/{school_book.png → school-book.png} +0 -0
- /data/assets/reveal.js/lib/font/{league_gothic_license → league-gothic/LICENSE} +0 -0
@@ -4,62 +4,197 @@
|
|
4
4
|
*
|
5
5
|
* This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
|
6
6
|
*/
|
7
|
-
.reveal a
|
7
|
+
.reveal a {
|
8
8
|
line-height: 1.3em; }
|
9
9
|
|
10
10
|
/*********************************************
|
11
11
|
* GLOBAL STYLES
|
12
12
|
*********************************************/
|
13
13
|
body {
|
14
|
-
background: #
|
15
|
-
background-color: #
|
14
|
+
background: #F0F1EB;
|
15
|
+
background-color: #F0F1EB; }
|
16
16
|
|
17
17
|
.reveal {
|
18
|
-
font-family:
|
18
|
+
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
|
19
19
|
font-size: 36px;
|
20
20
|
font-weight: normal;
|
21
|
-
|
22
|
-
color: black; }
|
21
|
+
color: #000; }
|
23
22
|
|
24
23
|
::selection {
|
25
|
-
color:
|
26
|
-
background: #
|
24
|
+
color: #fff;
|
25
|
+
background: #26351C;
|
27
26
|
text-shadow: none; }
|
28
27
|
|
28
|
+
.reveal .slides > section, .reveal .slides > section > section {
|
29
|
+
line-height: 1.3;
|
30
|
+
font-weight: inherit; }
|
31
|
+
|
29
32
|
/*********************************************
|
30
33
|
* HEADERS
|
31
34
|
*********************************************/
|
32
|
-
.reveal h1,
|
33
|
-
.reveal h2,
|
34
|
-
.reveal h3,
|
35
|
-
.reveal h4,
|
36
|
-
.reveal h5,
|
37
|
-
.reveal h6 {
|
35
|
+
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
|
38
36
|
margin: 0 0 20px 0;
|
39
|
-
color: #
|
40
|
-
font-family:
|
41
|
-
|
42
|
-
|
37
|
+
color: #383D3D;
|
38
|
+
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
|
39
|
+
font-weight: normal;
|
40
|
+
line-height: 1.2;
|
41
|
+
letter-spacing: normal;
|
43
42
|
text-transform: none;
|
44
|
-
text-shadow: none;
|
43
|
+
text-shadow: none;
|
44
|
+
word-wrap: break-word; }
|
45
45
|
|
46
46
|
.reveal h1 {
|
47
|
-
|
47
|
+
font-size: 3.77em; }
|
48
|
+
|
49
|
+
.reveal h2 {
|
50
|
+
font-size: 2.11em; }
|
51
|
+
|
52
|
+
.reveal h3 {
|
53
|
+
font-size: 1.55em; }
|
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 th[align="center"], .reveal table td[align="center"] {
|
163
|
+
text-align: center; }
|
164
|
+
|
165
|
+
.reveal table th[align="right"], .reveal table td[align="right"] {
|
166
|
+
text-align: right; }
|
167
|
+
|
168
|
+
.reveal table tr:last-child td {
|
169
|
+
border-bottom: none; }
|
170
|
+
|
171
|
+
.reveal sup {
|
172
|
+
vertical-align: super; }
|
173
|
+
|
174
|
+
.reveal sub {
|
175
|
+
vertical-align: sub; }
|
176
|
+
|
177
|
+
.reveal small {
|
178
|
+
display: inline-block;
|
179
|
+
font-size: 0.6em;
|
180
|
+
line-height: 1.2em;
|
181
|
+
vertical-align: top; }
|
182
|
+
|
183
|
+
.reveal small * {
|
184
|
+
vertical-align: top; }
|
48
185
|
|
49
186
|
/*********************************************
|
50
187
|
* LINKS
|
51
188
|
*********************************************/
|
52
|
-
.reveal a
|
53
|
-
color: #
|
189
|
+
.reveal a {
|
190
|
+
color: #51483D;
|
54
191
|
text-decoration: none;
|
55
|
-
-webkit-transition: color .15s ease;
|
56
|
-
-moz-transition: color .15s ease;
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
.reveal a:not(.image):hover {
|
62
|
-
color: #8b7c69;
|
192
|
+
-webkit-transition: color 0.15s ease;
|
193
|
+
-moz-transition: color 0.15s ease;
|
194
|
+
transition: color 0.15s ease; }
|
195
|
+
|
196
|
+
.reveal a:hover {
|
197
|
+
color: #8b7b69;
|
63
198
|
text-shadow: none;
|
64
199
|
border: none; }
|
65
200
|
|
@@ -73,49 +208,45 @@ body {
|
|
73
208
|
.reveal section img {
|
74
209
|
margin: 15px 0px;
|
75
210
|
background: rgba(255, 255, 255, 0.12);
|
76
|
-
border: 4px solid
|
77
|
-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
78
|
-
|
79
|
-
|
80
|
-
-
|
81
|
-
-
|
82
|
-
transition: all .
|
211
|
+
border: 4px solid #000;
|
212
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
|
213
|
+
|
214
|
+
.reveal a img {
|
215
|
+
-webkit-transition: all 0.15s linear;
|
216
|
+
-moz-transition: all 0.15s linear;
|
217
|
+
transition: all 0.15s linear; }
|
83
218
|
|
84
219
|
.reveal a:hover img {
|
85
220
|
background: rgba(255, 255, 255, 0.2);
|
86
|
-
border-color: #
|
221
|
+
border-color: #51483D;
|
87
222
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
|
88
223
|
|
89
224
|
/*********************************************
|
90
225
|
* NAVIGATION CONTROLS
|
91
226
|
*********************************************/
|
92
|
-
.reveal .controls div.navigate-left,
|
93
|
-
|
94
|
-
border-right-color: #51483d; }
|
227
|
+
.reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
|
228
|
+
border-right-color: #51483D; }
|
95
229
|
|
96
|
-
.reveal .controls div.navigate-right,
|
97
|
-
|
98
|
-
border-left-color: #51483d; }
|
230
|
+
.reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
|
231
|
+
border-left-color: #51483D; }
|
99
232
|
|
100
|
-
.reveal .controls div.navigate-up,
|
101
|
-
|
102
|
-
border-bottom-color: #51483d; }
|
233
|
+
.reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
|
234
|
+
border-bottom-color: #51483D; }
|
103
235
|
|
104
|
-
.reveal .controls div.navigate-down,
|
105
|
-
|
106
|
-
border-top-color: #51483d; }
|
236
|
+
.reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
|
237
|
+
border-top-color: #51483D; }
|
107
238
|
|
108
239
|
.reveal .controls div.navigate-left.enabled:hover {
|
109
|
-
border-right-color: #
|
240
|
+
border-right-color: #8b7b69; }
|
110
241
|
|
111
242
|
.reveal .controls div.navigate-right.enabled:hover {
|
112
|
-
border-left-color: #
|
243
|
+
border-left-color: #8b7b69; }
|
113
244
|
|
114
245
|
.reveal .controls div.navigate-up.enabled:hover {
|
115
|
-
border-bottom-color: #
|
246
|
+
border-bottom-color: #8b7b69; }
|
116
247
|
|
117
248
|
.reveal .controls div.navigate-down.enabled:hover {
|
118
|
-
border-top-color: #
|
249
|
+
border-top-color: #8b7b69; }
|
119
250
|
|
120
251
|
/*********************************************
|
121
252
|
* PROGRESS BAR
|
@@ -124,15 +255,13 @@ body {
|
|
124
255
|
background: rgba(0, 0, 0, 0.2); }
|
125
256
|
|
126
257
|
.reveal .progress span {
|
127
|
-
background: #
|
258
|
+
background: #51483D;
|
128
259
|
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
129
260
|
-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
261
|
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
133
262
|
|
134
263
|
/*********************************************
|
135
264
|
* SLIDE NUMBER
|
136
265
|
*********************************************/
|
137
266
|
.reveal .slide-number {
|
138
|
-
color: #
|
267
|
+
color: #51483D; }
|
@@ -11,54 +11,189 @@
|
|
11
11
|
* GLOBAL STYLES
|
12
12
|
*********************************************/
|
13
13
|
body {
|
14
|
-
background:
|
15
|
-
background-color:
|
14
|
+
background: #fff;
|
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
|
-
|
22
|
-
color: black; }
|
21
|
+
color: #000; }
|
23
22
|
|
24
23
|
::selection {
|
25
|
-
color:
|
24
|
+
color: #fff;
|
26
25
|
background: rgba(0, 0, 0, 0.99);
|
27
26
|
text-shadow: none; }
|
28
27
|
|
28
|
+
.reveal .slides > section, .reveal .slides > section > section {
|
29
|
+
line-height: 1.3;
|
30
|
+
font-weight: inherit; }
|
31
|
+
|
29
32
|
/*********************************************
|
30
33
|
* HEADERS
|
31
34
|
*********************************************/
|
32
|
-
.reveal h1,
|
33
|
-
.reveal h2,
|
34
|
-
.reveal h3,
|
35
|
-
.reveal h4,
|
36
|
-
.reveal h5,
|
37
|
-
.reveal h6 {
|
35
|
+
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
|
38
36
|
margin: 0 0 20px 0;
|
39
|
-
color:
|
40
|
-
font-family:
|
41
|
-
|
42
|
-
|
37
|
+
color: #000;
|
38
|
+
font-family: 'News Cycle', Impact, sans-serif;
|
39
|
+
font-weight: normal;
|
40
|
+
line-height: 1.2;
|
41
|
+
letter-spacing: normal;
|
43
42
|
text-transform: none;
|
44
|
-
text-shadow: none;
|
43
|
+
text-shadow: none;
|
44
|
+
word-wrap: break-word; }
|
45
45
|
|
46
46
|
.reveal h1 {
|
47
|
-
|
47
|
+
font-size: 3.77em; }
|
48
|
+
|
49
|
+
.reveal h2 {
|
50
|
+
font-size: 2.11em; }
|
51
|
+
|
52
|
+
.reveal h3 {
|
53
|
+
font-size: 1.55em; }
|
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 th[align="center"], .reveal table td[align="center"] {
|
163
|
+
text-align: center; }
|
164
|
+
|
165
|
+
.reveal table th[align="right"], .reveal table td[align="right"] {
|
166
|
+
text-align: right; }
|
167
|
+
|
168
|
+
.reveal table tr:last-child td {
|
169
|
+
border-bottom: none; }
|
170
|
+
|
171
|
+
.reveal sup {
|
172
|
+
vertical-align: super; }
|
173
|
+
|
174
|
+
.reveal sub {
|
175
|
+
vertical-align: sub; }
|
176
|
+
|
177
|
+
.reveal small {
|
178
|
+
display: inline-block;
|
179
|
+
font-size: 0.6em;
|
180
|
+
line-height: 1.2em;
|
181
|
+
vertical-align: top; }
|
182
|
+
|
183
|
+
.reveal small * {
|
184
|
+
vertical-align: top; }
|
48
185
|
|
49
186
|
/*********************************************
|
50
187
|
* LINKS
|
51
188
|
*********************************************/
|
52
|
-
.reveal a
|
53
|
-
color:
|
189
|
+
.reveal a {
|
190
|
+
color: #00008B;
|
54
191
|
text-decoration: none;
|
55
|
-
-webkit-transition: color .15s ease;
|
56
|
-
-moz-transition: color .15s ease;
|
57
|
-
|
58
|
-
-o-transition: color .15s ease;
|
59
|
-
transition: color .15s ease; }
|
192
|
+
-webkit-transition: color 0.15s ease;
|
193
|
+
-moz-transition: color 0.15s ease;
|
194
|
+
transition: color 0.15s ease; }
|
60
195
|
|
61
|
-
.reveal a:
|
196
|
+
.reveal a:hover {
|
62
197
|
color: #0000f1;
|
63
198
|
text-shadow: none;
|
64
199
|
border: none; }
|
@@ -73,37 +208,33 @@ body {
|
|
73
208
|
.reveal section img {
|
74
209
|
margin: 15px 0px;
|
75
210
|
background: rgba(255, 255, 255, 0.12);
|
76
|
-
border: 4px solid
|
77
|
-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
78
|
-
|
79
|
-
|
80
|
-
-
|
81
|
-
-
|
82
|
-
transition: all .
|
211
|
+
border: 4px solid #000;
|
212
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
|
213
|
+
|
214
|
+
.reveal a img {
|
215
|
+
-webkit-transition: all 0.15s linear;
|
216
|
+
-moz-transition: all 0.15s linear;
|
217
|
+
transition: all 0.15s linear; }
|
83
218
|
|
84
219
|
.reveal a:hover img {
|
85
220
|
background: rgba(255, 255, 255, 0.2);
|
86
|
-
border-color:
|
221
|
+
border-color: #00008B;
|
87
222
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
|
88
223
|
|
89
224
|
/*********************************************
|
90
225
|
* NAVIGATION CONTROLS
|
91
226
|
*********************************************/
|
92
|
-
.reveal .controls div.navigate-left,
|
93
|
-
|
94
|
-
border-right-color: darkblue; }
|
227
|
+
.reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
|
228
|
+
border-right-color: #00008B; }
|
95
229
|
|
96
|
-
.reveal .controls div.navigate-right,
|
97
|
-
|
98
|
-
border-left-color: darkblue; }
|
230
|
+
.reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
|
231
|
+
border-left-color: #00008B; }
|
99
232
|
|
100
|
-
.reveal .controls div.navigate-up,
|
101
|
-
|
102
|
-
border-bottom-color: darkblue; }
|
233
|
+
.reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
|
234
|
+
border-bottom-color: #00008B; }
|
103
235
|
|
104
|
-
.reveal .controls div.navigate-down,
|
105
|
-
|
106
|
-
border-top-color: darkblue; }
|
236
|
+
.reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
|
237
|
+
border-top-color: #00008B; }
|
107
238
|
|
108
239
|
.reveal .controls div.navigate-left.enabled:hover {
|
109
240
|
border-right-color: #0000f1; }
|
@@ -124,15 +255,13 @@ body {
|
|
124
255
|
background: rgba(0, 0, 0, 0.2); }
|
125
256
|
|
126
257
|
.reveal .progress span {
|
127
|
-
background:
|
258
|
+
background: #00008B;
|
128
259
|
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
129
260
|
-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
261
|
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
133
262
|
|
134
263
|
/*********************************************
|
135
264
|
* SLIDE NUMBER
|
136
265
|
*********************************************/
|
137
266
|
.reveal .slide-number {
|
138
|
-
color:
|
267
|
+
color: #00008B; }
|