hyla 1.0.7.pre.5 → 1.0.7.pre.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjM3ODU2N2Q0N2I5YzYzMTczNjMyZmJlMTA2NzRhMzQ1MzZjMmRlNA==
4
+ NTkwMWM3NTJlNmI0MjlkNjE2MjMxMDdhNWU1YWU5ZjUzZDhjYzViMA==
5
5
  data.tar.gz: !binary |-
6
- MTdlMDZmZGY3ZDNlNmI3ZTI2NmQzZDhlYTlkODgwZmNlOTQzMjdlOA==
6
+ NTJkNDIxMDJhOGMyMzJkNTEzOWJhZWRlNWRkZmU3MTU4NTBjYjQxOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MmZmYjg4NjQ2ZTc1MWQ2NWE5YmZlMTdiNGRiODQwMmExZTY4OWVmOTYyYWJm
10
- ZDIxZGMyZThmYzU3YjVlZDFjOTA3OGQ2NTBjNDEwYTg4NjVlN2Y4NTJkZDBk
11
- YjJmM2RmMzNlODk2Mjk5NjA2NjBhMWE2OWRiMTk2NjNlYmY4ZDA=
9
+ Njc5MTk4YTM4MDNlY2U1ZGNmZmMwZWY0MjgzMTdiNDRhZGY3ZTRkMDZlYzNm
10
+ NGIyNTcwNzkwOTY5MjBlMWNkMjEzZmZiZTdmNTA4NWNlNDZhY2E5ZmJiYjBj
11
+ MDRkNzk3MWUzOGUwZjM4OGY0NzE2YWE0MGZjNjY1Y2JiOTUzYzA=
12
12
  data.tar.gz: !binary |-
13
- M2Q1OTY2OTRiZjBjZmJkMzMyNzA1NWQ5YmUxNGY0NDI0YmM5ZDRiYzBkOGY1
14
- MjYwOTRmYTliODgyNWU1M2Y5MjRlNzBiYmEzOGE3NDVkMDM2NDI2NmMyOTE4
15
- ZjQ2OTQ3MWNkOTRjNTFlMGIzN2FmZTZhOTZmOTZjMzEyMTc0ZTM=
13
+ ZmYyYzMwOTE3MWUxNzI4MTMzY2E0YWQ3ZDNmNTNhMDNlYWQ5ZmRlNmI1MzU2
14
+ NzgzNmRkMTg5Y2U3N2Q2ZDk2NjVkOWVjNWNjZjE0NmZlNDA2MDAzZGJhMTMz
15
+ NDliNTk2MmE2ZTFmNDY0Njc1YzY0ZGIxYTQ3ZWJlYWFmNTNjYTU=
data/Rakefile CHANGED
@@ -133,10 +133,12 @@ task :tag_release do
133
133
  end
134
134
 
135
135
  desc "Delete the git tag"
136
- task :tag_delete do
137
- p "Tag to be removed: #{tag_release}"
138
- sh "git tag -d #{tag_release}"
139
- sh "git push origin :#{tag_release}"
136
+ task :tag_delete, [:version] do |t, args|
137
+ version = args.version or
138
+ fail "version is mandatory"
139
+ p "Tag to be removed: #{version}"
140
+ sh "git tag -d #{version}"
141
+ sh "git push origin :#{version}"
140
142
  end
141
143
 
142
144
  desc "Build the Gem and move it under the pkg directory"
data/lib/hyla/project.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Hyla
2
- VERSION = '1.0.7.pre.5'
2
+ VERSION = '1.0.7.pre.6'
3
3
  DESCRIPTION = 'Asciidoctor Hyla - Command Line tool to create new project, watch modifications, generate content, publish or consult it live !'
4
4
  SUMMARY = 'Asciidoctor Hyla - builder/generator of HTML5, slideshow. Watch modifications, generate content, publish or consult it live !'
5
5
  end
@@ -10,12 +10,12 @@
10
10
  * Feb 24, ART: added a border to the body, attempting to see how the margin is being used.
11
11
  * Feb 24, ART: added a border to the reveal section, attempting to see how the margin is being used.
12
12
  *********************************************/
13
- /* line 18, ../gpe2.scss */
13
+ /* line 21, ../gpe2.scss */
14
14
  body {
15
15
  font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
16
16
  }
