hyla 1.0.7.pre.2 → 1.0.7.pre.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +2 -0
  3. data/README.adoc +2 -2
  4. data/Rakefile +93 -24
  5. data/config.yaml +49 -0
  6. data/documentation/developer.adoc +6 -6
  7. data/documentation/imgkit.adoc +44 -0
  8. data/documentation/index.txt +3 -0
  9. data/documentation/introduction.adoc +8 -335
  10. data/documentation/prerequisites.adoc +1 -1
  11. data/documentation/scenario.adoc +320 -0
  12. data/lib/hyla/commands/generate.rb +11 -2
  13. data/lib/hyla/configuration.rb +10 -1
  14. data/lib/hyla/project.rb +1 -1
  15. data/lib/resources/assets/cover/cover.html +62 -0
  16. data/lib/resources/assets/cover/cover.png +0 -0
  17. data/lib/resources/{cover.slim → assets/cover/cover.slim} +0 -0
  18. data/lib/resources/assets/cover/image/1153872-redhat-backroung.png +0 -0
  19. data/lib/resources/assets/cover/image/1156515-Logo_RH_RGB_Reverse.png +0 -0
  20. data/lib/resources/assets/cover/image/1156524-bg_redhat.png +0 -0
  21. data/lib/resources/assets/cover/new_cover.slim +95 -0
  22. data/lib/resources/assets/revealjs-redhat/image/1156515-Logo_RH_RGB_Reverse.png +0 -0
  23. data/lib/resources/assets/revealjs-redhat/image/1156524-bg_redhat.png +0 -0
  24. data/lib/resources/assets/revealjs-redhat/lib/css/font-awesome-4.3.0.css +2893 -0
  25. data/lib/resources/assets/revealjs-redhat/lib/css/gpe.css +705 -0
  26. data/lib/resources/assets/revealjs-redhat/lib/css/offline-v2.css +3646 -0
  27. data/lib/resources/assets/revealjs-redhat/lib/css/print/paper.css +176 -0
  28. data/lib/resources/assets/revealjs-redhat/lib/css/print/pdf.css +190 -0
  29. data/lib/resources/assets/revealjs-redhat/lib/css/theme-output.css +1358 -0
  30. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/FontAwesome.otf +0 -0
  31. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.eot +0 -0
  32. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.svg +565 -0
  33. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.ttf +0 -0
  34. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.woff +0 -0
  35. data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.woff2 +0 -0
  36. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.eot +0 -0
  37. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.svg +637 -0
  38. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.ttf +0 -0
  39. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.woff +0 -0
  40. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.eot +0 -0
  41. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.svg +2121 -0
  42. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.ttf +0 -0
  43. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.woff +0 -0
  44. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.eot +0 -0
  45. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.svg +637 -0
  46. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.ttf +0 -0
  47. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.woff +0 -0
  48. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass.css +32 -0
  49. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass.css-TODO +12 -0
  50. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.eot +0 -0
  51. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.svg +454 -0
  52. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.ttf +0 -0
  53. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.woff +0 -0
  54. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.eot +0 -0
  55. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.svg +454 -0
  56. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.ttf +0 -0
  57. data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.woff +0 -0
  58. data/lib/resources/assets/revealjs-redhat/lib/js/head.min.js +131 -0
  59. data/lib/resources/assets/revealjs-redhat/lib/js/reveal.min.js +1279 -0
  60. data/lib/resources/assets/revealjs-redhat/lib/plugin/highlight/highlight.js +25 -0
  61. data/lib/resources/assets/revealjs-redhat/lib/plugin/markdown/markdown.js +320 -0
  62. data/lib/resources/assets/revealjs-redhat/lib/plugin/markdown/marked.js +37 -0
  63. data/lib/resources/assets/revealjs-redhat/lib/plugin/notes/notes.html +387 -0
  64. data/lib/resources/assets/revealjs-redhat/lib/plugin/notes/notes.js +117 -0
  65. data/lib/resources/assets/revealjs-redhat/lib/plugin/zoom-js/zoom.js +258 -0
  66. data/lib/resources/assets/revealjs/css/theme/default.css +121 -0
  67. data/lib/resources/assets/revealjs/css/theme/gpe.css +85 -86
  68. data/lib/resources/assets/sass/gpe.scss +15 -14
  69. data/lib/resources/assets/sass/gpe2.scss +598 -0
  70. data/lib/resources/assets/sass/{_overpass.scss → overpass.scss} +0 -0
  71. data/lib/resources/backends/slim/revealjs-redhat/block_admonition.html.slim +13 -0
  72. data/lib/resources/backends/slim/revealjs-redhat/block_audio.html.slim +6 -0
  73. data/lib/resources/backends/slim/revealjs-redhat/block_colist.html.slim +20 -0
  74. data/lib/resources/backends/slim/revealjs-redhat/block_dlist.html.slim +53 -0
  75. data/lib/resources/backends/slim/revealjs-redhat/block_example.html.slim +4 -0
  76. data/lib/resources/backends/slim/revealjs-redhat/block_floating_title.html.slim +1 -0
  77. data/lib/resources/backends/slim/revealjs-redhat/block_image.html.slim +15 -0
  78. data/lib/resources/backends/slim/revealjs-redhat/block_listing.html.slim +31 -0
  79. data/lib/resources/backends/slim/revealjs-redhat/block_literal.html.slim +4 -0
  80. data/lib/resources/backends/slim/revealjs-redhat/block_math.html.slim +10 -0
  81. data/lib/resources/backends/slim/revealjs-redhat/block_olist.html.slim +9 -0
  82. data/lib/resources/backends/slim/revealjs-redhat/block_open.html.slim +15 -0
  83. data/lib/resources/backends/slim/revealjs-redhat/block_page_break.html.slim +1 -0
  84. data/lib/resources/backends/slim/revealjs-redhat/block_paragraph.html.slim +16 -0
  85. data/lib/resources/backends/slim/revealjs-redhat/block_pass.html.slim +1 -0
  86. data/lib/resources/backends/slim/revealjs-redhat/block_preamble.html.slim +6 -0
  87. data/lib/resources/backends/slim/revealjs-redhat/block_quote.html.slim +14 -0
  88. data/lib/resources/backends/slim/revealjs-redhat/block_ruler.html.slim +1 -0
  89. data/lib/resources/backends/slim/revealjs-redhat/block_sidebar.html.slim +5 -0
  90. data/lib/resources/backends/slim/revealjs-redhat/block_table.html.slim +45 -0
  91. data/lib/resources/backends/slim/revealjs-redhat/block_toc.html.slim +12 -0
  92. data/lib/resources/backends/slim/revealjs-redhat/block_ulist.html.slim +25 -0
  93. data/lib/resources/backends/slim/revealjs-redhat/block_verse.html.slim +14 -0
  94. data/lib/resources/backends/slim/revealjs-redhat/block_video.html.slim +27 -0
  95. data/lib/resources/backends/slim/revealjs-redhat/document.html.slim +162 -0
  96. data/lib/resources/backends/slim/revealjs-redhat/embedded.html.slim +9 -0
  97. data/lib/resources/backends/slim/revealjs-redhat/helpers.rb +8 -0
  98. data/lib/resources/backends/slim/revealjs-redhat/inline_anchor.html.slim +11 -0
  99. data/lib/resources/backends/slim/revealjs-redhat/inline_break.html.slim +2 -0
  100. data/lib/resources/backends/slim/revealjs-redhat/inline_button.html.slim +1 -0
  101. data/lib/resources/backends/slim/revealjs-redhat/inline_callout.html.slim +7 -0
  102. data/lib/resources/backends/slim/revealjs-redhat/inline_footnote.html.slim +6 -0
  103. data/lib/resources/backends/slim/revealjs-redhat/inline_image.html.slim +24 -0
  104. data/lib/resources/backends/slim/revealjs-redhat/inline_indexterm.html.slim +2 -0
  105. data/lib/resources/backends/slim/revealjs-redhat/inline_kbd.html.slim +8 -0
  106. data/lib/resources/backends/slim/revealjs-redhat/inline_menu.html.slim +15 -0
  107. data/lib/resources/backends/slim/revealjs-redhat/inline_quoted.html.slim +22 -0
  108. data/lib/resources/backends/slim/revealjs-redhat/section.html.slim +23 -0
  109. data/lib/resources/backends/slim/revealjs/section.html.slim +2 -2
  110. data/lib/templates/_config.yaml +28 -8
  111. data/lib/templates/sample/slideshow_revealjs.adoc +21 -0
  112. metadata +97 -6
  113. data/.rakeTasks +0 -7
  114. data/.travis.yml +0 -10
