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