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