hyla 1.0.9.pre.1 → 1.0.9.pre.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/.gitignore +3 -1
- data/Rakefile +15 -8
- data/lib/hyla.rb +14 -3
- data/lib/hyla/commands/new.rb +1 -0
- data/lib/hyla/configuration.rb +0 -1
- data/lib/hyla/project.rb +1 -1
- data/lib/resources/assets/revealjs-redhat/lib/css/conference-blue.css +663 -0
- data/lib/resources/assets/revealjs-redhat/lib/css/conference-redhat.css +663 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/_liberation.scss +43 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/_liberation2.scss +43 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/_overpass.scss +21 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/conference-blue.scss +590 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/conference-redhat.scss +591 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/font-awesome.scss +17 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_animated.scss +34 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_bordered-pulled.scss +16 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_core.scss +13 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_fixed-width.scss +6 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_icons.scss +596 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_larger.scss +13 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_list.scss +19 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_mixins.scss +27 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_path.scss +15 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_rotated-flipped.scss +20 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_stacked.scss +20 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_variables.scss +606 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/FontAwesome.otf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.svg +565 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.svg +351 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.svg +347 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.svg +348 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.svg +354 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.svg +454 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.svg +454 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/new-gpe.scss +676 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/old-gpe.scss +585 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-blue.css +663 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-redhat.css +663 -0
- data/lib/resources/assets/revealjs-redhat/lib/{css → sass/styles}/conference.css +89 -89
- data/lib/resources/assets/revealjs-redhat/lib/sass/styles/font-awesome.css +2893 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe.css +685 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe2.css +669 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/styles/new-gpe.css +759 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/styles/old-gpe.css +685 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/styles/temp.css +59 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-output.css +1513 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-liberation.css +4346 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-overpass.css +4334 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/theme-output.scss +1360 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-liberation.scss +3646 -0
- data/lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-overpass.scss +3646 -0
- data/lib/resources/assets/revealjs/css/theme/conference-blue.css +663 -0
- data/lib/resources/assets/sass/conference-blue.scss +590 -0
- data/lib/resources/assets/sass/{conference.scss → conference-redhat.scss} +2 -1
- data/lib/resources/backends/slim/revealjs-redhat/block_paragraph.html.slim +4 -3
- metadata +72 -4
@@ -1,6 +1,7 @@
|
|
1
1
|
/* $fonts: 'Overpass', 'Liberation Sans', 'Open Sans', sans-serif; */
|
2
2
|
$fonts: 'Liberation Sans', 'Overpass', 'Open Sans', sans-serif;
|
3
3
|
$red-color: #a70000;
|
4
|
+
$header-block-color: white;
|
4
5
|
$scrollbar-height: 600px;
|
5
6
|
$footer-bottom: -25%;
|
6
7
|
$slides-margin-top: 15px;
|
@@ -55,7 +56,7 @@ body {
|
|
55
56
|
.reveal .sl-block-content h4,
|
56
57
|
.reveal .sl-block-content h5,
|
57
58
|
.reveal .sl-block-content h6 {
|
58
|
-
color:
|
59
|
+
color: $header-block-color;
|
59
60
|
}
|
60
61
|
|
61
62
|
/***************************************************
|
@@ -6,21 +6,22 @@
|
|
6
6
|
- blockleft = (attr? :left) ? (attr :left) : 'auto'
|
7
7
|
- blocktop = (attr? :top) ? (attr :top) : 'auto'
|
8
8
|
- blockbottom = (attr? :bottom) ? (attr :bottom) : 'auto'
|
9
|
+
- blockfontsize = (attr? :font_size) ? (attr :font_size) : '28px'
|
9
10
|
//- level_tag = "h#{level}"
|
10
11
|
- if "#{@id}".start_with?("cover")
|
11
12
|
- if level == "1"
|
12
13
|
// .sl-block data-block-type="text" style="width: 832px; left: 80px; top: 150px; height: auto;" class=role
|
13
|
-
.sl-block data-block-type="text" style=[("min-width: #{blockminwidth}"),("min-height: #{blockminheight}"), ("width: #{blockwidth}"),("height: #{blockheight}"),("left: #{blockleft}"),("top: #{blocktop}"),("bottom: #{blockbottom}")].compact.join('; ') class=role
|
14
|
+
.sl-block data-block-type="text" style=[("min-width: #{blockminwidth}"),("min-height: #{blockminheight}"), ("width: #{blockwidth}"),("height: #{blockheight}"),("left: #{blockleft}"),("top: #{blocktop}"),("bottom: #{blockbottom}"),("font-size: #{blockfontsize}")].compact.join('; ') class=role
|
14
15
|
.sl-block-content class=role
|
15
16
|
h1 =content
|
16
17
|
- else
|
17
|
-
.sl-block data-block-type="text" style=[("min-width: #{blockminwidth}"),("min-height: #{blockminheight}"), ("width: #{blockwidth}"),("height: #{blockheight}"),("left: #{blockleft}"),("top: #{blocktop}"),("bottom: #{blockbottom}")].compact.join('; ') class=role
|
18
|
+
.sl-block data-block-type="text" style=[("min-width: #{blockminwidth}"),("min-height: #{blockminheight}"), ("width: #{blockwidth}"),("height: #{blockheight}"),("left: #{blockleft}"),("top: #{blocktop}"),("bottom: #{blockbottom}"),("font-size: #{blockfontsize}")].compact.join('; ') class=role
|
18
19
|
.sl-block-content class=role
|
19
20
|
h2 =content
|
20
21
|
- else
|
21
22
|
- if "#{@id}".start_with?("block")
|
22
23
|
.sl-block data-block-type="text" style=[("min-width: #{blockwidth}"),("min-height: #{blockheight}"),("left: #{blockleft}"),("top: #{blocktop}"),("bottom: #{blockbottom}")].compact.join('; ') class=role
|
23
|
-
p=content
|
24
|
+
p style="font-size: #{blockfontsize};" =content
|
24
25
|
- else
|
25
26
|
.paragraph id=@id class=role
|
26
27
|
- if title?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hyla
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.9.pre.
|
4
|
+
version: 1.0.9.pre.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Charles Moulliard
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -591,7 +591,8 @@ files:
|
|
591
591
|
- lib/resources/assets/revealjs-redhat/image/1156524-bg_redhat.png
|
592
592
|
- lib/resources/assets/revealjs-redhat/image/collapsed.png
|
593
593
|
- lib/resources/assets/revealjs-redhat/image/expanded.png
|
594
|
-
- lib/resources/assets/revealjs-redhat/lib/css/conference.css
|
594
|
+
- lib/resources/assets/revealjs-redhat/lib/css/conference-blue.css
|
595
|
+
- lib/resources/assets/revealjs-redhat/lib/css/conference-redhat.css
|
595
596
|
- lib/resources/assets/revealjs-redhat/lib/css/font-awesome-4.3.0.css
|
596
597
|
- lib/resources/assets/revealjs-redhat/lib/css/gpe.css
|
597
598
|
- lib/resources/assets/revealjs-redhat/lib/css/highlightjs/agate.min.css
|
@@ -709,6 +710,71 @@ files:
|
|
709
710
|
- lib/resources/assets/revealjs-redhat/lib/plugin/notes/notes.js
|
710
711
|
- lib/resources/assets/revealjs-redhat/lib/plugin/print/print-pdf.js
|
711
712
|
- lib/resources/assets/revealjs-redhat/lib/plugin/zoom-js/zoom.js
|
713
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/_liberation.scss
|
714
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/_liberation2.scss
|
715
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/_overpass.scss
|
716
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/conference-blue.scss
|
717
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/conference-redhat.scss
|
718
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/font-awesome.scss
|
719
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_animated.scss
|
720
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_bordered-pulled.scss
|
721
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_core.scss
|
722
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_fixed-width.scss
|
723
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_icons.scss
|
724
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_larger.scss
|
725
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_list.scss
|
726
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_mixins.scss
|
727
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_path.scss
|
728
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_rotated-flipped.scss
|
729
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_stacked.scss
|
730
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_variables.scss
|
731
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/FontAwesome.otf
|
732
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.eot
|
733
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.svg
|
734
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.ttf
|
735
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff
|
736
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff2
|
737
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.eot
|
738
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.svg
|
739
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.ttf
|
740
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.woff
|
741
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.eot
|
742
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.svg
|
743
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.ttf
|
744
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.woff
|
745
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.eot
|
746
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.svg
|
747
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.ttf
|
748
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.woff
|
749
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.eot
|
750
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.svg
|
751
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.ttf
|
752
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.woff
|
753
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.eot
|
754
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.svg
|
755
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.ttf
|
756
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.woff
|
757
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.eot
|
758
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.svg
|
759
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.ttf
|
760
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.woff
|
761
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/new-gpe.scss
|
762
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/old-gpe.scss
|
763
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-blue.css
|
764
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-redhat.css
|
765
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/conference.css
|
766
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/font-awesome.css
|
767
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe.css
|
768
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe2.css
|
769
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/new-gpe.css
|
770
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/old-gpe.css
|
771
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/temp.css
|
772
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-output.css
|
773
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-liberation.css
|
774
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-overpass.css
|
775
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/theme-output.scss
|
776
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-liberation.scss
|
777
|
+
- lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-overpass.scss
|
712
778
|
- lib/resources/assets/revealjs/LICENSE
|
713
779
|
- lib/resources/assets/revealjs/css/print/paper.css
|
714
780
|
- lib/resources/assets/revealjs/css/print/pdf.css
|
@@ -717,6 +783,7 @@ files:
|
|
717
783
|
- lib/resources/assets/revealjs/css/theme/README.md
|
718
784
|
- lib/resources/assets/revealjs/css/theme/beige.css
|
719
785
|
- lib/resources/assets/revealjs/css/theme/blood.css
|
786
|
+
- lib/resources/assets/revealjs/css/theme/conference-blue.css
|
720
787
|
- lib/resources/assets/revealjs/css/theme/conference-redhat.css
|
721
788
|
- lib/resources/assets/revealjs/css/theme/conference.css
|
722
789
|
- lib/resources/assets/revealjs/css/theme/default.css
|
@@ -857,7 +924,8 @@ files:
|
|
857
924
|
- lib/resources/assets/sass/_liberation.scss
|
858
925
|
- lib/resources/assets/sass/_liberation2.scss
|
859
926
|
- lib/resources/assets/sass/_overpass.scss
|
860
|
-
- lib/resources/assets/sass/conference.scss
|
927
|
+
- lib/resources/assets/sass/conference-blue.scss
|
928
|
+
- lib/resources/assets/sass/conference-redhat.scss
|
861
929
|
- lib/resources/assets/sass/font-awesome.scss
|
862
930
|
- lib/resources/assets/sass/fontawesome/_animated.scss
|
863
931
|
- lib/resources/assets/sass/fontawesome/_bordered-pulled.scss
|