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.
Files changed (79) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +3 -1
  3. data/Rakefile +15 -8
  4. data/lib/hyla.rb +14 -3
  5. data/lib/hyla/commands/new.rb +1 -0
  6. data/lib/hyla/configuration.rb +0 -1
  7. data/lib/hyla/project.rb +1 -1
  8. data/lib/resources/assets/revealjs-redhat/lib/css/conference-blue.css +663 -0
  9. data/lib/resources/assets/revealjs-redhat/lib/css/conference-redhat.css +663 -0
  10. data/lib/resources/assets/revealjs-redhat/lib/sass/_liberation.scss +43 -0
  11. data/lib/resources/assets/revealjs-redhat/lib/sass/_liberation2.scss +43 -0
  12. data/lib/resources/assets/revealjs-redhat/lib/sass/_overpass.scss +21 -0
  13. data/lib/resources/assets/revealjs-redhat/lib/sass/conference-blue.scss +590 -0
  14. data/lib/resources/assets/revealjs-redhat/lib/sass/conference-redhat.scss +591 -0
  15. data/lib/resources/assets/revealjs-redhat/lib/sass/font-awesome.scss +17 -0
  16. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_animated.scss +34 -0
  17. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_bordered-pulled.scss +16 -0
  18. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_core.scss +13 -0
  19. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_fixed-width.scss +6 -0
  20. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_icons.scss +596 -0
  21. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_larger.scss +13 -0
  22. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_list.scss +19 -0
  23. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_mixins.scss +27 -0
  24. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_path.scss +15 -0
  25. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_rotated-flipped.scss +20 -0
  26. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_stacked.scss +20 -0
  27. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_variables.scss +606 -0
  28. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/FontAwesome.otf +0 -0
  29. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.eot +0 -0
  30. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.svg +565 -0
  31. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
  32. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff +0 -0
  33. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
  34. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.eot +0 -0
  35. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.svg +351 -0
  36. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.ttf +0 -0
  37. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.woff +0 -0
  38. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.eot +0 -0
  39. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.svg +347 -0
  40. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.ttf +0 -0
  41. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.woff +0 -0
  42. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.eot +0 -0
  43. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.svg +348 -0
  44. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.ttf +0 -0
  45. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.woff +0 -0
  46. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.eot +0 -0
  47. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.svg +354 -0
  48. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.ttf +0 -0
  49. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.woff +0 -0
  50. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.eot +0 -0
  51. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.svg +454 -0
  52. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.ttf +0 -0
  53. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.woff +0 -0
  54. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.eot +0 -0
  55. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.svg +454 -0
  56. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.ttf +0 -0
  57. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.woff +0 -0
  58. data/lib/resources/assets/revealjs-redhat/lib/sass/new-gpe.scss +676 -0
  59. data/lib/resources/assets/revealjs-redhat/lib/sass/old-gpe.scss +585 -0
  60. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-blue.css +663 -0
  61. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-redhat.css +663 -0
  62. data/lib/resources/assets/revealjs-redhat/lib/{css → sass/styles}/conference.css +89 -89
  63. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/font-awesome.css +2893 -0
  64. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe.css +685 -0
  65. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe2.css +669 -0
  66. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/new-gpe.css +759 -0
  67. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/old-gpe.css +685 -0
  68. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/temp.css +59 -0
  69. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-output.css +1513 -0
  70. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-liberation.css +4346 -0
  71. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-overpass.css +4334 -0
  72. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-output.scss +1360 -0
  73. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-liberation.scss +3646 -0
  74. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-overpass.scss +3646 -0
  75. data/lib/resources/assets/revealjs/css/theme/conference-blue.css +663 -0
  76. data/lib/resources/assets/sass/conference-blue.scss +590 -0
  77. data/lib/resources/assets/sass/{conference.scss → conference-redhat.scss} +2 -1
  78. data/lib/resources/backends/slim/revealjs-redhat/block_paragraph.html.slim +4 -3
  79. metadata +72 -4
