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