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