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