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,21 +1,19 @@
|
|
1
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
2
|
/* $fonts: 'Overpass', 'Liberation Sans', 'Open Sans', sans-serif; */
|
3
|
+
/* JBCnfConf 2016 */
|
4
|
+
/*$color: #019AD7;*/
|
5
|
+
/* Snowcamp 2016 */
|
8
6
|
/*********************************************
|
9
7
|
* GLOBAL STYLES
|
10
8
|
* Feb 24, ART: added a border to the body, attempting to see how the margin is being used.
|
11
9
|
* Feb 24, ART: added a border to the reveal section, attempting to see how the margin is being used.
|
12
10
|
*********************************************/
|
13
|
-
/* line
|
11
|
+
/* line 10, ../new-gpe.scss */
|
14
12
|
body {
|
15
13
|
font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
|
16
14
|
}
|
17
15
|
|
18
|
-
/* line
|
16
|
+
/* line 14, ../new-gpe.scss */
|
19
17
|
.reveal {
|
20
18
|
font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
|
21
19
|
font-size: 28px;
|
@@ -24,7 +22,7 @@ body {
|
|
24
22
|
color: black;
|
25
23
|
}
|
26
24
|
|
27
|
-
/* line
|
25
|
+
/* line 22, ../new-gpe.scss */
|
28
26
|
::selection {
|
29
27
|
color: white;
|
30
28
|
background: rgba(0, 0, 0, 0.99);
|
@@ -34,7 +32,7 @@ body {
|
|
34
32
|
/*********************************************
|
35
33
|
* HEADERS
|
36
34
|
*********************************************/
|
37
|
-
/* line
|
35
|
+
/* line 31, ../new-gpe.scss */
|
38
36
|
.reveal h1,
|
39
37
|
.reveal h2,
|
40
38
|
.reveal h3,
|
@@ -53,7 +51,7 @@ body {
|
|
53
51
|
/**************************************************************
|
54
52
|
* Change color of the cover slide using class sl-block-content
|
55
53
|
**************************************************************/
|
56
|
-
/* line
|
54
|
+
/* line 49, ../new-gpe.scss */
|
57
55
|
.reveal .sl-block-content h1,
|
58
56
|
.reveal .sl-block-content h2,
|
59
57
|
.reveal .sl-block-content h3,
|
@@ -66,14 +64,14 @@ body {
|
|
66
64
|
/***************************************************
|
67
65
|
* Feb 26, ART: Font Size 2em and width: 900px added
|
68
66
|
**************************************************/
|
69
|
-
/* line
|
67
|
+
/* line 61, ../new-gpe.scss */
|
70
68
|
.reveal h1 {
|
71
69
|
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
|
72
70
|
font-size: 2em;
|
73
71
|
width: 900px;
|
74
72
|
}
|
75
73
|
|
76
|
-
/* line
|
74
|
+
/* line 67, ../new-gpe.scss */
|
77
75
|
.reveal h2 {
|
78
76
|
font-size: 2em;
|
79
77
|
}
|
@@ -83,7 +81,7 @@ body {
|
|
83
81
|
* Feb 26, CHM : Add top: 370px to fill the screen to 100%
|
84
82
|
* Mar 24 3015, CHM : Remove top due to cutoff with safari, firefox & add margin-top
|
85
83
|
******************************************/
|
86
|
-
/* line
|
84
|
+
/* line 76, ../new-gpe.scss */
|
87
85
|
.reveal .slides {
|
88
86
|
text-align: left;
|
89
87
|
/* margin-top: $slides-margin-top; WE don't use it as the value is assigned by Revealjs */
|
@@ -97,7 +95,7 @@ body {
|
|
97
95
|
* Mar 02, CHM: Increase height from 600 to 670px
|
98
96
|
* Mar 06, CHM: Change overflow from scroll to auto
|
99
97
|
*********************************************/
|
100
|
-
/* line
|
98
|
+
/* line 89, ../new-gpe.scss */
|
101
99
|
.scrollbar {
|
102
100
|
border: 1px solid #eee;
|
103
101
|
height: 600px;
|
@@ -111,7 +109,7 @@ body {
|
|
111
109
|
* Add this tag [.cover] before the picture of the cover page
|
112
110
|
* Mar 04 2015, CHM: Initial
|
113
111
|
**************************************************************/
|
114
|
-
/* line
|
112
|
+
/* line 102, ../new-gpe.scss */
|
115
113
|
.cover {
|
116
114
|
position: absolute;
|
117
115
|
top: 20px;
|
@@ -122,7 +120,7 @@ body {
|
|
122
120
|
* Corporate Logo Header Image
|
123
121
|
* Feb 26, CHM: Changed the height from 80px to 0px
|
124
122
|
*********************************************/
|
125
|
-
/* line
|
123
|
+
/* line 112, ../new-gpe.scss */
|
126
124
|
.header {
|
127
125
|
position: absolute;
|
128
126
|
margin: 0 auto;
|
@@ -141,7 +139,7 @@ body {
|
|
141
139
|
* Mar 13 2015, CHM : Add footer-cover to override the color for cover slide
|
142
140
|
* Mar 24 2015, CHM : Remove hard coded px and use percentages
|
143
141
|
******************************************************/
|
144
|
-
/* line
|
142
|
+
/* line 130, ../new-gpe.scss */
|
145
143
|
.reveal .footer {
|
146
144
|
position: absolute;
|
147
145
|
margin: 0 auto;
|
@@ -154,7 +152,7 @@ body {
|
|
154
152
|
text-align: center;
|
155
153
|
}
|
156
154
|
|
157
|
-
/* line
|
155
|
+
/* line 142, ../new-gpe.scss */
|
158
156
|
.reveal .footer-cover {
|
159
157
|
position: absolute;
|
160
158
|
margin: 0 auto;
|
@@ -171,7 +169,7 @@ body {
|
|
171
169
|
/*********************************************
|
172
170
|
* LINKS
|
173
171
|
*********************************************/
|
174
|
-
/* line
|
172
|
+
/* line 158, ../new-gpe.scss */
|
175
173
|
.reveal a:not(.image) {
|
176
174
|
color: #a70000;
|
177
175
|
text-decoration: none;
|
@@ -182,14 +180,14 @@ body {
|
|
182
180
|
transition: color .15s ease;
|
183
181
|
}
|
184
182
|
|
185
|
-
/* line
|
183
|
+
/* line 169, ../new-gpe.scss */
|
186
184
|
.reveal a:not(.image):hover {
|
187
185
|
color: #a70000;
|
188
186
|
text-shadow: none;
|
189
187
|
border: none;
|
190
188
|
}
|
191
189
|
|
192
|
-
/* line
|
190
|
+
/* line 175, ../new-gpe.scss */
|
193
191
|
.reveal .roll span:after {
|
194
192
|
color: #fff;
|
195
193
|
background: #a70000;
|
@@ -199,7 +197,7 @@ body {
|
|
199
197
|
* IMAGES
|
200
198
|
* Mar 13 2015, CHM : Remove the shadow box around the image
|
201
199
|
*********************************************/
|
202
|
-
/* line
|
200
|
+
/* line 184, ../new-gpe.scss */
|
203
201
|
.reveal section img {
|
204
202
|
margin: 15px 0px;
|
205
203
|
-webkit-transition: all .2s linear;
|
@@ -209,7 +207,7 @@ body {
|
|
209
207
|
transition: all .2s linear;
|
210
208
|
}
|
211
209
|
|
212
|
-
/* line
|
210
|
+
/* line 193, ../new-gpe.scss */
|
213
211
|
.reveal a:hover img {
|
214
212
|
background: rgba(255, 255, 255, 0.2);
|
215
213
|
border-color: #a70000;
|
@@ -219,46 +217,46 @@ body {
|
|
219
217
|
/*********************************************
|
220
218
|
* NAVIGATION CONTROLS
|
221
219
|
*********************************************/
|
222
|
-
/* line
|
220
|
+
/* line 202, ../new-gpe.scss */
|
223
221
|
.reveal .controls div.navigate-left,
|
224
222
|
.reveal .controls div.navigate-left.enabled {
|
225
223
|
border-right-color: #C1100C;
|
226
224
|
}
|
227
225
|
|
228
|
-
/* line
|
226
|
+
/* line 207, ../new-gpe.scss */
|
229
227
|
.reveal .controls div.navigate-right,
|
230
228
|
.reveal .controls div.navigate-right.enabled {
|
231
229
|
border-left-color: #C1100C;
|
232
230
|
}
|
233
231
|
|
234
|
-
/* line
|
232
|
+
/* line 212, ../new-gpe.scss */
|
235
233
|
.reveal .controls div.navigate-up,
|
236
234
|
.reveal .controls div.navigate-up.enabled {
|
237
235
|
border-bottom-color: #C1100C;
|
238
236
|
}
|
239
237
|
|
240
|
-
/* line
|
238
|
+
/* line 217, ../new-gpe.scss */
|
241
239
|
.reveal .controls div.navigate-down,
|
242
240
|
.reveal .controls div.navigate-down.enabled {
|
243
241
|
border-top-color: #C1100C;
|
244
242
|
}
|
245
243
|
|
246
|
-
/* line
|
244
|
+
/* line 222, ../new-gpe.scss */
|
247
245
|
.reveal .controls div.navigate-left.enabled:hover {
|
248
246
|
border-right-color: #ef6f16;
|
249
247
|
}
|
250
248
|
|
251
|
-
/* line
|
249
|
+
/* line 226, ../new-gpe.scss */
|
252
250
|
.reveal .controls div.navigate-right.enabled:hover {
|
253
251
|
border-left-color: #ef6f16;
|
254
252
|
}
|
255
253
|
|
256
|
-
/* line
|
254
|
+
/* line 230, ../new-gpe.scss */
|
257
255
|
.reveal .controls div.navigate-up.enabled:hover {
|
258
256
|
border-bottom-color: #ef6f16;
|
259
257
|
}
|
260
258
|
|
261
|
-
/* line
|
259
|
+
/* line 234, ../new-gpe.scss */
|
262
260
|
.reveal .controls div.navigate-down.enabled:hover {
|
263
261
|
border-top-color: #ef6f16;
|
264
262
|
}
|
@@ -266,12 +264,12 @@ body {
|
|
266
264
|
/*********************************************
|
267
265
|
* PROGRESS BAR
|
268
266
|
*********************************************/
|
269
|
-
/* line
|
267
|
+
/* line 241, ../new-gpe.scss */
|
270
268
|
.reveal .progress {
|
271
269
|
background: rgba(0, 0, 0, 0.2);
|
272
270
|
}
|
273
271
|
|
274
|
-
/* line
|
272
|
+
/* line 245, ../new-gpe.scss */
|
275
273
|
.reveal .progress span {
|
276
274
|
background: #a70000;
|
277
275
|
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
@@ -284,7 +282,7 @@ body {
|
|
284
282
|
/*********************************************
|
285
283
|
* SLIDE NUMBER
|
286
284
|
*********************************************/
|
287
|
-
/* line
|
285
|
+
/* line 257, ../new-gpe.scss */
|
288
286
|
.reveal .slide-number {
|
289
287
|
color: darkblue;
|
290
288
|
}
|
@@ -297,28 +295,28 @@ body {
|
|
297
295
|
* Mar 13 2015, CHM: Change color to black and revert square, disc & circle
|
298
296
|
*********************************************************************************/
|
299
297
|
/* line 287, ../gpe.scss */
|
300
|
-
/* line
|
298
|
+
/* line 269, ../new-gpe.scss */
|
301
299
|
.reveal ul li p, ul li li p, ul li li p {
|
302
300
|
color: black;
|
303
301
|
list-style: none;
|
304
302
|
}
|
305
303
|
|
306
304
|
/* line 293, ../gpe.scss */
|
307
|
-
/* line
|
305
|
+
/* line 275, ../new-gpe.scss */
|
308
306
|
.reveal ul li {
|
309
307
|
list-style-type: disc;
|
310
308
|
color: black;
|
311
309
|
}
|
312
310
|
|
313
311
|
/* line 298, ../gpe.scss */
|
314
|
-
/* line
|
312
|
+
/* line 281, ../new-gpe.scss */
|
315
313
|
.reveal ul li li {
|
316
314
|
list-style-type: square;
|
317
315
|
color: black;
|
318
316
|
}
|
319
317
|
|
320
318
|
/* line 303, ../gpe.scss */
|
321
|
-
/* line
|
319
|
+
/* line 287, ../new-gpe.scss */
|
322
320
|
.reveal ul li li li {
|
323
321
|
list-style-type: circle;
|
324
322
|
color: black;
|
@@ -329,7 +327,7 @@ body {
|
|
329
327
|
* Font Awesome icons for NOTE, WARNING, REMARK, ....
|
330
328
|
* Feb, CHM: Added
|
331
329
|
*******************************************************************/
|
332
|
-
/* line
|
330
|
+
/* line 297, ../new-gpe.scss */
|
333
331
|
.reveal i.fa {
|
334
332
|
font-family: 'FontAwesome';
|
335
333
|
font-style: normal;
|
@@ -340,7 +338,7 @@ body {
|
|
340
338
|
* Support asciidoctor callout
|
341
339
|
* Feb 27, CHM: Added
|
342
340
|
*********************************************/
|
343
|
-
/* line
|
341
|
+
/* line 307, ../new-gpe.scss */
|
344
342
|
.reveal i.conum {
|
345
343
|
display: inline-block;
|
346
344
|
color: white !important;
|
@@ -359,22 +357,22 @@ body {
|
|
359
357
|
letter-spacing: -2px;
|
360
358
|
}
|
361
359
|
|
362
|
-
/* line
|
360
|
+
/* line 325, ../new-gpe.scss */
|
363
361
|
.reveal i.conum * {
|
364
362
|
color: white !important;
|
365
363
|
}
|
366
364
|
|
367
|
-
/* line
|
365
|
+
/* line 329, ../new-gpe.scss */
|
368
366
|
.reveal i.conum + b {
|
369
367
|
display: none;
|
370
368
|
}
|
371
369
|
|
372
|
-
/* line
|
370
|
+
/* line 333, ../new-gpe.scss */
|
373
371
|
.reveal i.conum:after {
|
374
372
|
content: attr(data-value);
|
375
373
|
}
|
376
374
|
|
377
|
-
/* line
|
375
|
+
/* line 337, ../new-gpe.scss */
|
378
376
|
.reveal i.conum:not([data-value]):empty {
|
379
377
|
display: none;
|
380
378
|
}
|
@@ -386,7 +384,7 @@ body {
|
|
386
384
|
* Mar 03, CHM: Improve style to be compliant with Redhat styles
|
387
385
|
* Mar 06, CHM: Add a noredheader class to avoid to display the first line in red of a table containing images, ..
|
388
386
|
******************************************************/
|
389
|
-
/* line
|
387
|
+
/* line 348, ../new-gpe.scss */
|
390
388
|
table.tableblock, table.tableblock td {
|
391
389
|
border-style: solid;
|
392
390
|
border-color: #b7bcbe;
|
@@ -396,7 +394,7 @@ table.tableblock, table.tableblock td {
|
|
396
394
|
padding: 5px;
|
397
395
|
}
|
398
396
|
|
399
|
-
/* line
|
397
|
+
/* line 357, ../new-gpe.scss */
|
400
398
|
table.tableblock > caption {
|
401
399
|
line-height: 1.4;
|
402
400
|
color: #333333;
|
@@ -408,7 +406,7 @@ table.tableblock > caption {
|
|
408
406
|
display: table-caption;
|
409
407
|
}
|
410
408
|
|
411
|
-
/* line
|
409
|
+
/* line 368, ../new-gpe.scss */
|
412
410
|
table.tableblock:not(.noredheader) thead tr, table.tableblock:not(.noredheader) :not(thead) + tbody tr:first-child td {
|
413
411
|
background-color: #a70000;
|
414
412
|
text-align: left;
|
@@ -417,47 +415,47 @@ table.tableblock:not(.noredheader) thead tr, table.tableblock:not(.noredheader)
|
|
417
415
|
font-size: 24px;
|
418
416
|
}
|
419
417
|
|
420
|
-
/* line
|
418
|
+
/* line 376, ../new-gpe.scss */
|
421
419
|
table.tableblock.noredheader tr:first-child td {
|
422
420
|
background-color: #EEEEEE;
|
423
421
|
}
|
424
422
|
|
425
|
-
/* line
|
423
|
+
/* line 380, ../new-gpe.scss */
|
426
424
|
table.tableblock tr:nth-child(even) {
|
427
425
|
background: white;
|
428
426
|
}
|
429
427
|
|
430
|
-
/* line
|
428
|
+
/* line 384, ../new-gpe.scss */
|
431
429
|
table.tableblock tr:nth-child(odd) {
|
432
430
|
background: #eeeeee;
|
433
431
|
}
|
434
432
|
|
435
|
-
/* line
|
433
|
+
/* line 388, ../new-gpe.scss */
|
436
434
|
th.tableblock.halign-left, td.tableblock.halign-left {
|
437
435
|
text-align: left;
|
438
436
|
}
|
439
437
|
|
440
|
-
/* line
|
438
|
+
/* line 392, ../new-gpe.scss */
|
441
439
|
th.tableblock.halign-right, td.tableblock.halign-right {
|
442
440
|
text-align: right;
|
443
441
|
}
|
444
442
|
|
445
|
-
/* line
|
443
|
+
/* line 396, ../new-gpe.scss */
|
446
444
|
th.tableblock.halign-center, td.tableblock.halign-center {
|
447
445
|
text-align: center;
|
448
446
|
}
|
449
447
|
|
450
|
-
/* line
|
448
|
+
/* line 400, ../new-gpe.scss */
|
451
449
|
th.tableblock.valign-top, td.tableblock.valign-top {
|
452
450
|
vertical-align: top;
|
453
451
|
}
|
454
452
|
|
455
|
-
/* line
|
453
|
+
/* line 404, ../new-gpe.scss */
|
456
454
|
th.tableblock.valign-bottom, td.tableblock.valign-bottom {
|
457
455
|
vertical-align: bottom;
|
458
456
|
}
|
459
457
|
|
460
|
-
/* line
|
458
|
+
/* line 408, ../new-gpe.scss */
|
461
459
|
th.tableblock.valign-middle, td.tableblock.valign-middle {
|
462
460
|
vertical-align: middle;
|
463
461
|
}
|
@@ -467,7 +465,7 @@ th.tableblock.valign-middle, td.tableblock.valign-middle {
|
|
467
465
|
* Here is a trick to support that <strong>text</strong> enclosed in <li> tag & color
|
468
466
|
* Feb 27, CHM: Added
|
469
467
|
**************************************************************/
|
470
|
-
/* line
|
468
|
+
/* line 417, ../new-gpe.scss */
|
471
469
|
li strong {
|
472
470
|
color: #a70000;
|
473
471
|
font-weight: bold;
|
@@ -477,12 +475,12 @@ li strong {
|
|
477
475
|
* Override Revealjs Pre class
|
478
476
|
* Mar 04 2015, CHM : Change width from 90% to 100% and margin to reduce size of the box hightlighted
|
479
477
|
*************************************************************/
|
480
|
-
/* line
|
478
|
+
/* line 426, ../new-gpe.scss */
|
481
479
|
.reveal pre {
|
482
480
|
width: 100%;
|
483
481
|
}
|
484
482
|
|
485
|
-
/* line
|
483
|
+
/* line 430, ../new-gpe.scss */
|
486
484
|
.listingblock .content {
|
487
485
|
margin-right: 50px;
|
488
486
|
padding-right: 50px;
|
@@ -493,42 +491,42 @@ li strong {
|
|
493
491
|
* Mar 06 2015, CHM : Numbers displayed were cut
|
494
492
|
* Mar 16 2015, CHM : Change margin left for font overlap otherwise it is cut
|
495
493
|
****************/
|
496
|
-
/* line
|
494
|
+
/* line 440, ../new-gpe.scss */
|
497
495
|
.reveal ol {
|
498
496
|
margin-left: 50px;
|
499
497
|
}
|
500
498
|
|
501
|
-
/* line
|
499
|
+
/* line 444, ../new-gpe.scss */
|
502
500
|
ol.arabic {
|
503
501
|
list-style-type: decimal;
|
504
502
|
}
|
505
503
|
|
506
|
-
/* line
|
504
|
+
/* line 448, ../new-gpe.scss */
|
507
505
|
ol.decimal {
|
508
506
|
list-style-type: decimal-leading-zero;
|
509
507
|
}
|
510
508
|
|
511
|
-
/* line
|
509
|
+
/* line 452, ../new-gpe.scss */
|
512
510
|
ol.loweralpha {
|
513
511
|
list-style-type: lower-alpha;
|
514
512
|
}
|
515
513
|
|
516
|
-
/* line
|
514
|
+
/* line 456, ../new-gpe.scss */
|
517
515
|
ol.upperalpha {
|
518
516
|
list-style-type: upper-alpha;
|
519
517
|
}
|
520
518
|
|
521
|
-
/* line
|
519
|
+
/* line 460, ../new-gpe.scss */
|
522
520
|
ol.lowerroman {
|
523
521
|
list-style-type: lower-roman;
|
524
522
|
}
|
525
523
|
|
526
|
-
/* line
|
524
|
+
/* line 464, ../new-gpe.scss */
|
527
525
|
ol.upperroman {
|
528
526
|
list-style-type: upper-roman;
|
529
527
|
}
|
530
528
|
|
531
|
-
/* line
|
529
|
+
/* line 468, ../new-gpe.scss */
|
532
530
|
ol.lowergreek {
|
533
531
|
list-style-type: lower-greek;
|
534
532
|
}
|
@@ -538,13 +536,13 @@ ol.lowergreek {
|
|
538
536
|
*
|
539
537
|
* Mar 03, CHM: Added
|
540
538
|
**************************************************************/
|
541
|
-
/* line
|
539
|
+
/* line 477, ../new-gpe.scss */
|
542
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 {
|
543
541
|
text-align: left;
|
544
542
|
font-weight: bold;
|
545
543
|
}
|
546
544
|
|
547
|
-
/* line
|
545
|
+
/* line 482, ../new-gpe.scss */
|
548
546
|
.admonitionblock > table {
|
549
547
|
border: 0;
|
550
548
|
background: none;
|
@@ -552,24 +550,24 @@ ol.lowergreek {
|
|
552
550
|
padding: 5px 0px;
|
553
551
|
}
|
554
552
|
|
555
|
-
/* line
|
553
|
+
/* line 489, ../new-gpe.scss */
|
556
554
|
.admonitionblock > table td.icon {
|
557
555
|
text-align: center;
|
558
556
|
width: 80px;
|
559
557
|
}
|
560
558
|
|
561
|
-
/* line
|
559
|
+
/* line 494, ../new-gpe.scss */
|
562
560
|
.admonitionblock > table td.icon img {
|
563
561
|
max-width: none;
|
564
562
|
}
|
565
563
|
|
566
|
-
/* line
|
564
|
+
/* line 498, ../new-gpe.scss */
|
567
565
|
.admonitionblock > table td.icon .title {
|
568
566
|
font-weight: bold;
|
569
567
|
text-transform: uppercase;
|
570
568
|
}
|
571
569
|
|
572
|
-
/* line
|
570
|
+
/* line 503, ../new-gpe.scss */
|
573
571
|
.admonitionblock > table td.content {
|
574
572
|
padding-left: 1.125em;
|
575
573
|
padding-right: 1.25em;
|
@@ -580,22 +578,22 @@ ol.lowergreek {
|
|
580
578
|
}
|
581
579
|
|
582
580
|
/* Override the color for the list */
|
583
|
-
/* line
|
581
|
+
/* line 513, ../new-gpe.scss */
|
584
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 {
|
585
583
|
color: #6f6f6f;
|
586
584
|
}
|
587
585
|
|
588
|
-
/* line
|
586
|
+
/* line 517, ../new-gpe.scss */
|
589
587
|
.admonitionblock > table td.content > :last-child > :last-child {
|
590
588
|
margin-bottom: 0;
|
591
589
|
}
|
592
590
|
|
593
|
-
/* line
|
591
|
+
/* line 521, ../new-gpe.scss */
|
594
592
|
.admonitionblock > table td.icon {
|
595
593
|
vertical-align: middle;
|
596
594
|
}
|
597
595
|
|
598
|
-
/* line
|
596
|
+
/* line 525, ../new-gpe.scss */
|
599
597
|
.admonitionblock td.icon [class^="icon-"]:before {
|
600
598
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
|
601
599
|
cursor: default;
|
@@ -610,14 +608,14 @@ ol.lowergreek {
|
|
610
608
|
top: 5px;
|
611
609
|
}
|
612
610
|
|
613
|
-
/* line
|
611
|
+
/* line 539, ../new-gpe.scss */
|
614
612
|
.admonitionblock td.icon .icon-note:before {
|
615
613
|
content: "\f05a";
|
616
614
|
color: #005498;
|
617
615
|
color: #003f72;
|
618
616
|
}
|
619
617
|
|
620
|
-
/* line
|
618
|
+
/* line 545, ../new-gpe.scss */
|
621
619
|
.admonitionblock td.icon .icon-tip:before {
|
622
620
|
content: "\f0eb";
|
623
621
|
text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
|
@@ -625,19 +623,19 @@ ol.lowergreek {
|
|
625
623
|
}
|
626
624
|
|
627
625
|
/* Use a more yellow lighter color */
|
628
|
-
/* line
|
626
|
+
/* line 552, ../new-gpe.scss */
|
629
627
|
.admonitionblock td.icon .icon-warning:before {
|
630
628
|
content: "\f071";
|
631
629
|
color: #EFEF0C;
|
632
630
|
}
|
633
631
|
|
634
|
-
/* line
|
632
|
+
/* line 557, ../new-gpe.scss */
|
635
633
|
.admonitionblock td.icon .icon-caution:before {
|
636
634
|
content: "\f06d";
|
637
635
|
color: #bf3400;
|
638
636
|
}
|
639
637
|
|
640
|
-
/* line
|
638
|
+
/* line 562, ../new-gpe.scss */
|
641
639
|
.admonitionblock td.icon .icon-important:before {
|
642
640
|
content: "\f06a";
|
643
641
|
color: #bf0000;
|
@@ -648,22 +646,22 @@ ol.lowergreek {
|
|
648
646
|
* Mar 23 2015, CHM: Added
|
649
647
|
* Mar 25 2015, CHM: Change font size to 28px;
|
650
648
|
**************************************************************/
|
651
|
-
/* line
|
649
|
+
/* line 572, ../new-gpe.scss */
|
652
650
|
.reveal .audioblock {
|
653
651
|
padding: 15px 0px;
|
654
652
|
}
|
655
653
|
|
656
|
-
/* line
|
654
|
+
/* line 576, ../new-gpe.scss */
|
657
655
|
.reveal p, .reveal ol, .reveal ul, .reveal table, .reveal .colist td {
|
658
656
|
font-size: 28px;
|
659
657
|
}
|
660
658
|
|
661
|
-
/* line
|
659
|
+
/* line 580, ../new-gpe.scss */
|
662
660
|
.reveal pre {
|
663
661
|
font-size: 0.55em;
|
664
662
|
}
|
665
663
|
|
666
|
-
/* line
|
664
|
+
/* line 584, ../new-gpe.scss */
|
667
665
|
.reveal .listingblock {
|
668
666
|
padding-bottom: 10px;
|
669
667
|
}
|
@@ -671,7 +669,7 @@ ol.lowergreek {
|
|
671
669
|
/********************/
|
672
670
|
/* EXPANDABLE LIST */
|
673
671
|
/********************/
|
674
|
-
/* line
|
672
|
+
/* line 591, ../new-gpe.scss */
|
675
673
|
.reveal #expandlist {
|
676
674
|
list-style: none;
|
677
675
|
margin: 0;
|
@@ -679,30 +677,39 @@ ol.lowergreek {
|
|
679
677
|
cursor: pointer;
|
680
678
|
}
|
681
679
|
|
682
|
-
/* line
|
680
|
+
/* line 598, ../new-gpe.scss */
|
683
681
|
#expandlist p {
|
684
682
|
margin: 0;
|
685
683
|
display: block;
|
686
684
|
}
|
687
685
|
|
688
|
-
/* line
|
686
|
+
/* line 603, ../new-gpe.scss */
|
689
687
|
#expandlist li {
|
690
688
|
line-height: 130%;
|
691
689
|
text-indent: 0px;
|
692
|
-
background-position: 1px
|
690
|
+
background-position: 1px 13px;
|
693
691
|
padding-left: 30px;
|
694
692
|
background-repeat: no-repeat;
|
693
|
+
/* Use a relative position in order to place more space between the decimal/bullet symbol and the text */
|
694
|
+
position: relative;
|
695
|
+
left: 35px;
|
696
|
+
}
|
697
|
+
|
698
|
+
/* Exnable the decimal style for a list defined under the <ol id='expandlist'/> selector */
|
699
|
+
/* line 615, ../new-gpe.scss */
|
700
|
+
ol[id=expandlist] > li {
|
701
|
+
list-style-type: decimal;
|
695
702
|
}
|
696
703
|
|
697
704
|
/* Collapsed state for list element */
|
698
|
-
/* line
|
705
|
+
/* line 620, ../new-gpe.scss */
|
699
706
|
#expandlist .collapsed {
|
700
707
|
background-image: url(../../image/collapsed.png);
|
701
708
|
}
|
702
709
|
|
703
710
|
/* Expanded state for list element
|
704
711
|
/* NOTE: This class must be located UNDER the collapsed one */
|
705
|
-
/* line
|
712
|
+
/* line 626, ../new-gpe.scss */
|
706
713
|
#expandlist .expanded {
|
707
714
|
background-image: url(../../image/expanded.png);
|
708
715
|
}
|
@@ -710,7 +717,7 @@ ol.lowergreek {
|
|
710
717
|
/**************************/
|
711
718
|
/* Show / Hide Text block */
|
712
719
|
/**************************/
|
713
|
-
/* line
|
720
|
+
/* line 633, ../new-gpe.scss */
|
714
721
|
#showhide {
|
715
722
|
background: #a0100c;
|
716
723
|
display: block;
|
@@ -718,7 +725,7 @@ ol.lowergreek {
|
|
718
725
|
border: 1px solid darkgray;
|
719
726
|
}
|
720
727
|
|
721
|
-
/* line
|
728
|
+
/* line 640, ../new-gpe.scss */
|
722
729
|
#showhide:before {
|
723
730
|
display: block;
|
724
731
|
content: 'Click to view audio transcript ';
|
@@ -729,7 +736,7 @@ ol.lowergreek {
|
|
729
736
|
color: #f4f4f4;
|
730
737
|
}
|
731
738
|
|
732
|
-
/* line
|
739
|
+
/* line 650, ../new-gpe.scss */
|
733
740
|
.acontent {
|
734
741
|
background: #b7bcbe;
|
735
742
|
overflow: hidden;
|
@@ -739,12 +746,12 @@ ol.lowergreek {
|
|
739
746
|
}
|
740
747
|
|
741
748
|
/* We don't want to show the check box */
|
742
|
-
/* line
|
749
|
+
/* line 659, ../new-gpe.scss */
|
743
750
|
input[type="checkbox"] {
|
744
751
|
display: none;
|
745
752
|
}
|
746
753
|
|
747
|
-
/* line
|
754
|
+
/* line 663, ../new-gpe.scss */
|
748
755
|
input[type="checkbox"]:checked ~ .acontent {
|
749
756
|
padding: 0.75rem 0.75rem 1.5rem;
|
750
757
|
border-bottom: 1px solid #ccc;
|
@@ -752,7 +759,7 @@ input[type="checkbox"]:checked ~ .acontent {
|
|
752
759
|
}
|
753
760
|
|
754
761
|
/* Content displayed after clicking on the virtual checkbox */
|
755
|
-
/* line
|
762
|
+
/* line 670, ../new-gpe.scss */
|
756
763
|
input[type="checkbox"]:checked ~ #showhide:before {
|
757
764
|
content: 'Audio Transcript';
|
758
765
|
margin-top: 0em;
|