@@ -0,0 +1,705 @@
1
+ /* $debug-configuration: true; */
2
+ @font-face {
3
+ font-family: 'Overpass';
4
+ src: local("Overpass"), url("../../lib/font/overpass/overpass_regular-web.eot?#iefix") format("eot"), url("../../lib/font/overpass/overpass_regular-web.woff") format("woff"), url("../../lib/font/overpass/overpass_regular-web.ttf") format("truetype"), url("../../lib/font/overpass/overpass_regular-web.svg#webfontLTZe4IYH") format("svg");
5
+ font-weight: normal;
6
+ font-style: normal;
7
+ }
8
+ @font-face {
9
+ font-family: 'Overpass';
10
+ src: local("Overpass Bold"), local("OverpassBold"), url("../../lib/font/overpass/overpass_bold-web.eot?#iefix") format("eot"), url("../../lib/font/overpass/overpass_bold-web.woff") format("woff"), url("../../lib/font/overpass/overpass_bold-web.ttf") format("truetype"), url("../../lib/font/overpass/overpass_bold-web.svg#webfontzAU82Ltw") format("svg");
11
+ font-weight: bold;
12
+ font-style: normal;
13
+ }
14
+ @font-face {
15
+ font-family: 'Liberation Sans';
16
+ src: local("Liberation"), url("../../lib/font/liberation/Liberation-Regular-webfont.eot?#iefix") format("eot"), url("../../lib/font/liberation/Liberation-Regular-webfont.woff") format("woff"), url("../../lib/font/liberation/Liberation-Regular-webfont.ttf") format("truetype"), url("../../lib/font/liberation/Liberation-Regular-webfont.svg#webfontLTZe4IYH") format("svg");
17
+ font-weight: normal;
18
+ font-style: normal;
19
+ }
20
+ @font-face {
21
+ font-family: 'Liberation Sans';
22
+ src: local("Liberation Bold"), local("LiberationBold"), url("../../lib/font/liberation/Liberation-Bold-webfont.eot?#iefix") format("eot"), url("../../lib/font/liberation/Liberation-Bold-webfont.woff") format("woff"), url("../../lib/font/liberation/Liberation-Bold-webfont.ttf") format("truetype"), url("../../lib/font/liberation/Liberation-Bold-webfont.svg#webfontzAU82Ltw") format("svg");
23
+ font-weight: bold;
24
+ font-style: normal;
25
+ }
26
+ @font-face {
27
+ font-family: 'Liberation Sans';
28
+ src: local("Liberation Italic"), local("LiberationItalic"), url("../../lib/font/liberation/Liberation-Italic-webfont.eot?#iefix") format("eot"), url("../../lib/font/liberation/Liberation-Italic-webfont.woff") format("woff"), url("../../lib/font/liberation/Liberation-Italic-webfont.ttf") format("truetype"), url("../../lib/font/liberation/Liberation-Italic-webfont.svg#webfontzAU82Ltw") format("svg");
29
+ font-weight: normal;
30
+ font-style: italic;
31
+ }
32
+ @font-face {
33
+ font-family: 'Liberation Sans';
34
+ src: local("Liberation Bold Italic"), local("LiberationBoldItalic"), url("../../lib/font/liberation/Liberation-BoldItalic-webfont.eot?#iefix") format("eot"), url("../../lib/font/liberation/Liberation-BoldItalic-webfont.woff") format("woff"), url("../../lib/font/liberation/Liberation-BoldItalic-webfont.ttf") format("truetype"), url("../../lib/font/liberation/Liberation-BoldItalic-webfont.svg#webfontzAU82Ltw") format("svg");
35
+ font-weight: bold;
36
+ font-style: italic;
37
+ }
38
+ /*
39
+ * We dont import the css content of font-awesome hre
40
+ * as it will added to the HTML of the slideshow as a local/remote resource
41
+ * @import "font-awesome";
42
+ */
43
+ /*$var-family-name: 'Liberation Sans';*/
44
+ /* line 15, ../gpe2.scss */
45
+ body {
46
+ font-family: "Overpass", "Liberation Sans", "Open Sans", sans-serif;
47
+ }
48
+
49
+ /**************************************************
50
+ *
51
+ * Add a fixed position for all the slides excepted
52
+ * the cover
53
+ **************************************************/
54
+ /* line 24, ../gpe2.scss */
55
+ .reveal .slides > section:not([id="cover"]) {
56
+ position: fixed;
57
+ top: -200px;
58
+ }
59
+
60
+ /*********************************************
61
+ * ScrollBar
62
+ * Feb 24, ART: Changed the height of the scrollbar from 450 600
63
+ * Feb 24, ART: Changed the padding from 10 20 20 20 to 5 10 10 10
64
+ * Feb 24, ART: Changed the margin from 20px 0 0 to 5px 0 0
65
+ * Mar 02, CHM: Increase height from 600 to 670px
66
+ * Mar 06, CHM: Change overflow from scroll to auto
67
+ *********************************************/
68
+ /* line 37, ../gpe2.scss */
69
+ .scrollbar {
70
+ border: 1px solid #eee;
71
+ height: 600px;
72
+ overflow: auto;
73
+ margin: 5px 0 0;
74
+ padding: 5px 10px 10px 10px;
75
+ }
76
+
77
+ /**************************************************************
78
+ * Style used to display the cover picture full screen
79
+ * Add this tag [.cover] before the picture of the cover page
80
+ * Mar 04 2015, CHM: Initial
81
+ **************************************************************/
82
+ /* line 50, ../gpe2.scss */
83
+ .cover {
84
+ position: absolute;
85
+ top: 20px;
86
+ text-align: center;
87
+ }
88
+
89
+ /*********************************************
90
+ * Corporate Logo Header Image
91
+ * Feb 26, CHM: Changed the height from 80px to 0px
92
+ *********************************************/
93
+ /* line 60, ../gpe2.scss */
94
+ .header {
95
+ position: absolute;
96
+ margin: 0 auto;
97
+ left: 0;
98
+ right: 0;
99
+ top: 0;
100
+ height: 0px;
101
+ font-family: "Overpass", "Liberation Sans", "Open Sans", sans-serif;
102
+ font-size: 20px;
103
+ text-align: center;
104
+ }
105
+
106
+ /*****************************************************
107
+ * Copyright Footer
108
+ * Feb 24, ART: Changed to footer height from 80 to 40
109
+ * Mar 13 2015, CHM : Add footer-cover to override the color for cover slide
110
+ ******************************************************/
111
+ /* line 77, ../gpe2.scss */
112
+ .reveal .footer {
113
+ position: absolute;
114
+ margin: 0 auto;
115
+ left: 0;
116
+ right: 0;
117
+ bottom: -130px;
118
+ height: 80px;
119
+ font-family: "Overpass", "Liberation Sans", "Open Sans", sans-serif;
120
+ font-size: 14px;
121
+ text-align: center;
122
+ }
123
+
124
+ /* line 89, ../gpe2.scss */
125
+ .reveal .footer-cover {
126
+ position: absolute;
127
+ margin: 0 auto;
128
+ left: 0;
129
+ right: 0;
130
+ bottom: 100px;
131
+ height: 80px;
132
+ font-family: "Overpass", "Liberation Sans", "Open Sans", sans-serif;
133
+ font-size: 14px;
134
+ text-align: center;
135
+ color: white;
136
+ }
137
+
138
+ /*********************************************
139
+ * GLOBAL STYLES
140
+ * Feb 24, ART: added a border to the body, attempting to see how the margin is being used.
141
+ * Feb 24, ART: added a border to the reveal section, attempting to see how the margin is being used.
142
+ *********************************************/
143
+ /* line 107, ../gpe2.scss */
144
+ body {
145
+ background: white;
146
+ background-color: white;
147
+ }
148
+
149
+ /* line 112, ../gpe2.scss */
150
+ .reveal {
151
+ font-family: "Overpass", "Liberation Sans", "Open Sans", sans-serif;
152
+ font-size: 28px;
153
+ font-weight: normal;
154
+ letter-spacing: -0.02em;
155
+ color: black;
156
+ }
157
+
158
+ /* line 121, ../gpe2.scss */
159
+ ::selection {
160
+ color: white;
161
+ background: rgba(0, 0, 0, 0.99);
162
+ text-shadow: none;
163
+ }
164
+
165
+ /*********************************************
166
+ * TODO - To be verified if we use it or not
167
+ *******************************************/
168
+ /* line 130, ../gpe2.scss */
169
+ .reveal section {
170
+ text-align: left;
171
+ }
172
+
173
+ /******************************************
174
+ * Fill screen to 100% & align text on left
175
+ * Feb 26, CHM : Add top: 370px to fill the screen to 100%
176
+ ******************************************/
177
+ /* line 138, ../gpe2.scss */
178
+ .reveal .slides {
179
+ text-align: left;
180
+ top: 370px;
181
+ }
182
+
183
+ /*********************************************
184
+ * HEADERS
185
+ *********************************************/
186
+ /* line 146, ../gpe2.scss */
187
+ .reveal h1,
188
+ .reveal h2,
189
+ .reveal h3,
190
+ .reveal h4,
191
+ .reveal h5,
192
+ .reveal h6 {
193
+ margin: 0 0 20px 0;
194
+ color: #3E4349;
195
+ font-family: "Overpass", "Liberation Sans", "Open Sans", sans-serif;
196
+ line-height: 0.9em;
197
+ letter-spacing: 0.02em;
198
+ text-transform: none;
199
+ text-shadow: none;
200
+ }
201
+
202
+ /**************************************************************
203
+ * Change color of the cover slide using class sl-block-content
204
+ **************************************************************/
205
+ /* line 164, ../gpe2.scss */
206
+ .reveal .sl-block-content h1,
207
+ .reveal .sl-block-content h2,
208
+ .reveal .sl-block-content h3,
209
+ .reveal .sl-block-content h4,
210
+ .reveal .sl-block-content h5,
211
+ .reveal .sl-block-content h6 {
212
+ color: white;
213
+ }
214
+
215
+ /***************************************************
216
+ * Feb 26, ART: Font Size 2em and width: 900px added
217
+ **************************************************/
218
+ /* line 176, ../gpe2.scss */
219
+ .reveal h1 {
220
+ text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
221
+ font-size: 2em;
222
+ width: 900px;
223
+ }
224
+
225
+ /* line 182, ../gpe2.scss */
226
+ .reveal h2 {
227
+ font-size: 2em;
228
+ }
229
+
230
+ /*********************************************
231
+ * LINKS
232
+ *********************************************/
233
+ /* line 189, ../gpe2.scss */
234
+ .reveal a:not(.image) {
235
+ color: #a70000;
236
+ text-decoration: none;
237
+ -webkit-transition: color .15s ease;
238
+ -moz-transition: color .15s ease;
239
+ -ms-transition: color .15s ease;
240
+ -o-transition: color .15s ease;
241
+ transition: color .15s ease;
242
+ }
243
+
244
+ /* line 200, ../gpe2.scss */
245
+ .reveal a:not(.image):hover {
246
+ color: #a70000;
247
+ text-shadow: none;
248
+ border: none;
249
+ }
250
+
251
+ /* line 206, ../gpe2.scss */
252
+ .reveal .roll span:after {
253
+ color: #fff;
254
+ background: #a70000;
255
+ }
256
+
257
+ /*********************************************
258
+ * IMAGES
259
+ * Mar 13 2015, CHM : Remove the shadow box around the image
260
+ *********************************************/
261
+ /* line 215, ../gpe2.scss */
262
+ .reveal section img {
263
+ margin: 15px 0px;
264
+ /* background: rgba(255, 255, 255, 0.12);
265
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/
266
+ -webkit-transition: all .2s linear;
267
+ -moz-transition: all .2s linear;
268
+ -ms-transition: all .2s linear;
269
+ -o-transition: all .2s linear;
270
+ transition: all .2s linear;
271
+ }
272
+
273
+ /* line 226, ../gpe2.scss */
274
+ .reveal a:hover img {
275
+ background: rgba(255, 255, 255, 0.2);
276
+ border-color: #a70000;
277
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
278
+ }
279
+
280
+ /*********************************************
281
+ * NAVIGATION CONTROLS
282
+ *********************************************/
283
+ /* line 235, ../gpe2.scss */
284
+ .reveal .controls div.navigate-left,
285
+ .reveal .controls div.navigate-left.enabled {
286
+ border-right-color: #C1100C;
287
+ }
288
+
289
+ /* line 240, ../gpe2.scss */
290
+ .reveal .controls div.navigate-right,
291
+ .reveal .controls div.navigate-right.enabled {
292
+ border-left-color: #C1100C;
293
+ }
294
+
295
+ /* line 245, ../gpe2.scss */
296
+ .reveal .controls div.navigate-up,
297
+ .reveal .controls div.navigate-up.enabled {
298
+ border-bottom-color: #C1100C;
299
+ }
300
+
301
+ /* line 250, ../gpe2.scss */
302
+ .reveal .controls div.navigate-down,
303
+ .reveal .controls div.navigate-down.enabled {
304
+ border-top-color: #C1100C;
305
+ }
306
+
307
+ /* line 255, ../gpe2.scss */
308
+ .reveal .controls div.navigate-left.enabled:hover {
309
+ border-right-color: #ef6f16;
310
+ }
311
+
312
+ /* line 259, ../gpe2.scss */
313
+ .reveal .controls div.navigate-right.enabled:hover {
314
+ border-left-color: #ef6f16;
315
+ }
316
+
317
+ /* line 263, ../gpe2.scss */
318
+ .reveal .controls div.navigate-up.enabled:hover {
319
+ border-bottom-color: #ef6f16;
320
+ }
321
+
322
+ /* line 267, ../gpe2.scss */
323
+ .reveal .controls div.navigate-down.enabled:hover {
324
+ border-top-color: #ef6f16;
325
+ }
326
+
327
+ /*********************************************
328
+ * PROGRESS BAR
329
+ *********************************************/
330
+ /* line 274, ../gpe2.scss */
331
+ .reveal .progress {
332
+ background: rgba(0, 0, 0, 0.2);
333
+ }
334
+
335
+ /* line 278, ../gpe2.scss */
336
+ .reveal .progress span {
337
+ background: #a70000;
338
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
339
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
340
+ -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
341
+ -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
342
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
343
+ }
344
+
345
+ /*********************************************
346
+ * SLIDE NUMBER
347
+ *********************************************/
348
+ /* line 290, ../gpe2.scss */
349
+ .reveal .slide-number {
350
+ color: darkblue;
351
+ }
352
+
353
+ /*********************************************************************************
354
+ * Trick to avoid to define [square] or [circle] for each item of an unordered list
355
+ * and solve issue that we have here as we have nested lists
356
+ * Feb 27, CHM : Added
357
+ * Mar 04 2015, CHM: Add red colors & square, disc & circle
358
+ * Mar 13 2015, CHM: Change color to black and revert square, disc & circle
359
+ *********************************************************************************/
360
+ /* line 287, ../gpe.scss */
361
+ /* line 302, ../gpe2.scss */
362
+ .reveal ul li p, ul li li p, ul li li p {
363
+ color: black;
364
+ list-style: none;
365
+ }
366
+
367
+ /* line 293, ../gpe.scss */
368
+ /* line 308, ../gpe2.scss */
369
+ .reveal ul li {
370
+ list-style-type: disc;
371
+ color: black;
372
+ }
373
+
374
+ /* line 298, ../gpe.scss */
375
+ /* line 314, ../gpe2.scss */
376
+ .reveal ul li li {
377
+ list-style-type: square;
378
+ color: black;
379
+ }
380
+
381
+ /* line 303, ../gpe.scss */
382
+ /* line 320, ../gpe2.scss */
383
+ .reveal ul li li li {
384
+ list-style-type: circle;
385
+ color: black;
386
+ }
387
+
388
+ /*******************************************************************
389
+ * .reveal i must be override in order to be able to use Asciidoctor and
390
+ * Font Awesome icons for NOTE, WARNING, REMARK, ....
391
+ * Feb, CHM: Added
392
+ *******************************************************************/
393
+ /* line 330, ../gpe2.scss */
394
+ .reveal i.fa {
395
+ font-family: 'FontAwesome';
396
+ font-style: normal;
397
+ font-size: 100%;
398
+ }
399
+
400
+ /*********************************************
401
+ * Support asciidoctor callout
402
+ * Feb 27, CHM: Added
403
+ *********************************************/
404
+ /* line 340, ../gpe2.scss */
405
+ .reveal i.conum {
406
+ display: inline-block;
407
+ color: white !important;
408
+ background-color: #a70000;
409
+ -webkit-border-radius: 100px;
410
+ border-radius: 100px;
411
+ text-align: center;
412
+ width: 25px;
413
+ height: 25px;
414
+ font-size: 14px;
415
+ font-weight: bold;
416
+ line-height: 25px;
417
+ font-style: normal;
418
+ position: relative;
419
+ top: -2px;
420
+ letter-spacing: -2px;
421
+ }
422
+
423
+ /* line 358, ../gpe2.scss */
424
+ .reveal i.conum * {
425
+ color: white !important;
426
+ }
427
+
428
+ /* line 362, ../gpe2.scss */
429
+ .reveal i.conum + b {
430
+ display: none;
431
+ }
432
+
433
+ /* line 366, ../gpe2.scss */
434
+ .reveal i.conum:after {
435
+ content: attr(data-value);
436
+ }
437
+
438
+ /* line 370, ../gpe2.scss */
439
+ .reveal i.conum:not([data-value]):empty {
440
+ display: none;
441
+ }
442
+
443
+ /*******************************************************
444
+ * Asciidoctor Table style rendering
445
+ * Feb 27, CHM: Added & Refactor to display the borders
446
+ * Mar 02, CHM: Add caption to display the Table title with a different style, color
447
+ * Mar 03, CHM: Improve style to be compliant with Redhat styles
448
+ * Mar 06, CHM: Add a noredheader class to avoid to display the first line in red of a table containing images, ..
449
+ ******************************************************/
450
+ /* line 381, ../gpe2.scss */
451
+ table.tableblock, table.tableblock td {
452
+ border-style: solid;
453
+ border-color: #b7bcbe;
454
+ border-width: 0.99px;
455
+ border-collapse: collapse;
456
+ border-spacing: 0px;
457
+ padding: 5px;
458
+ }
459
+
460
+ /* line 390, ../gpe2.scss */
461
+ table.tableblock > caption {
462
+ line-height: 1.4;
463
+ color: #333333;
464
+ margin-top: 0.2em;
465
+ margin-bottom: 0.5em;
466
+ overflow: visible;
467
+ max-width: 0;
468
+ white-space: nowrap;
469
+ display: table-caption;
470
+ }
471
+
472
+ /* line 401, ../gpe2.scss */
473
+ table.tableblock:not(.noredheader) tr:first-child td {
474
+ background-color: #a70000;
475
+ text-align: left;
476
+ padding: 10px;
477
+ color: white;
478
+ font-size: 24px;
479
+ }
480
+
481
+ /* line 409, ../gpe2.scss */
482
+ table.tableblock.noredheader tr:first-child td {
483
+ background-color: #EEEEEE;
484
+ }
485
+
486
+ /* line 413, ../gpe2.scss */
487
+ table.tableblock tr:nth-child(even) {
488
+ background: white;
489
+ }
490
+
491
+ /* line 417, ../gpe2.scss */
492
+ table.tableblock tr:nth-child(odd) {
493
+ background: #eeeeee;
494
+ }
495
+
496
+ /* line 421, ../gpe2.scss */
497
+ th.tableblock.halign-left, td.tableblock.halign-left {
498
+ text-align: left;
499
+ }
500
+
501
+ /* line 425, ../gpe2.scss */
502
+ th.tableblock.halign-right, td.tableblock.halign-right {
503
+ text-align: right;
504
+ }
505
+
506
+ /* line 429, ../gpe2.scss */
507
+ th.tableblock.halign-center, td.tableblock.halign-center {
508
+ text-align: center;
509
+ }
510
+
511
+ /* line 433, ../gpe2.scss */
512
+ th.tableblock.valign-top, td.tableblock.valign-top {
513
+ vertical-align: top;
514
+ }
515
+
516
+ /* line 437, ../gpe2.scss */
517
+ th.tableblock.valign-bottom, td.tableblock.valign-bottom {
518
+ vertical-align: bottom;
519
+ }
520
+
521
+ /* line 441, ../gpe2.scss */
522
+ th.tableblock.valign-middle, td.tableblock.valign-middle {
523
+ vertical-align: middle;
524
+ }
525
+
526
+ /**************************************************************
527
+ * By default, it is not possible to display text in Bold, ... within <li> tag
528
+ * Here is a trick to support that <strong>text</strong> enclosed in <li> tag & color
529
+ * Feb 27, CHM: Added
530
+ **************************************************************/
531
+ /* line 450, ../gpe2.scss */
532
+ li strong {
533
+ color: #a70000;
534
+ font-weight: bold;
535
+ }
536
+
537
+ /**************************************************************
538
+ * Override Revealjs Pre class
539
+ * Mar 04 2015, CHM : Change width from 90% to 100% and margin to reduce size of the box hightlighted
540
+ *************************************************************/
541
+ /* line 459, ../gpe2.scss */
542
+ .reveal pre {
543
+ width: 100%;
544
+ }
545
+
546
+ /* line 463, ../gpe2.scss */
547
+ .listingblock .content {
548
+ margin-right: 50px;
549
+ padding-right: 50px;
550
+ }
551
+
552
+ /****************
553
+ * Override Revealjs ordered list
554
+ * Mar 06 2015, CHM : Numbers displayed were cut
555
+ * Mar 16 2015, CHM : Change margin left for font overlap otherwise it is cut
556
+ ****************/
557
+ /* line 473, ../gpe2.scss */
558
+ .reveal ol {
559
+ margin-left: 50px;
560
+ }
561
+
562
+ /* line 477, ../gpe2.scss */
563
+ ol.arabic {
564
+ list-style-type: decimal;
565
+ }
566
+
567
+ /* line 481, ../gpe2.scss */
568
+ ol.decimal {
569
+ list-style-type: decimal-leading-zero;
570
+ }
571
+
572
+ /* line 485, ../gpe2.scss */
573
+ ol.loweralpha {
574
+ list-style-type: lower-alpha;
575
+ }
576
+
577
+ /* line 489, ../gpe2.scss */
578
+ ol.upperalpha {
579
+ list-style-type: upper-alpha;
580
+ }
581
+
582
+ /* line 493, ../gpe2.scss */
583
+ ol.lowerroman {
584
+ list-style-type: lower-roman;
585
+ }
586
+
587
+ /* line 497, ../gpe2.scss */
588
+ ol.upperroman {
589
+ list-style-type: upper-roman;
590
+ }
591
+
592
+ /* line 501, ../gpe2.scss */
593
+ ol.lowergreek {
594
+ list-style-type: lower-greek;
595
+ }
596
+
597
+ /**************************************************************
598
+ * Admonition Asciidoctor
599
+ *
600
+ * Mar 03, CHM: Added
601
+ **************************************************************/
602
+ /* line 510, ../gpe2.scss */
603
+ .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 {
604
+ text-align: left;
605
+ font-weight: bold;
606
+ }
607
+
608
+ /* line 515, ../gpe2.scss */
609
+ .admonitionblock > table {
610
+ border: 0;
611
+ background: none;
612
+ width: 100%;
613
+ padding: 5px 0px;
614
+ }
615
+
616
+ /* line 522, ../gpe2.scss */
617
+ .admonitionblock > table td.icon {
618
+ text-align: center;
619
+ width: 80px;
620
+ }
621
+
622
+ /* line 527, ../gpe2.scss */
623
+ .admonitionblock > table td.icon img {
624
+ max-width: none;
625
+ }
626
+
627
+ /* line 531, ../gpe2.scss */
628
+ .admonitionblock > table td.icon .title {
629
+ font-weight: bold;
630
+ text-transform: uppercase;
631
+ }
632
+
633
+ /* line 536, ../gpe2.scss */
634
+ .admonitionblock > table td.content {
635
+ padding-left: 1.125em;
636
+ padding-right: 1.25em;
637
+ border-left: 1px solid #dddddd;
638
+ color: #6f6f6f;
639
+ font-size: 20px;
640
+ font-style: normal;
641
+ }
642
+
643
+ /* Override the color for the list */
644
+ /* line 546, ../gpe2.scss */
645
+ .admonitionblock > table td.content ul li, .admonitionblock > table td.content ol li, .admonitionblock > table td.content ol p, .admonitionblock > table td.content ul p {
646
+ color: #6f6f6f;
647
+ }
648
+
649
+ /* line 550, ../gpe2.scss */
650
+ .admonitionblock > table td.content > :last-child > :last-child {
651
+ margin-bottom: 0;
652
+ }
653
+
654
+ /* line 554, ../gpe2.scss */
655
+ .admonitionblock > table td.icon {
656
+ vertical-align: middle;
657
+ }
658
+
659
+ /* line 558, ../gpe2.scss */
660
+ .admonitionblock td.icon [class^="icon-"]:before {
661
+ text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
662
+ cursor: default;
663
+ font-style: normal;
664
+ font-weight: normal;
665
+ font-family: FontAwesome;
666
+ text-decoration: inherit;
667
+ font-size: 46px;
668
+ padding-right: 0.5em;
669
+ position: relative;
670
+ left: 0;
671
+ top: 5px;
672
+ }
673
+
674
+ /* line 572, ../gpe2.scss */
675
+ .admonitionblock td.icon .icon-note:before {
676
+ content: "\f05a";
677
+ color: #005498;
678
+ color: #003f72;
679
+ }
680
+
681
+ /* line 578, ../gpe2.scss */
682
+ .admonitionblock td.icon .icon-tip:before {
683
+ content: "\f0eb";
684
+ text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
685
+ color: #111;
686
+ }
687
+
688
+ /* Use a more yellow lighter color */
689
+ /* line 585, ../gpe2.scss */
690
+ .admonitionblock td.icon .icon-warning:before {
691
+ content: "\f071";
692
+ color: #EFEF0C;
693
+ }
694
+
695
+ /* line 590, ../gpe2.scss */
696
+ .admonitionblock td.icon .icon-caution:before {
697
+ content: "\f06d";
698
+ color: #bf3400;
699
+ }
700
+
701
+ /* line 595, ../gpe2.scss */
702
+ .admonitionblock td.icon .icon-important:before {
703
+ content: "\f06a";
704
+ color: #bf0000;
705
+ }