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