hyla 1.0.9.pre.3 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/.gitignore +2 -1
- data/README.adoc +17 -0
- data/Rakefile +2 -2
- data/lib/hyla/commands/sendmail.rb +1 -1
- data/lib/hyla/project.rb +1 -1
- data/lib/resources/assets/revealjs-redhat/lib/css/conference-blue.css +84 -81
- data/lib/resources/assets/revealjs-redhat/lib/css/conference-redhat.css +85 -81
- data/lib/resources/assets/revealjs-redhat/lib/css/conference.css +684 -0
- data/lib/resources/assets/revealjs-redhat/lib/css/gpe.css +105 -98
- data/lib/resources/assets/revealjs-redhat/lib/css/theme-output.css +182 -178
- data/lib/resources/assets/revealjs-redhat/lib/js/debug/gpe.js +27 -4
- data/lib/resources/assets/revealjs-redhat/lib/js/gpe.min.js +4 -3
- data/lib/resources/assets/sass/_variable.scss +18 -0
- data/lib/resources/assets/sass/conference-blue.scss +3 -6
- data/lib/resources/assets/sass/conference-redhat.scss +6 -8
- data/lib/resources/assets/sass/conference.scss +600 -0
- data/lib/resources/assets/sass/new-gpe.scss +30 -13
- data/lib/resources/assets/sass/theme-output.scss +3 -1
- data/lib/resources/assets/styles/update_labs.css +660 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_olist.html.slim +20 -9
- data/lib/resources/backends/slim/revealjs-redhat/document.html.slim +2 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Y2U4OTZjNzExMmUxOTBjZGQ4Yzk0YTk4M2VjYzMwNDU4YmI2Mjg2Ng==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NzYyNjcwZmJlNTk1ZTk3YjIzNTRlNjE4YWY2NGVjYmE2YWFmYjcxMw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
M2FmYmUxNmY1ZDlhNDBjMjE2ODNjMGVjZDNlMzkzZjZjMTNiODRhMDdmOTI0
|
10
|
+
ODZiZTkyOGMxZDQ1MmMyOGVkZTc2NjA0MmYzMTBkNjAyMTBlNzc5Y2FkMTBi
|
11
|
+
ZDEwYmQ2ZjY0ZDkyZjk4YTc5NDU5ZmU0MmM0YzU5YmY3NjlhZDk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NWZlNzU1MTlhMWZiYzQ5YzNkODYyMGE1YzhmNjI0ZDc4NGZjZWUzMzRhNjcz
|
14
|
+
OGM2NzNhNWNlZDJjZGVjNzIyMDM3NTExYzRlOTI3OTYxZDQ0ODgxNzhjMTZi
|
15
|
+
ZDdjMDc1NDZkYWQ4NDU0OTVmYWNjMjRmZTNjY2MxNDY4YzVmNjc=
|
data/.gitignore
CHANGED
data/README.adoc
CHANGED
@@ -83,6 +83,23 @@ Issue tracker (GitHub):: {issues}
|
|
83
83
|
|
84
84
|
== Changelog
|
85
85
|
|
86
|
+
=== v1.0.8-9 (2016-08-11) - @cmoulliard
|
87
|
+
|
88
|
+
Enhancements / Improvements::
|
89
|
+
|
90
|
+
* Display decimal number and bullet before the +/- sign enhancement (link:{issues}144[#144])
|
91
|
+
* Move variables of sass/scss files (link:{issues}143[#143])
|
92
|
+
* Support to collapse/elaspe ordered list (link:{issues}142[#142])
|
93
|
+
* Include update_labs style of GPTE enhancement (link:{issues}141[#141])
|
94
|
+
* Add new var to data-block to change the size enhancement (link:{issues}140[#140])
|
95
|
+
* Add scss within the revealjs-redhat folder to support local build of the css file using compass enhancement (link:{issues}139[#139])
|
96
|
+
* Add new conference-blue theme feature (link:{issues}138[#138])
|
97
|
+
* Add print-pdf javascript file to hyla distribution enhancement (link:{issues}137[#137])
|
98
|
+
* Optionally include BUILD_TAG in footer of course content enhancement (link:{issues}136[#136])
|
99
|
+
* Remove audio tags & snippets (link:{issues}135[#135])
|
100
|
+
* Slidesnumber is interrupted (link:{issues}132[#132])
|
101
|
+
* Migrate hyla to revealjs 3.1 (link:{issues}133[#133])
|
102
|
+
|
86
103
|
=== v1.0.7 (2015-04-17) - @cmoulliard
|
87
104
|
|
88
105
|
Enhancements / Improvements::
|
data/Rakefile
CHANGED
@@ -100,7 +100,7 @@ task :compass, [:mode] do |t, args|
|
|
100
100
|
|
101
101
|
# path = Gem.loaded_specs['font-awesome-sass'].full_gem_path + "/assets/stylesheets"
|
102
102
|
|
103
|
-
#Go to the compass project directory
|
103
|
+
# Go to the compass project directory
|
104
104
|
Dir.chdir File.join(sass_assets, "sass") do |dir|
|
105
105
|
puts "Sass dir : #{dir}"
|
106
106
|
# -s #{style} -I #{path}
|
@@ -115,8 +115,8 @@ task :compass, [:mode] do |t, args|
|
|
115
115
|
# p revealjs_css_assets
|
116
116
|
sh "cp styles/old-gpe.css #{revealjs_css_theme_assets}"
|
117
117
|
sh "cp styles/font-awesome.css #{revealjs_css_vendor_assets}/font-awesome-4.3.0.css"
|
118
|
-
|
119
118
|
sh "cp styles/new-gpe.css #{revealjs_redhat_css_theme_assets}/gpe.css"
|
119
|
+
sh "cp styles/conference.css #{revealjs_redhat_css_theme_assets}/conference.css"
|
120
120
|
sh "cp styles/conference-blue.css #{revealjs_redhat_css_theme_assets}/conference-blue.css"
|
121
121
|
sh "cp styles/conference-redhat.css #{revealjs_redhat_css_theme_assets}/conference-redhat.css"
|
122
122
|
sh "cp styles/theme-v2-liberation.css #{revealjs_redhat_css_theme_assets}/theme-v2-liberation.css"
|
data/lib/hyla/project.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
module Hyla
|
2
|
-
VERSION = '1.0.9
|
2
|
+
VERSION = '1.0.9'
|
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
|
@@ -1,15 +1,18 @@
|
|
1
1
|
/* $fonts: 'Overpass', 'Liberation Sans', 'Open Sans', sans-serif; */
|
2
|
+
/* JBCnfConf 2016 */
|
3
|
+
/*$color: #019AD7;*/
|
4
|
+
/* Snowcamp 2016 */
|
2
5
|
/*********************************************
|
3
6
|
* GLOBAL STYLES
|
4
7
|
* Feb 24, ART: added a border to the body, attempting to see how the margin is being used.
|
5
8
|
* Feb 24, ART: added a border to the reveal section, attempting to see how the margin is being used.
|
6
9
|
*********************************************/
|
7
|
-
/* line
|
10
|
+
/* line 11, ../conference-blue.scss */
|
8
11
|
body {
|
9
12
|
font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
|
10
13
|
}
|
11
14
|
|
12
|
-
/* line
|
15
|
+
/* line 15, ../conference-blue.scss */
|
13
16
|
.reveal {
|
14
17
|
font-family: "Liberation Sans", "Overpass", "Open Sans", sans-serif;
|
15
18
|
font-size: 28px;
|
@@ -18,7 +21,7 @@ body {
|
|
18
21
|
color: black;
|
19
22
|
}
|
20
23
|
|
21
|
-
/* line
|
24
|
+
/* line 23, ../conference-blue.scss */
|
22
25
|
::selection {
|
23
26
|
color: white;
|
24
27
|
background: rgba(0, 0, 0, 0.99);
|
@@ -28,7 +31,7 @@ body {
|
|
28
31
|
/*********************************************
|
29
32
|
* HEADERS
|
30
33
|
*********************************************/
|
31
|
-
/* line
|
34
|
+
/* line 32, ../conference-blue.scss */
|
32
35
|
.reveal h1,
|
33
36
|
.reveal h2,
|
34
37
|
.reveal h3,
|
@@ -47,7 +50,7 @@ body {
|
|
47
50
|
/**************************************************************
|
48
51
|
* Change color of the cover slide using class sl-block-content
|
49
52
|
**************************************************************/
|
50
|
-
/* line
|
53
|
+
/* line 50, ../conference-blue.scss */
|
51
54
|
.reveal .sl-block-content h1,
|
52
55
|
.reveal .sl-block-content h2,
|
53
56
|
.reveal .sl-block-content h3,
|
@@ -60,14 +63,14 @@ body {
|
|
60
63
|
/***************************************************
|
61
64
|
* Feb 26, ART: Font Size 2em and width: 900px added
|
62
65
|
**************************************************/
|
63
|
-
/* line
|
66
|
+
/* line 62, ../conference-blue.scss */
|
64
67
|
.reveal h1 {
|
65
68
|
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
|
66
69
|
font-size: 2em;
|
67
70
|
width: 900px;
|
68
71
|
}
|
69
72
|
|
70
|
-
/* line
|
73
|
+
/* line 68, ../conference-blue.scss */
|
71
74
|
.reveal h2 {
|
72
75
|
font-size: 2em;
|
73
76
|
}
|
@@ -77,7 +80,7 @@ body {
|
|
77
80
|
* Feb 26, CHM : Add top: 370px to fill the screen to 100%
|
78
81
|
* Mar 24 3015, CHM : Remove top due to cutoff with safari, firefox & add margin-top
|
79
82
|
******************************************/
|
80
|
-
/* line
|
83
|
+
/* line 77, ../conference-blue.scss */
|
81
84
|
.reveal .slides {
|
82
85
|
text-align: left;
|
83
86
|
/* margin-top: $slides-margin-top; WE don't use it as the value is assigned by Revealjs */
|
@@ -91,7 +94,7 @@ body {
|
|
91
94
|
* Mar 02, CHM: Increase height from 600 to 670px
|
92
95
|
* Mar 06, CHM: Change overflow from scroll to auto
|
93
96
|
*********************************************/
|
94
|
-
/* line
|
97
|
+
/* line 90, ../conference-blue.scss */
|
95
98
|
.scrollbar {
|
96
99
|
border: 1px solid #eee;
|
97
100
|
height: 600px;
|
@@ -105,7 +108,7 @@ body {
|
|
105
108
|
* Add this tag [.cover] before the picture of the cover page
|
106
109
|
* Mar 04 2015, CHM: Initial
|
107
110
|
**************************************************************/
|
108
|
-
/* line
|
111
|
+
/* line 103, ../conference-blue.scss */
|
109
112
|
.cover {
|
110
113
|
position: absolute;
|
111
114
|
top: 20px;
|
@@ -116,7 +119,7 @@ body {
|
|
116
119
|
* Corporate Logo Header Image
|
117
120
|
* Feb 26, CHM: Changed the height from 80px to 0px
|
118
121
|
*********************************************/
|
119
|
-
/* line
|
122
|
+
/* line 113, ../conference-blue.scss */
|
120
123
|
.header {
|
121
124
|
position: absolute;
|
122
125
|
margin: 0 auto;
|
@@ -135,7 +138,7 @@ body {
|
|
135
138
|
* Mar 13 2015, CHM : Add footer-cover to override the color for cover slide
|
136
139
|
* Mar 24 2015, CHM : Remove hard coded px and use percentages
|
137
140
|
******************************************************/
|
138
|
-
/* line
|
141
|
+
/* line 131, ../conference-blue.scss */
|
139
142
|
.reveal .footer {
|
140
143
|
position: absolute;
|
141
144
|
margin: 0 auto;
|
@@ -148,7 +151,7 @@ body {
|
|
148
151
|
text-align: center;
|
149
152
|
}
|
150
153
|
|
151
|
-
/* line
|
154
|
+
/* line 143, ../conference-blue.scss */
|
152
155
|
.reveal .footer-cover {
|
153
156
|
position: absolute;
|
154
157
|
margin: 0 auto;
|
@@ -165,7 +168,7 @@ body {
|
|
165
168
|
/*********************************************
|
166
169
|
* LINKS
|
167
170
|
*********************************************/
|
168
|
-
/* line
|
171
|
+
/* line 159, ../conference-blue.scss */
|
169
172
|
.reveal a:not(.image) {
|
170
173
|
color: #019AD7;
|
171
174
|
text-decoration: none;
|
@@ -176,14 +179,14 @@ body {
|
|
176
179
|
transition: color .15s ease;
|
177
180
|
}
|
178
181
|
|
179
|
-
/* line
|
182
|
+
/* line 170, ../conference-blue.scss */
|
180
183
|
.reveal a:not(.image):hover {
|
181
184
|
color: #019AD7;
|
182
185
|
text-shadow: none;
|
183
186
|
border: none;
|
184
187
|
}
|
185
188
|
|
186
|
-
/* line
|
189
|
+
/* line 176, ../conference-blue.scss */
|
187
190
|
.reveal .roll span:after {
|
188
191
|
color: #fff;
|
189
192
|
background: #019AD7;
|
@@ -193,7 +196,7 @@ body {
|
|
193
196
|
* IMAGES
|
194
197
|
* Mar 13 2015, CHM : Remove the shadow box around the image
|
195
198
|
*********************************************/
|
196
|
-
/* line
|
199
|
+
/* line 185, ../conference-blue.scss */
|
197
200
|
.reveal section img {
|
198
201
|
margin: 15px 0px;
|
199
202
|
-webkit-transition: all .2s linear;
|
@@ -203,7 +206,7 @@ body {
|
|
203
206
|
transition: all .2s linear;
|
204
207
|
}
|
205
208
|
|
206
|
-
/* line
|
209
|
+
/* line 194, ../conference-blue.scss */
|
207
210
|
.reveal a:hover img {
|
208
211
|
background: rgba(255, 255, 255, 0.2);
|
209
212
|
border-color: #019AD7;
|
@@ -213,46 +216,46 @@ body {
|
|
213
216
|
/*********************************************
|
214
217
|
* NAVIGATION CONTROLS
|
215
218
|
*********************************************/
|
216
|
-
/* line
|
219
|
+
/* line 203, ../conference-blue.scss */
|
217
220
|
.reveal .controls div.navigate-left,
|
218
221
|
.reveal .controls div.navigate-left.enabled {
|
219
222
|
border-right-color: #C1100C;
|
220
223
|
}
|
221
224
|
|
222
|
-
/* line
|
225
|
+
/* line 208, ../conference-blue.scss */
|
223
226
|
.reveal .controls div.navigate-right,
|
224
227
|
.reveal .controls div.navigate-right.enabled {
|
225
228
|
border-left-color: #C1100C;
|
226
229
|
}
|
227
230
|
|
228
|
-
/* line
|
231
|
+
/* line 213, ../conference-blue.scss */
|
229
232
|
.reveal .controls div.navigate-up,
|
230
233
|
.reveal .controls div.navigate-up.enabled {
|
231
234
|
border-bottom-color: #C1100C;
|
232
235
|
}
|
233
236
|
|
234
|
-
/* line
|
237
|
+
/* line 218, ../conference-blue.scss */
|
235
238
|
.reveal .controls div.navigate-down,
|
236
239
|
.reveal .controls div.navigate-down.enabled {
|
237
240
|
border-top-color: #C1100C;
|
238
241
|
}
|
239
242
|
|
240
|
-
/* line
|
243
|
+
/* line 223, ../conference-blue.scss */
|
241
244
|
.reveal .controls div.navigate-left.enabled:hover {
|
242
245
|
border-right-color: #ef6f16;
|
243
246
|
}
|
244
247
|
|
245
|
-
/* line
|
248
|
+
/* line 227, ../conference-blue.scss */
|
246
249
|
.reveal .controls div.navigate-right.enabled:hover {
|
247
250
|
border-left-color: #ef6f16;
|
248
251
|
}
|
249
252
|
|
250
|
-
/* line
|
253
|
+
/* line 231, ../conference-blue.scss */
|
251
254
|
.reveal .controls div.navigate-up.enabled:hover {
|
252
255
|
border-bottom-color: #ef6f16;
|
253
256
|
}
|
254
257
|
|
255
|
-
/* line
|
258
|
+
/* line 235, ../conference-blue.scss */
|
256
259
|
.reveal .controls div.navigate-down.enabled:hover {
|
257
260
|
border-top-color: #ef6f16;
|
258
261
|
}
|
@@ -260,12 +263,12 @@ body {
|
|
260
263
|
/*********************************************
|
261
264
|
* PROGRESS BAR
|
262
265
|
*********************************************/
|
263
|
-
/* line
|
266
|
+
/* line 242, ../conference-blue.scss */
|
264
267
|
.reveal .progress {
|
265
268
|
background: rgba(0, 0, 0, 0.2);
|
266
269
|
}
|
267
270
|
|
268
|
-
/* line
|
271
|
+
/* line 246, ../conference-blue.scss */
|
269
272
|
.reveal .progress span {
|
270
273
|
background: #019AD7;
|
271
274
|
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
@@ -278,7 +281,7 @@ body {
|
|
278
281
|
/*********************************************
|
279
282
|
* SLIDE NUMBER
|
280
283
|
*********************************************/
|
281
|
-
/* line
|
284
|
+
/* line 258, ../conference-blue.scss */
|
282
285
|
.reveal .slide-number {
|
283
286
|
color: darkblue;
|
284
287
|
}
|
@@ -291,28 +294,28 @@ body {
|
|
291
294
|
* Mar 13 2015, CHM: Change color to black and revert square, disc & circle
|
292
295
|
*********************************************************************************/
|
293
296
|
/* line 287, ../gpe.scss */
|
294
|
-
/* line
|
297
|
+
/* line 270, ../conference-blue.scss */
|
295
298
|
.reveal ul li p, ul li li p, ul li li p {
|
296
299
|
color: black;
|
297
300
|
list-style: none;
|
298
301
|
}
|
299
302
|
|
300
303
|
/* line 293, ../gpe.scss */
|
301
|
-
/* line
|
304
|
+
/* line 276, ../conference-blue.scss */
|
302
305
|
.reveal ul li {
|
303
306
|
list-style-type: disc;
|
304
307
|
color: black;
|
305
308
|
}
|
306
309
|
|
307
310
|
/* line 298, ../gpe.scss */
|
308
|
-
/* line
|
311
|
+
/* line 282, ../conference-blue.scss */
|
309
312
|
.reveal ul li li {
|
310
313
|
list-style-type: square;
|
311
314
|
color: black;
|
312
315
|
}
|
313
316
|
|
314
317
|
/* line 303, ../gpe.scss */
|
315
|
-
/* line
|
318
|
+
/* line 288, ../conference-blue.scss */
|
316
319
|
.reveal ul li li li {
|
317
320
|
list-style-type: circle;
|
318
321
|
color: black;
|
@@ -323,7 +326,7 @@ body {
|
|
323
326
|
* Font Awesome icons for NOTE, WARNING, REMARK, ....
|
324
327
|
* Feb, CHM: Added
|
325
328
|
*******************************************************************/
|
326
|
-
/* line
|
329
|
+
/* line 298, ../conference-blue.scss */
|
327
330
|
.reveal i.fa {
|
328
331
|
font-family: 'FontAwesome';
|
329
332
|
font-style: normal;
|
@@ -334,7 +337,7 @@ body {
|
|
334
337
|
* Support asciidoctor callout
|
335
338
|
* Feb 27, CHM: Added
|
336
339
|
*********************************************/
|
337
|
-
/* line
|
340
|
+
/* line 308, ../conference-blue.scss */
|
338
341
|
.reveal i.conum {
|
339
342
|
display: inline-block;
|
340
343
|
color: white !important;
|
@@ -353,22 +356,22 @@ body {
|
|
353
356
|
letter-spacing: -2px;
|
354
357
|
}
|
355
358
|
|
356
|
-
/* line
|
359
|
+
/* line 326, ../conference-blue.scss */
|
357
360
|
.reveal i.conum * {
|
358
361
|
color: white !important;
|
359
362
|
}
|
360
363
|
|
361
|
-
/* line
|
364
|
+
/* line 330, ../conference-blue.scss */
|
362
365
|
.reveal i.conum + b {
|
363
366
|
display: none;
|
364
367
|
}
|
365
368
|
|
366
|
-
/* line
|
369
|
+
/* line 334, ../conference-blue.scss */
|
367
370
|
.reveal i.conum:after {
|
368
371
|
content: attr(data-value);
|
369
372
|
}
|
370
373
|
|
371
|
-
/* line
|
374
|
+
/* line 338, ../conference-blue.scss */
|
372
375
|
.reveal i.conum:not([data-value]):empty {
|
373
376
|
display: none;
|
374
377
|
}
|
@@ -380,7 +383,7 @@ body {
|
|
380
383
|
* Mar 03, CHM: Improve style to be compliant with Redhat styles
|
381
384
|
* Mar 06, CHM: Add a noredheader class to avoid to display the first line in red of a table containing images, ..
|
382
385
|
******************************************************/
|
383
|
-
/* line
|
386
|
+
/* line 349, ../conference-blue.scss */
|
384
387
|
table.tableblock, table.tableblock td {
|
385
388
|
border-style: none;
|
386
389
|
border-color: #F3F4F4;
|
@@ -390,7 +393,7 @@ table.tableblock, table.tableblock td {
|
|
390
393
|
padding: 5px;
|
391
394
|
}
|
392
395
|
|
393
|
-
/* line
|
396
|
+
/* line 358, ../conference-blue.scss */
|
394
397
|
table.tableblock > caption {
|
395
398
|
line-height: 1.4;
|
396
399
|
color: #333333;
|
@@ -402,7 +405,7 @@ table.tableblock > caption {
|
|
402
405
|
display: table-caption;
|
403
406
|
}
|
404
407
|
|
405
|
-
/* line
|
408
|
+
/* line 369, ../conference-blue.scss */
|
406
409
|
table.tableblock:not(.noredheader) thead tr, table.tableblock:not(.noredheader) :not(thead) + tbody tr:first-child td {
|
407
410
|
background-color: #a70000;
|
408
411
|
text-align: left;
|
@@ -411,47 +414,47 @@ table.tableblock:not(.noredheader) thead tr, table.tableblock:not(.noredheader)
|
|
411
414
|
font-size: 24px;
|
412
415
|
}
|
413
416
|
|
414
|
-
/* line
|
417
|
+
/* line 377, ../conference-blue.scss */
|
415
418
|
table.tableblock.noredheader tr:first-child td {
|
416
419
|
/* background-color: #EEEEEE;*/
|
417
420
|
}
|
418
421
|
|
419
|
-
/* line
|
422
|
+
/* line 381, ../conference-blue.scss */
|
420
423
|
table.tableblock tr:nth-child(even) {
|
421
424
|
/* background: white;*/
|
422
425
|
}
|
423
426
|
|
424
|
-
/* line
|
427
|
+
/* line 385, ../conference-blue.scss */
|
425
428
|
table.tableblock tr:nth-child(odd) {
|
426
429
|
/* background-color: #F3F4F4;*/
|
427
430
|
}
|
428
431
|
|
429
|
-
/* line
|
432
|
+
/* line 389, ../conference-blue.scss */
|
430
433
|
th.tableblock.halign-left, td.tableblock.halign-left {
|
431
434
|
text-align: left;
|
432
435
|
}
|
433
436
|
|
434
|
-
/* line
|
437
|
+
/* line 393, ../conference-blue.scss */
|
435
438
|
th.tableblock.halign-right, td.tableblock.halign-right {
|
436
439
|
text-align: right;
|
437
440
|
}
|
438
441
|
|
439
|
-
/* line
|
442
|
+
/* line 397, ../conference-blue.scss */
|
440
443
|
th.tableblock.halign-center, td.tableblock.halign-center {
|
441
444
|
text-align: center;
|
442
445
|
}
|
443
446
|
|
444
|
-
/* line
|
447
|
+
/* line 401, ../conference-blue.scss */
|
445
448
|
th.tableblock.valign-top, td.tableblock.valign-top {
|
446
449
|
vertical-align: top;
|
447
450
|
}
|
448
451
|
|
449
|
-
/* line
|
452
|
+
/* line 405, ../conference-blue.scss */
|
450
453
|
th.tableblock.valign-bottom, td.tableblock.valign-bottom {
|
451
454
|
vertical-align: bottom;
|
452
455
|
}
|
453
456
|
|
454
|
-
/* line
|
457
|
+
/* line 409, ../conference-blue.scss */
|
455
458
|
th.tableblock.valign-middle, td.tableblock.valign-middle {
|
456
459
|
vertical-align: middle;
|
457
460
|
}
|
@@ -461,7 +464,7 @@ th.tableblock.valign-middle, td.tableblock.valign-middle {
|
|
461
464
|
* Here is a trick to support that <strong>text</strong> enclosed in <li> tag & color
|
462
465
|
* Feb 27, CHM: Added
|
463
466
|
**************************************************************/
|
464
|
-
/* line
|
467
|
+
/* line 418, ../conference-blue.scss */
|
465
468
|
li strong {
|
466
469
|
color: #019AD7;
|
467
470
|
font-weight: bold;
|
@@ -471,12 +474,12 @@ li strong {
|
|
471
474
|
* Override Revealjs Pre class
|
472
475
|
* Mar 04 2015, CHM : Change width from 90% to 100% and margin to reduce size of the box hightlighted
|
473
476
|
*************************************************************/
|
474
|
-
/* line
|
477
|
+
/* line 427, ../conference-blue.scss */
|
475
478
|
.reveal pre {
|
476
479
|
width: 100%;
|
477
480
|
}
|
478
481
|
|
479
|
-
/* line
|
482
|
+
/* line 431, ../conference-blue.scss */
|
480
483
|
.listingblock .content {
|
481
484
|
margin-right: 50px;
|
482
485
|
padding-right: 50px;
|
@@ -487,42 +490,42 @@ li strong {
|
|
487
490
|
* Mar 06 2015, CHM : Numbers displayed were cut
|
488
491
|
* Mar 16 2015, CHM : Change margin left for font overlap otherwise it is cut
|
489
492
|
****************/
|
490
|
-
/* line
|
493
|
+
/* line 441, ../conference-blue.scss */
|
491
494
|
.reveal ol {
|
492
495
|
margin-left: 50px;
|
493
496
|
}
|
494
497
|
|
495
|
-
/* line
|
498
|
+
/* line 445, ../conference-blue.scss */
|
496
499
|
ol.arabic {
|
497
500
|
list-style-type: decimal;
|
498
501
|
}
|
499
502
|
|
500
|
-
/* line
|
503
|
+
/* line 449, ../conference-blue.scss */
|
501
504
|
ol.decimal {
|
502
505
|
list-style-type: decimal-leading-zero;
|
503
506
|
}
|
504
507
|
|
505
|
-
/* line
|
508
|
+
/* line 453, ../conference-blue.scss */
|
506
509
|
ol.loweralpha {
|
507
510
|
list-style-type: lower-alpha;
|
508
511
|
}
|
509
512
|
|
510
|
-
/* line
|
513
|
+
/* line 457, ../conference-blue.scss */
|
511
514
|
ol.upperalpha {
|
512
515
|
list-style-type: upper-alpha;
|
513
516
|
}
|
514
517
|
|
515
|
-
/* line
|
518
|
+
/* line 461, ../conference-blue.scss */
|
516
519
|
ol.lowerroman {
|
517
520
|
list-style-type: lower-roman;
|
518
521
|
}
|
519
522
|
|
520
|
-
/* line
|
523
|
+
/* line 465, ../conference-blue.scss */
|
521
524
|
ol.upperroman {
|
522
525
|
list-style-type: upper-roman;
|
523
526
|
}
|
524
527
|
|
525
|
-
/* line
|
528
|
+
/* line 469, ../conference-blue.scss */
|
526
529
|
ol.lowergreek {
|
527
530
|
list-style-type: lower-greek;
|
528
531
|
}
|
@@ -532,13 +535,13 @@ ol.lowergreek {
|
|
532
535
|
*
|
533
536
|
* Mar 03, CHM: Added
|
534
537
|
**************************************************************/
|
535
|
-
/* line
|
538
|
+
/* line 478, ../conference-blue.scss */
|
536
539
|
.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 {
|
537
540
|
text-align: left;
|
538
541
|
font-weight: bold;
|
539
542
|
}
|
540
543
|
|
541
|
-
/* line
|
544
|
+
/* line 483, ../conference-blue.scss */
|
542
545
|
.admonitionblock > table {
|
543
546
|
border: 0;
|
544
547
|
background: none;
|
@@ -546,24 +549,24 @@ ol.lowergreek {
|
|
546
549
|
padding: 5px 0px;
|
547
550
|
}
|
548
551
|
|
549
|
-
/* line
|
552
|
+
/* line 490, ../conference-blue.scss */
|
550
553
|
.admonitionblock > table td.icon {
|
551
554
|
text-align: center;
|
552
555
|
width: 80px;
|
553
556
|
}
|
554
557
|
|
555
|
-
/* line
|
558
|
+
/* line 495, ../conference-blue.scss */
|
556
559
|
.admonitionblock > table td.icon img {
|
557
560
|
max-width: none;
|
558
561
|
}
|
559
562
|
|
560
|
-
/* line
|
563
|
+
/* line 499, ../conference-blue.scss */
|
561
564
|
.admonitionblock > table td.icon .title {
|
562
565
|
font-weight: bold;
|
563
566
|
text-transform: uppercase;
|
564
567
|
}
|
565
568
|
|
566
|
-
/* line
|
569
|
+
/* line 504, ../conference-blue.scss */
|
567
570
|
.admonitionblock > table td.content {
|
568
571
|
padding-left: 1.125em;
|
569
572
|
padding-right: 1.25em;
|
@@ -574,22 +577,22 @@ ol.lowergreek {
|
|
574
577
|
}
|
575
578
|
|
576
579
|
/* Override the color for the list */
|
577
|
-
/* line
|
580
|
+
/* line 514, ../conference-blue.scss */
|
578
581
|
.admonitionblock > table td.content ul li, .admonitionblock > table td.content ol li, .admonitionblock > table td.content ol p, .admonitionblock > table td.content ul p {
|
579
582
|
color: #6f6f6f;
|
580
583
|
}
|
581
584
|
|
582
|
-
/* line
|
585
|
+
/* line 518, ../conference-blue.scss */
|
583
586
|
.admonitionblock > table td.content > :last-child > :last-child {
|
584
587
|
margin-bottom: 0;
|
585
588
|
}
|
586
589
|
|
587
|
-
/* line
|
590
|
+
/* line 522, ../conference-blue.scss */
|
588
591
|
.admonitionblock > table td.icon {
|
589
592
|
vertical-align: middle;
|
590
593
|
}
|
591
594
|
|
592
|
-
/* line
|
595
|
+
/* line 526, ../conference-blue.scss */
|
593
596
|
.admonitionblock td.icon [class^="icon-"]:before {
|
594
597
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
|
595
598
|
cursor: default;
|
@@ -604,14 +607,14 @@ ol.lowergreek {
|
|
604
607
|
top: 5px;
|
605
608
|
}
|
606
609
|
|
607
|
-
/* line
|
610
|
+
/* line 540, ../conference-blue.scss */
|
608
611
|
.admonitionblock td.icon .icon-note:before {
|
609
612
|
content: "\f05a";
|
610
613
|
color: #005498;
|
611
614
|
color: #003f72;
|
612
615
|
}
|
613
616
|
|
614
|
-
/* line
|
617
|
+
/* line 546, ../conference-blue.scss */
|
615
618
|
.admonitionblock td.icon .icon-tip:before {
|
616
619
|
content: "\f0eb";
|
617
620
|
text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
|
@@ -619,19 +622,19 @@ ol.lowergreek {
|
|
619
622
|
}
|
620
623
|
|
621
624
|
/* Use a more yellow lighter color */
|
622
|
-
/* line
|
625
|
+
/* line 553, ../conference-blue.scss */
|
623
626
|
.admonitionblock td.icon .icon-warning:before {
|
624
627
|
content: "\f071";
|
625
628
|
color: #EFEF0C;
|
626
629
|
}
|
627
630
|
|
628
|
-
/* line
|
631
|
+
/* line 558, ../conference-blue.scss */
|
629
632
|
.admonitionblock td.icon .icon-caution:before {
|
630
633
|
content: "\f06d";
|
631
634
|
color: #bf3400;
|
632
635
|
}
|
633
636
|
|
634
|
-
/* line
|
637
|
+
/* line 563, ../conference-blue.scss */
|
635
638
|
.admonitionblock td.icon .icon-important:before {
|
636
639
|
content: "\f06a";
|
637
640
|
color: #bf0000;
|
@@ -642,22 +645,22 @@ ol.lowergreek {
|
|
642
645
|
* Mar 23 2015, CHM: Added
|
643
646
|
* Mar 25 2015, CHM: Change font size to 28px;
|
644
647
|
**************************************************************/
|
645
|
-
/* line
|
648
|
+
/* line 573, ../conference-blue.scss */
|
646
649
|
.reveal .audioblock {
|
647
650
|
padding: 15px 0px;
|
648
651
|
}
|
649
652
|
|
650
|
-
/* line
|
653
|
+
/* line 577, ../conference-blue.scss */
|
651
654
|
.reveal p, .reveal ol, .reveal ul, .reveal table, .reveal .colist td {
|
652
655
|
font-size: 28px;
|
653
656
|
}
|
654
657
|
|
655
|
-
/* line
|
658
|
+
/* line 581, ../conference-blue.scss */
|
656
659
|
.reveal pre {
|
657
660
|
font-size: 0.55em;
|
658
661
|
}
|
659
662
|
|
660
|
-
/* line
|
663
|
+
/* line 585, ../conference-blue.scss */
|
661
664
|
.reveal .listingblock {
|
662
665
|
padding-bottom: 10px;
|
663
666
|
}
|