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
@@ -1,95 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Paraíso (light)
|
3
|
-
Created by Jan T. Sott (http://github.com/idleberg)
|
4
|
-
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
|
5
|
-
*/
|
6
|
-
|
7
|
-
/* Paraíso Comment */
|
8
|
-
.hljs-comment,
|
9
|
-
.hljs-title {
|
10
|
-
color: #776e71;
|
11
|
-
}
|
12
|
-
|
13
|
-
/* Paraíso Red */
|
14
|
-
.hljs-variable,
|
15
|
-
.hljs-attribute,
|
16
|
-
.hljs-tag,
|
17
|
-
.hljs-regexp,
|
18
|
-
.ruby .hljs-constant,
|
19
|
-
.xml .hljs-tag .hljs-title,
|
20
|
-
.xml .hljs-pi,
|
21
|
-
.xml .hljs-doctype,
|
22
|
-
.html .hljs-doctype,
|
23
|
-
.css .hljs-id,
|
24
|
-
.css .hljs-class,
|
25
|
-
.css .hljs-pseudo {
|
26
|
-
color: #ef6155;
|
27
|
-
}
|
28
|
-
|
29
|
-
/* Paraíso Orange */
|
30
|
-
.hljs-number,
|
31
|
-
.hljs-preprocessor,
|
32
|
-
.hljs-built_in,
|
33
|
-
.hljs-literal,
|
34
|
-
.hljs-params,
|
35
|
-
.hljs-constant {
|
36
|
-
color: #f99b15;
|
37
|
-
}
|
38
|
-
|
39
|
-
/* Paraíso Yellow */
|
40
|
-
.ruby .hljs-class .hljs-title,
|
41
|
-
.css .hljs-rules .hljs-attribute {
|
42
|
-
color: #fec418;
|
43
|
-
}
|
44
|
-
|
45
|
-
/* Paraíso Green */
|
46
|
-
.hljs-string,
|
47
|
-
.hljs-value,
|
48
|
-
.hljs-inheritance,
|
49
|
-
.hljs-header,
|
50
|
-
.ruby .hljs-symbol,
|
51
|
-
.xml .hljs-cdata {
|
52
|
-
color: #48b685;
|
53
|
-
}
|
54
|
-
|
55
|
-
/* Paraíso Aqua */
|
56
|
-
.css .hljs-hexcolor {
|
57
|
-
color: #5bc4bf;
|
58
|
-
}
|
59
|
-
|
60
|
-
/* Paraíso Blue */
|
61
|
-
.hljs-function,
|
62
|
-
.python .hljs-decorator,
|
63
|
-
.python .hljs-title,
|
64
|
-
.ruby .hljs-function .hljs-title,
|
65
|
-
.ruby .hljs-title .hljs-keyword,
|
66
|
-
.perl .hljs-sub,
|
67
|
-
.javascript .hljs-title,
|
68
|
-
.coffeescript .hljs-title {
|
69
|
-
color: #06b6ef;
|
70
|
-
}
|
71
|
-
|
72
|
-
/* Paraíso Purple */
|
73
|
-
.hljs-keyword,
|
74
|
-
.javascript .hljs-function {
|
75
|
-
color: #815ba4;
|
76
|
-
}
|
77
|
-
|
78
|
-
.hljs {
|
79
|
-
display: block;
|
80
|
-
overflow-x: auto;
|
81
|
-
background: #e7e9db;
|
82
|
-
color: #4f424c;
|
83
|
-
padding: 0.5em;
|
84
|
-
-webkit-text-size-adjust: none;
|
85
|
-
}
|
86
|
-
|
87
|
-
.coffeescript .javascript,
|
88
|
-
.javascript .xml,
|
89
|
-
.tex .hljs-formula,
|
90
|
-
.xml .javascript,
|
91
|
-
.xml .vbscript,
|
92
|
-
.xml .css,
|
93
|
-
.xml .hljs-cdata {
|
94
|
-
opacity: 0.5;
|
95
|
-
}
|
@@ -1,113 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
School Book style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
|
4
|
-
|
5
|
-
*/
|
6
|
-
|
7
|
-
.hljs {
|
8
|
-
display: block;
|
9
|
-
overflow-x: auto;
|
10
|
-
padding: 15px 0.5em 0.5em 30px;
|
11
|
-
font-size: 11px !important;
|
12
|
-
line-height:16px !important;
|
13
|
-
-webkit-text-size-adjust: none;
|
14
|
-
}
|
15
|
-
|
16
|
-
pre{
|
17
|
-
background:#f6f6ae url(./school_book.png);
|
18
|
-
border-top: solid 2px #d2e8b9;
|
19
|
-
border-bottom: solid 1px #d2e8b9;
|
20
|
-
}
|
21
|
-
|
22
|
-
.hljs-keyword,
|
23
|
-
.hljs-literal,
|
24
|
-
.hljs-change,
|
25
|
-
.hljs-winutils,
|
26
|
-
.hljs-flow,
|
27
|
-
.nginx .hljs-title,
|
28
|
-
.tex .hljs-special {
|
29
|
-
color:#005599;
|
30
|
-
font-weight:bold;
|
31
|
-
}
|
32
|
-
|
33
|
-
.hljs,
|
34
|
-
.hljs-subst,
|
35
|
-
.hljs-tag .hljs-keyword {
|
36
|
-
color: #3e5915;
|
37
|
-
}
|
38
|
-
|
39
|
-
.hljs-string,
|
40
|
-
.hljs-title,
|
41
|
-
.hljs-type,
|
42
|
-
.hljs-tag .hljs-value,
|
43
|
-
.css .hljs-rules .hljs-value,
|
44
|
-
.hljs-preprocessor,
|
45
|
-
.hljs-pragma,
|
46
|
-
.ruby .hljs-symbol,
|
47
|
-
.ruby .hljs-symbol .hljs-string,
|
48
|
-
.ruby .hljs-class .hljs-parent,
|
49
|
-
.hljs-built_in,
|
50
|
-
.django .hljs-template_tag,
|
51
|
-
.django .hljs-variable,
|
52
|
-
.smalltalk .hljs-class,
|
53
|
-
.hljs-javadoc,
|
54
|
-
.ruby .hljs-string,
|
55
|
-
.django .hljs-filter .hljs-argument,
|
56
|
-
.smalltalk .hljs-localvars,
|
57
|
-
.smalltalk .hljs-array,
|
58
|
-
.hljs-attr_selector,
|
59
|
-
.hljs-pseudo,
|
60
|
-
.hljs-addition,
|
61
|
-
.hljs-stream,
|
62
|
-
.hljs-envvar,
|
63
|
-
.apache .hljs-tag,
|
64
|
-
.apache .hljs-cbracket,
|
65
|
-
.nginx .hljs-built_in,
|
66
|
-
.tex .hljs-command,
|
67
|
-
.coffeescript .hljs-attribute {
|
68
|
-
color: #2c009f;
|
69
|
-
}
|
70
|
-
|
71
|
-
.hljs-comment,
|
72
|
-
.hljs-annotation,
|
73
|
-
.hljs-decorator,
|
74
|
-
.hljs-template_comment,
|
75
|
-
.hljs-pi,
|
76
|
-
.hljs-doctype,
|
77
|
-
.hljs-deletion,
|
78
|
-
.hljs-shebang,
|
79
|
-
.apache .hljs-sqbracket {
|
80
|
-
color: #e60415;
|
81
|
-
}
|
82
|
-
|
83
|
-
.hljs-keyword,
|
84
|
-
.hljs-literal,
|
85
|
-
.css .hljs-id,
|
86
|
-
.hljs-phpdoc,
|
87
|
-
.hljs-dartdoc,
|
88
|
-
.hljs-title,
|
89
|
-
.hljs-type,
|
90
|
-
.vbscript .hljs-built_in,
|
91
|
-
.rsl .hljs-built_in,
|
92
|
-
.smalltalk .hljs-class,
|
93
|
-
.xml .hljs-tag .hljs-title,
|
94
|
-
.diff .hljs-header,
|
95
|
-
.hljs-chunk,
|
96
|
-
.hljs-winutils,
|
97
|
-
.bash .hljs-variable,
|
98
|
-
.apache .hljs-tag,
|
99
|
-
.tex .hljs-command,
|
100
|
-
.hljs-request,
|
101
|
-
.hljs-status {
|
102
|
-
font-weight: bold;
|
103
|
-
}
|
104
|
-
|
105
|
-
.coffeescript .javascript,
|
106
|
-
.javascript .xml,
|
107
|
-
.tex .hljs-formula,
|
108
|
-
.xml .javascript,
|
109
|
-
.xml .vbscript,
|
110
|
-
.xml .css,
|
111
|
-
.xml .hljs-cdata {
|
112
|
-
opacity: 0.5;
|
113
|
-
}
|
@@ -1,109 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
|
4
|
-
|
5
|
-
*/
|
6
|
-
|
7
|
-
.hljs {
|
8
|
-
display: block;
|
9
|
-
overflow-x: auto;
|
10
|
-
padding: 0.5em;
|
11
|
-
background: #002b36;
|
12
|
-
color: #839496;
|
13
|
-
-webkit-text-size-adjust: none;
|
14
|
-
}
|
15
|
-
|
16
|
-
.hljs-comment,
|
17
|
-
.hljs-template_comment,
|
18
|
-
.diff .hljs-header,
|
19
|
-
.hljs-doctype,
|
20
|
-
.hljs-pi,
|
21
|
-
.lisp .hljs-string,
|
22
|
-
.hljs-javadoc {
|
23
|
-
color: #586e75;
|
24
|
-
}
|
25
|
-
|
26
|
-
/* Solarized Green */
|
27
|
-
.hljs-keyword,
|
28
|
-
.hljs-winutils,
|
29
|
-
.method,
|
30
|
-
.hljs-addition,
|
31
|
-
.css .hljs-tag,
|
32
|
-
.hljs-request,
|
33
|
-
.hljs-status,
|
34
|
-
.nginx .hljs-title {
|
35
|
-
color: #859900;
|
36
|
-
}
|
37
|
-
|
38
|
-
/* Solarized Cyan */
|
39
|
-
.hljs-number,
|
40
|
-
.hljs-command,
|
41
|
-
.hljs-string,
|
42
|
-
.hljs-tag .hljs-value,
|
43
|
-
.hljs-rules .hljs-value,
|
44
|
-
.hljs-phpdoc,
|
45
|
-
.hljs-dartdoc,
|
46
|
-
.tex .hljs-formula,
|
47
|
-
.hljs-regexp,
|
48
|
-
.hljs-hexcolor,
|
49
|
-
.hljs-link_url {
|
50
|
-
color: #2aa198;
|
51
|
-
}
|
52
|
-
|
53
|
-
/* Solarized Blue */
|
54
|
-
.hljs-title,
|
55
|
-
.hljs-localvars,
|
56
|
-
.hljs-chunk,
|
57
|
-
.hljs-decorator,
|
58
|
-
.hljs-built_in,
|
59
|
-
.hljs-identifier,
|
60
|
-
.vhdl .hljs-literal,
|
61
|
-
.hljs-id,
|
62
|
-
.css .hljs-function {
|
63
|
-
color: #268bd2;
|
64
|
-
}
|
65
|
-
|
66
|
-
/* Solarized Yellow */
|
67
|
-
.hljs-attribute,
|
68
|
-
.hljs-variable,
|
69
|
-
.lisp .hljs-body,
|
70
|
-
.smalltalk .hljs-number,
|
71
|
-
.hljs-constant,
|
72
|
-
.hljs-class .hljs-title,
|
73
|
-
.hljs-parent,
|
74
|
-
.hljs-type,
|
75
|
-
.hljs-link_reference {
|
76
|
-
color: #b58900;
|
77
|
-
}
|
78
|
-
|
79
|
-
/* Solarized Orange */
|
80
|
-
.hljs-preprocessor,
|
81
|
-
.hljs-preprocessor .hljs-keyword,
|
82
|
-
.hljs-pragma,
|
83
|
-
.hljs-shebang,
|
84
|
-
.hljs-symbol,
|
85
|
-
.hljs-symbol .hljs-string,
|
86
|
-
.diff .hljs-change,
|
87
|
-
.hljs-special,
|
88
|
-
.hljs-attr_selector,
|
89
|
-
.hljs-subst,
|
90
|
-
.hljs-cdata,
|
91
|
-
.css .hljs-pseudo,
|
92
|
-
.hljs-header {
|
93
|
-
color: #cb4b16;
|
94
|
-
}
|
95
|
-
|
96
|
-
/* Solarized Red */
|
97
|
-
.hljs-deletion,
|
98
|
-
.hljs-important {
|
99
|
-
color: #dc322f;
|
100
|
-
}
|
101
|
-
|
102
|
-
/* Solarized Violet */
|
103
|
-
.hljs-link_label {
|
104
|
-
color: #6c71c4;
|
105
|
-
}
|
106
|
-
|
107
|
-
.tex .hljs-formula {
|
108
|
-
background: #073642;
|
109
|
-
}
|
@@ -1,109 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
|
4
|
-
|
5
|
-
*/
|
6
|
-
|
7
|
-
.hljs {
|
8
|
-
display: block;
|
9
|
-
overflow-x: auto;
|
10
|
-
padding: 0.5em;
|
11
|
-
background: #fdf6e3;
|
12
|
-
color: #657b83;
|
13
|
-
-webkit-text-size-adjust: none;
|
14
|
-
}
|
15
|
-
|
16
|
-
.hljs-comment,
|
17
|
-
.hljs-template_comment,
|
18
|
-
.diff .hljs-header,
|
19
|
-
.hljs-doctype,
|
20
|
-
.hljs-pi,
|
21
|
-
.lisp .hljs-string,
|
22
|
-
.hljs-javadoc {
|
23
|
-
color: #93a1a1;
|
24
|
-
}
|
25
|
-
|
26
|
-
/* Solarized Green */
|
27
|
-
.hljs-keyword,
|
28
|
-
.hljs-winutils,
|
29
|
-
.method,
|
30
|
-
.hljs-addition,
|
31
|
-
.css .hljs-tag,
|
32
|
-
.hljs-request,
|
33
|
-
.hljs-status,
|
34
|
-
.nginx .hljs-title {
|
35
|
-
color: #859900;
|
36
|
-
}
|
37
|
-
|
38
|
-
/* Solarized Cyan */
|
39
|
-
.hljs-number,
|
40
|
-
.hljs-command,
|
41
|
-
.hljs-string,
|
42
|
-
.hljs-tag .hljs-value,
|
43
|
-
.hljs-rules .hljs-value,
|
44
|
-
.hljs-phpdoc,
|
45
|
-
.hljs-dartdoc,
|
46
|
-
.tex .hljs-formula,
|
47
|
-
.hljs-regexp,
|
48
|
-
.hljs-hexcolor,
|
49
|
-
.hljs-link_url {
|
50
|
-
color: #2aa198;
|
51
|
-
}
|
52
|
-
|
53
|
-
/* Solarized Blue */
|
54
|
-
.hljs-title,
|
55
|
-
.hljs-localvars,
|
56
|
-
.hljs-chunk,
|
57
|
-
.hljs-decorator,
|
58
|
-
.hljs-built_in,
|
59
|
-
.hljs-identifier,
|
60
|
-
.vhdl .hljs-literal,
|
61
|
-
.hljs-id,
|
62
|
-
.css .hljs-function {
|
63
|
-
color: #268bd2;
|
64
|
-
}
|
65
|
-
|
66
|
-
/* Solarized Yellow */
|
67
|
-
.hljs-attribute,
|
68
|
-
.hljs-variable,
|
69
|
-
.lisp .hljs-body,
|
70
|
-
.smalltalk .hljs-number,
|
71
|
-
.hljs-constant,
|
72
|
-
.hljs-class .hljs-title,
|
73
|
-
.hljs-parent,
|
74
|
-
.hljs-type,
|
75
|
-
.hljs-link_reference {
|
76
|
-
color: #b58900;
|
77
|
-
}
|
78
|
-
|
79
|
-
/* Solarized Orange */
|
80
|
-
.hljs-preprocessor,
|
81
|
-
.hljs-preprocessor .hljs-keyword,
|
82
|
-
.hljs-pragma,
|
83
|
-
.hljs-shebang,
|
84
|
-
.hljs-symbol,
|
85
|
-
.hljs-symbol .hljs-string,
|
86
|
-
.diff .hljs-change,
|
87
|
-
.hljs-special,
|
88
|
-
.hljs-attr_selector,
|
89
|
-
.hljs-subst,
|
90
|
-
.hljs-cdata,
|
91
|
-
.css .hljs-pseudo,
|
92
|
-
.hljs-header {
|
93
|
-
color: #cb4b16;
|
94
|
-
}
|
95
|
-
|
96
|
-
/* Solarized Red */
|
97
|
-
.hljs-deletion,
|
98
|
-
.hljs-important {
|
99
|
-
color: #dc322f;
|
100
|
-
}
|
101
|
-
|
102
|
-
/* Solarized Violet */
|
103
|
-
.hljs-link_label {
|
104
|
-
color: #6c71c4;
|
105
|
-
}
|
106
|
-
|
107
|
-
.tex .hljs-formula {
|
108
|
-
background: #eee8d5;
|
109
|
-
}
|
@@ -1,148 +0,0 @@
|
|
1
|
-
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
|
2
|
-
/**
|
3
|
-
* Default theme for reveal.js.
|
4
|
-
*
|
5
|
-
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
|
6
|
-
*/
|
7
|
-
@font-face {
|
8
|
-
font-family: 'League Gothic';
|
9
|
-
src: url("../../lib/font/league_gothic-webfont.eot");
|
10
|
-
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");
|
11
|
-
font-weight: normal;
|
12
|
-
font-style: normal; }
|
13
|
-
|
14
|
-
/*********************************************
|
15
|
-
* GLOBAL STYLES
|
16
|
-
*********************************************/
|
17
|
-
body {
|
18
|
-
background: #1c1e20;
|
19
|
-
background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
|
20
|
-
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
|
21
|
-
background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
|
22
|
-
background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
|
23
|
-
background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
|
24
|
-
background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
|
25
|
-
background-color: #2b2b2b; }
|
26
|
-
|
27
|
-
.reveal {
|
28
|
-
font-family: "Lato", sans-serif;
|
29
|
-
font-size: 36px;
|
30
|
-
font-weight: normal;
|
31
|
-
letter-spacing: -0.02em;
|
32
|
-
color: #eeeeee; }
|
33
|
-
|
34
|
-
::selection {
|
35
|
-
color: white;
|
36
|
-
background: #ff5e99;
|
37
|
-
text-shadow: none; }
|
38
|
-
|
39
|
-
/*********************************************
|
40
|
-
* HEADERS
|
41
|
-
*********************************************/
|
42
|
-
.reveal h1,
|
43
|
-
.reveal h2,
|
44
|
-
.reveal h3,
|
45
|
-
.reveal h4,
|
46
|
-
.reveal h5,
|
47
|
-
.reveal h6 {
|
48
|
-
margin: 0 0 20px 0;
|
49
|
-
color: #eeeeee;
|
50
|
-
font-family: "League Gothic", Impact, sans-serif;
|
51
|
-
line-height: 0.9em;
|
52
|
-
letter-spacing: 0.02em;
|
53
|
-
text-transform: uppercase;
|
54
|
-
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
|
55
|
-
|
56
|
-
.reveal h1 {
|
57
|
-
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }
|
58
|
-
|
59
|
-
/*********************************************
|
60
|
-
* LINKS
|
61
|
-
*********************************************/
|
62
|
-
.reveal a:not(.image) {
|
63
|
-
color: #13daec;
|
64
|
-
text-decoration: none;
|
65
|
-
-webkit-transition: color .15s ease;
|
66
|
-
-moz-transition: color .15s ease;
|
67
|
-
-ms-transition: color .15s ease;
|
68
|
-
-o-transition: color .15s ease;
|
69
|
-
transition: color .15s ease; }
|
70
|
-
|
71
|
-
.reveal a:not(.image):hover {
|
72
|
-
color: #71e9f4;
|
73
|
-
text-shadow: none;
|
74
|
-
border: none; }
|
75
|
-
|
76
|
-
.reveal .roll span:after {
|
77
|
-
color: #fff;
|
78
|
-
background: #0d99a5; }
|
79
|
-
|
80
|
-
/*********************************************
|
81
|
-
* IMAGES
|
82
|
-
*********************************************/
|
83
|
-
.reveal section img {
|
84
|
-
margin: 15px 0px;
|
85
|
-
background: rgba(255, 255, 255, 0.12);
|
86
|
-
border: 4px solid #eeeeee;
|
87
|
-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
88
|
-
-webkit-transition: all .2s linear;
|
89
|
-
-moz-transition: all .2s linear;
|
90
|
-
-ms-transition: all .2s linear;
|
91
|
-
-o-transition: all .2s linear;
|
92
|
-
transition: all .2s linear; }
|
93
|
-
|
94
|
-
.reveal a:hover img {
|
95
|
-
background: rgba(255, 255, 255, 0.2);
|
96
|
-
border-color: #13daec;
|
97
|
-
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
|
98
|
-
|
99
|
-
/*********************************************
|
100
|
-
* NAVIGATION CONTROLS
|
101
|
-
*********************************************/
|
102
|
-
.reveal .controls div.navigate-left,
|
103
|
-
.reveal .controls div.navigate-left.enabled {
|
104
|
-
border-right-color: #13daec; }
|
105
|
-
|
106
|
-
.reveal .controls div.navigate-right,
|
107
|
-
.reveal .controls div.navigate-right.enabled {
|
108
|
-
border-left-color: #13daec; }
|
109
|
-
|
110
|
-
.reveal .controls div.navigate-up,
|
111
|
-
.reveal .controls div.navigate-up.enabled {
|
112
|
-
border-bottom-color: #13daec; }
|
113
|
-
|
114
|
-
.reveal .controls div.navigate-down,
|
115
|
-
.reveal .controls div.navigate-down.enabled {
|
116
|
-
border-top-color: #13daec; }
|
117
|
-
|
118
|
-
.reveal .controls div.navigate-left.enabled:hover {
|
119
|
-
border-right-color: #71e9f4; }
|
120
|
-
|
121
|
-
.reveal .controls div.navigate-right.enabled:hover {
|
122
|
-
border-left-color: #71e9f4; }
|
123
|
-
|
124
|
-
.reveal .controls div.navigate-up.enabled:hover {
|
125
|
-
border-bottom-color: #71e9f4; }
|
126
|
-
|
127
|
-
.reveal .controls div.navigate-down.enabled:hover {
|
128
|
-
border-top-color: #71e9f4; }
|
129
|
-
|
130
|
-
/*********************************************
|
131
|
-
* PROGRESS BAR
|
132
|
-
*********************************************/
|
133
|
-
.reveal .progress {
|
134
|
-
background: rgba(0, 0, 0, 0.2); }
|
135
|
-
|
136
|
-
.reveal .progress span {
|
137
|
-
background: #13daec;
|
138
|
-
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
139
|
-
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
140
|
-
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
141
|
-
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
142
|
-
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
143
|
-
|
144
|
-
/*********************************************
|
145
|
-
* SLIDE NUMBER
|
146
|
-
*********************************************/
|
147
|
-
.reveal .slide-number {
|
148
|
-
color: #13daec; }
|
Binary file
|