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
@@ -10,93 +10,60 @@ Style with support for rainbow parens
|
|
10
10
|
padding: 0.5em;
|
11
11
|
background: #474949;
|
12
12
|
color: #d1d9e1;
|
13
|
-
-webkit-text-size-adjust: none;
|
14
13
|
}
|
15
14
|
|
16
15
|
|
17
|
-
.hljs-body,
|
18
|
-
.hljs-collection {
|
19
|
-
color: #d1d9e1;
|
20
|
-
}
|
21
|
-
|
22
16
|
.hljs-comment,
|
23
|
-
.hljs-
|
24
|
-
.diff .hljs-header,
|
25
|
-
.hljs-doctype,
|
26
|
-
.lisp .hljs-string,
|
27
|
-
.hljs-javadoc {
|
17
|
+
.hljs-quote {
|
28
18
|
color: #969896;
|
29
19
|
font-style: italic;
|
30
20
|
}
|
31
21
|
|
32
22
|
.hljs-keyword,
|
33
|
-
.
|
34
|
-
.hljs-
|
35
|
-
.
|
36
|
-
.hljs-addition
|
37
|
-
.css .hljs-tag {
|
23
|
+
.hljs-selector-tag,
|
24
|
+
.hljs-literal,
|
25
|
+
.hljs-type,
|
26
|
+
.hljs-addition {
|
38
27
|
color: #cc99cc;
|
39
28
|
}
|
40
29
|
|
41
|
-
.hljs-number
|
30
|
+
.hljs-number,
|
31
|
+
.hljs-selector-attr,
|
32
|
+
.hljs-selector-pseudo {
|
33
|
+
color: #f99157;
|
34
|
+
}
|
42
35
|
|
43
|
-
.hljs-command,
|
44
36
|
.hljs-string,
|
45
|
-
.hljs-
|
46
|
-
.hljs-
|
47
|
-
.hljs-dartdoc,
|
48
|
-
.tex .hljs-formula,
|
49
|
-
.hljs-regexp,
|
50
|
-
.hljs-hexcolor {
|
37
|
+
.hljs-doctag,
|
38
|
+
.hljs-regexp {
|
51
39
|
color: #8abeb7;
|
52
40
|
}
|
53
41
|
|
54
42
|
.hljs-title,
|
55
|
-
.hljs-
|
56
|
-
.hljs-
|
57
|
-
.hljs-
|
58
|
-
.hljs-decorator,
|
59
|
-
.hljs-built_in,
|
60
|
-
.hljs-identifier {
|
43
|
+
.hljs-name,
|
44
|
+
.hljs-section,
|
45
|
+
.hljs-built_in {
|
61
46
|
color: #b5bd68;
|
62
47
|
}
|
63
48
|
|
64
|
-
.hljs-class .hljs-keyword {
|
65
|
-
color: #f2777a;
|
66
|
-
}
|
67
|
-
|
68
49
|
.hljs-variable,
|
69
|
-
.
|
70
|
-
.hljs-
|
71
|
-
.hljs-class .hljs-title
|
72
|
-
.hljs-parent,
|
73
|
-
.haskell .hljs-label,
|
74
|
-
.hljs-id {
|
50
|
+
.hljs-template-variable,
|
51
|
+
.hljs-selector-id,
|
52
|
+
.hljs-class .hljs-title {
|
75
53
|
color: #ffcc66;
|
76
54
|
}
|
77
55
|
|
78
|
-
.hljs-
|
79
|
-
.hljs-
|
80
|
-
.
|
56
|
+
.hljs-section,
|
57
|
+
.hljs-name,
|
58
|
+
.hljs-strong {
|
81
59
|
font-weight: bold;
|
82
60
|
}
|
83
61
|
|
84
|
-
.hljs-attribute {
|
85
|
-
color: #81a2be;
|
86
|
-
}
|
87
|
-
|
88
|
-
.hljs-preprocessor,
|
89
|
-
.hljs-pragma,
|
90
|
-
.hljs-pi,
|
91
|
-
.hljs-shebang,
|
92
62
|
.hljs-symbol,
|
93
|
-
.hljs-
|
94
|
-
.diff .hljs-change,
|
95
|
-
.hljs-special,
|
96
|
-
.hljs-attr_selector,
|
97
|
-
.hljs-important,
|
63
|
+
.hljs-bullet,
|
98
64
|
.hljs-subst,
|
99
|
-
.hljs-
|
65
|
+
.hljs-meta,
|
66
|
+
.hljs-link {
|
100
67
|
color: #f99157;
|
101
68
|
}
|
102
69
|
|
@@ -104,6 +71,15 @@ Style with support for rainbow parens
|
|
104
71
|
color: #dc322f;
|
105
72
|
}
|
106
73
|
|
107
|
-
.
|
74
|
+
.hljs-formula {
|
108
75
|
background: #eee8d5;
|
109
76
|
}
|
77
|
+
|
78
|
+
.hljs-attr,
|
79
|
+
.hljs-attribute {
|
80
|
+
color: #81a2be;
|
81
|
+
}
|
82
|
+
|
83
|
+
.hljs-emphasis {
|
84
|
+
font-style: italic;
|
85
|
+
}
|
@@ -0,0 +1,108 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
highlight.js style for Microtik RouterOS script
|
4
|
+
|
5
|
+
*/
|
6
|
+
|
7
|
+
.hljs {
|
8
|
+
display: block;
|
9
|
+
overflow-x: auto;
|
10
|
+
padding: 0.5em;
|
11
|
+
background: #F0F0F0;
|
12
|
+
}
|
13
|
+
|
14
|
+
/* Base color: saturation 0; */
|
15
|
+
|
16
|
+
.hljs,
|
17
|
+
.hljs-subst {
|
18
|
+
color: #444;
|
19
|
+
}
|
20
|
+
|
21
|
+
.hljs-comment {
|
22
|
+
color: #888888;
|
23
|
+
}
|
24
|
+
|
25
|
+
.hljs-keyword,
|
26
|
+
.hljs-selector-tag,
|
27
|
+
.hljs-meta-keyword,
|
28
|
+
.hljs-doctag,
|
29
|
+
.hljs-name {
|
30
|
+
font-weight: bold;
|
31
|
+
}
|
32
|
+
|
33
|
+
.hljs-attribute {
|
34
|
+
color: #0E9A00;
|
35
|
+
}
|
36
|
+
|
37
|
+
.hljs-function {
|
38
|
+
color: #99069A;
|
39
|
+
}
|
40
|
+
|
41
|
+
.hljs-builtin-name {
|
42
|
+
color: #99069A;
|
43
|
+
}
|
44
|
+
|
45
|
+
/* User color: hue: 0 */
|
46
|
+
|
47
|
+
.hljs-type,
|
48
|
+
.hljs-string,
|
49
|
+
.hljs-number,
|
50
|
+
.hljs-selector-id,
|
51
|
+
.hljs-selector-class,
|
52
|
+
.hljs-quote,
|
53
|
+
.hljs-template-tag,
|
54
|
+
.hljs-deletion {
|
55
|
+
color: #880000;
|
56
|
+
}
|
57
|
+
|
58
|
+
.hljs-title,
|
59
|
+
.hljs-section {
|
60
|
+
color: #880000;
|
61
|
+
font-weight: bold;
|
62
|
+
}
|
63
|
+
|
64
|
+
.hljs-regexp,
|
65
|
+
.hljs-symbol,
|
66
|
+
.hljs-variable,
|
67
|
+
.hljs-template-variable,
|
68
|
+
.hljs-link,
|
69
|
+
.hljs-selector-attr,
|
70
|
+
.hljs-selector-pseudo {
|
71
|
+
color: #BC6060;
|
72
|
+
}
|
73
|
+
|
74
|
+
|
75
|
+
/* Language color: hue: 90; */
|
76
|
+
|
77
|
+
.hljs-literal {
|
78
|
+
color: #78A960;
|
79
|
+
}
|
80
|
+
|
81
|
+
.hljs-built_in,
|
82
|
+
.hljs-bullet,
|
83
|
+
.hljs-code,
|
84
|
+
.hljs-addition {
|
85
|
+
color: #0C9A9A;
|
86
|
+
}
|
87
|
+
|
88
|
+
|
89
|
+
/* Meta color: hue: 200 */
|
90
|
+
|
91
|
+
.hljs-meta {
|
92
|
+
color: #1f7199;
|
93
|
+
}
|
94
|
+
|
95
|
+
.hljs-meta-string {
|
96
|
+
color: #4d99bf;
|
97
|
+
}
|
98
|
+
|
99
|
+
|
100
|
+
/* Misc effects */
|
101
|
+
|
102
|
+
.hljs-emphasis {
|
103
|
+
font-style: italic;
|
104
|
+
}
|
105
|
+
|
106
|
+
.hljs-strong {
|
107
|
+
font-weight: bold;
|
108
|
+
}
|
@@ -0,0 +1,72 @@
|
|
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;
|
12
|
+
line-height:16px;
|
13
|
+
}
|
14
|
+
|
15
|
+
pre{
|
16
|
+
background:#f6f6ae url(./school-book.png);
|
17
|
+
border-top: solid 2px #d2e8b9;
|
18
|
+
border-bottom: solid 1px #d2e8b9;
|
19
|
+
}
|
20
|
+
|
21
|
+
.hljs-keyword,
|
22
|
+
.hljs-selector-tag,
|
23
|
+
.hljs-literal {
|
24
|
+
color:#005599;
|
25
|
+
font-weight:bold;
|
26
|
+
}
|
27
|
+
|
28
|
+
.hljs,
|
29
|
+
.hljs-subst {
|
30
|
+
color: #3e5915;
|
31
|
+
}
|
32
|
+
|
33
|
+
.hljs-string,
|
34
|
+
.hljs-title,
|
35
|
+
.hljs-section,
|
36
|
+
.hljs-type,
|
37
|
+
.hljs-symbol,
|
38
|
+
.hljs-bullet,
|
39
|
+
.hljs-attribute,
|
40
|
+
.hljs-built_in,
|
41
|
+
.hljs-builtin-name,
|
42
|
+
.hljs-addition,
|
43
|
+
.hljs-variable,
|
44
|
+
.hljs-template-tag,
|
45
|
+
.hljs-template-variable,
|
46
|
+
.hljs-link {
|
47
|
+
color: #2c009f;
|
48
|
+
}
|
49
|
+
|
50
|
+
.hljs-comment,
|
51
|
+
.hljs-quote,
|
52
|
+
.hljs-deletion,
|
53
|
+
.hljs-meta {
|
54
|
+
color: #e60415;
|
55
|
+
}
|
56
|
+
|
57
|
+
.hljs-keyword,
|
58
|
+
.hljs-selector-tag,
|
59
|
+
.hljs-literal,
|
60
|
+
.hljs-doctag,
|
61
|
+
.hljs-title,
|
62
|
+
.hljs-section,
|
63
|
+
.hljs-type,
|
64
|
+
.hljs-name,
|
65
|
+
.hljs-selector-id,
|
66
|
+
.hljs-strong {
|
67
|
+
font-weight: bold;
|
68
|
+
}
|
69
|
+
|
70
|
+
.hljs-emphasis {
|
71
|
+
font-style: italic;
|
72
|
+
}
|
@@ -0,0 +1,84 @@
|
|
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
|
+
}
|
14
|
+
|
15
|
+
.hljs-comment,
|
16
|
+
.hljs-quote {
|
17
|
+
color: #586e75;
|
18
|
+
}
|
19
|
+
|
20
|
+
/* Solarized Green */
|
21
|
+
.hljs-keyword,
|
22
|
+
.hljs-selector-tag,
|
23
|
+
.hljs-addition {
|
24
|
+
color: #859900;
|
25
|
+
}
|
26
|
+
|
27
|
+
/* Solarized Cyan */
|
28
|
+
.hljs-number,
|
29
|
+
.hljs-string,
|
30
|
+
.hljs-meta .hljs-meta-string,
|
31
|
+
.hljs-literal,
|
32
|
+
.hljs-doctag,
|
33
|
+
.hljs-regexp {
|
34
|
+
color: #2aa198;
|
35
|
+
}
|
36
|
+
|
37
|
+
/* Solarized Blue */
|
38
|
+
.hljs-title,
|
39
|
+
.hljs-section,
|
40
|
+
.hljs-name,
|
41
|
+
.hljs-selector-id,
|
42
|
+
.hljs-selector-class {
|
43
|
+
color: #268bd2;
|
44
|
+
}
|
45
|
+
|
46
|
+
/* Solarized Yellow */
|
47
|
+
.hljs-attribute,
|
48
|
+
.hljs-attr,
|
49
|
+
.hljs-variable,
|
50
|
+
.hljs-template-variable,
|
51
|
+
.hljs-class .hljs-title,
|
52
|
+
.hljs-type {
|
53
|
+
color: #b58900;
|
54
|
+
}
|
55
|
+
|
56
|
+
/* Solarized Orange */
|
57
|
+
.hljs-symbol,
|
58
|
+
.hljs-bullet,
|
59
|
+
.hljs-subst,
|
60
|
+
.hljs-meta,
|
61
|
+
.hljs-meta .hljs-keyword,
|
62
|
+
.hljs-selector-attr,
|
63
|
+
.hljs-selector-pseudo,
|
64
|
+
.hljs-link {
|
65
|
+
color: #cb4b16;
|
66
|
+
}
|
67
|
+
|
68
|
+
/* Solarized Red */
|
69
|
+
.hljs-built_in,
|
70
|
+
.hljs-deletion {
|
71
|
+
color: #dc322f;
|
72
|
+
}
|
73
|
+
|
74
|
+
.hljs-formula {
|
75
|
+
background: #073642;
|
76
|
+
}
|
77
|
+
|
78
|
+
.hljs-emphasis {
|
79
|
+
font-style: italic;
|
80
|
+
}
|
81
|
+
|
82
|
+
.hljs-strong {
|
83
|
+
font-weight: bold;
|
84
|
+
}
|
@@ -0,0 +1,84 @@
|
|
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
|
+
}
|
14
|
+
|
15
|
+
.hljs-comment,
|
16
|
+
.hljs-quote {
|
17
|
+
color: #93a1a1;
|
18
|
+
}
|
19
|
+
|
20
|
+
/* Solarized Green */
|
21
|
+
.hljs-keyword,
|
22
|
+
.hljs-selector-tag,
|
23
|
+
.hljs-addition {
|
24
|
+
color: #859900;
|
25
|
+
}
|
26
|
+
|
27
|
+
/* Solarized Cyan */
|
28
|
+
.hljs-number,
|
29
|
+
.hljs-string,
|
30
|
+
.hljs-meta .hljs-meta-string,
|
31
|
+
.hljs-literal,
|
32
|
+
.hljs-doctag,
|
33
|
+
.hljs-regexp {
|
34
|
+
color: #2aa198;
|
35
|
+
}
|
36
|
+
|
37
|
+
/* Solarized Blue */
|
38
|
+
.hljs-title,
|
39
|
+
.hljs-section,
|
40
|
+
.hljs-name,
|
41
|
+
.hljs-selector-id,
|
42
|
+
.hljs-selector-class {
|
43
|
+
color: #268bd2;
|
44
|
+
}
|
45
|
+
|
46
|
+
/* Solarized Yellow */
|
47
|
+
.hljs-attribute,
|
48
|
+
.hljs-attr,
|
49
|
+
.hljs-variable,
|
50
|
+
.hljs-template-variable,
|
51
|
+
.hljs-class .hljs-title,
|
52
|
+
.hljs-type {
|
53
|
+
color: #b58900;
|
54
|
+
}
|
55
|
+
|
56
|
+
/* Solarized Orange */
|
57
|
+
.hljs-symbol,
|
58
|
+
.hljs-bullet,
|
59
|
+
.hljs-subst,
|
60
|
+
.hljs-meta,
|
61
|
+
.hljs-meta .hljs-keyword,
|
62
|
+
.hljs-selector-attr,
|
63
|
+
.hljs-selector-pseudo,
|
64
|
+
.hljs-link {
|
65
|
+
color: #cb4b16;
|
66
|
+
}
|
67
|
+
|
68
|
+
/* Solarized Red */
|
69
|
+
.hljs-built_in,
|
70
|
+
.hljs-deletion {
|
71
|
+
color: #dc322f;
|
72
|
+
}
|
73
|
+
|
74
|
+
.hljs-formula {
|
75
|
+
background: #eee8d5;
|
76
|
+
}
|
77
|
+
|
78
|
+
.hljs-emphasis {
|
79
|
+
font-style: italic;
|
80
|
+
}
|
81
|
+
|
82
|
+
.hljs-strong {
|
83
|
+
font-weight: bold;
|
84
|
+
}
|
@@ -10,40 +10,21 @@ Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
|
|
10
10
|
padding: 0.5em;
|
11
11
|
background: #000;
|
12
12
|
color: #f8f8f8;
|
13
|
-
-webkit-text-size-adjust: none;
|
14
13
|
}
|
15
14
|
|
16
15
|
.hljs-comment,
|
17
|
-
.hljs-
|
18
|
-
.hljs-javadoc {
|
16
|
+
.hljs-quote {
|
19
17
|
color: #aeaeae;
|
20
18
|
font-style: italic;
|
21
19
|
}
|
22
20
|
|
23
21
|
.hljs-keyword,
|
24
|
-
.
|
25
|
-
.hljs-
|
26
|
-
.hljs-status,
|
27
|
-
.nginx .hljs-title {
|
22
|
+
.hljs-selector-tag,
|
23
|
+
.hljs-type {
|
28
24
|
color: #e28964;
|
29
25
|
}
|
30
26
|
|
31
|
-
.hljs-
|
32
|
-
.hljs-sub .hljs-keyword,
|
33
|
-
.method,
|
34
|
-
.hljs-list .hljs-title {
|
35
|
-
color: #99cf50;
|
36
|
-
}
|
37
|
-
|
38
|
-
.hljs-string,
|
39
|
-
.hljs-tag .hljs-value,
|
40
|
-
.hljs-cdata,
|
41
|
-
.hljs-filter .hljs-argument,
|
42
|
-
.hljs-attr_selector,
|
43
|
-
.apache .hljs-cbracket,
|
44
|
-
.hljs-date,
|
45
|
-
.tex .hljs-command,
|
46
|
-
.coffeescript .hljs-attribute {
|
27
|
+
.hljs-string {
|
47
28
|
color: #65b042;
|
48
29
|
}
|
49
30
|
|
@@ -51,99 +32,49 @@ Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
|
|
51
32
|
color: #daefa3;
|
52
33
|
}
|
53
34
|
|
54
|
-
.hljs-regexp
|
35
|
+
.hljs-regexp,
|
36
|
+
.hljs-link {
|
55
37
|
color: #e9c062;
|
56
38
|
}
|
57
39
|
|
58
40
|
.hljs-title,
|
59
|
-
.hljs-
|
60
|
-
.hljs-pi,
|
41
|
+
.hljs-section,
|
61
42
|
.hljs-tag,
|
62
|
-
.hljs-
|
63
|
-
.hljs-decorator,
|
64
|
-
.hljs-shebang,
|
65
|
-
.hljs-prompt {
|
43
|
+
.hljs-name {
|
66
44
|
color: #89bdff;
|
67
45
|
}
|
68
46
|
|
69
47
|
.hljs-class .hljs-title,
|
70
|
-
.hljs-
|
71
|
-
.smalltalk .hljs-class,
|
72
|
-
.hljs-javadoctag,
|
73
|
-
.hljs-yardoctag,
|
74
|
-
.hljs-phpdoc,
|
75
|
-
.hljs-dartdoc {
|
48
|
+
.hljs-doctag {
|
76
49
|
text-decoration: underline;
|
77
50
|
}
|
78
51
|
|
79
52
|
.hljs-symbol,
|
80
|
-
.
|
53
|
+
.hljs-bullet,
|
81
54
|
.hljs-number {
|
82
55
|
color: #3387cc;
|
83
56
|
}
|
84
57
|
|
85
58
|
.hljs-params,
|
86
59
|
.hljs-variable,
|
87
|
-
.
|
60
|
+
.hljs-template-variable {
|
88
61
|
color: #3e87e3;
|
89
62
|
}
|
90
63
|
|
91
|
-
.
|
92
|
-
.hljs-rules .hljs-property,
|
93
|
-
.hljs-pseudo,
|
94
|
-
.tex .hljs-special {
|
64
|
+
.hljs-attribute {
|
95
65
|
color: #cda869;
|
96
66
|
}
|
97
67
|
|
98
|
-
.
|
99
|
-
color: #9b703f;
|
100
|
-
}
|
101
|
-
|
102
|
-
.hljs-rules .hljs-keyword {
|
103
|
-
color: #c5af75;
|
104
|
-
}
|
105
|
-
|
106
|
-
.hljs-rules .hljs-value {
|
107
|
-
color: #cf6a4c;
|
108
|
-
}
|
109
|
-
|
110
|
-
.css .hljs-id {
|
111
|
-
color: #8b98ab;
|
112
|
-
}
|
113
|
-
|
114
|
-
.hljs-annotation,
|
115
|
-
.apache .hljs-sqbracket,
|
116
|
-
.nginx .hljs-built_in {
|
117
|
-
color: #9b859d;
|
118
|
-
}
|
119
|
-
|
120
|
-
.hljs-preprocessor,
|
121
|
-
.hljs-pragma {
|
68
|
+
.hljs-meta {
|
122
69
|
color: #8996a8;
|
123
70
|
}
|
124
71
|
|
125
|
-
.hljs-
|
126
|
-
.css .hljs-value .hljs-number {
|
127
|
-
color: #dd7b3b;
|
128
|
-
}
|
129
|
-
|
130
|
-
.css .hljs-function {
|
131
|
-
color: #dad085;
|
132
|
-
}
|
133
|
-
|
134
|
-
.diff .hljs-header,
|
135
|
-
.hljs-chunk,
|
136
|
-
.tex .hljs-formula {
|
72
|
+
.hljs-formula {
|
137
73
|
background-color: #0e2231;
|
138
74
|
color: #f8f8f8;
|
139
75
|
font-style: italic;
|
140
76
|
}
|
141
77
|
|
142
|
-
.diff .hljs-change {
|
143
|
-
background-color: #4a410d;
|
144
|
-
color: #f8f8f8;
|
145
|
-
}
|
146
|
-
|
147
78
|
.hljs-addition {
|
148
79
|
background-color: #253b22;
|
149
80
|
color: #f8f8f8;
|
@@ -154,12 +85,18 @@ Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
|
|
154
85
|
color: #f8f8f8;
|
155
86
|
}
|
156
87
|
|
157
|
-
.
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
.
|
162
|
-
|
163
|
-
|
164
|
-
|
88
|
+
.hljs-selector-class {
|
89
|
+
color: #9b703f;
|
90
|
+
}
|
91
|
+
|
92
|
+
.hljs-selector-id {
|
93
|
+
color: #8b98ab;
|
94
|
+
}
|
95
|
+
|
96
|
+
.hljs-emphasis {
|
97
|
+
font-style: italic;
|
98
|
+
}
|
99
|
+
|
100
|
+
.hljs-strong {
|
101
|
+
font-weight: bold;
|
165
102
|
}
|