metanorma-ribose 1.6.7 → 1.6.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +21 -1
- data/lib/asciidoctor/ribose/basicdoc.rng +52 -3
- data/lib/asciidoctor/ribose/isodoc.rng +51 -3
- data/lib/isodoc/ribose/html/htmlstyle.css +3 -3
- data/lib/isodoc/ribose/html/htmlstyle.scss +2 -2
- data/lib/isodoc/ribose/html/rsd.css +70 -70
- data/lib/isodoc/ribose/html/rsd.scss +70 -70
- data/lib/isodoc/ribose/html/wordstyle.css +53 -53
- data/lib/isodoc/ribose/html/wordstyle.scss +53 -53
- data/lib/isodoc/ribose/rsd.standard.xsl +280 -72
- data/lib/isodoc/ribose/xref.rb +7 -2
- data/lib/metanorma/ribose/processor.rb +9 -0
- data/lib/metanorma/ribose/version.rb +1 -1
- data/metanorma-ribose.gemspec +1 -2
- data/metanorma.yml +6 -0
- metadata +4 -18
@@ -9,7 +9,7 @@ p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode, pre
|
|
9
9
|
text-align:left;
|
10
10
|
mso-pagination:widow-orphan;
|
11
11
|
tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
|
12
|
-
font-size
|
12
|
+
font-size:$monospacefontsize;
|
13
13
|
font-family:$monospacefont;
|
14
14
|
mso-fareast-font-family:Calibri;
|
15
15
|
mso-bidi-font-family:"Courier New";
|
@@ -36,13 +36,13 @@ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef
|
|
36
36
|
mso-style-parent:"";
|
37
37
|
margin-top:0cm;
|
38
38
|
margin-right:0cm;
|
39
|
-
margin-bottom
|
39
|
+
margin-bottom:$normalfontsize;
|
40
40
|
margin-left:33.15pt;
|
41
41
|
text-indent:-33.15pt;
|
42
42
|
tab-stops: 33.15pt;
|
43
|
-
line-height
|
43
|
+
line-height:$normalfontsize;
|
44
44
|
mso-pagination:widow-orphan;
|
45
|
-
font-size
|
45
|
+
font-size:$normalfontsize;
|
46
46
|
font-weight:normal;
|
47
47
|
font-family:$bodyfont;
|
48
48
|
mso-fareast-font-family:$bodyfont;
|
@@ -57,11 +57,11 @@ p.FigureTitle
|
|
57
57
|
margin-bottom:6.0pt;
|
58
58
|
margin-left:0cm;
|
59
59
|
text-align:center;
|
60
|
-
line-height
|
60
|
+
line-height:$normalfontsize;
|
61
61
|
page-break-before:avoid;
|
62
62
|
mso-pagination:widow-orphan;
|
63
63
|
tab-stops:20.15pt;
|
64
|
-
font-size
|
64
|
+
font-size:$smallerfontsize;
|
65
65
|
font-weight:bold;
|
66
66
|
font-family:$bodyfont;
|
67
67
|
mso-fareast-font-family:$bodyfont;
|
@@ -76,11 +76,11 @@ p.SourceTitle
|
|
76
76
|
margin-bottom:6.0pt;
|
77
77
|
margin-left:0cm;
|
78
78
|
text-align:center;
|
79
|
-
line-height
|
79
|
+
line-height:$normalfontsize;
|
80
80
|
page-break-before:avoid;
|
81
81
|
mso-pagination:widow-orphan;
|
82
82
|
tab-stops:20.15pt;
|
83
|
-
font-size
|
83
|
+
font-size:$smallerfontsize;
|
84
84
|
font-weight:bold;
|
85
85
|
font-family:$bodyfont;
|
86
86
|
mso-fareast-font-family:$bodyfont;
|
@@ -95,11 +95,11 @@ p.AdmonitionTitle, p.RecommendationTitle
|
|
95
95
|
margin-bottom:6.0pt;
|
96
96
|
margin-left:0cm;
|
97
97
|
text-align:center;
|
98
|
-
line-height
|
98
|
+
line-height:$normalfontsize;
|
99
99
|
page-break-after:avoid;
|
100
100
|
mso-pagination:widow-orphan;
|
101
101
|
tab-stops:20.15pt;
|
102
|
-
font-size
|
102
|
+
font-size:$smallerfontsize;
|
103
103
|
font-weight:bold;
|
104
104
|
font-family:$bodyfont;
|
105
105
|
mso-fareast-font-family:$bodyfont;
|
@@ -115,10 +115,10 @@ p.TableTitle
|
|
115
115
|
margin-left:0cm;
|
116
116
|
text-align:center;
|
117
117
|
page-break-after:avoid;
|
118
|
-
line-height
|
118
|
+
line-height:$normalfontsize;
|
119
119
|
mso-pagination:widow-orphan;
|
120
120
|
tab-stops:20.15pt;
|
121
|
-
font-size
|
121
|
+
font-size:$smallerfontsize;
|
122
122
|
font-family:$bodyfont;
|
123
123
|
mso-fareast-font-family:$bodyfont;
|
124
124
|
mso-bidi-font-family:$bodyfont;
|
@@ -129,14 +129,14 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
|
|
129
129
|
mso-style-parent:"";
|
130
130
|
margin-top:0cm;
|
131
131
|
margin-right:0cm;
|
132
|
-
margin-bottom
|
132
|
+
margin-bottom:$normalfontsize;
|
133
133
|
margin-left:0cm;
|
134
134
|
text-align:justify;
|
135
|
-
line-height
|
135
|
+
line-height:$normalfontsize;
|
136
136
|
mso-pagination:widow-orphan;
|
137
137
|
tab-stops:20.15pt;
|
138
|
-
font-size
|
139
|
-
mso-bidi-font-size
|
138
|
+
font-size:$smallerfontsize;
|
139
|
+
mso-bidi-font-size:$smallerfontsize;
|
140
140
|
font-family:$bodyfont;
|
141
141
|
mso-fareast-font-family:$bodyfont;
|
142
142
|
mso-bidi-font-family:$bodyfont;
|
@@ -160,8 +160,8 @@ p.ANNEX, li.ANNEX, div.ANNEX
|
|
160
160
|
mso-outline-level:1;
|
161
161
|
mso-list:l0 level1 lfo12;
|
162
162
|
tab-stops:20.15pt;
|
163
|
-
font-size
|
164
|
-
mso-bidi-font-size
|
163
|
+
font-size:$normalfontsize;
|
164
|
+
mso-bidi-font-size:$smallerfontsize;
|
165
165
|
font-family:$headerfont;
|
166
166
|
color:#0E1A85;
|
167
167
|
mso-fareast-font-family:$headerfont;
|
@@ -182,8 +182,8 @@ p.BiblioTitle, li.BiblioTitle, div.BiblioTitle
|
|
182
182
|
mso-pagination:widow-orphan;
|
183
183
|
mso-outline-level:1;
|
184
184
|
tab-stops:20.15pt;
|
185
|
-
font-size
|
186
|
-
mso-bidi-font-size
|
185
|
+
font-size:$normalfontsize;
|
186
|
+
mso-bidi-font-size:$smallerfontsize;
|
187
187
|
font-family:$headerfont;
|
188
188
|
color:#0E1A85;
|
189
189
|
mso-fareast-font-family:$headerfont;
|
@@ -196,13 +196,13 @@ p.Definition, li.Definition, div.Definition
|
|
196
196
|
mso-style-unhide:no;
|
197
197
|
margin-top:0cm;
|
198
198
|
margin-right:0cm;
|
199
|
-
margin-bottom
|
199
|
+
margin-bottom:$normalfontsize;
|
200
200
|
margin-left:0cm;
|
201
201
|
text-align:justify;
|
202
|
-
line-height
|
202
|
+
line-height:$normalfontsize;
|
203
203
|
mso-pagination:widow-orphan;
|
204
204
|
tab-stops:20.15pt;
|
205
|
-
font-size
|
205
|
+
font-size:$normalfontsize;
|
206
206
|
font-family:$bodyfont;
|
207
207
|
mso-fareast-font-family:$bodyfont;
|
208
208
|
mso-bidi-font-family:$bodyfont;
|
@@ -223,8 +223,8 @@ p.ForewordTitle, li.ForewordTitle, div.ForewordTitle
|
|
223
223
|
mso-outline-level:1;
|
224
224
|
mso-hyphenate:none;
|
225
225
|
tab-stops:20.15pt;
|
226
|
-
font-size
|
227
|
-
mso-bidi-font-size
|
226
|
+
font-size:$normalfontsize;
|
227
|
+
mso-bidi-font-size:$smallerfontsize;
|
228
228
|
font-family:$headerfont;
|
229
229
|
color:#0E1A85;
|
230
230
|
mso-fareast-font-family:$headerfont;
|
@@ -247,8 +247,8 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle
|
|
247
247
|
mso-outline-level:1;
|
248
248
|
mso-hyphenate:none;
|
249
249
|
tab-stops:20.15pt;
|
250
|
-
font-size
|
251
|
-
mso-bidi-font-size
|
250
|
+
font-size:$normalfontsize;
|
251
|
+
mso-bidi-font-size:$smallerfontsize;
|
252
252
|
font-family:$headerfont;
|
253
253
|
color:#0E1A85;
|
254
254
|
mso-fareast-font-family:$headerfont;
|
@@ -270,8 +270,8 @@ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
|
270
270
|
page-break-after:avoid;
|
271
271
|
mso-hyphenate:none;
|
272
272
|
tab-stops:20.15pt;
|
273
|
-
font-size
|
274
|
-
mso-bidi-font-size
|
273
|
+
font-size:$normalfontsize;
|
274
|
+
mso-bidi-font-size:$smallerfontsize;
|
275
275
|
font-family:$headerfont;
|
276
276
|
color:#0E1A85;
|
277
277
|
mso-fareast-font-family:$headerfont;
|
@@ -286,12 +286,12 @@ p.Terms, li.Terms, div.Terms
|
|
286
286
|
mso-style-next:Definition;
|
287
287
|
margin:0cm;
|
288
288
|
margin-bottom:.0001pt;
|
289
|
-
line-height
|
289
|
+
line-height:$normalfontsize;
|
290
290
|
mso-pagination:widow-orphan;
|
291
291
|
page-break-after:avoid;
|
292
292
|
mso-hyphenate:none;
|
293
293
|
tab-stops:20.15pt;
|
294
|
-
font-size
|
294
|
+
font-size:$normalfontsize;
|
295
295
|
font-family:$headerfont;
|
296
296
|
mso-fareast-font-family:$headerfont;
|
297
297
|
mso-bidi-font-family:$headerfont;
|
@@ -304,12 +304,12 @@ p.AltTerms, li.AltTerms, div.AltTerms
|
|
304
304
|
mso-style-next:Definition;
|
305
305
|
margin:0cm;
|
306
306
|
margin-bottom:.0001pt;
|
307
|
-
line-height
|
307
|
+
line-height:$normalfontsize;
|
308
308
|
mso-pagination:widow-orphan;
|
309
309
|
page-break-after:avoid;
|
310
310
|
mso-hyphenate:none;
|
311
311
|
tab-stops:20.15pt;
|
312
|
-
font-size
|
312
|
+
font-size:$normalfontsize;
|
313
313
|
font-family:$bodyfont;
|
314
314
|
mso-fareast-font-family:$bodyfont;
|
315
315
|
mso-bidi-font-family:$bodyfont;
|
@@ -322,12 +322,12 @@ p.DeprecatedTerms, li.DeprecatedTerms, div.DeprecatedTerms
|
|
322
322
|
mso-style-next:Definition;
|
323
323
|
margin:0cm;
|
324
324
|
margin-bottom:.0001pt;
|
325
|
-
line-height
|
325
|
+
line-height:$normalfontsize;
|
326
326
|
mso-pagination:widow-orphan;
|
327
327
|
page-break-after:avoid;
|
328
328
|
mso-hyphenate:none;
|
329
329
|
tab-stops:20.15pt;
|
330
|
-
font-size
|
330
|
+
font-size:$normalfontsize;
|
331
331
|
font-family:$bodyfont;
|
332
332
|
mso-fareast-font-family:$bodyfont;
|
333
333
|
mso-bidi-font-family:$bodyfont;
|
@@ -340,11 +340,11 @@ p.TermNum, li.TermNum, div.TermNum
|
|
340
340
|
mso-style-next:"Term\(s\)";
|
341
341
|
margin:0cm;
|
342
342
|
margin-bottom:.0001pt;
|
343
|
-
line-height
|
343
|
+
line-height:$normalfontsize;
|
344
344
|
mso-pagination:widow-orphan;
|
345
345
|
page-break-after:avoid;
|
346
346
|
tab-stops:20.15pt;
|
347
|
-
font-size
|
347
|
+
font-size:$normalfontsize;
|
348
348
|
font-family:$headerfont;
|
349
349
|
mso-fareast-font-family:$headerfont;
|
350
350
|
mso-bidi-font-family:$headerfont;
|
@@ -367,8 +367,8 @@ p.zzContents, li.zzContents, div.zzContents
|
|
367
367
|
page-break-after:avoid;
|
368
368
|
mso-hyphenate:none;
|
369
369
|
tab-stops:20.15pt;
|
370
|
-
font-size
|
371
|
-
mso-bidi-font-size
|
370
|
+
font-size:$normalfontsize;
|
371
|
+
mso-bidi-font-size:$smallerfontsize;
|
372
372
|
font-family:$headerfont;
|
373
373
|
color:#0E1A85;
|
374
374
|
mso-fareast-font-family:$headerfont;
|
@@ -382,15 +382,15 @@ p.zzCopyright, li.zzCopyright
|
|
382
382
|
mso-style-next:Normal;
|
383
383
|
margin-top:0cm;
|
384
384
|
margin-right:14.2pt;
|
385
|
-
margin-bottom
|
385
|
+
margin-bottom:$normalfontsize;
|
386
386
|
margin-left:14.2pt;
|
387
387
|
text-align:justify;
|
388
|
-
line-height
|
388
|
+
line-height:$normalfontsize;
|
389
389
|
mso-pagination:widow-orphan;
|
390
390
|
tab-stops:20.15pt 25.7pt 481.15pt;
|
391
391
|
padding:0cm;
|
392
392
|
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
393
|
-
font-size
|
393
|
+
font-size:$normalfontsize;
|
394
394
|
font-family:$bodyfont;
|
395
395
|
mso-fareast-font-family:$bodyfont;
|
396
396
|
mso-bidi-font-family:$bodyfont;
|
@@ -414,9 +414,9 @@ p.zzCopyright_address
|
|
414
414
|
text-autospace:none;
|
415
415
|
padding-left:20pt;
|
416
416
|
mso-padding-alt-left:20pt;
|
417
|
-
font-size
|
417
|
+
font-size:$normalfontsize;
|
418
418
|
text-align:left;
|
419
|
-
mso-bidi-font-size
|
419
|
+
mso-bidi-font-size:$smallerfontsize;}
|
420
420
|
p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
421
421
|
{mso-style-name:zzSTDTitle;
|
422
422
|
mso-style-noshow:yes;
|
@@ -432,7 +432,7 @@ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
|
432
432
|
mso-hyphenate:none;
|
433
433
|
tab-stops:20.15pt;
|
434
434
|
font-size:16.0pt;
|
435
|
-
mso-bidi-font-size
|
435
|
+
mso-bidi-font-size:$smallerfontsize;
|
436
436
|
font-family:$headerfont;
|
437
437
|
mso-fareast-font-family:$headerfont;
|
438
438
|
mso-bidi-font-family:$headerfont;
|
@@ -453,7 +453,7 @@ p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
|
|
453
453
|
mso-hyphenate:none;
|
454
454
|
tab-stops:20.15pt;
|
455
455
|
font-size:16.0pt;
|
456
|
-
mso-bidi-font-size
|
456
|
+
mso-bidi-font-size:$smallerfontsize;
|
457
457
|
font-family:$headerfont;
|
458
458
|
mso-fareast-font-family:$headerfont;
|
459
459
|
mso-bidi-font-family:$headerfont;
|
@@ -467,10 +467,10 @@ p.Quote, li.Quote, div.Quote
|
|
467
467
|
margin-bottom:0cm;
|
468
468
|
margin-left:36.0pt;
|
469
469
|
text-align:justify;
|
470
|
-
line-height
|
470
|
+
line-height:$normalfontsize;
|
471
471
|
mso-pagination:widow-orphan;
|
472
472
|
tab-stops:20.15pt;
|
473
|
-
font-size
|
473
|
+
font-size:$normalfontsize;
|
474
474
|
font-family:$bodyfont;
|
475
475
|
mso-fareast-font-family:$bodyfont;
|
476
476
|
mso-bidi-font-family:$bodyfont;
|
@@ -482,10 +482,10 @@ p.QuoteAttribution
|
|
482
482
|
margin-right:36.0pt;
|
483
483
|
margin-bottom:0cm;
|
484
484
|
margin-left:36.0pt;
|
485
|
-
line-height
|
485
|
+
line-height:$normalfontsize;
|
486
486
|
mso-pagination:widow-orphan;
|
487
487
|
tab-stops:20.15pt;
|
488
|
-
font-size
|
488
|
+
font-size:$normalfontsize;
|
489
489
|
font-family:$bodyfont;
|
490
490
|
mso-fareast-font-family:$bodyfont;
|
491
491
|
mso-bidi-font-family:$bodyfont;
|
@@ -504,7 +504,7 @@ p.Admonition, li.Admonition, div.Admonition
|
|
504
504
|
mso-border-themecolor:accent1;
|
505
505
|
padding:0cm;
|
506
506
|
mso-padding-alt:10.0pt 10.0pt 10.0pt 10.0pt;
|
507
|
-
font-size
|
507
|
+
font-size:$normalfontsize;
|
508
508
|
font-family:$bodyfont;
|
509
509
|
mso-ascii-font-family:$bodyfont;
|
510
510
|
mso-ascii-theme-font:minor-latin;
|
@@ -529,7 +529,7 @@ p.Code, li.Code, div.Code
|
|
529
529
|
mso-pagination:widow-orphan;
|
530
530
|
tab-stops:20.15pt;
|
531
531
|
font-size:10.0pt;
|
532
|
-
mso-bidi-font-size
|
532
|
+
mso-bidi-font-size:$smallerfontsize;
|
533
533
|
font-family:$monospacefont;
|
534
534
|
mso-fareast-font-family:Calibri;
|
535
535
|
mso-bidi-font-family:"Source Sans Pro";
|
@@ -540,12 +540,12 @@ p.Formula, li.Formula, div.Formula
|
|
540
540
|
mso-style-unhide:no;
|
541
541
|
margin-top:0cm;
|
542
542
|
margin-right:0cm;
|
543
|
-
margin-bottom
|
543
|
+
margin-bottom:$smallerfontsize;
|
544
544
|
margin-left:20.15pt;
|
545
|
-
line-height
|
545
|
+
line-height:$normalfontsize;
|
546
546
|
mso-pagination:widow-orphan;
|
547
547
|
tab-stops:right 487.45pt;
|
548
|
-
font-size
|
548
|
+
font-size:$normalfontsize;
|
549
549
|
font-family:$bodyfont;
|
550
550
|
mso-fareast-font-family:$bodyfont;
|
551
551
|
mso-bidi-font-family:$bodyfont;
|
@@ -648,7 +648,7 @@ table.MsoISOTable, table.MsoISOTableBig
|
|
648
648
|
mso-yfti-tbllook:480;
|
649
649
|
mso-border-insideh:.75pt solid windowtext;
|
650
650
|
mso-border-insidev:.75pt solid windowtext;
|
651
|
-
font-size
|
651
|
+
font-size:$normalfontsize;
|
652
652
|
font-family:$bodyfont;}
|
653
653
|
table.MsoISOTable th, table.MsoISOTableBig th
|
654
654
|
{border:solid windowtext 1pt;
|
@@ -659,7 +659,7 @@ table.MsoISOTable td, table.MsoISOTableBig td
|
|
659
659
|
mso-border-alt:solid windowtext 1pt;
|
660
660
|
padding:0cm 2.85pt 0cm 2.85pt;}
|
661
661
|
table.MsoISOTable p, table.MsoISOTableBig p
|
662
|
-
{font-size
|
662
|
+
{font-size:$normalfontsize; }
|
663
663
|
table.MsoTableGrid
|
664
664
|
{mso-style-name:"Table Grid";
|
665
665
|
mso-tstyle-rowband-size:0;
|
@@ -674,7 +674,7 @@ table.MsoTableGrid
|
|
674
674
|
mso-para-margin:0cm;
|
675
675
|
mso-para-margin-bottom:.0001pt;
|
676
676
|
mso-pagination:widow-orphan;
|
677
|
-
font-size
|
677
|
+
font-size:$normalfontsize;
|
678
678
|
font-family:$bodyfont;}
|
679
679
|
div.formula
|
680
680
|
{tab-stops:right 487.45pt;}
|
@@ -686,7 +686,7 @@ body
|
|
686
686
|
font-weight:bold;}
|
687
687
|
.coverpage_techcommittee
|
688
688
|
{text-align:center;
|
689
|
-
font-size
|
689
|
+
font-size:$normalfontsize}
|
690
690
|
.coverpage_docstage
|
691
691
|
{text-align:center;
|
692
692
|
font-size:30.0pt;
|
@@ -696,12 +696,12 @@ div.coverpage_warning
|
|
696
696
|
border:solid windowtext 1.0pt #485094;
|
697
697
|
mso-border-alt:solid windowtext .5pt;
|
698
698
|
padding:1.0pt 4.0pt 1.0pt 4.0pt #485094;
|
699
|
-
font-size
|
699
|
+
font-size:$normalfontsize;
|
700
700
|
margin-left:4.25pt;
|
701
701
|
margin-right:4.25pt}
|
702
702
|
.coverpage_warning
|
703
703
|
{color:#485094;
|
704
|
-
font-size
|
704
|
+
font-size:$normalfontsize;}
|
705
705
|
|
706
706
|
a.TableFootnoteRef, span.TableFootnoteRef
|
707
707
|
{mso-style-priority:99;
|
@@ -709,7 +709,7 @@ div.coverpage_warning
|
|
709
709
|
vertical-align:super;}
|
710
710
|
|
711
711
|
aside {
|
712
|
-
font-size
|
712
|
+
font-size:$normalfontsize;
|
713
713
|
}
|
714
714
|
|
715
715
|
.example-title {
|
@@ -731,24 +731,24 @@ div.example {
|
|
731
731
|
|
732
732
|
p.example, li.example, div.example, td.example {
|
733
733
|
mso-pagination:none;
|
734
|
-
font-size
|
734
|
+
font-size:$smallerfontsize;
|
735
735
|
font-family:$bodyfont;}
|
736
736
|
|
737
737
|
td.example p.MsoListParagraph {
|
738
|
-
font-size:
|
738
|
+
font-size: $smallerfontsize;
|
739
739
|
}
|
740
740
|
|
741
741
|
div.example p.MsoListParagraph {
|
742
|
-
font-size:
|
742
|
+
font-size: $smallerfontsize;
|
743
743
|
}
|
744
744
|
|
745
745
|
div.Note p.MsoListParagraph {
|
746
|
-
font-size:
|
746
|
+
font-size: $smallerfontsize;
|
747
747
|
margin-left: 1.0cm;
|
748
748
|
}
|
749
749
|
|
750
750
|
div.Note span.stem {
|
751
|
-
font-size:
|
751
|
+
font-size: $smallerfontsize; }
|
752
752
|
|
753
753
|
div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
754
754
|
font-size: 9.0pt;
|
@@ -756,18 +756,18 @@ div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
|
756
756
|
}
|
757
757
|
|
758
758
|
div.Note table.dl {
|
759
|
-
font-size:
|
759
|
+
font-size: $smallerfontsize;
|
760
760
|
margin-left: 1.0cm;
|
761
761
|
}
|
762
762
|
|
763
763
|
span.note_label, span.example_label, td.example_label, td.note_label
|
764
764
|
{
|
765
|
-
font-size:
|
765
|
+
font-size: $smallerfontsize;
|
766
766
|
font-family:$bodyfont;
|
767
767
|
}
|
768
768
|
|
769
769
|
table.dl
|
770
770
|
{margin-top:0cm;
|
771
771
|
margin-right:0cm;
|
772
|
-
margin-bottom
|
772
|
+
margin-bottom:$smallerfontsize;
|
773
773
|
margin-left:20.15pt;}
|
@@ -79,9 +79,9 @@ p.MsoNormal, li.MsoNormal, div.MsoNormal {
|
|
79
79
|
mso-style-qformat: yes;
|
80
80
|
mso-style-parent: "";
|
81
81
|
margin: 0cm;
|
82
|
-
margin-bottom:
|
82
|
+
margin-bottom: {{normalfontsize}};
|
83
83
|
mso-pagination: widow-orphan;
|
84
|
-
font-size:
|
84
|
+
font-size: {{normalfontsize}};
|
85
85
|
font-family: {{bodyfont}};
|
86
86
|
mso-fareast-font-family: "Times New Roman";
|
87
87
|
mso-ansi-language: EN-US;
|
@@ -93,11 +93,11 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
|
|
93
93
|
mso-style-qformat: yes;
|
94
94
|
margin-top: 0cm;
|
95
95
|
margin-right: 0cm;
|
96
|
-
margin-bottom:
|
96
|
+
margin-bottom: {{normalfontsize}};
|
97
97
|
/* do not put in margin-left, it is specific to list level */
|
98
98
|
/*mso-add-space:auto;*/
|
99
99
|
mso-pagination: widow-orphan;
|
100
|
-
font-size:
|
100
|
+
font-size: {{normalfontsize}};
|
101
101
|
font-family: {{bodyfont}};
|
102
102
|
mso-ansi-language: EN-AU;
|
103
103
|
mso-fareast-language: EN-US; }
|
@@ -109,11 +109,11 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
|
|
109
109
|
mso-style-type: export-only;
|
110
110
|
margin-top: 0cm;
|
111
111
|
margin-right: 0cm;
|
112
|
-
margin-bottom:
|
112
|
+
margin-bottom: {{normalfontsize}};
|
113
113
|
/* do not put in margin-left, it is specific to list level */
|
114
114
|
/*mso-add-space:auto;*/
|
115
115
|
mso-pagination: widow-orphan;
|
116
|
-
font-size:
|
116
|
+
font-size: {{normalfontsize}};
|
117
117
|
font-family: {{bodyfont}};
|
118
118
|
mso-ansi-language: EN-AU;
|
119
119
|
mso-fareast-language: EN-US; }
|
@@ -125,11 +125,11 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
|
|
125
125
|
mso-style-type: export-only;
|
126
126
|
margin-top: 0cm;
|
127
127
|
margin-right: 0cm;
|
128
|
-
margin-bottom:
|
128
|
+
margin-bottom: {{normalfontsize}};
|
129
129
|
/* do not put in margin-left, it is specific to list level */
|
130
130
|
/*mso-add-space:auto;*/
|
131
131
|
mso-pagination: widow-orphan;
|
132
|
-
font-size:
|
132
|
+
font-size: {{normalfontsize}};
|
133
133
|
font-family: {{bodyfont}};
|
134
134
|
mso-ansi-language: EN-AU;
|
135
135
|
mso-fareast-language: EN-US; }
|
@@ -141,11 +141,11 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
|
|
141
141
|
mso-style-type: export-only;
|
142
142
|
margin-top: 0cm;
|
143
143
|
margin-right: 0cm;
|
144
|
-
margin-bottom:
|
144
|
+
margin-bottom: {{normalfontsize}};
|
145
145
|
/* do not put in margin-left, it is specific to list level */
|
146
146
|
/*mso-add-space:auto;*/
|
147
147
|
mso-pagination: widow-orphan;
|
148
|
-
font-size:
|
148
|
+
font-size: {{normalfontsize}};
|
149
149
|
font-family: {{bodyfont}};
|
150
150
|
mso-ansi-language: EN-AU;
|
151
151
|
mso-fareast-language: EN-US; }
|
@@ -168,7 +168,7 @@ p.MsoHeader, li.MsoHeader, div.MsoHeader {
|
|
168
168
|
margin-bottom: .0001pt;
|
169
169
|
mso-pagination: widow-orphan;
|
170
170
|
tab-stops: center 216.0pt right 482.0pt;
|
171
|
-
font-size:
|
171
|
+
font-size: {{normalfontsize}};
|
172
172
|
font-family: {{bodyfont}};
|
173
173
|
mso-fareast-font-family: "Times New Roman";
|
174
174
|
mso-ansi-language: EN-US;
|
@@ -180,7 +180,7 @@ p.MsoHeaderLandscape, li.MsoHeaderLandscape, div.MsoHeaderLandscape {
|
|
180
180
|
margin-bottom: .0001pt;
|
181
181
|
mso-pagination: widow-orphan;
|
182
182
|
tab-stops: center 367.0pt right 734.0pt;
|
183
|
-
font-size:
|
183
|
+
font-size: {{normalfontsize}};
|
184
184
|
font-family: {{bodyfont}};
|
185
185
|
mso-fareast-font-family: "Times New Roman";
|
186
186
|
mso-ansi-language: EN-US;
|
@@ -225,7 +225,7 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
|
|
225
225
|
margin-left: 0cm;
|
226
226
|
margin-bottom: .0001pt;
|
227
227
|
mso-pagination: widow-orphan;
|
228
|
-
font-size:
|
228
|
+
font-size: {{normalfontsize}};
|
229
229
|
font-family: {{bodyfont}};
|
230
230
|
mso-fareast-font-family: "Times New Roman";
|
231
231
|
mso-bidi-font-family: "Times New Roman";
|
@@ -377,7 +377,7 @@ h1 {
|
|
377
377
|
mso-style-next: Normal;
|
378
378
|
margin-top: 13.5pt;
|
379
379
|
margin-right: 0cm;
|
380
|
-
margin-bottom:
|
380
|
+
margin-bottom: {{normalfontsize}};
|
381
381
|
margin-left: 0cm;
|
382
382
|
text-indent: 0cm;
|
383
383
|
line-height: 13.5pt;
|
@@ -388,7 +388,7 @@ h1 {
|
|
388
388
|
mso-hyphenate: none;
|
389
389
|
tab-stops: 20.0pt list 21.6pt left 28.0pt;
|
390
390
|
font-size: 13.0pt;
|
391
|
-
mso-bidi-font-size:
|
391
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
392
392
|
font-family: {{headerfont}};
|
393
393
|
mso-fareast-font-family: {{headerfont}};
|
394
394
|
color: #0E1A85;
|
@@ -406,7 +406,7 @@ h1.Annex {
|
|
406
406
|
mso-style-next: Normal;
|
407
407
|
margin-top: 3.0pt;
|
408
408
|
margin-right: 0cm;
|
409
|
-
margin-bottom:
|
409
|
+
margin-bottom: {{normalfontsize}};
|
410
410
|
margin-left: 0cm;
|
411
411
|
text-indent: 0cm;
|
412
412
|
line-height: 12.5pt;
|
@@ -419,7 +419,7 @@ h1.Annex {
|
|
419
419
|
mso-hyphenate: none;
|
420
420
|
tab-stops: 20.0pt list 21.6pt left 28.0pt;
|
421
421
|
font-size: 13.0pt;
|
422
|
-
mso-bidi-font-size:
|
422
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
423
423
|
font-family: {{headerfont}};
|
424
424
|
font-weight: normal;
|
425
425
|
mso-fareast-font-family: {{headerfont}};
|
@@ -438,7 +438,7 @@ h1.Annex {
|
|
438
438
|
mso-style-next: Normal;
|
439
439
|
margin-top: 3.0pt;
|
440
440
|
margin-right: 0cm;
|
441
|
-
margin-bottom:
|
441
|
+
margin-bottom: {{normalfontsize}};
|
442
442
|
margin-left: 0cm;
|
443
443
|
text-indent: 0cm;
|
444
444
|
line-height: 12.5pt;
|
@@ -447,8 +447,8 @@ h1.Annex {
|
|
447
447
|
mso-outline-level: 2;
|
448
448
|
mso-hyphenate: none;
|
449
449
|
tab-stops: 27.0pt 35.0pt;
|
450
|
-
font-size:
|
451
|
-
mso-bidi-font-size:
|
450
|
+
font-size: {{normalfontsize}};
|
451
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
452
452
|
font-family: {{headerfont}};
|
453
453
|
font-weight: normal;
|
454
454
|
mso-fareast-font-family: {{headerfont}};
|
@@ -466,7 +466,7 @@ h2 {
|
|
466
466
|
mso-style-next: Normal;
|
467
467
|
margin-top: 3.0pt;
|
468
468
|
margin-right: 0cm;
|
469
|
-
margin-bottom:
|
469
|
+
margin-bottom: {{normalfontsize}};
|
470
470
|
margin-left: 0cm;
|
471
471
|
text-indent: 0cm;
|
472
472
|
line-height: 12.5pt;
|
@@ -476,8 +476,8 @@ h2 {
|
|
476
476
|
mso-list: l1 level2 lfo6;
|
477
477
|
mso-hyphenate: none;
|
478
478
|
tab-stops: 27.0pt 35.0pt;
|
479
|
-
font-size:
|
480
|
-
mso-bidi-font-size:
|
479
|
+
font-size: {{normalfontsize}};
|
480
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
481
481
|
font-family: {{headerfont}};
|
482
482
|
font-weight: normal;
|
483
483
|
mso-fareast-font-family: {{headerfont}};
|
@@ -495,17 +495,17 @@ h3 {
|
|
495
495
|
mso-style-next: Normal;
|
496
496
|
margin-top: 3.0pt;
|
497
497
|
margin-right: 0cm;
|
498
|
-
margin-bottom:
|
498
|
+
margin-bottom: {{normalfontsize}};
|
499
499
|
margin-left: 0cm;
|
500
500
|
text-indent: 0cm;
|
501
|
-
line-height:
|
501
|
+
line-height: {{normalfontsize}};
|
502
502
|
mso-pagination: widow-orphan;
|
503
503
|
page-break-after: avoid;
|
504
504
|
mso-outline-level: 3;
|
505
505
|
mso-list: l1 level3 lfo6;
|
506
506
|
mso-hyphenate: none;
|
507
507
|
tab-stops: list 36.0pt left 44.0pt;
|
508
|
-
font-size:
|
508
|
+
font-size: {{normalfontsize}};
|
509
509
|
font-family: {{headerfont}};
|
510
510
|
font-weight: normal;
|
511
511
|
color: #0E1A85;
|
@@ -523,17 +523,17 @@ h4 {
|
|
523
523
|
mso-style-next: Normal;
|
524
524
|
margin-top: 3.0pt;
|
525
525
|
margin-right: 0cm;
|
526
|
-
margin-bottom:
|
526
|
+
margin-bottom: {{normalfontsize}};
|
527
527
|
margin-left: 0cm;
|
528
528
|
text-indent: 0cm;
|
529
|
-
line-height:
|
529
|
+
line-height: {{normalfontsize}};
|
530
530
|
mso-pagination: widow-orphan;
|
531
531
|
page-break-after: avoid;
|
532
532
|
mso-outline-level: 4;
|
533
533
|
mso-list: l1 level4 lfo6;
|
534
534
|
mso-hyphenate: none;
|
535
535
|
tab-stops: 51.05pt 57.0pt 68.0pt;
|
536
|
-
font-size:
|
536
|
+
font-size: {{normalfontsize}};
|
537
537
|
font-family: {{headerfont}};
|
538
538
|
font-weight: normal;
|
539
539
|
color: #0E1A85;
|
@@ -551,17 +551,17 @@ h5 {
|
|
551
551
|
mso-style-next: Normal;
|
552
552
|
margin-top: 3.0pt;
|
553
553
|
margin-right: 0cm;
|
554
|
-
margin-bottom:
|
554
|
+
margin-bottom: {{normalfontsize}};
|
555
555
|
margin-left: 0cm;
|
556
556
|
text-indent: 0cm;
|
557
|
-
line-height:
|
557
|
+
line-height: {{normalfontsize}};
|
558
558
|
mso-pagination: widow-orphan;
|
559
559
|
page-break-after: avoid;
|
560
560
|
mso-outline-level: 5;
|
561
561
|
mso-list: l1 level5 lfo6;
|
562
562
|
mso-hyphenate: none;
|
563
563
|
tab-stops: 51.05pt list 54.0pt;
|
564
|
-
font-size:
|
564
|
+
font-size: {{normalfontsize}};
|
565
565
|
font-family: {{headerfont}};
|
566
566
|
font-weight: normal;
|
567
567
|
mso-fareast-font-family: {{headerfont}};
|
@@ -579,17 +579,17 @@ h6 {
|
|
579
579
|
mso-style-next: Normal;
|
580
580
|
margin-top: 3.0pt;
|
581
581
|
margin-right: 0cm;
|
582
|
-
margin-bottom:
|
582
|
+
margin-bottom: {{normalfontsize}};
|
583
583
|
margin-left: 0cm;
|
584
584
|
text-indent: 0cm;
|
585
|
-
line-height:
|
585
|
+
line-height: {{normalfontsize}};
|
586
586
|
mso-pagination: widow-orphan;
|
587
587
|
page-break-after: avoid;
|
588
588
|
mso-outline-level: 6;
|
589
589
|
mso-list: l1 level6 lfo6;
|
590
590
|
mso-hyphenate: none;
|
591
591
|
tab-stops: 51.05pt list 72.0pt;
|
592
|
-
font-size:
|
592
|
+
font-size: {{normalfontsize}};
|
593
593
|
font-family: {{headerfont}};
|
594
594
|
font-weight: normal;
|
595
595
|
color: #0E1A85;
|
@@ -608,11 +608,11 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1 {
|
|
608
608
|
margin-left: 36.0pt;
|
609
609
|
margin-bottom: .0001pt;
|
610
610
|
text-indent: -36.0pt;
|
611
|
-
line-height:
|
611
|
+
line-height: {{normalfontsize}};
|
612
612
|
mso-pagination: widow-orphan;
|
613
613
|
mso-hyphenate: none;
|
614
614
|
tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
|
615
|
-
font-size:
|
615
|
+
font-size: {{normalfontsize}};
|
616
616
|
font-family: {{bodyfont}};
|
617
617
|
mso-fareast-font-family: {{bodyfont}};
|
618
618
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -632,11 +632,11 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2 {
|
|
632
632
|
margin-left: 36.0pt;
|
633
633
|
margin-bottom: .0001pt;
|
634
634
|
text-indent: -36.0pt;
|
635
|
-
line-height:
|
635
|
+
line-height: {{normalfontsize}};
|
636
636
|
mso-pagination: widow-orphan;
|
637
637
|
mso-hyphenate: none;
|
638
638
|
tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
|
639
|
-
font-size:
|
639
|
+
font-size: {{normalfontsize}};
|
640
640
|
font-family: {{bodyfont}};
|
641
641
|
mso-fareast-font-family: {{bodyfont}};
|
642
642
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -656,11 +656,11 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
|
|
656
656
|
margin-left: 36.0pt;
|
657
657
|
margin-bottom: .0001pt;
|
658
658
|
text-indent: -36.0pt;
|
659
|
-
line-height:
|
659
|
+
line-height: {{normalfontsize}};
|
660
660
|
mso-pagination: widow-orphan;
|
661
661
|
mso-hyphenate: none;
|
662
662
|
tab-stops: 20.15pt 36.0pt right dotted 487.6pt;
|
663
|
-
font-size:
|
663
|
+
font-size: {{normalfontsize}};
|
664
664
|
font-family: {{bodyfont}};
|
665
665
|
mso-fareast-font-family: {{bodyfont}};
|
666
666
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -678,13 +678,13 @@ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
|
|
678
678
|
mso-style-link: "Footnote Text Char";
|
679
679
|
margin-top: 0cm;
|
680
680
|
margin-right: 0cm;
|
681
|
-
margin-bottom:
|
681
|
+
margin-bottom: {{normalfontsize}};
|
682
682
|
margin-left: 0cm;
|
683
683
|
text-align: justify;
|
684
|
-
line-height:
|
684
|
+
line-height: {{normalfontsize}};
|
685
685
|
mso-pagination: widow-orphan;
|
686
686
|
tab-stops: 20.15pt;
|
687
|
-
font-size:
|
687
|
+
font-size: {{footnotefontsize}};
|
688
688
|
font-family: {{bodyfont}};
|
689
689
|
mso-fareast-font-family: {{bodyfont}};
|
690
690
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -701,9 +701,9 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
|
|
701
701
|
margin-bottom: 6.0pt;
|
702
702
|
margin-left: 0cm;
|
703
703
|
text-align: justify;
|
704
|
-
line-height:
|
704
|
+
line-height: {{normalfontsize}};
|
705
705
|
mso-pagination: widow-orphan;
|
706
|
-
font-size:
|
706
|
+
font-size: {{normalfontsize}};
|
707
707
|
font-family: {{bodyfont}};
|
708
708
|
mso-fareast-font-family: {{bodyfont}};
|
709
709
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -734,7 +734,7 @@ span.Heading2Char {
|
|
734
734
|
mso-style-locked: yes;
|
735
735
|
mso-style-parent: "";
|
736
736
|
mso-style-link: "Heading 2";
|
737
|
-
mso-ansi-font-size:
|
737
|
+
mso-ansi-font-size: {{normalfontsize}};
|
738
738
|
font-family: {{headerfont}};
|
739
739
|
color: #0E1A85;
|
740
740
|
font-weight: normal;
|
@@ -752,7 +752,7 @@ span.Heading3Char {
|
|
752
752
|
mso-style-locked: yes;
|
753
753
|
mso-style-parent: "";
|
754
754
|
mso-style-link: "Heading 3";
|
755
|
-
mso-ansi-font-size:
|
755
|
+
mso-ansi-font-size: {{smallerfontsize}};
|
756
756
|
font-family: {{headerfont}};
|
757
757
|
color: #0E1A85;
|
758
758
|
font-weight: normal;
|
@@ -770,7 +770,7 @@ span.Heading4Char {
|
|
770
770
|
mso-style-locked: yes;
|
771
771
|
mso-style-parent: "";
|
772
772
|
mso-style-link: "Heading 4";
|
773
|
-
mso-ansi-font-size:
|
773
|
+
mso-ansi-font-size: {{smallerfontsize}};
|
774
774
|
font-family: {{headerfont}};
|
775
775
|
color: #0E1A85;
|
776
776
|
font-weight: normal;
|
@@ -788,7 +788,7 @@ span.Heading5Char {
|
|
788
788
|
mso-style-locked: yes;
|
789
789
|
mso-style-parent: "";
|
790
790
|
mso-style-link: "Heading 5";
|
791
|
-
mso-ansi-font-size:
|
791
|
+
mso-ansi-font-size: {{smallerfontsize}};
|
792
792
|
font-family: {{headerfont}};
|
793
793
|
color: #0E1A85;
|
794
794
|
font-weight: normal;
|
@@ -806,7 +806,7 @@ span.Heading6Char {
|
|
806
806
|
mso-style-locked: yes;
|
807
807
|
mso-style-parent: "";
|
808
808
|
mso-style-link: "Heading 6";
|
809
|
-
mso-ansi-font-size:
|
809
|
+
mso-ansi-font-size: {{smallerfontsize}};
|
810
810
|
font-family: {{headerfont}};
|
811
811
|
color: #0E1A85;
|
812
812
|
font-weight: normal;
|
@@ -828,7 +828,7 @@ p.Tablebody, li.Tablebody, div.Tablebody {
|
|
828
828
|
line-height: 10.5pt;
|
829
829
|
mso-pagination: widow-orphan;
|
830
830
|
font-size: 10.0pt;
|
831
|
-
mso-bidi-font-size:
|
831
|
+
mso-bidi-font-size: {{smallerfontsize}};
|
832
832
|
font-family: {{bodyfont}};
|
833
833
|
mso-fareast-font-family: {{bodyfont}};
|
834
834
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -1254,7 +1254,7 @@ table.MsoNormalTable {
|
|
1254
1254
|
mso-para-margin: 0cm;
|
1255
1255
|
mso-para-margin-bottom: .0001pt;
|
1256
1256
|
mso-pagination: widow-orphan;
|
1257
|
-
font-size:
|
1257
|
+
font-size: {{normalfontsize}};
|
1258
1258
|
font-family: {{bodyfont}}; }
|
1259
1259
|
|
1260
1260
|
ol {
|