@@ -0,0 +1,43 @@
1
+ @font-face {
2
+ font-family: 'Liberation Sans';
3
+ src: local("Liberation"),
4
+ url('../lib/font/liberation/LiberationSans-Regular-webfont.eot?#iefix') format('eot'),
5
+ url('../lib/font/liberation/LiberationSans-Regular-webfont.woff') format('woff'),
6
+ url('../lib/font/liberation/LiberationSans-Regular-webfont.ttf') format('truetype'),
7
+ url('../lib/font/liberation/LiberationSans-Regular-webfont.svg#webfontLTZe4IYH') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ @font-face {
13
+ font-family: 'Liberation Sans';
14
+ src: local("Liberation Bold"), local("LiberationBold"),
15
+ url('../lib/font/liberation/LiberationSans-Bold-webfont.eot?#iefix') format('eot'),
16
+ url('../lib/font/liberation/LiberationSans-Bold-webfont.woff') format('woff'),
17
+ url('../lib/font/liberation/LiberationSans-Bold-webfont.ttf') format('truetype'),
18
+ url('../lib/font/liberation/LiberationSans-Bold-webfont.svg#webfontzAU82Ltw') format('svg');
19
+ font-weight: bold;
20
+ font-style: normal;
21
+ }
22
+
23
+ @font-face {
24
+ font-family: 'Liberation Sans';
25
+ src: local("Liberation Italic"), local("LiberationItalic"),
26
+ url('../lib/font/liberation/LiberationSans-Italic-webfont.eot?#iefix') format('eot'),
27
+ url('../lib/font/liberation/LiberationSans-Italic-webfont.woff') format('woff'),
28
+ url('../lib/font/liberation/LiberationSans-Italic-webfont.ttf') format('truetype'),
29
+ url('../lib/font/liberation/LiberationSans-Italic-webfont.svg#webfontzAU82Ltw') format('svg');
30
+ font-weight: normal;
31
+ font-style: italic;
32
+ }
33
+
34
+ @font-face {
35
+ font-family: 'Liberation Sans';
36
+ src: local("Liberation Bold Italic"), local("LiberationBoldItalic"),
37
+ url('../lib/font/liberation/LiberationSans-BoldItalic-webfont.eot?#iefix') format('eot'),
38
+ url('../lib/font/liberation/LiberationSans-BoldItalic-webfont.woff') format('woff'),
39
+ url('../lib/font/liberation/LiberationSans-BoldItalic-webfont.ttf') format('truetype'),
40
+ url('../lib/font/liberation/LiberationSans-BoldItalic-webfont.svg#webfontzAU82Ltw') format('svg');
41
+ font-weight: bold;
42
+ font-style: italic;
43
+ }
@@ -0,0 +1,43 @@
1
+ @font-face {
2
+ font-family: 'Liberation Sans';
3
+ src: local("Liberation"),
4
+ url('../font/liberation/LiberationSans-Regular-webfont.eot?#iefix') format('eot'),
5
+ url('../font/liberation/LiberationSans-Regular-webfont.woff') format('woff'),
6
+ url('../font/liberation/LiberationSans-Regular-webfont.ttf') format('truetype'),
7
+ url('../font/liberation/LiberationSans-Regular-webfont.svg#webfontLTZe4IYH') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ @font-face {
13
+ font-family: 'Liberation Sans';
14
+ src: local("Liberation Bold"), local("LiberationBold"),
15
+ url('../font/liberation/LiberationSans-Bold-webfont.eot?#iefix') format('eot'),
16
+ url('../font/liberation/LiberationSans-Bold-webfont.woff') format('woff'),
17
+ url('../font/liberation/LiberationSans-Bold-webfont.ttf') format('truetype'),
18
+ url('../font/liberation/LiberationSans-Bold-webfont.svg#webfontzAU82Ltw') format('svg');
19
+ font-weight: bold;
20
+ font-style: normal;
21
+ }
22
+
23
+ @font-face {
24
+ font-family: 'Liberation Sans';
25
+ src: local("Liberation Italic"), local("LiberationItalic"),
26
+ url('../font/liberation/LiberationSans-Italic-webfont.eot?#iefix') format('eot'),
27
+ url('../font/liberation/LiberationSans-Italic-webfont.woff') format('woff'),
28
+ url('../font/liberation/LiberationSans-Italic-webfont.ttf') format('truetype'),
29
+ url('../font/liberation/LiberationSans-Italic-webfont.svg#webfontzAU82Ltw') format('svg');
30
+ font-weight: normal;
31
+ font-style: italic;
32
+ }
33
+
34
+ @font-face {
35
+ font-family: 'Liberation Sans';
36
+ src: local("Liberation Bold Italic"), local("LiberationBoldItalic"),
37
+ url('../font/liberation/LiberationSans-BoldItalic-webfont.eot?#iefix') format('eot'),
38
+ url('../font/liberation/LiberationSans-BoldItalic-webfont.woff') format('woff'),
39
+ url('../font/liberation/LiberationSans-BoldItalic-webfont.ttf') format('truetype'),
40
+ url('../font/liberation/LiberationSans-BoldItalic-webfont.svg#webfontzAU82Ltw') format('svg');
41
+ font-weight: bold;
42
+ font-style: italic;
43
+ }
@@ -0,0 +1,21 @@
1
+ @font-face {
2
+ font-family: 'Overpass';
3
+ src: local("Overpass"),
4
+ url('../../lib/font/overpass/overpass_regular-web.eot?#iefix') format('eot'),
5
+ url('../../lib/font/overpass/overpass_regular-web.woff') format('woff'),
6
+ url('../../lib/font/overpass/overpass_regular-web.ttf') format('truetype'),
7
+ url('../../lib/font/overpass/overpass_regular-web.svg#webfontLTZe4IYH') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ @font-face {
13
+ font-family: 'Overpass';
14
+ src: local("Overpass Bold"), local("OverpassBold"),
15
+ url('../../lib/font/overpass/overpass_bold-web.eot?#iefix') format('eot'),
16
+ url('../../lib/font/overpass/overpass_bold-web.woff') format('woff'),
17
+ url('../../lib/font/overpass/overpass_bold-web.ttf') format('truetype'),
18
+ url('../../lib/font/overpass/overpass_bold-web.svg#webfontzAU82Ltw') format('svg');
19
+ font-weight: bold;
20
+ font-style: normal;
21
+ }
@@ -0,0 +1,590 @@
1
+ /* $fonts: 'Overpass', 'Liberation Sans', 'Open Sans', sans-serif; */
2
+ $fonts: 'Liberation Sans', 'Overpass', 'Open Sans', sans-serif;
3
+ $color: #019AD7;
4
+ $header-sl-block-color: #222222;
5
+ $scrollbar-height: 600px;
6
+ $footer-bottom: -25%;
7
+ $slides-margin-top: 15px;
8
+
9
+ /*********************************************
10
+ * GLOBAL STYLES
11
+ * Feb 24, ART: added a border to the body, attempting to see how the margin is being used.
12
+ * Feb 24, ART: added a border to the reveal section, attempting to see how the margin is being used.
13
+ *********************************************/
14
+ body {
15
+ font-family: $fonts;
16
+ }
17
+
18
+ .reveal {
19
+ font-family: $fonts;
20
+ font-size: 28px;
21
+ font-weight: normal;
22
+ letter-spacing: -0.02em;
23
+ color: black;
24
+ }
25
+
26
+ ::selection {
27
+ color: white;
28
+ background: rgba(0, 0, 0, 0.99);
29
+ text-shadow: none;
30
+ }
31
+
32
+ /*********************************************
33
+ * HEADERS
34
+ *********************************************/
35
+ .reveal h1,
36
+ .reveal h2,
37
+ .reveal h3,
38
+ .reveal h4,
39
+ .reveal h5,
40
+ .reveal h6 {
41
+ margin: 0 0 20px 0;
42
+ color: #3E4349;
43
+ font-family: $fonts;
44
+ line-height: 0.9em;
45
+ letter-spacing: 0.02em;
46
+ text-transform: none;
47
+ text-shadow: none;
48
+ }
49
+
50
+ /**************************************************************
51
+ * Change color of the cover slide using class sl-block-content
52
+ **************************************************************/
53
+ .reveal .sl-block-content h1,
54
+ .reveal .sl-block-content h2,
55
+ .reveal .sl-block-content h3,
56
+ .reveal .sl-block-content h4,
57
+ .reveal .sl-block-content h5,
58
+ .reveal .sl-block-content h6 {
59
+ color: $header-sl-block-color;
60
+ }
61
+
62
+ /***************************************************
63
+ * Feb 26, ART: Font Size 2em and width: 900px added
64
+ **************************************************/
65
+ .reveal h1 {
66
+ text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
67
+ font-size: 2em;
68
+ width: 900px;
69
+ }
70
+
71
+ .reveal h2 {
72
+ font-size: 2em;
73
+ }
74
+
75
+ /******************************************
76
+ * Fill screen to 100% & align text on left
77
+ * Feb 26, CHM : Add top: 370px to fill the screen to 100%
78
+ * Mar 24 3015, CHM : Remove top due to cutoff with safari, firefox & add margin-top
79
+ ******************************************/
80
+ .reveal .slides {
81
+ text-align: left;
82
+ /* margin-top: $slides-margin-top; WE don't use it as the value is assigned by Revealjs */
83
+ }
84
+
85
+ /*********************************************
86
+ * ScrollBar
87
+ * Feb 24, ART: Changed the height of the scrollbar from 450 600
88
+ * Feb 24, ART: Changed the padding from 10 20 20 20 to 5 10 10 10
89
+ * Feb 24, ART: Changed the margin from 20px 0 0 to 5px 0 0
90
+ * Mar 02, CHM: Increase height from 600 to 670px
91
+ * Mar 06, CHM: Change overflow from scroll to auto
92
+ *********************************************/
93
+ .scrollbar {
94
+ border: 1px solid #eee;
95
+ height: $scrollbar-height;
96
+ overflow: auto;
97
+ margin: 5px 0 0;
98
+ padding: 5px 10px 10px 10px;
99
+ }
100
+
101
+ /**************************************************************
102
+ * Style used to display the cover picture full screen
103
+ * Add this tag [.cover] before the picture of the cover page
104
+ * Mar 04 2015, CHM: Initial
105
+ **************************************************************/
106
+ .cover {
107
+ position: absolute;
108
+ top: 20px;
109
+ text-align: center;
110
+ }
111
+
112
+ /*********************************************
113
+ * Corporate Logo Header Image
114
+ * Feb 26, CHM: Changed the height from 80px to 0px
115
+ *********************************************/
116
+ .header {
117
+ position: absolute;
118
+ margin: 0 auto;
119
+ left: 0;
120
+ right: 0;
121
+ top: 0;
122
+ height: 0px;
123
+ font-family: $fonts;
124
+ font-size: 20px;
125
+ text-align: center;
126
+ }
127
+
128
+ /*****************************************************
129
+ * Copyright Footer
130
+ * Feb 24, ART: Changed to footer height from 80 to 40
131
+ * Mar 13 2015, CHM : Add footer-cover to override the color for cover slide
132
+ * Mar 24 2015, CHM : Remove hard coded px and use percentages
133
+ ******************************************************/
134
+ .reveal .footer {
135
+ position: absolute;
136
+ margin: 0 auto;
137
+ left: 0;
138
+ right: 0;
139
+ bottom: $footer-bottom;
140
+ height: 80px;
141
+ font-family: $fonts;
142
+ font-size: 14px;
143
+ text-align: center;
144
+ }
145
+
146
+ .reveal .footer-cover {
147
+ position: absolute;
148
+ margin: 0 auto;
149
+ left: 0;
150
+ right: 0;
151
+ bottom: $footer-bottom;
152
+ height: 80px;
153
+ font-family: "Overpass", "Liberation Sans", "Open Sans", sans-serif;
154
+ font-size: 14px;
155
+ text-align: center;
156
+ color: white;
157
+ }
158
+
159
+ /*********************************************
160
+ * LINKS
161
+ *********************************************/
162
+ .reveal a:not(.image) {
163
+ color: $color;
164
+ text-decoration: none;
165
+ -webkit-transition: color .15s ease;
166
+ -moz-transition: color .15s ease;
167
+ -ms-transition: color .15s ease;
168
+ -o-transition: color .15s ease;
169
+ transition: color .15s ease;
170
+
171
+ }
172
+
173
+ .reveal a:not(.image):hover {
174
+ color: $color;
175
+ text-shadow: none;
176
+ border: none;
177
+ }
178
+
179
+ .reveal .roll span:after {
180
+ color: #fff;
181
+ background: $color;
182
+ }
183
+
184
+ /*********************************************
185
+ * IMAGES
186
+ * Mar 13 2015, CHM : Remove the shadow box around the image
187
+ *********************************************/
188
+ .reveal section img {
189
+ margin: 15px 0px;
190
+ -webkit-transition: all .2s linear;
191
+ -moz-transition: all .2s linear;
192
+ -ms-transition: all .2s linear;
193
+ -o-transition: all .2s linear;
194
+ transition: all .2s linear;
195
+ }
196
+
197
+ .reveal a:hover img {
198
+ background: rgba(255, 255, 255, 0.2);
199
+ border-color: $color;
200
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
201
+ }
202
+
203
+ /*********************************************
204
+ * NAVIGATION CONTROLS
205
+ *********************************************/
206
+ .reveal .controls div.navigate-left,
207
+ .reveal .controls div.navigate-left.enabled {
208
+ border-right-color: #C1100C;
209
+ }
210
+
211
+ .reveal .controls div.navigate-right,
212
+ .reveal .controls div.navigate-right.enabled {
213
+ border-left-color: #C1100C;
214
+ }
215
+
216
+ .reveal .controls div.navigate-up,
217
+ .reveal .controls div.navigate-up.enabled {
218
+ border-bottom-color: #C1100C;
219
+ }
220
+
221
+ .reveal .controls div.navigate-down,
222
+ .reveal .controls div.navigate-down.enabled {
223
+ border-top-color: #C1100C;
224
+ }
225
+
226
+ .reveal .controls div.navigate-left.enabled:hover {
227
+ border-right-color: #ef6f16;
228
+ }
229
+
230
+ .reveal .controls div.navigate-right.enabled:hover {
231
+ border-left-color: #ef6f16;
232
+ }
233
+
234
+ .reveal .controls div.navigate-up.enabled:hover {
235
+ border-bottom-color: #ef6f16;
236
+ }
237
+
238
+ .reveal .controls div.navigate-down.enabled:hover {
239
+ border-top-color: #ef6f16;
240
+ }
241
+
242
+ /*********************************************
243
+ * PROGRESS BAR
244
+ *********************************************/
245
+ .reveal .progress {
246
+ background: rgba(0, 0, 0, 0.2);
247
+ }
248
+
249
+ .reveal .progress span {
250
+ background: $color;
251
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
252
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
253
+ -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
254
+ -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
255
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
256
+ }
257
+
258
+ /*********************************************
259
+ * SLIDE NUMBER
260
+ *********************************************/
261
+ .reveal .slide-number {
262
+ color: darkblue;
263
+ }
264
+
265
+ /*********************************************************************************
266
+ * Trick to avoid to define [square] or [circle] for each item of an unordered list
267
+ * and solve issue that we have here as we have nested lists
268
+ * Feb 27, CHM : Added
269
+ * Mar 04 2015, CHM: Add red colors & square, disc & circle
270
+ * Mar 13 2015, CHM: Change color to black and revert square, disc & circle
271
+ *********************************************************************************/
272
+ /* line 287, ../gpe.scss */
273
+ .reveal ul li p, ul li li p, ul li li p {
274
+ color: black;
275
+ list-style: none;
276
+ }
277
+
278
+ /* line 293, ../gpe.scss */
279
+ .reveal ul li {
280
+ list-style-type: disc;
281
+ color: black;
282
+ }
283
+
284
+ /* line 298, ../gpe.scss */
285
+ .reveal ul li li {
286
+ list-style-type: square;
287
+ color: black;
288
+ }
289
+
290
+ /* line 303, ../gpe.scss */
291
+ .reveal ul li li li {
292
+ list-style-type: circle;
293
+ color: black;
294
+ }
295
+
296
+ /*******************************************************************
297
+ * .reveal i must be override in order to be able to use Asciidoctor and
298
+ * Font Awesome icons for NOTE, WARNING, REMARK, ....
299
+ * Feb, CHM: Added
300
+ *******************************************************************/
301
+ .reveal i.fa {
302
+ font-family: 'FontAwesome';
303
+ font-style: normal;
304
+ font-size: 100%;
305
+ }
306
+
307
+ /*********************************************
308
+ * Support asciidoctor callout
309
+ * Feb 27, CHM: Added
310
+ *********************************************/
311
+ .reveal i.conum {
312
+ display: inline-block;
313
+ color: white !important;
314
+ background-color: $color;
315
+ -webkit-border-radius: 100px;
316
+ border-radius: 100px;
317
+ text-align: center;
318
+ width: 25px;
319
+ height: 25px;
320
+ font-size: 14px;
321
+ font-weight: bold;
322
+ line-height: 25px;
323
+ font-style: normal;
324
+ position: relative;
325
+ top: -2px;
326
+ letter-spacing: -2px;
327
+ }
328
+
329
+ .reveal i.conum * {
330
+ color: white !important;
331
+ }
332
+
333
+ .reveal i.conum + b {
334
+ display: none;
335
+ }
336
+
337
+ .reveal i.conum:after {
338
+ content: attr(data-value);
339
+ }
340
+
341
+ .reveal i.conum:not([data-value]):empty {
342
+ display: none;
343
+ }
344
+
345
+ /*******************************************************
346
+ * Asciidoctor Table style rendering
347
+ * Feb 27, CHM: Added & Refactor to display the borders
348
+ * Mar 02, CHM: Add caption to display the Table title with a different style, color
349
+ * Mar 03, CHM: Improve style to be compliant with Redhat styles
350
+ * Mar 06, CHM: Add a noredheader class to avoid to display the first line in red of a table containing images, ..
351
+ ******************************************************/
352
+ table.tableblock, table.tableblock td {
353
+ border-style: none;
354
+ border-color: #F3F4F4;;
355
+ border-width: 0px;
356
+ border-collapse: collapse;
357
+ border-spacing: 0px;
358
+ padding: 5px;
359
+ }
360
+
361
+ table.tableblock > caption {
362
+ line-height: 1.4;
363
+ color: #333333;
364
+ margin-top: 0.2em;
365
+ margin-bottom: 0.5em;
366
+ overflow: visible;
367
+ max-width: 0;
368
+ white-space: nowrap;
369
+ display: table-caption;
370
+ }
371
+
372
+ table.tableblock:not(.noredheader) thead tr, table.tableblock:not(.noredheader) :not(thead) + tbody tr:first-child td {
373
+ background-color: #a70000;
374
+ text-align: left;
375
+ padding: 10px;
376
+ color: white;
377
+ font-size: 24px;
378
+ }
379
+
380
+ table.tableblock.noredheader tr:first-child td {
381
+ /* background-color: #EEEEEE;*/
382
+ }
383
+
384
+ table.tableblock tr:nth-child(even) {
385
+ /* background: white;*/
386
+ }
387
+
388
+ table.tableblock tr:nth-child(odd) {
389
+ /* background-color: #F3F4F4;*/
390
+ }
391
+
392
+ th.tableblock.halign-left, td.tableblock.halign-left {
393
+ text-align: left;
394
+ }
395
+
396
+ th.tableblock.halign-right, td.tableblock.halign-right {
397
+ text-align: right;
398
+ }
399
+
400
+ th.tableblock.halign-center, td.tableblock.halign-center {
401
+ text-align: center;
402
+ }
403
+
404
+ th.tableblock.valign-top, td.tableblock.valign-top {
405
+ vertical-align: top;
406
+ }
407
+
408
+ th.tableblock.valign-bottom, td.tableblock.valign-bottom {
409
+ vertical-align: bottom;
410
+ }
411
+
412
+ th.tableblock.valign-middle, td.tableblock.valign-middle {
413
+ vertical-align: middle;
414
+ }
415
+
416
+ /**************************************************************
417
+ * By default, it is not possible to display text in Bold, ... within <li> tag
418
+ * Here is a trick to support that <strong>text</strong> enclosed in <li> tag & color
419
+ * Feb 27, CHM: Added
420
+ **************************************************************/
421
+ li strong {
422
+ color: $color;
423
+ font-weight: bold;
424
+ }
425
+
426
+ /**************************************************************
427
+ * Override Revealjs Pre class
428
+ * Mar 04 2015, CHM : Change width from 90% to 100% and margin to reduce size of the box hightlighted
429
+ *************************************************************/
430
+ .reveal pre {
431
+ width: 100%;
432
+ }
433
+
434
+ .listingblock .content {
435
+ margin-right: 50px;
436
+ padding-right: 50px;
437
+ }
438
+
439
+ /****************
440
+ * Override Revealjs ordered list
441
+ * Mar 06 2015, CHM : Numbers displayed were cut
442
+ * Mar 16 2015, CHM : Change margin left for font overlap otherwise it is cut
443
+ ****************/
444
+ .reveal ol {
445
+ margin-left: 50px;
446
+ }
447
+
448
+ ol.arabic {
449
+ list-style-type: decimal;
450
+ }
451
+
452
+ ol.decimal {
453
+ list-style-type: decimal-leading-zero;
454
+ }
455
+
456
+ ol.loweralpha {
457
+ list-style-type: lower-alpha;
458
+ }
459
+
460
+ ol.upperalpha {
461
+ list-style-type: upper-alpha;
462
+ }
463
+
464
+ ol.lowerroman {
465
+ list-style-type: lower-roman;
466
+ }
467
+
468
+ ol.upperroman {
469
+ list-style-type: upper-roman;
470
+ }
471
+
472
+ ol.lowergreek {
473
+ list-style-type: lower-greek;
474
+ }
475
+
476
+ /**************************************************************
477
+ * Admonition Asciidoctor
478
+ *
479
+ * Mar 03, CHM: Added
480
+ **************************************************************/
481
+ .admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .mathblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title {
482
+ text-align: left;
483
+ font-weight: bold;
484
+ }
485
+
486
+ .admonitionblock > table {
487
+ border: 0;
488
+ background: none;
489
+ width: 100%;
490
+ padding: 5px 0px;
491
+ }
492
+
493
+ .admonitionblock > table td.icon {
494
+ text-align: center;
495
+ width: 80px;
496
+ }
497
+
498
+ .admonitionblock > table td.icon img {
499
+ max-width: none;
500
+ }
501
+
502
+ .admonitionblock > table td.icon .title {
503
+ font-weight: bold;
504
+ text-transform: uppercase;
505
+ }
506
+
507
+ .admonitionblock > table td.content {
508
+ padding-left: 1.125em;
509
+ padding-right: 1.25em;
510
+ border-left: 1px solid #dddddd;
511
+ color: #6f6f6f;
512
+ font-size: 20px;
513
+ font-style: normal;
514
+ }
515
+
516
+ /* Override the color for the list */
517
+ .admonitionblock > table td.content ul li, .admonitionblock > table td.content ol li, .admonitionblock > table td.content ol p, .admonitionblock > table td.content ul p {
518
+ color: #6f6f6f;
519
+ }
520
+
521
+ .admonitionblock > table td.content > :last-child > :last-child {
522
+ margin-bottom: 0;
523
+ }
524
+
525
+ .admonitionblock > table td.icon {
526
+ vertical-align: middle;
527
+ }
528
+
529
+ .admonitionblock td.icon [class^="icon-"]:before {
530
+ text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
531
+ cursor: default;
532
+ font-style: normal;
533
+ font-weight: normal;
534
+ font-family: FontAwesome;
535
+ text-decoration: inherit;
536
+ font-size: 46px;
537
+ padding-right: 0.5em;
538
+ position: relative;
539
+ left: 0;
540
+ top: 5px;
541
+ }
542
+
543
+ .admonitionblock td.icon .icon-note:before {
544
+ content: "\f05a";
545
+ color: #005498;
546
+ color: #003f72;
547
+ }
548
+
549
+ .admonitionblock td.icon .icon-tip:before {
550
+ content: "\f0eb";
551
+ text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
552
+ color: #111;
553
+ }
554
+
555
+ /* Use a more yellow lighter color */
556
+ .admonitionblock td.icon .icon-warning:before {
557
+ content: "\f071";
558
+ color: #EFEF0C;
559
+ }
560
+
561
+ .admonitionblock td.icon .icon-caution:before {
562
+ content: "\f06d";
563
+ color: #bf3400;
564
+ }
565
+
566
+ .admonitionblock td.icon .icon-important:before {
567
+ content: "\f06a";
568
+ color: #bf0000;
569
+ }
570
+
571
+ /**************************************************************
572
+ * Audio, pre tag, ...
573
+ * Mar 23 2015, CHM: Added
574
+ * Mar 25 2015, CHM: Change font size to 28px;
575
+ **************************************************************/
576
+ .reveal .audioblock {
577
+ padding: 15px 0px;
578
+ }
579
+
580
+ .reveal p, .reveal ol, .reveal ul, .reveal table, .reveal .colist td {
581
+ font-size: 28px;
582
+ }
583
+
584
+ .reveal pre {
585
+ font-size: 0.55em;
586
+ }
587
+
588
+ .reveal .listingblock {
589
+ padding-bottom: 10px;
590
+ }