17
17
 
18
- /* line 22, ../gpe2.scss */
18
+ /* line 25, ../gpe2.scss */
19
19
  .reveal {
20
20
  font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
21
21
  font-size: 28px;
@@ -24,7 +24,7 @@ body {
24
24
  color: black;
25
25
  }
26
26
 
27
- /* line 31, ../gpe2.scss */
27
+ /* line 34, ../gpe2.scss */
28
28
  ::selection {
29
29
  color: white;
30
30
  background: rgba(0, 0, 0, 0.99);
@@ -34,7 +34,7 @@ body {
34
34
  /*********************************************
35
35
  * HEADERS
36
36
  *********************************************/
37
- /* line 40, ../gpe2.scss */
37
+ /* line 43, ../gpe2.scss */
38
38
  .reveal h1,
39
39
  .reveal h2,
40
40
  .reveal h3,
@@ -53,7 +53,7 @@ body {
53
53
  /**************************************************************
54
54
  * Change color of the cover slide using class sl-block-content
55
55
  **************************************************************/
56
- /* line 58, ../gpe2.scss */
56
+ /* line 61, ../gpe2.scss */
57
57
  .reveal .sl-block-content h1,
58
58
  .reveal .sl-block-content h2,
59
59
  .reveal .sl-block-content h3,
@@ -66,14 +66,14 @@ body {
66
66
  /***************************************************
67
67
  * Feb 26, ART: Font Size 2em and width: 900px added
68
68
  **************************************************/
69
- /* line 70, ../gpe2.scss */
69
+ /* line 73, ../gpe2.scss */
70
70
  .reveal h1 {
71
71
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
72
72
  font-size: 2em;
73
73
  width: 900px;
74
74
  }
75
75
 
76
- /* line 76, ../gpe2.scss */
76
+ /* line 79, ../gpe2.scss */
77
77
  .reveal h2 {
78
78
  font-size: 2em;
79
79
  }
@@ -81,11 +81,12 @@ body {
81
81
  /******************************************
82
82
  * Fill screen to 100% & align text on left
83
83
  * Feb 26, CHM : Add top: 370px to fill the screen to 100%
84
- * Mar 24 3015, CHM : Remove top due to cutoff with safari, firefox
84
+ * Mar 24 3015, CHM : Remove top due to cutoff with safari, firefox & add margin-top
85
85
  ******************************************/
86
- /* line 85, ../gpe2.scss */
86
+ /* line 88, ../gpe2.scss */
87
87
  .reveal .slides {
88
88
  text-align: left;
89
+ margin-top: 15px;
89
90
  }
90
91
 
91
92
  /*********************************************
@@ -96,7 +97,7 @@ body {
96
97
  * Mar 02, CHM: Increase height from 600 to 670px
97
98
  * Mar 06, CHM: Change overflow from scroll to auto
98
99
  *********************************************/
99
- /* line 98, ../gpe2.scss */
100
+ /* line 102, ../gpe2.scss */
100
101
  .scrollbar {
101
102
  border: 1px solid #eee;
102
103
  height: 600px;
@@ -110,7 +111,7 @@ body {
110
111
  * Add this tag [.cover] before the picture of the cover page
111
112
  * Mar 04 2015, CHM: Initial
112
113
  **************************************************************/
113
- /* line 111, ../gpe2.scss */
114
+ /* line 115, ../gpe2.scss */
114
115
  .cover {
115
116
  position: absolute;
116
117
  top: 20px;
@@ -121,7 +122,7 @@ body {
121
122
  * Corporate Logo Header Image
122
123
  * Feb 26, CHM: Changed the height from 80px to 0px
123
124
  *********************************************/
124
- /* line 121, ../gpe2.scss */
125
+ /* line 125, ../gpe2.scss */
125
126
  .header {
126
127
  position: absolute;
127
128
  margin: 0 auto;
@@ -140,26 +141,26 @@ body {
140
141
  * Mar 13 2015, CHM : Add footer-cover to override the color for cover slide
141
142
  * Mar 24 2015, CHM : Remove hard coded px and use percentages
142
143
  ******************************************************/
143
- /* line 139, ../gpe2.scss */
144
+ /* line 143, ../gpe2.scss */
144
145
  .reveal .footer {
145
146
  position: absolute;
146
147
  margin: 0 auto;
147
148
  left: 0;
148
149
  right: 0;
149
- bottom: -20%;
150
+ bottom: -25%;
150
151
  height: 80px;
151
152
  font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
152
153
  font-size: 14px;
153
154
  text-align: center;
154
155
  }
155
156
 
156
- /* line 151, ../gpe2.scss */
157
+ /* line 155, ../gpe2.scss */
157
158
  .reveal .footer-cover {
158
159
  position: absolute;
159
160
  margin: 0 auto;
160
161
  left: 0;
161
162
  right: 0;
162
- bottom: -15%;
163
+ bottom: -25%;
163
164
  height: 80px;
164
165
  font-family: "Overpass", "Liberation Sans", "Open Sans", sans-serif;
165
166
  font-size: 14px;
@@ -170,7 +171,7 @@ body {
170
171
  /*********************************************
171
172
  * LINKS
172
173
  *********************************************/
173
- /* line 167, ../gpe2.scss */
174
+ /* line 171, ../gpe2.scss */
174
175
  .reveal a:not(.image) {
175
176
  color: #a70000;
176
177
  text-decoration: none;
@@ -181,14 +182,14 @@ body {
181
182
  transition: color .15s ease;
182
183
  }
183
184
 
184
- /* line 178, ../gpe2.scss */
185
+ /* line 182, ../gpe2.scss */
185
186
  .reveal a:not(.image):hover {
186
187
  color: #a70000;
187
188
  text-shadow: none;
188
189
  border: none;
189
190
  }
190
191
 
191
- /* line 184, ../gpe2.scss */
192
+ /* line 188, ../gpe2.scss */
192
193
  .reveal .roll span:after {
193
194
  color: #fff;
194
195
  background: #a70000;
@@ -198,7 +199,7 @@ body {
198
199
  * IMAGES
199
200
  * Mar 13 2015, CHM : Remove the shadow box around the image
200
201
  *********************************************/
201
- /* line 193, ../gpe2.scss */
202
+ /* line 197, ../gpe2.scss */
202
203
  .reveal section img {
203
204
  margin: 15px 0px;
204
205
  -webkit-transition: all .2s linear;
@@ -208,7 +209,7 @@ body {
208
209
  transition: all .2s linear;
209
210
  }
210
211
 
211
- /* line 202, ../gpe2.scss */
212
+ /* line 206, ../gpe2.scss */
212
213
  .reveal a:hover img {
213
214
  background: rgba(255, 255, 255, 0.2);
214
215
  border-color: #a70000;
@@ -218,46 +219,46 @@ body {
218
219
  /*********************************************
219
220
  * NAVIGATION CONTROLS
220
221
  *********************************************/
221
- /* line 211, ../gpe2.scss */
222
+ /* line 215, ../gpe2.scss */
222
223
  .reveal .controls div.navigate-left,
223
224
  .reveal .controls div.navigate-left.enabled {
224
225
  border-right-color: #C1100C;
225
226
  }
226
227
 
227
- /* line 216, ../gpe2.scss */
228
+ /* line 220, ../gpe2.scss */
228
229
  .reveal .controls div.navigate-right,
229
230
  .reveal .controls div.navigate-right.enabled {
230
231
  border-left-color: #C1100C;
231
232
  }
232
233
 
233
- /* line 221, ../gpe2.scss */
234
+ /* line 225, ../gpe2.scss */
234
235
  .reveal .controls div.navigate-up,
235
236
  .reveal .controls div.navigate-up.enabled {
236
237
  border-bottom-color: #C1100C;
237
238
  }
238
239
 
239
- /* line 226, ../gpe2.scss */
240
+ /* line 230, ../gpe2.scss */
240
241
  .reveal .controls div.navigate-down,
241
242
  .reveal .controls div.navigate-down.enabled {
242
243
  border-top-color: #C1100C;
243
244
  }
244
245
 
245
- /* line 231, ../gpe2.scss */
246
+ /* line 235, ../gpe2.scss */
246
247
  .reveal .controls div.navigate-left.enabled:hover {
247
248
  border-right-color: #ef6f16;
248
249
  }
249
250
 
250
- /* line 235, ../gpe2.scss */
251
+ /* line 239, ../gpe2.scss */
251
252
  .reveal .controls div.navigate-right.enabled:hover {
252
253
  border-left-color: #ef6f16;
253
254
  }
254
255
 
255
- /* line 239, ../gpe2.scss */
256
+ /* line 243, ../gpe2.scss */
256
257
  .reveal .controls div.navigate-up.enabled:hover {
257
258
  border-bottom-color: #ef6f16;
258
259
  }
259
260
 
260
- /* line 243, ../gpe2.scss */
261
+ /* line 247, ../gpe2.scss */
261
262
  .reveal .controls div.navigate-down.enabled:hover {
262
263
  border-top-color: #ef6f16;
263
264
  }
@@ -265,12 +266,12 @@ body {
265
266
  /*********************************************
266
267
  * PROGRESS BAR
267
268
  *********************************************/
268
- /* line 250, ../gpe2.scss */
269
+ /* line 254, ../gpe2.scss */
269
270
  .reveal .progress {
270
271
  background: rgba(0, 0, 0, 0.2);
271
272
  }
272
273
 
273
- /* line 254, ../gpe2.scss */
274
+ /* line 258, ../gpe2.scss */
274
275
  .reveal .progress span {
275
276
  background: #a70000;
276
277
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
@@ -283,7 +284,7 @@ body {
283
284
  /*********************************************
284
285
  * SLIDE NUMBER
285
286
  *********************************************/
286
- /* line 266, ../gpe2.scss */
287
+ /* line 270, ../gpe2.scss */
287
288
  .reveal .slide-number {
288
289
  color: darkblue;
289
290
  }
@@ -296,28 +297,28 @@ body {
296
297
  * Mar 13 2015, CHM: Change color to black and revert square, disc & circle
297
298
  *********************************************************************************/
298
299
  /* line 287, ../gpe.scss */
299
- /* line 278, ../gpe2.scss */
300
+ /* line 282, ../gpe2.scss */
300
301
  .reveal ul li p, ul li li p, ul li li p {
301
302
  color: black;
302
303
  list-style: none;
303
304
  }
304
305
 
305
306
  /* line 293, ../gpe.scss */
306
- /* line 284, ../gpe2.scss */
307
+ /* line 288, ../gpe2.scss */
307
308
  .reveal ul li {
308
309
  list-style-type: disc;
309
310
  color: black;
310
311
  }
311
312
 
312
313
  /* line 298, ../gpe.scss */
313
- /* line 290, ../gpe2.scss */
314
+ /* line 294, ../gpe2.scss */
314
315
  .reveal ul li li {
315
316
  list-style-type: square;
316
317
  color: black;
317
318
  }
318
319
 
319
320
  /* line 303, ../gpe.scss */
320
- /* line 296, ../gpe2.scss */
321
+ /* line 300, ../gpe2.scss */
321
322
  .reveal ul li li li {
322
323
  list-style-type: circle;
323
324
  color: black;
@@ -328,7 +329,7 @@ body {
328
329
  * Font Awesome icons for NOTE, WARNING, REMARK, ....
329
330
  * Feb, CHM: Added
330
331
  *******************************************************************/
331
- /* line 306, ../gpe2.scss */
332
+ /* line 310, ../gpe2.scss */
332
333
  .reveal i.fa {
333
334
  font-family: 'FontAwesome';
334
335
  font-style: normal;
@@ -339,7 +340,7 @@ body {
339
340
  * Support asciidoctor callout
340
341
  * Feb 27, CHM: Added
341
342
  *********************************************/
342
- /* line 316, ../gpe2.scss */
343
+ /* line 320, ../gpe2.scss */
343
344
  .reveal i.conum {
344
345
  display: inline-block;
345
346
  color: white !important;
@@ -358,22 +359,22 @@ body {
358
359
  letter-spacing: -2px;
359
360
  }
360
361
 
361
- /* line 334, ../gpe2.scss */
362
+ /* line 338, ../gpe2.scss */
362
363
  .reveal i.conum * {
363
364
  color: white !important;
364
365
  }
365
366
 
366
- /* line 338, ../gpe2.scss */
367
+ /* line 342, ../gpe2.scss */
367
368
  .reveal i.conum + b {
368
369
  display: none;
369
370
  }
370
371
 
371
- /* line 342, ../gpe2.scss */
372
+ /* line 346, ../gpe2.scss */
372
373
  .reveal i.conum:after {
373
374
  content: attr(data-value);
374
375
  }
375
376
 
376
- /* line 346, ../gpe2.scss */
377
+ /* line 350, ../gpe2.scss */
377
378
  .reveal i.conum:not([data-value]):empty {
378
379
  display: none;
379
380
  }
@@ -385,7 +386,7 @@ body {
385
386
  * Mar 03, CHM: Improve style to be compliant with Redhat styles
386
387
  * Mar 06, CHM: Add a noredheader class to avoid to display the first line in red of a table containing images, ..
387
388
  ******************************************************/
388
- /* line 357, ../gpe2.scss */
389
+ /* line 361, ../gpe2.scss */
389
390
  table.tableblock, table.tableblock td {
390
391
  border-style: solid;
391
392
  border-color: #b7bcbe;
@@ -395,7 +396,7 @@ table.tableblock, table.tableblock td {
395
396
  padding: 5px;
396
397
  }
397
398
 
398
- /* line 366, ../gpe2.scss */
399
+ /* line 370, ../gpe2.scss */
399
400
  table.tableblock > caption {
400
401
  line-height: 1.4;
401
402
  color: #333333;
@@ -407,7 +408,7 @@ table.tableblock > caption {
407
408
  display: table-caption;
408
409
  }
409
410
 
410
- /* line 377, ../gpe2.scss */
411
+ /* line 381, ../gpe2.scss */
411
412
  table.tableblock:not(.noredheader) tr:first-child td {
412
413
  background-color: #a70000;
413
414
  text-align: left;
@@ -416,47 +417,47 @@ table.tableblock:not(.noredheader) tr:first-child td {
416
417
  font-size: 24px;
417
418
  }
418
419
 
419
- /* line 385, ../gpe2.scss */
420
+ /* line 389, ../gpe2.scss */
420
421
  table.tableblock.noredheader tr:first-child td {
421
422
  background-color: #EEEEEE;
422
423
  }
423
424
 
424
- /* line 389, ../gpe2.scss */
425
+ /* line 393, ../gpe2.scss */
425
426
  table.tableblock tr:nth-child(even) {
426
427
  background: white;
427
428
  }
428
429
 
429
- /* line 393, ../gpe2.scss */
430
+ /* line 397, ../gpe2.scss */
430
431
  table.tableblock tr:nth-child(odd) {
431
432
  background: #eeeeee;
432
433
  }
433
434
 
434
- /* line 397, ../gpe2.scss */
435
+ /* line 401, ../gpe2.scss */
435
436
  th.tableblock.halign-left, td.tableblock.halign-left {
436
437
  text-align: left;
437
438
  }
438
439
 
439
- /* line 401, ../gpe2.scss */
440
+ /* line 405, ../gpe2.scss */
440
441
  th.tableblock.halign-right, td.tableblock.halign-right {
441
442
  text-align: right;
442
443
  }
443
444
 
444
- /* line 405, ../gpe2.scss */
445
+ /* line 409, ../gpe2.scss */
445
446
  th.tableblock.halign-center, td.tableblock.halign-center {
446
447
  text-align: center;
447
448
  }
448
449
 
449
- /* line 409, ../gpe2.scss */
450
+ /* line 413, ../gpe2.scss */
450
451
  th.tableblock.valign-top, td.tableblock.valign-top {
451
452
  vertical-align: top;
452
453
  }
453
454
 
454
- /* line 413, ../gpe2.scss */
455
+ /* line 417, ../gpe2.scss */
455
456
  th.tableblock.valign-bottom, td.tableblock.valign-bottom {
456
457
  vertical-align: bottom;
457
458
  }
458
459
 
459
- /* line 417, ../gpe2.scss */
460
+ /* line 421, ../gpe2.scss */
460
461
  th.tableblock.valign-middle, td.tableblock.valign-middle {
461
462
  vertical-align: middle;
462
463
  }
@@ -466,7 +467,7 @@ th.tableblock.valign-middle, td.tableblock.valign-middle {
466
467
  * Here is a trick to support that <strong>text</strong> enclosed in <li> tag & color
467
468
  * Feb 27, CHM: Added
468
469
  **************************************************************/
469
- /* line 426, ../gpe2.scss */
470
+ /* line 430, ../gpe2.scss */
470
471
  li strong {
471
472
  color: #a70000;
472
473
  font-weight: bold;
@@ -476,12 +477,12 @@ li strong {
476
477
  * Override Revealjs Pre class
477
478
  * Mar 04 2015, CHM : Change width from 90% to 100% and margin to reduce size of the box hightlighted
478
479
  *************************************************************/
479
- /* line 435, ../gpe2.scss */
480
+ /* line 439, ../gpe2.scss */
480
481
  .reveal pre {
481
482
  width: 100%;
482
483
  }
483
484
 
484
- /* line 439, ../gpe2.scss */
485
+ /* line 443, ../gpe2.scss */
485
486
  .listingblock .content {
486
487
  margin-right: 50px;
487
488
  padding-right: 50px;
@@ -492,42 +493,42 @@ li strong {
492
493
  * Mar 06 2015, CHM : Numbers displayed were cut
493
494
  * Mar 16 2015, CHM : Change margin left for font overlap otherwise it is cut
494
495
  ****************/
495
- /* line 449, ../gpe2.scss */
496
+ /* line 453, ../gpe2.scss */
496
497
  .reveal ol {
497
498
  margin-left: 50px;
498
499
  }
499
500
 
500
- /* line 453, ../gpe2.scss */
501
+ /* line 457, ../gpe2.scss */
501
502
  ol.arabic {
502
503
  list-style-type: decimal;
503
504
  }
504
505
 
505
- /* line 457, ../gpe2.scss */
506
+ /* line 461, ../gpe2.scss */
506
507
  ol.decimal {
507
508
  list-style-type: decimal-leading-zero;
508
509
  }
509
510
 
510
- /* line 461, ../gpe2.scss */
511
+ /* line 465, ../gpe2.scss */
511
512
  ol.loweralpha {
512
513
  list-style-type: lower-alpha;
513
514
  }
514
515
 
515
- /* line 465, ../gpe2.scss */
516
+ /* line 469, ../gpe2.scss */
516
517
  ol.upperalpha {
517
518
  list-style-type: upper-alpha;
518
519
  }
519
520
 
520
- /* line 469, ../gpe2.scss */
521
+ /* line 473, ../gpe2.scss */
521
522
  ol.lowerroman {
522
523
  list-style-type: lower-roman;
523
524
  }
524
525
 
525
- /* line 473, ../gpe2.scss */
526
+ /* line 477, ../gpe2.scss */
526
527
  ol.upperroman {
527
528
  list-style-type: upper-roman;
528
529
  }
529
530
 
530
- /* line 477, ../gpe2.scss */
531
+ /* line 481, ../gpe2.scss */
531
532
  ol.lowergreek {
532
533
  list-style-type: lower-greek;
533
534
  }
@@ -537,13 +538,13 @@ ol.lowergreek {
537
538
  *
538
539
  * Mar 03, CHM: Added
539
540
  **************************************************************/
540
- /* line 486, ../gpe2.scss */
541
+ /* line 490, ../gpe2.scss */
541
542
  .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 {
542
543
  text-align: left;
543
544
  font-weight: bold;
544
545
  }
545
546
 
546
- /* line 491, ../gpe2.scss */
547
+ /* line 495, ../gpe2.scss */
547
548
  .admonitionblock > table {
548
549
  border: 0;
549
550
  background: none;
@@ -551,24 +552,24 @@ ol.lowergreek {
551
552
  padding: 5px 0px;
552
553
  }
553
554
 
554
- /* line 498, ../gpe2.scss */
555
+ /* line 502, ../gpe2.scss */
555
556
  .admonitionblock > table td.icon {
556
557
  text-align: center;
557
558
  width: 80px;
558
559
  }
559
560
 
560
- /* line 503, ../gpe2.scss */
561
+ /* line 507, ../gpe2.scss */
561
562
  .admonitionblock > table td.icon img {
562
563
  max-width: none;
563
564
  }
564
565
 
565
- /* line 507, ../gpe2.scss */
566
+ /* line 511, ../gpe2.scss */
566
567
  .admonitionblock > table td.icon .title {
567
568
  font-weight: bold;
568
569
  text-transform: uppercase;
569
570
  }
570
571
 
571
- /* line 512, ../gpe2.scss */
572
+ /* line 516, ../gpe2.scss */
572
573
  .admonitionblock > table td.content {
573
574
  padding-left: 1.125em;
574
575
  padding-right: 1.25em;
@@ -579,22 +580,22 @@ ol.lowergreek {
579
580
  }
580
581
 
581
582
  /* Override the color for the list */
582
- /* line 522, ../gpe2.scss */
583
+ /* line 526, ../gpe2.scss */
583
584
  .admonitionblock > table td.content ul li, .admonitionblock > table td.content ol li, .admonitionblock > table td.content ol p, .admonitionblock > table td.content ul p {
584
585
  color: #6f6f6f;
585
586
  }
586
587
 
587
- /* line 526, ../gpe2.scss */
588
+ /* line 530, ../gpe2.scss */
588
589
  .admonitionblock > table td.content > :last-child > :last-child {
589
590
  margin-bottom: 0;
590
591
  }
591
592
 
592
- /* line 530, ../gpe2.scss */
593
+ /* line 534, ../gpe2.scss */
593
594
  .admonitionblock > table td.icon {
594
595
  vertical-align: middle;
595
596
  }
596
597
 
597
- /* line 534, ../gpe2.scss */
598
+ /* line 538, ../gpe2.scss */
598
599
  .admonitionblock td.icon [class^="icon-"]:before {
599
600
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
600
601
  cursor: default;
@@ -609,14 +610,14 @@ ol.lowergreek {
609
610
  top: 5px;
610
611
  }
611
612
 
612
- /* line 548, ../gpe2.scss */
613
+ /* line 552, ../gpe2.scss */
613
614
  .admonitionblock td.icon .icon-note:before {
614
615
  content: "\f05a";
615
616
  color: #005498;
616
617
  color: #003f72;
617
618
  }
618
619
 
619
- /* line 554, ../gpe2.scss */
620
+ /* line 558, ../gpe2.scss */
620
621
  .admonitionblock td.icon .icon-tip:before {
621
622
  content: "\f0eb";
622
623
  text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
@@ -624,19 +625,19 @@ ol.lowergreek {
624
625
  }
625
626
 
626
627
  /* Use a more yellow lighter color */
627
- /* line 561, ../gpe2.scss */
628
+ /* line 565, ../gpe2.scss */
628
629
  .admonitionblock td.icon .icon-warning:before {
629
630
  content: "\f071";
630
631
  color: #EFEF0C;
631
632
  }
632
633
 
633
- /* line 566, ../gpe2.scss */
634
+ /* line 570, ../gpe2.scss */
634
635
  .admonitionblock td.icon .icon-caution:before {
635
636
  content: "\f06d";
636
637
  color: #bf3400;
637
638
  }
638
639
 
639
- /* line 571, ../gpe2.scss */
640
+ /* line 575, ../gpe2.scss */
640
641
  .admonitionblock td.icon .icon-important:before {
641
642
  content: "\f06a";
642
643
  color: #bf0000;
@@ -645,23 +646,24 @@ ol.lowergreek {
645
646
  /**************************************************************
646
647
  * Audio, pre tag, ...
647
648
  * Mar 23 2015, CHM: Added
649
+ * Mar 25 2015, CHM: Change font size to 28px;
648
650
  **************************************************************/
649
- /* line 580, ../gpe2.scss */
651
+ /* line 585, ../gpe2.scss */
650
652
  .reveal .audioblock {
651
653
  padding: 15px 0px;
652
654
  }
653
655
 
654
- /* line 583, ../gpe2.scss */
656
+ /* line 588, ../gpe2.scss */
655
657
  .reveal p, .reveal ol, .reveal ul, .reveal table, .reveal .colist td {
656
- font-size: 0.85em;
658
+ font-size: 28px;
657
659
  }
658
660
 
659
- /* line 586, ../gpe2.scss */
661
+ /* line 591, ../gpe2.scss */
660
662
  .reveal pre {
661
- font-size: 0.7em;
663
+ font-size: 0.55em;
662
664
  }
663
665
 
664
- /* line 589, ../gpe2.scss */
666
+ /* line 594, ../gpe2.scss */
665
667
  .reveal .listingblock {
666
668
  padding-bottom: 10px;
667
669
  }