metanorma-ribose 1.6.3 → 1.6.8
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 +4 -4
- data/.github/workflows/rake.yml +66 -0
- data/README.adoc +8 -8
- data/lib/asciidoctor/ribose/basicdoc.rng +4 -11
- data/lib/asciidoctor/ribose/isodoc.rng +27 -50
- data/lib/asciidoctor/ribose/rsd.rng +7 -0
- data/lib/isodoc/ribose/html/html_rsd_titlepage.html +5 -2
- data/lib/isodoc/ribose/html/htmlstyle.css +8 -4
- 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/word_rsd_titlepage.html +4 -4
- 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 +573 -110
- data/lib/metanorma/ribose/fonts_manifest.yaml +2 -0
- data/lib/metanorma/ribose/version.rb +1 -1
- data/metanorma-ribose.gemspec +1 -2
- data/metanorma.yml +6 -0
- metadata +6 -21
- data/.github/workflows/macos.yml +0 -41
- data/.github/workflows/ubuntu.yml +0 -45
- data/.github/workflows/windows.yml +0 -43
@@ -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: {{smallerfontsize}};
|
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: {{smallerfontsize}};
|
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: {{smallerfontsize}};
|
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: {{smallerfontsize}};
|
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 {
|
@@ -69,9 +69,9 @@ p.MsoNormal, li.MsoNormal, div.MsoNormal
|
|
69
69
|
mso-style-qformat:yes;
|
70
70
|
mso-style-parent:"";
|
71
71
|
margin:0cm;
|
72
|
-
margin-bottom
|
72
|
+
margin-bottom:$normalfontsize;
|
73
73
|
mso-pagination:widow-orphan;
|
74
|
-
font-size
|
74
|
+
font-size:$normalfontsize;
|
75
75
|
font-family:$bodyfont;
|
76
76
|
mso-fareast-font-family:"Times New Roman";
|
77
77
|
mso-ansi-language:EN-US;
|
@@ -82,11 +82,11 @@ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
|
|
82
82
|
mso-style-qformat:yes;
|
83
83
|
margin-top:0cm;
|
84
84
|
margin-right:0cm;
|
85
|
-
margin-bottom
|
85
|
+
margin-bottom:$normalfontsize;
|
86
86
|
/* do not put in margin-left, it is specific to list level */
|
87
87
|
/*mso-add-space:auto;*/
|
88
88
|
mso-pagination:widow-orphan;
|
89
|
-
font-size
|
89
|
+
font-size:$normalfontsize;
|
90
90
|
font-family:$bodyfont;
|
91
91
|
mso-ansi-language:EN-AU;
|
92
92
|
mso-fareast-language:EN-US;}
|
@@ -97,11 +97,11 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
|
|
97
97
|
mso-style-type:export-only;
|
98
98
|
margin-top:0cm;
|
99
99
|
margin-right:0cm;
|
100
|
-
margin-bottom
|
100
|
+
margin-bottom:$normalfontsize;
|
101
101
|
/* do not put in margin-left, it is specific to list level */
|
102
102
|
/*mso-add-space:auto;*/
|
103
103
|
mso-pagination:widow-orphan;
|
104
|
-
font-size
|
104
|
+
font-size:$normalfontsize;
|
105
105
|
font-family:$bodyfont;
|
106
106
|
mso-ansi-language:EN-AU;
|
107
107
|
mso-fareast-language:EN-US;}
|
@@ -112,11 +112,11 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
|
|
112
112
|
mso-style-type:export-only;
|
113
113
|
margin-top:0cm;
|
114
114
|
margin-right:0cm;
|
115
|
-
margin-bottom
|
115
|
+
margin-bottom:$normalfontsize;
|
116
116
|
/* do not put in margin-left, it is specific to list level */
|
117
117
|
/*mso-add-space:auto;*/
|
118
118
|
mso-pagination:widow-orphan;
|
119
|
-
font-size
|
119
|
+
font-size:$normalfontsize;
|
120
120
|
font-family:$bodyfont;
|
121
121
|
mso-ansi-language:EN-AU;
|
122
122
|
mso-fareast-language:EN-US;}
|
@@ -127,11 +127,11 @@ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxS
|
|
127
127
|
mso-style-type:export-only;
|
128
128
|
margin-top:0cm;
|
129
129
|
margin-right:0cm;
|
130
|
-
margin-bottom
|
130
|
+
margin-bottom:$normalfontsize;
|
131
131
|
/* do not put in margin-left, it is specific to list level */
|
132
132
|
/*mso-add-space:auto;*/
|
133
133
|
mso-pagination:widow-orphan;
|
134
|
-
font-size
|
134
|
+
font-size:$normalfontsize;
|
135
135
|
font-family:$bodyfont;
|
136
136
|
mso-ansi-language:EN-AU;
|
137
137
|
mso-fareast-language:EN-US;}
|
@@ -153,7 +153,7 @@ p.MsoHeader, li.MsoHeader, div.MsoHeader
|
|
153
153
|
margin-bottom:.0001pt;
|
154
154
|
mso-pagination:widow-orphan;
|
155
155
|
tab-stops:center 216.0pt right 482.0pt;
|
156
|
-
font-size
|
156
|
+
font-size:$normalfontsize;
|
157
157
|
font-family:$bodyfont;
|
158
158
|
mso-fareast-font-family:"Times New Roman";
|
159
159
|
mso-ansi-language:EN-US;
|
@@ -164,7 +164,7 @@ p.MsoHeaderLandscape, li.MsoHeaderLandscape, div.MsoHeaderLandscape
|
|
164
164
|
margin-bottom:.0001pt;
|
165
165
|
mso-pagination:widow-orphan;
|
166
166
|
tab-stops:center 367.0pt right 734.0pt;
|
167
|
-
font-size
|
167
|
+
font-size:$normalfontsize;
|
168
168
|
font-family:$bodyfont;
|
169
169
|
mso-fareast-font-family:"Times New Roman";
|
170
170
|
mso-ansi-language:EN-US;
|
@@ -205,7 +205,7 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
|
|
205
205
|
margin-left:0cm;
|
206
206
|
margin-bottom:.0001pt;
|
207
207
|
mso-pagination:widow-orphan;
|
208
|
-
font-size
|
208
|
+
font-size:$normalfontsize;
|
209
209
|
font-family:$bodyfont;
|
210
210
|
mso-fareast-font-family:"Times New Roman";
|
211
211
|
mso-bidi-font-family:"Times New Roman";
|
@@ -347,7 +347,7 @@ h1
|
|
347
347
|
mso-style-next:Normal;
|
348
348
|
margin-top:13.5pt;
|
349
349
|
margin-right:0cm;
|
350
|
-
margin-bottom
|
350
|
+
margin-bottom:$normalfontsize;
|
351
351
|
margin-left:0cm;
|
352
352
|
text-indent:0cm;
|
353
353
|
line-height:13.5pt;
|
@@ -358,7 +358,7 @@ h1
|
|
358
358
|
mso-hyphenate:none;
|
359
359
|
tab-stops:20.0pt list 21.6pt left 28.0pt;
|
360
360
|
font-size:13.0pt;
|
361
|
-
mso-bidi-font-size
|
361
|
+
mso-bidi-font-size:$smallerfontsize;
|
362
362
|
font-family:$headerfont;
|
363
363
|
mso-fareast-font-family:$headerfont;
|
364
364
|
color:#0E1A85;
|
@@ -375,7 +375,7 @@ h1.Annex
|
|
375
375
|
mso-style-next:Normal;
|
376
376
|
margin-top:3.0pt;
|
377
377
|
margin-right:0cm;
|
378
|
-
margin-bottom
|
378
|
+
margin-bottom:$normalfontsize;
|
379
379
|
margin-left:0cm;
|
380
380
|
text-indent:0cm;
|
381
381
|
line-height:12.5pt;
|
@@ -388,7 +388,7 @@ h1.Annex
|
|
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
|
font-weight:normal;
|
394
394
|
mso-fareast-font-family:$headerfont;
|
@@ -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;
|
@@ -415,8 +415,8 @@ h1.Annex
|
|
415
415
|
mso-outline-level:2;
|
416
416
|
mso-hyphenate:none;
|
417
417
|
tab-stops:27.0pt 35.0pt;
|
418
|
-
font-size
|
419
|
-
mso-bidi-font-size
|
418
|
+
font-size:$normalfontsize;
|
419
|
+
mso-bidi-font-size:$smallerfontsize;
|
420
420
|
font-family:$headerfont;
|
421
421
|
font-weight:normal;
|
422
422
|
mso-fareast-font-family:$headerfont;
|
@@ -433,7 +433,7 @@ h2
|
|
433
433
|
mso-style-next:Normal;
|
434
434
|
margin-top:3.0pt;
|
435
435
|
margin-right:0cm;
|
436
|
-
margin-bottom
|
436
|
+
margin-bottom:$normalfontsize;
|
437
437
|
margin-left:0cm;
|
438
438
|
text-indent:0cm;
|
439
439
|
line-height:12.5pt;
|
@@ -443,8 +443,8 @@ h2
|
|
443
443
|
mso-list:l1 level2 lfo6;
|
444
444
|
mso-hyphenate:none;
|
445
445
|
tab-stops:27.0pt 35.0pt;
|
446
|
-
font-size
|
447
|
-
mso-bidi-font-size
|
446
|
+
font-size:$normalfontsize;
|
447
|
+
mso-bidi-font-size:$smallerfontsize;
|
448
448
|
font-family:$headerfont;
|
449
449
|
font-weight:normal;
|
450
450
|
mso-fareast-font-family:$headerfont;
|
@@ -461,17 +461,17 @@ h3
|
|
461
461
|
mso-style-next:Normal;
|
462
462
|
margin-top:3.0pt;
|
463
463
|
margin-right:0cm;
|
464
|
-
margin-bottom
|
464
|
+
margin-bottom:$normalfontsize;
|
465
465
|
margin-left:0cm;
|
466
466
|
text-indent:0cm;
|
467
|
-
line-height
|
467
|
+
line-height:$normalfontsize;
|
468
468
|
mso-pagination:widow-orphan;
|
469
469
|
page-break-after:avoid;
|
470
470
|
mso-outline-level:3;
|
471
471
|
mso-list:l1 level3 lfo6;
|
472
472
|
mso-hyphenate:none;
|
473
473
|
tab-stops:list 36.0pt left 44.0pt;
|
474
|
-
font-size
|
474
|
+
font-size:$smallerfontsize;
|
475
475
|
font-family:$headerfont;
|
476
476
|
font-weight:normal;
|
477
477
|
color:#0E1A85;
|
@@ -488,17 +488,17 @@ h4
|
|
488
488
|
mso-style-next:Normal;
|
489
489
|
margin-top:3.0pt;
|
490
490
|
margin-right:0cm;
|
491
|
-
margin-bottom
|
491
|
+
margin-bottom:$normalfontsize;
|
492
492
|
margin-left:0cm;
|
493
493
|
text-indent:0cm;
|
494
|
-
line-height
|
494
|
+
line-height:$normalfontsize;
|
495
495
|
mso-pagination:widow-orphan;
|
496
496
|
page-break-after:avoid;
|
497
497
|
mso-outline-level:4;
|
498
498
|
mso-list:l1 level4 lfo6;
|
499
499
|
mso-hyphenate:none;
|
500
500
|
tab-stops:51.05pt 57.0pt 68.0pt;
|
501
|
-
font-size
|
501
|
+
font-size:$smallerfontsize;
|
502
502
|
font-family:$headerfont;
|
503
503
|
font-weight:normal;
|
504
504
|
color:#0E1A85;
|
@@ -515,17 +515,17 @@ h5
|
|
515
515
|
mso-style-next:Normal;
|
516
516
|
margin-top:3.0pt;
|
517
517
|
margin-right:0cm;
|
518
|
-
margin-bottom
|
518
|
+
margin-bottom:$normalfontsize;
|
519
519
|
margin-left:0cm;
|
520
520
|
text-indent:0cm;
|
521
|
-
line-height
|
521
|
+
line-height:$normalfontsize;
|
522
522
|
mso-pagination:widow-orphan;
|
523
523
|
page-break-after:avoid;
|
524
524
|
mso-outline-level:5;
|
525
525
|
mso-list:l1 level5 lfo6;
|
526
526
|
mso-hyphenate:none;
|
527
527
|
tab-stops:51.05pt list 54.0pt;
|
528
|
-
font-size
|
528
|
+
font-size:$smallerfontsize;
|
529
529
|
font-family:$headerfont;
|
530
530
|
font-weight:normal;
|
531
531
|
mso-fareast-font-family:$headerfont;
|
@@ -542,17 +542,17 @@ h6
|
|
542
542
|
mso-style-next:Normal;
|
543
543
|
margin-top:3.0pt;
|
544
544
|
margin-right:0cm;
|
545
|
-
margin-bottom
|
545
|
+
margin-bottom:$normalfontsize;
|
546
546
|
margin-left:0cm;
|
547
547
|
text-indent:0cm;
|
548
|
-
line-height
|
548
|
+
line-height:$normalfontsize;
|
549
549
|
mso-pagination:widow-orphan;
|
550
550
|
page-break-after:avoid;
|
551
551
|
mso-outline-level:6;
|
552
552
|
mso-list:l1 level6 lfo6;
|
553
553
|
mso-hyphenate:none;
|
554
554
|
tab-stops:51.05pt list 72.0pt;
|
555
|
-
font-size
|
555
|
+
font-size:$smallerfontsize;
|
556
556
|
font-family:$headerfont;
|
557
557
|
font-weight:normal;
|
558
558
|
color:#0E1A85;
|
@@ -570,11 +570,11 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1
|
|
570
570
|
margin-left:36.0pt;
|
571
571
|
margin-bottom:.0001pt;
|
572
572
|
text-indent:-36.0pt;
|
573
|
-
line-height
|
573
|
+
line-height:$normalfontsize;
|
574
574
|
mso-pagination:widow-orphan;
|
575
575
|
mso-hyphenate:none;
|
576
576
|
tab-stops:20.15pt 36.0pt right dotted 487.6pt;
|
577
|
-
font-size
|
577
|
+
font-size:$normalfontsize;
|
578
578
|
font-family:$bodyfont;
|
579
579
|
mso-fareast-font-family:$bodyfont;
|
580
580
|
mso-bidi-font-family:$bodyfont;
|
@@ -593,11 +593,11 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2
|
|
593
593
|
margin-left:36.0pt;
|
594
594
|
margin-bottom:.0001pt;
|
595
595
|
text-indent:-36.0pt;
|
596
|
-
line-height
|
596
|
+
line-height:$normalfontsize;
|
597
597
|
mso-pagination:widow-orphan;
|
598
598
|
mso-hyphenate:none;
|
599
599
|
tab-stops:20.15pt 36.0pt right dotted 487.6pt;
|
600
|
-
font-size
|
600
|
+
font-size:$normalfontsize;
|
601
601
|
font-family:$bodyfont;
|
602
602
|
mso-fareast-font-family:$bodyfont;
|
603
603
|
mso-bidi-font-family:$bodyfont;
|
@@ -616,11 +616,11 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
|
|
616
616
|
margin-left:36.0pt;
|
617
617
|
margin-bottom:.0001pt;
|
618
618
|
text-indent:-36.0pt;
|
619
|
-
line-height
|
619
|
+
line-height:$normalfontsize;
|
620
620
|
mso-pagination:widow-orphan;
|
621
621
|
mso-hyphenate:none;
|
622
622
|
tab-stops:20.15pt 36.0pt right dotted 487.6pt;
|
623
|
-
font-size
|
623
|
+
font-size:$normalfontsize;
|
624
624
|
font-family:$bodyfont;
|
625
625
|
mso-fareast-font-family:$bodyfont;
|
626
626
|
mso-bidi-font-family:$bodyfont;
|
@@ -636,13 +636,13 @@ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
|
|
636
636
|
mso-style-link:"Footnote Text Char";
|
637
637
|
margin-top:0cm;
|
638
638
|
margin-right:0cm;
|
639
|
-
margin-bottom
|
639
|
+
margin-bottom:$normalfontsize;
|
640
640
|
margin-left:0cm;
|
641
641
|
text-align:justify;
|
642
|
-
line-height
|
642
|
+
line-height:$normalfontsize;
|
643
643
|
mso-pagination:widow-orphan;
|
644
644
|
tab-stops:20.15pt;
|
645
|
-
font-size
|
645
|
+
font-size:$footnotefontsize;
|
646
646
|
font-family:$bodyfont;
|
647
647
|
mso-fareast-font-family:$bodyfont;
|
648
648
|
mso-bidi-font-family:$bodyfont;
|
@@ -658,9 +658,9 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
|
|
658
658
|
margin-bottom:6.0pt;
|
659
659
|
margin-left:0cm;
|
660
660
|
text-align:justify;
|
661
|
-
line-height
|
661
|
+
line-height:$normalfontsize;
|
662
662
|
mso-pagination:widow-orphan;
|
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;
|
@@ -689,7 +689,7 @@ span.Heading2Char
|
|
689
689
|
mso-style-locked:yes;
|
690
690
|
mso-style-parent:"";
|
691
691
|
mso-style-link:"Heading 2";
|
692
|
-
mso-ansi-font-size
|
692
|
+
mso-ansi-font-size:$normalfontsize;
|
693
693
|
font-family:$headerfont;
|
694
694
|
color:#0E1A85;
|
695
695
|
font-weight:normal;
|
@@ -706,7 +706,7 @@ span.Heading3Char
|
|
706
706
|
mso-style-locked:yes;
|
707
707
|
mso-style-parent:"";
|
708
708
|
mso-style-link:"Heading 3";
|
709
|
-
mso-ansi-font-size
|
709
|
+
mso-ansi-font-size:$smallerfontsize;
|
710
710
|
font-family:$headerfont;
|
711
711
|
color:#0E1A85;
|
712
712
|
font-weight:normal;
|
@@ -723,7 +723,7 @@ span.Heading4Char
|
|
723
723
|
mso-style-locked:yes;
|
724
724
|
mso-style-parent:"";
|
725
725
|
mso-style-link:"Heading 4";
|
726
|
-
mso-ansi-font-size
|
726
|
+
mso-ansi-font-size:$smallerfontsize;
|
727
727
|
font-family:$headerfont;
|
728
728
|
color:#0E1A85;
|
729
729
|
font-weight:normal;
|
@@ -740,7 +740,7 @@ span.Heading5Char
|
|
740
740
|
mso-style-locked:yes;
|
741
741
|
mso-style-parent:"";
|
742
742
|
mso-style-link:"Heading 5";
|
743
|
-
mso-ansi-font-size
|
743
|
+
mso-ansi-font-size:$smallerfontsize;
|
744
744
|
font-family:$headerfont;
|
745
745
|
color:#0E1A85;
|
746
746
|
font-weight:normal;
|
@@ -757,7 +757,7 @@ span.Heading6Char
|
|
757
757
|
mso-style-locked:yes;
|
758
758
|
mso-style-parent:"";
|
759
759
|
mso-style-link:"Heading 6";
|
760
|
-
mso-ansi-font-size
|
760
|
+
mso-ansi-font-size:$smallerfontsize;
|
761
761
|
font-family:$headerfont;
|
762
762
|
color:#0E1A85;
|
763
763
|
font-weight:normal;
|
@@ -778,7 +778,7 @@ p.Tablebody, li.Tablebody, div.Tablebody
|
|
778
778
|
line-height:10.5pt;
|
779
779
|
mso-pagination:widow-orphan;
|
780
780
|
font-size:10.0pt;
|
781
|
-
mso-bidi-font-size
|
781
|
+
mso-bidi-font-size:$smallerfontsize;
|
782
782
|
font-family:$bodyfont;
|
783
783
|
mso-fareast-font-family:$bodyfont;
|
784
784
|
mso-bidi-font-family:$bodyfont;
|
@@ -1159,7 +1159,7 @@ table.MsoNormalTable
|
|
1159
1159
|
mso-para-margin:0cm;
|
1160
1160
|
mso-para-margin-bottom:.0001pt;
|
1161
1161
|
mso-pagination:widow-orphan;
|
1162
|
-
font-size
|
1162
|
+
font-size:$normalfontsize;
|
1163
1163
|
font-family:$bodyfont;}
|
1164
1164
|
ol
|
1165
1165
|
{margin-bottom:0cm;
|