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