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