metanorma-iso 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/html2doc/lists.rb +142 -10
- data/lib/isodoc/iso/base_convert.rb +10 -0
- data/lib/isodoc/iso/html/html_iso_titlepage.html +2 -0
- data/lib/isodoc/iso/html/isodoc-dis.css +170 -252
- data/lib/isodoc/iso/html/isodoc-dis.scss +170 -245
- data/lib/isodoc/iso/html/isodoc.css +38 -13
- data/lib/isodoc/iso/html/isodoc.scss +38 -12
- data/lib/isodoc/iso/html/style-human.css +14 -1
- data/lib/isodoc/iso/html/style-human.scss +10 -1
- data/lib/isodoc/iso/html/style-iso.css +35 -23
- data/lib/isodoc/iso/html/style-iso.scss +31 -23
- data/lib/isodoc/iso/html/word_iso_intro-dis.html +1 -6
- data/lib/isodoc/iso/html/word_iso_titlepage-dis.html +24 -13
- data/lib/isodoc/iso/html/word_iso_titlepage-prf.html +58 -0
- data/lib/isodoc/iso/html/word_iso_titlepage.html +6 -2
- data/lib/isodoc/iso/html_convert.rb +5 -0
- data/lib/isodoc/iso/i18n-en.yaml +32 -4
- data/lib/isodoc/iso/i18n-fr.yaml +29 -3
- data/lib/isodoc/iso/i18n-ru.yaml +32 -4
- data/lib/isodoc/iso/i18n-zh-Hans.yaml +32 -3
- data/lib/isodoc/iso/i18n.rb +1 -1
- data/lib/isodoc/iso/iso.amendment.xsl +332 -187
- data/lib/isodoc/iso/iso.international-standard.xsl +332 -187
- data/lib/isodoc/iso/metadata.rb +63 -63
- data/lib/isodoc/iso/presentation_bibdata.rb +74 -0
- data/lib/isodoc/iso/presentation_xml_convert.rb +14 -3
- data/lib/isodoc/iso/presentation_xref.rb +8 -2
- data/lib/isodoc/iso/sections.rb +1 -1
- data/lib/isodoc/iso/word_cleanup.rb +3 -0
- data/lib/isodoc/iso/word_convert.rb +6 -3
- data/lib/isodoc/iso/word_dis_cleanup.rb +235 -0
- data/lib/isodoc/iso/word_dis_convert.rb +47 -108
- data/lib/isodoc/iso/xref.rb +34 -6
- data/lib/metanorma/iso/base.rb +20 -1
- data/lib/metanorma/iso/biblio.rng +32 -34
- data/lib/metanorma/iso/boilerplate-fr.xml +3 -0
- data/lib/metanorma/iso/boilerplate-ru.xml +3 -0
- data/lib/metanorma/iso/boilerplate.xml +3 -0
- data/lib/metanorma/iso/cleanup.rb +28 -1
- data/lib/metanorma/iso/front.rb +31 -6
- data/lib/metanorma/iso/front_id.rb +2 -0
- data/lib/metanorma/iso/isodoc.rng +9 -0
- data/lib/metanorma/iso/isostandard.rng +30 -12
- data/lib/metanorma/iso/macros.rb +29 -0
- data/lib/metanorma/iso/version.rb +1 -1
- data/spec/isodoc/amd_spec.rb +4 -30
- data/spec/isodoc/blocks_spec.rb +499 -2
- data/spec/isodoc/i18n_spec.rb +145 -80
- data/spec/isodoc/iso_spec.rb +50 -169
- data/spec/isodoc/metadata_spec.rb +224 -83
- data/spec/isodoc/postproc_spec.rb +41 -5
- data/spec/isodoc/section_spec.rb +12 -6
- data/spec/isodoc/word_dis_spec.rb +1273 -147
- data/spec/isodoc/xref_spec.rb +87 -13
- data/spec/metanorma/amd_spec.rb +53 -1
- data/spec/metanorma/base_spec.rb +185 -10
- data/spec/metanorma/blocks_spec.rb +54 -0
- data/spec/metanorma/lists_spec.rb +2 -2
- data/spec/metanorma/section_spec.rb +2 -2
- data/spec/spec_helper.rb +13 -4
- data/spec/vcr_cassettes/withdrawn_iso.yml +27 -27
- metadata +7 -8
- data/docs/asciiiso-syntax.adoc +0 -307
- data/docs/guidance.adoc +0 -487
- data/docs/navigation.adoc +0 -23
- data/docs/quickstart.adoc +0 -179
- data/lib/isodoc/iso/presentation_inline.rb +0 -90
@@ -1,5 +1,5 @@
|
|
1
1
|
p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode
|
2
|
-
{mso-style-name:
|
2
|
+
{mso-style-name:Sourcecode;
|
3
3
|
mso-style-unhide:no;
|
4
4
|
mso-style-qformat:yes;
|
5
5
|
mso-style-parent:"";
|
@@ -382,6 +382,27 @@ p.SourceTitle
|
|
382
382
|
mso-fareast-font-family:"SimSun",serif;
|
383
383
|
mso-bidi-font-family:$bodyfont;
|
384
384
|
mso-ansi-language:EN-GB;}
|
385
|
+
p.ListTitle
|
386
|
+
{mso-style-name:"List title";
|
387
|
+
mso-style-unhide:no;
|
388
|
+
mso-style-qformat:yes;
|
389
|
+
mso-style-parent:"Figure title";
|
390
|
+
margin-top:0cm;
|
391
|
+
margin-right:0cm;
|
392
|
+
margin-bottom:6.0pt;
|
393
|
+
margin-left:0.0pt;
|
394
|
+
text-align:center;
|
395
|
+
line-height:12.0pt;
|
396
|
+
page-break-after:avoid;
|
397
|
+
line-height:12.0pt;
|
398
|
+
mso-pagination:widow-orphan;
|
399
|
+
tab-stops:20.15pt;
|
400
|
+
font-size:$normalfontsize;
|
401
|
+
font-weight:bold;
|
402
|
+
font-family:$bodyfont;
|
403
|
+
mso-fareast-font-family:"SimSun",serif;
|
404
|
+
mso-bidi-font-family:$bodyfont;
|
405
|
+
mso-ansi-language:EN-GB;}
|
385
406
|
p.Tabletitle, li.Tabletitle, div.Tabletitle
|
386
407
|
{mso-style-name:"Table title";
|
387
408
|
mso-style-unhide:no;
|
@@ -524,7 +545,7 @@ span.AnnexFigureTitleChar
|
|
524
545
|
mso-ansi-language:EN-GB;
|
525
546
|
font-weight:bold;}
|
526
547
|
p.Note, div.Note, li.Note
|
527
|
-
{
|
548
|
+
{
|
528
549
|
mso-style-unhide:no;
|
529
550
|
mso-style-qformat:yes;
|
530
551
|
mso-style-parent:"";
|
@@ -536,12 +557,15 @@ p.Note, div.Note, li.Note
|
|
536
557
|
line-height:12.0pt;
|
537
558
|
mso-pagination:widow-orphan;
|
538
559
|
tab-stops:20.15pt;
|
539
|
-
font-size:$smallerfontsize;
|
540
560
|
mso-bidi-font-size:$normalfontsize;
|
541
|
-
font-family:$bodyfont;
|
542
561
|
mso-fareast-font-family:"SimSun",serif;
|
543
562
|
mso-bidi-font-family:$bodyfont;
|
544
563
|
mso-ansi-language:EN-GB;}
|
564
|
+
p.Note, div.Note, li.Note {
|
565
|
+
mso-style-name:Note;
|
566
|
+
font-size:$smallerfontsize;
|
567
|
+
font-family:$bodyfont;
|
568
|
+
}
|
545
569
|
/* may need to be revised */
|
546
570
|
p.tablefootnote, li.tablefootnote, div.tablefootnote
|
547
571
|
{mso-style-name:tablefootnote;
|
@@ -774,6 +798,24 @@ p.TermNum, li.TermNum, div.TermNum
|
|
774
798
|
mso-ansi-language:EN-GB;
|
775
799
|
font-weight:bold;
|
776
800
|
mso-bidi-font-weight:normal;}
|
801
|
+
p.zzHelp, li.zzHelp, div.zzHelp
|
802
|
+
{mso-style-name:zzHelp;
|
803
|
+
mso-style-unhide:no;
|
804
|
+
margin-top:0cm;
|
805
|
+
margin-right:0cm;
|
806
|
+
margin-bottom:12.0pt;
|
807
|
+
margin-left:0cm;
|
808
|
+
text-align:justify;
|
809
|
+
line-height:12.0pt;
|
810
|
+
mso-pagination:widow-orphan;
|
811
|
+
font-size:$normalfontsize;
|
812
|
+
mso-bidi-font-size:10.0pt;
|
813
|
+
font-family:$bodyfont;
|
814
|
+
mso-fareast-font-family:"MS Mincho";
|
815
|
+
mso-bidi-font-family:"Times New Roman";
|
816
|
+
color:green;
|
817
|
+
mso-ansi-language:EN-GB;
|
818
|
+
mso-fareast-language:JA;}
|
777
819
|
p.zzContents, li.zzContents, div.zzContents
|
778
820
|
{mso-style-name:zzContents;
|
779
821
|
mso-style-noshow:yes;
|
@@ -800,48 +842,30 @@ p.zzContents, li.zzContents, div.zzContents
|
|
800
842
|
mso-bidi-font-weight:normal;}
|
801
843
|
p.zzCopyright, li.zzCopyright, div.zzCopyright
|
802
844
|
{mso-style-name:zzCopyright;
|
803
|
-
mso-style-noshow:yes;
|
804
845
|
mso-style-unhide:no;
|
805
846
|
mso-style-next:Normal;
|
806
847
|
margin-top:0cm;
|
807
|
-
margin-right:
|
848
|
+
margin-right:14.2pt;
|
808
849
|
margin-bottom:12.0pt;
|
809
|
-
margin-left:
|
850
|
+
margin-left:14.2pt;
|
810
851
|
text-align:justify;
|
811
852
|
line-height:12.0pt;
|
812
853
|
mso-pagination:widow-orphan;
|
813
|
-
tab-stops:
|
854
|
+
tab-stops:25.7pt 481.15pt;
|
814
855
|
border:none;
|
856
|
+
mso-border-alt:solid blue .5pt;
|
815
857
|
padding:0cm;
|
816
858
|
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
817
|
-
font-size
|
859
|
+
font-size:$normalfontsize;
|
860
|
+
mso-bidi-font-size:10.0pt;
|
818
861
|
font-family:$bodyfont;
|
819
|
-
mso-fareast-font-family:"
|
820
|
-
mso-bidi-font-family
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
mso-style-next:Normal;
|
827
|
-
margin-top:0cm;
|
828
|
-
margin-right:0pt;
|
829
|
-
margin-bottom:12.0pt;
|
830
|
-
margin-left:0pt;
|
831
|
-
text-align:justify;
|
832
|
-
line-height:12.0pt;
|
833
|
-
mso-pagination:widow-orphan;
|
834
|
-
tab-stops:20.15pt 25.7pt 481.15pt;
|
835
|
-
border:none;
|
836
|
-
padding:0cm;
|
837
|
-
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
838
|
-
font-size:10.0pt;
|
839
|
-
font-family:$bodyfont;
|
840
|
-
mso-fareast-font-family:"SimSun",serif;
|
841
|
-
mso-bidi-font-family:$bodyfont;
|
842
|
-
mso-ansi-language:EN-GB;}
|
843
|
-
p.zzAddress, p.zzaddress, li.zzaddress, div.zzaddress {
|
844
|
-
mso-style-name:zzaddress;
|
862
|
+
mso-fareast-font-family:"MS Mincho";
|
863
|
+
mso-bidi-font-family:"Times New Roman";
|
864
|
+
color:blue;
|
865
|
+
mso-ansi-language:EN-GB;
|
866
|
+
mso-fareast-language:JA;}
|
867
|
+
p.zzAddress {
|
868
|
+
mso-style-name:zzAddress;
|
845
869
|
margin:0cm;
|
846
870
|
margin-bottom:12pt;
|
847
871
|
margin-left:20.15pt;
|
@@ -850,6 +874,7 @@ mso-layout-grid-align:none;
|
|
850
874
|
text-autospace:none;
|
851
875
|
padding:0cm;
|
852
876
|
mso-padding-alt:0cm 4.0pt 0cm 4.0pt;
|
877
|
+
color:blue;
|
853
878
|
font-size:10.0pt;
|
854
879
|
font-family:$bodyfont;
|
855
880
|
}
|
@@ -907,51 +932,9 @@ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
|
907
932
|
mso-fareast-font-family:"SimHei",serif;
|
908
933
|
mso-bidi-font-family:$headerfont;
|
909
934
|
mso-ansi-language:EN-GB;
|
935
|
+
color:blue;
|
910
936
|
font-weight:bold;
|
911
937
|
mso-bidi-font-weight:normal;}
|
912
|
-
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
|
913
|
-
{mso-style-name:zzSTDTitle;
|
914
|
-
mso-style-noshow:yes;
|
915
|
-
mso-style-unhide:no;
|
916
|
-
mso-style-next:Normal;
|
917
|
-
margin-top:0pt;
|
918
|
-
margin-right:0cm;
|
919
|
-
margin-bottom:18.0pt;
|
920
|
-
margin-left:0cm;
|
921
|
-
line-height:17.5pt;
|
922
|
-
mso-line-height-rule:exactly;
|
923
|
-
mso-pagination:widow-orphan;
|
924
|
-
mso-hyphenate:none;
|
925
|
-
tab-stops:20.15pt;
|
926
|
-
font-size:16.0pt;
|
927
|
-
mso-bidi-font-size:$normalfontsize;
|
928
|
-
font-family:$headerfont;
|
929
|
-
mso-fareast-font-family:"SimHei",serif;
|
930
|
-
mso-bidi-font-family:$headerfont;
|
931
|
-
mso-ansi-language:EN-GB;
|
932
|
-
font-weight:bold;
|
933
|
-
mso-bidi-font-weight:normal;}
|
934
|
-
p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2
|
935
|
-
{mso-style-name:zzSTDTitle;
|
936
|
-
mso-style-noshow:yes;
|
937
|
-
mso-style-unhide:no;
|
938
|
-
mso-style-next:Normal;
|
939
|
-
margin-top:0pt;
|
940
|
-
margin-right:0cm;
|
941
|
-
margin-bottom:18.0pt;
|
942
|
-
margin-left:0cm;
|
943
|
-
line-height:17.5pt;
|
944
|
-
mso-line-height-rule:exactly;
|
945
|
-
mso-pagination:widow-orphan;
|
946
|
-
mso-hyphenate:none;
|
947
|
-
tab-stops:20.15pt;
|
948
|
-
font-size:16.0pt;
|
949
|
-
mso-bidi-font-size:$normalfontsize;
|
950
|
-
font-family:$headerfont;
|
951
|
-
mso-fareast-font-family:"SimHei",serif;
|
952
|
-
mso-bidi-font-family:$headerfont;
|
953
|
-
mso-ansi-language:EN-GB;
|
954
|
-
mso-bidi-font-weight:normal;}
|
955
938
|
p.1, li.1, div.1
|
956
939
|
{mso-style-name:引用1;
|
957
940
|
mso-style-priority:99;
|
@@ -971,7 +954,7 @@ p.1, li.1, div.1
|
|
971
954
|
mso-bidi-font-family:"Times New Roman";
|
972
955
|
mso-ansi-language:EN-GB;
|
973
956
|
mso-fareast-language:JA;}
|
974
|
-
p.Quote, li.Quote
|
957
|
+
p.Quote, li.Quote
|
975
958
|
{mso-style-priority:99;
|
976
959
|
margin-top:0cm;
|
977
960
|
margin-right:36.0pt;
|
@@ -986,6 +969,17 @@ p.Quote, li.Quote, div.Quote
|
|
986
969
|
mso-fareast-font-family:"SimSun",serif;
|
987
970
|
mso-bidi-font-family:$bodyfont;
|
988
971
|
mso-ansi-language:EN-GB;}
|
972
|
+
div.Quote
|
973
|
+
{mso-style-priority:99;
|
974
|
+
text-align:justify;
|
975
|
+
line-height:12.0pt;
|
976
|
+
mso-pagination:widow-orphan;
|
977
|
+
tab-stops:20.15pt;
|
978
|
+
font-size:$normalfontsize;
|
979
|
+
font-family:$bodyfont;
|
980
|
+
mso-fareast-font-family:"SimSun",serif;
|
981
|
+
mso-bidi-font-family:$bodyfont;
|
982
|
+
mso-ansi-language:EN-GB;}
|
989
983
|
p.QuoteAttribution
|
990
984
|
{mso-style-name:quoteattribution;
|
991
985
|
mso-style-unhide:no;
|
@@ -1002,15 +996,13 @@ p.QuoteAttribution
|
|
1002
996
|
mso-ansi-language:EN-HK;
|
1003
997
|
mso-fareast-language:JA;}
|
1004
998
|
p.Admonition, li.Admonition, div.Admonition
|
1005
|
-
{
|
999
|
+
{
|
1006
1000
|
mso-style-priority:99;
|
1007
1001
|
mso-margin-top-alt:auto;
|
1008
1002
|
margin-right:0cm;
|
1009
1003
|
mso-margin-bottom-alt:auto;
|
1010
1004
|
margin-left:0cm;
|
1011
1005
|
mso-pagination:widow-orphan;
|
1012
|
-
font-size:12.0pt;
|
1013
|
-
font-family:"Calibri",sans-serif;
|
1014
1006
|
mso-ascii-font-family:$bodyfont;
|
1015
1007
|
mso-ascii-theme-font:minor-latin;
|
1016
1008
|
mso-fareast-font-family:"SimSun",serif;
|
@@ -1019,8 +1011,13 @@ p.Admonition, li.Admonition, div.Admonition
|
|
1019
1011
|
mso-hansi-theme-font:minor-latin;
|
1020
1012
|
mso-bidi-font-family:$bodyfont;
|
1021
1013
|
mso-bidi-theme-font:minor-bidi;
|
1022
|
-
font-weight:bold;
|
1023
1014
|
mso-ansi-language:EN-AU;}
|
1015
|
+
p.Admonition, li.Admonition {
|
1016
|
+
mso-style-name:admonition;
|
1017
|
+
font-size:12.0pt;
|
1018
|
+
font-family:"Calibri",sans-serif;
|
1019
|
+
font-weight:bold;
|
1020
|
+
}
|
1024
1021
|
p.Code, li.Code, div.Code
|
1025
1022
|
{mso-style-name:Code;
|
1026
1023
|
mso-style-priority:16;
|
@@ -1030,7 +1027,7 @@ p.Code, li.Code, div.Code
|
|
1030
1027
|
line-height:12.0pt;
|
1031
1028
|
mso-pagination:widow-orphan;
|
1032
1029
|
tab-stops:16.15pt 32.6pt 48.75pt 65.2pt 81.35pt 97.8pt 113.95pt 130.4pt 146.55pt 162.75pt;
|
1033
|
-
font-size:11.
|
1030
|
+
font-size:11.0pt;
|
1034
1031
|
mso-bidi-font-size:$normalfontsize;
|
1035
1032
|
font-family:$monospacefont;
|
1036
1033
|
mso-fareast-font-family:"SimSun",serif;
|
@@ -1433,50 +1430,6 @@ div.doctitle
|
|
1433
1430
|
text-align:left;
|
1434
1431
|
font-size:16.0pt;}
|
1435
1432
|
|
1436
|
-
p.boilerplate-copyright, li.boilerplate-copyright, div.boilerplate-copyright
|
1437
|
-
{mso-style-name:boilerplate-copyright;
|
1438
|
-
mso-style-unhide:no;
|
1439
|
-
mso-margin-top-alt:auto;
|
1440
|
-
margin-right:0cm;
|
1441
|
-
mso-margin-bottom-alt:auto;
|
1442
|
-
margin-left:0cm;
|
1443
|
-
mso-pagination:widow-orphan;
|
1444
|
-
font-size:12.0pt;
|
1445
|
-
font-family:"Times New Roman",serif;
|
1446
|
-
mso-fareast-font-family:DengXian;
|
1447
|
-
mso-fareast-theme-font:minor-fareast;
|
1448
|
-
mso-ansi-language:EN-HK;
|
1449
|
-
mso-fareast-language:JA;}
|
1450
|
-
|
1451
|
-
p.boilerplate-name, li.boilerplate-name, div.boilerplate-name
|
1452
|
-
{mso-style-name:boilerplate-name;
|
1453
|
-
mso-style-unhide:no;
|
1454
|
-
mso-margin-top-alt:auto;
|
1455
|
-
margin-right:0cm;
|
1456
|
-
mso-margin-bottom-alt:auto;
|
1457
|
-
margin-left:0cm;
|
1458
|
-
mso-pagination:widow-orphan;
|
1459
|
-
font-size:12.0pt;
|
1460
|
-
font-family:"Times New Roman",serif;
|
1461
|
-
mso-fareast-font-family:DengXian;
|
1462
|
-
mso-fareast-theme-font:minor-fareast;
|
1463
|
-
mso-ansi-language:EN-HK;
|
1464
|
-
mso-fareast-language:JA;}
|
1465
|
-
p.boilerplate-address, li.boilerplate-address, div.boilerplate-address
|
1466
|
-
{mso-style-name:boilerplate-address;
|
1467
|
-
mso-style-unhide:no;
|
1468
|
-
mso-margin-top-alt:auto;
|
1469
|
-
margin-right:0cm;
|
1470
|
-
mso-margin-bottom-alt:auto;
|
1471
|
-
margin-left:0cm;
|
1472
|
-
mso-pagination:widow-orphan;
|
1473
|
-
font-size:12.0pt;
|
1474
|
-
font-family:"Times New Roman",serif;
|
1475
|
-
mso-fareast-font-family:DengXian;
|
1476
|
-
mso-fareast-theme-font:minor-fareast;
|
1477
|
-
mso-ansi-language:EN-HK;
|
1478
|
-
mso-fareast-language:JA;}
|
1479
|
-
|
1480
1433
|
div.rule {
|
1481
1434
|
width: 100%;
|
1482
1435
|
height: 1px;
|
@@ -1639,23 +1592,6 @@ a.TableFootnoteRef, span.TableFootnoteRef, span.tablefootnoteref
|
|
1639
1592
|
aside {
|
1640
1593
|
font-size:$footnotefontsize;
|
1641
1594
|
}
|
1642
|
-
span.notelabel
|
1643
|
-
{mso-style-name:note_label;
|
1644
|
-
mso-style-unhide:no;
|
1645
|
-
mso-ansi-font-size:10.0pt;
|
1646
|
-
mso-bidi-font-size:10.0pt;
|
1647
|
-
font-family:$bodyfont;
|
1648
|
-
mso-ascii-font-family:Cambria;
|
1649
|
-
mso-hansi-font-family:Cambria;}
|
1650
|
-
span.examplelabel
|
1651
|
-
{mso-style-name:example_label;
|
1652
|
-
mso-style-unhide:no;
|
1653
|
-
mso-ansi-font-size:10.0pt;
|
1654
|
-
mso-bidi-font-size:10.0pt;
|
1655
|
-
font-family:$bodyfont;
|
1656
|
-
mso-ascii-font-family:Cambria;
|
1657
|
-
mso-hansi-font-family:Cambria;}
|
1658
|
-
|
1659
1595
|
|
1660
1596
|
|
1661
1597
|
/*
|
@@ -1679,6 +1615,11 @@ div.example {
|
|
1679
1615
|
p.Example, li.Example, div.Example, td.Example
|
1680
1616
|
{
|
1681
1617
|
tab-stops:70.9pt;
|
1618
|
+
}
|
1619
|
+
|
1620
|
+
p.Example, li.Example, td.Example {
|
1621
|
+
mso-style-name:Example;
|
1622
|
+
mso-style-link:"Example Char";
|
1682
1623
|
font-size:$smallerfontsize;
|
1683
1624
|
font-family:$bodyfont;}
|
1684
1625
|
|
@@ -1696,20 +1637,19 @@ div.Example p.MsoListParagraph {
|
|
1696
1637
|
}
|
1697
1638
|
|
1698
1639
|
p.Example, li.Example, div.Example
|
1699
|
-
{
|
1640
|
+
{
|
1700
1641
|
mso-style-unhide:no;
|
1701
1642
|
mso-style-qformat:yes;
|
1702
|
-
mso-style-link:"Example Char";
|
1703
1643
|
mso-margin-top-alt:auto;
|
1644
|
+
margin-top:0cm;
|
1704
1645
|
margin-right:0cm;
|
1705
|
-
|
1646
|
+
margin-bottom:12.0pt;
|
1706
1647
|
margin-left:0cm;
|
1707
1648
|
text-align:justify;
|
1708
|
-
line-height:
|
1649
|
+
line-height:11.0pt;
|
1709
1650
|
mso-pagination:none;
|
1710
|
-
|
1711
|
-
|
1712
|
-
font-family:$bodyfont;
|
1651
|
+
mso-pagination:widow-orphan;
|
1652
|
+
tab-stops:67.7pt;
|
1713
1653
|
mso-fareast-font-family:Calibri;
|
1714
1654
|
mso-bidi-font-family:"Times New Roman";
|
1715
1655
|
mso-ansi-language:EN-GB;
|
@@ -1805,7 +1745,7 @@ span.aucollab
|
|
1805
1745
|
mso-ascii-font-family:Cambria;
|
1806
1746
|
mso-hansi-font-family:Cambria;
|
1807
1747
|
border:none;
|
1808
|
-
{% if
|
1748
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:silver;{% endif %}
|
1809
1749
|
}
|
1810
1750
|
span.audeg
|
1811
1751
|
{mso-style-name:au_deg;
|
@@ -1816,7 +1756,7 @@ span.audeg
|
|
1816
1756
|
mso-ascii-font-family:Cambria;
|
1817
1757
|
mso-hansi-font-family:Cambria;
|
1818
1758
|
border:none;
|
1819
|
-
{% if
|
1759
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:yellow;{% endif %}
|
1820
1760
|
}
|
1821
1761
|
span.aufname
|
1822
1762
|
{mso-style-name:au_fname;
|
@@ -1827,7 +1767,7 @@ span.aufname
|
|
1827
1767
|
mso-ascii-font-family:Cambria;
|
1828
1768
|
mso-hansi-font-family:Cambria;
|
1829
1769
|
border:none;
|
1830
|
-
{% if
|
1770
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFCC;{% endif %}
|
1831
1771
|
}
|
1832
1772
|
span.aurole
|
1833
1773
|
{mso-style-name:au_role;
|
@@ -1838,7 +1778,7 @@ span.aurole
|
|
1838
1778
|
mso-ascii-font-family:Cambria;
|
1839
1779
|
mso-hansi-font-family:Cambria;
|
1840
1780
|
border:none;
|
1841
|
-
{% if
|
1781
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:olive;{% endif %}
|
1842
1782
|
}
|
1843
1783
|
span.ausuffix
|
1844
1784
|
{mso-style-name:au_suffix;
|
@@ -1849,7 +1789,7 @@ span.ausuffix
|
|
1849
1789
|
mso-ascii-font-family:Cambria;
|
1850
1790
|
mso-hansi-font-family:Cambria;
|
1851
1791
|
border:none;
|
1852
|
-
{% if
|
1792
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:fuchsia;{% endif %}
|
1853
1793
|
}
|
1854
1794
|
span.ausurname
|
1855
1795
|
{mso-style-name:au_surname;
|
@@ -1860,7 +1800,7 @@ span.ausurname
|
|
1860
1800
|
mso-ascii-font-family:Cambria;
|
1861
1801
|
mso-hansi-font-family:Cambria;
|
1862
1802
|
border:none;
|
1863
|
-
{% if
|
1803
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
1864
1804
|
}
|
1865
1805
|
span.bibbase
|
1866
1806
|
{mso-style-name:bib_base;
|
@@ -1877,7 +1817,7 @@ span.bibarticle
|
|
1877
1817
|
mso-ascii-font-family:Cambria;
|
1878
1818
|
mso-hansi-font-family:Cambria;
|
1879
1819
|
border:none;
|
1880
|
-
{% if
|
1820
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFFF;{% endif %}
|
1881
1821
|
}
|
1882
1822
|
span.bibcomment
|
1883
1823
|
{mso-style-name:bib_comment;
|
@@ -1901,7 +1841,7 @@ span.bibdoi
|
|
1901
1841
|
mso-ascii-font-family:Cambria;
|
1902
1842
|
mso-hansi-font-family:Cambria;
|
1903
1843
|
border:none;
|
1904
|
-
{% if
|
1844
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
1905
1845
|
}
|
1906
1846
|
span.bibetal
|
1907
1847
|
{mso-style-name:bib_etal;
|
@@ -1911,7 +1851,7 @@ span.bibetal
|
|
1911
1851
|
mso-ascii-font-family:Cambria;
|
1912
1852
|
mso-hansi-font-family:Cambria;
|
1913
1853
|
border:none;
|
1914
|
-
{% if
|
1854
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
1915
1855
|
}
|
1916
1856
|
span.bibfname
|
1917
1857
|
{mso-style-name:bib_fname;
|
@@ -1921,7 +1861,7 @@ span.bibfname
|
|
1921
1861
|
mso-ascii-font-family:Cambria;
|
1922
1862
|
mso-hansi-font-family:Cambria;
|
1923
1863
|
border:none;
|
1924
|
-
{% if
|
1864
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFCC;{% endif %}
|
1925
1865
|
}
|
1926
1866
|
span.bibfpage
|
1927
1867
|
{mso-style-name:bib_fpage;
|
@@ -1931,7 +1871,7 @@ span.bibfpage
|
|
1931
1871
|
mso-ascii-font-family:Cambria;
|
1932
1872
|
mso-hansi-font-family:Cambria;
|
1933
1873
|
border:none;
|
1934
|
-
{% if
|
1874
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#E6E6E6;{% endif %}
|
1935
1875
|
}
|
1936
1876
|
span.bibissue
|
1937
1877
|
{mso-style-name:bib_issue;
|
@@ -1941,7 +1881,7 @@ span.bibissue
|
|
1941
1881
|
mso-ascii-font-family:Cambria;
|
1942
1882
|
mso-hansi-font-family:Cambria;
|
1943
1883
|
border:none;
|
1944
|
-
{% if
|
1884
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFAB;{% endif %}
|
1945
1885
|
}
|
1946
1886
|
span.bibjournal
|
1947
1887
|
{mso-style-name:bib_journal;
|
@@ -1951,7 +1891,7 @@ span.bibjournal
|
|
1951
1891
|
mso-ascii-font-family:Cambria;
|
1952
1892
|
mso-hansi-font-family:Cambria;
|
1953
1893
|
border:none;
|
1954
|
-
{% if
|
1894
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F9DECF;{% endif %}
|
1955
1895
|
}
|
1956
1896
|
span.biblpage
|
1957
1897
|
{mso-style-name:bib_lpage;
|
@@ -1961,7 +1901,7 @@ span.biblpage
|
|
1961
1901
|
mso-ascii-font-family:Cambria;
|
1962
1902
|
mso-hansi-font-family:Cambria;
|
1963
1903
|
border:none;
|
1964
|
-
{% if
|
1904
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
|
1965
1905
|
}
|
1966
1906
|
span.bibnumber
|
1967
1907
|
{mso-style-name:bib_number;
|
@@ -1971,7 +1911,7 @@ span.bibnumber
|
|
1971
1911
|
mso-ascii-font-family:Cambria;
|
1972
1912
|
mso-hansi-font-family:Cambria;
|
1973
1913
|
border:none;
|
1974
|
-
{% if
|
1914
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCCCFF;{% endif %}
|
1975
1915
|
}
|
1976
1916
|
span.biborganization
|
1977
1917
|
{mso-style-name:bib_organization;
|
@@ -1981,7 +1921,7 @@ span.biborganization
|
|
1981
1921
|
mso-ascii-font-family:Cambria;
|
1982
1922
|
mso-hansi-font-family:Cambria;
|
1983
1923
|
border:none;
|
1984
|
-
{% if
|
1924
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
1985
1925
|
}
|
1986
1926
|
span.bibsuffix
|
1987
1927
|
{mso-style-name:bib_suffix;
|
@@ -1998,7 +1938,7 @@ span.bibsuppl
|
|
1998
1938
|
mso-ascii-font-family:Cambria;
|
1999
1939
|
mso-hansi-font-family:Cambria;
|
2000
1940
|
border:none;
|
2001
|
-
{% if
|
1941
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC66;{% endif %}
|
2002
1942
|
}
|
2003
1943
|
span.bibsurname
|
2004
1944
|
{mso-style-name:bib_surname;
|
@@ -2008,7 +1948,7 @@ span.bibsurname
|
|
2008
1948
|
mso-ascii-font-family:Cambria;
|
2009
1949
|
mso-hansi-font-family:Cambria;
|
2010
1950
|
border:none;
|
2011
|
-
{% if
|
1951
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
2012
1952
|
}
|
2013
1953
|
span.bibunpubl
|
2014
1954
|
{mso-style-name:bib_unpubl;
|
@@ -2025,7 +1965,7 @@ span.biburl
|
|
2025
1965
|
mso-ascii-font-family:Cambria;
|
2026
1966
|
mso-hansi-font-family:Cambria;
|
2027
1967
|
border:none;
|
2028
|
-
{% if
|
1968
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF66;{% endif %}
|
2029
1969
|
}
|
2030
1970
|
span.bibvolume
|
2031
1971
|
{mso-style-name:bib_volume;
|
@@ -2035,7 +1975,7 @@ span.bibvolume
|
|
2035
1975
|
mso-ascii-font-family:Cambria;
|
2036
1976
|
mso-hansi-font-family:Cambria;
|
2037
1977
|
border:none;
|
2038
|
-
{% if
|
1978
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCECFF;{% endif %}
|
2039
1979
|
}
|
2040
1980
|
span.bibyear
|
2041
1981
|
{mso-style-name:bib_year;
|
@@ -2045,7 +1985,7 @@ span.bibyear
|
|
2045
1985
|
mso-ascii-font-family:Cambria;
|
2046
1986
|
mso-hansi-font-family:Cambria;
|
2047
1987
|
border:none;
|
2048
|
-
{% if
|
1988
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCCFF;{% endif %}
|
2049
1989
|
}
|
2050
1990
|
span.citebase
|
2051
1991
|
{mso-style-name:cite_base;
|
@@ -2062,7 +2002,7 @@ span.citebib
|
|
2062
2002
|
mso-ascii-font-family:Cambria;
|
2063
2003
|
mso-hansi-font-family:Cambria;
|
2064
2004
|
border:none;
|
2065
|
-
{% if
|
2005
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFFF;{% endif %}
|
2066
2006
|
}
|
2067
2007
|
span.citebox
|
2068
2008
|
{mso-style-name:cite_box;
|
@@ -2079,7 +2019,7 @@ span.citeen
|
|
2079
2019
|
mso-ascii-font-family:Cambria;
|
2080
2020
|
mso-hansi-font-family:Cambria;
|
2081
2021
|
border:none;
|
2082
|
-
{% if
|
2022
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFF99;{% endif %}
|
2083
2023
|
vertical-align:super;}
|
2084
2024
|
span.citefig
|
2085
2025
|
{mso-style-name:cite_fig;
|
@@ -2090,7 +2030,7 @@ span.citefig
|
|
2090
2030
|
mso-hansi-font-family:Cambria;
|
2091
2031
|
color:windowtext;
|
2092
2032
|
border:none;
|
2093
|
-
{% if
|
2033
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
2094
2034
|
}
|
2095
2035
|
span.citefn
|
2096
2036
|
{mso-style-name:cite_fn;
|
@@ -2102,7 +2042,7 @@ span.citefn
|
|
2102
2042
|
mso-hansi-font-family:Cambria;
|
2103
2043
|
color:windowtext;
|
2104
2044
|
border:none;
|
2105
|
-
{% if
|
2045
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
|
2106
2046
|
vertical-align:baseline;}
|
2107
2047
|
span.citetbl
|
2108
2048
|
{mso-style-name:cite_tbl;
|
@@ -2113,7 +2053,7 @@ span.citetbl
|
|
2113
2053
|
mso-hansi-font-family:Cambria;
|
2114
2054
|
color:windowtext;
|
2115
2055
|
border:none;
|
2116
|
-
{% if
|
2056
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF9999;{% endif %}
|
2117
2057
|
}
|
2118
2058
|
span.stdbase
|
2119
2059
|
{mso-style-name:std_base;
|
@@ -2130,7 +2070,7 @@ span.bibextlink
|
|
2130
2070
|
mso-ascii-font-family:Cambria;
|
2131
2071
|
mso-hansi-font-family:Cambria;
|
2132
2072
|
border:none;
|
2133
|
-
{% if
|
2073
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#6CCE9D;{% endif %}
|
2134
2074
|
}
|
2135
2075
|
span.citeeq
|
2136
2076
|
{mso-style-name:cite_eq;
|
@@ -2140,7 +2080,7 @@ span.citeeq
|
|
2140
2080
|
mso-ascii-font-family:Cambria;
|
2141
2081
|
mso-hansi-font-family:Cambria;
|
2142
2082
|
border:none;
|
2143
|
-
{% if
|
2083
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFAE37;{% endif %}
|
2144
2084
|
}
|
2145
2085
|
span.bibmedline
|
2146
2086
|
{mso-style-name:bib_medline;
|
@@ -2157,7 +2097,7 @@ span.citetfn
|
|
2157
2097
|
mso-ascii-font-family:Cambria;
|
2158
2098
|
mso-hansi-font-family:Cambria;
|
2159
2099
|
border:none;
|
2160
|
-
{% if
|
2100
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FBBA79;{% endif %}
|
2161
2101
|
}
|
2162
2102
|
span.auprefix
|
2163
2103
|
{mso-style-name:au_prefix;
|
@@ -2168,7 +2108,7 @@ span.auprefix
|
|
2168
2108
|
mso-ascii-font-family:Cambria;
|
2169
2109
|
mso-hansi-font-family:Cambria;
|
2170
2110
|
border:none;
|
2171
|
-
{% if
|
2111
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC99;{% endif %}
|
2172
2112
|
}
|
2173
2113
|
span.citeapp
|
2174
2114
|
{mso-style-name:cite_app;
|
@@ -2178,7 +2118,7 @@ span.citeapp
|
|
2178
2118
|
mso-ascii-font-family:Cambria;
|
2179
2119
|
mso-hansi-font-family:Cambria;
|
2180
2120
|
border:none;
|
2181
|
-
{% if
|
2121
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF33;{% endif %}
|
2182
2122
|
}
|
2183
2123
|
span.citesec
|
2184
2124
|
{mso-style-name:cite_sec;
|
@@ -2188,7 +2128,7 @@ span.citesec
|
|
2188
2128
|
mso-ascii-font-family:Cambria;
|
2189
2129
|
mso-hansi-font-family:Cambria;
|
2190
2130
|
border:none;
|
2191
|
-
{% if
|
2131
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCCCC;{% endif %}
|
2192
2132
|
}
|
2193
2133
|
span.stddocNumber
|
2194
2134
|
{mso-style-name:std_docNumber;
|
@@ -2198,7 +2138,7 @@ span.stddocNumber
|
|
2198
2138
|
mso-ascii-font-family:Cambria;
|
2199
2139
|
mso-hansi-font-family:Cambria;
|
2200
2140
|
border:none;
|
2201
|
-
{% if
|
2141
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F2DBDB;{% endif %}
|
2202
2142
|
}
|
2203
2143
|
span.stddocPartNumber
|
2204
2144
|
{mso-style-name:std_docPartNumber;
|
@@ -2208,7 +2148,7 @@ span.stddocPartNumber
|
|
2208
2148
|
mso-ascii-font-family:Cambria;
|
2209
2149
|
mso-hansi-font-family:Cambria;
|
2210
2150
|
border:none;
|
2211
|
-
{% if
|
2151
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#EAF1DD;{% endif %}
|
2212
2152
|
}
|
2213
2153
|
span.stddocTitle
|
2214
2154
|
{mso-style-name:std_docTitle;
|
@@ -2218,7 +2158,7 @@ span.stddocTitle
|
|
2218
2158
|
mso-ascii-font-family:Cambria;
|
2219
2159
|
mso-hansi-font-family:Cambria;
|
2220
2160
|
border:none;
|
2221
|
-
{% if
|
2161
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FDE9D9;{% endif %}
|
2222
2162
|
font-style:italic;
|
2223
2163
|
mso-bidi-font-style:normal;}
|
2224
2164
|
span.aumember
|
@@ -2230,7 +2170,7 @@ span.aumember
|
|
2230
2170
|
mso-ascii-font-family:Cambria;
|
2231
2171
|
mso-hansi-font-family:Cambria;
|
2232
2172
|
border:none;
|
2233
|
-
{% if
|
2173
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
|
2234
2174
|
}
|
2235
2175
|
span.stdfootnote
|
2236
2176
|
{mso-style-name:std_footnote;
|
@@ -2240,7 +2180,7 @@ span.stdfootnote
|
|
2240
2180
|
mso-ascii-font-family:Cambria;
|
2241
2181
|
mso-hansi-font-family:Cambria;
|
2242
2182
|
border:none;
|
2243
|
-
{% if
|
2183
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F2F2F2;{% endif %}
|
2244
2184
|
}
|
2245
2185
|
span.stdpublisher
|
2246
2186
|
{mso-style-name:std_publisher;
|
@@ -2250,7 +2190,7 @@ span.stdpublisher
|
|
2250
2190
|
mso-ascii-font-family:Cambria;
|
2251
2191
|
mso-hansi-font-family:Cambria;
|
2252
2192
|
border:none;
|
2253
|
-
{% if
|
2193
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#C6D9F1;{% endif %}
|
2254
2194
|
}
|
2255
2195
|
span.stdsection
|
2256
2196
|
{mso-style-name:std_section;
|
@@ -2260,7 +2200,7 @@ span.stdsection
|
|
2260
2200
|
mso-ascii-font-family:Cambria;
|
2261
2201
|
mso-hansi-font-family:Cambria;
|
2262
2202
|
border:none;
|
2263
|
-
{% if
|
2203
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#E5DFEC;{% endif %}
|
2264
2204
|
}
|
2265
2205
|
span.stdyear
|
2266
2206
|
{mso-style-name:std_year;
|
@@ -2270,7 +2210,7 @@ span.stdyear
|
|
2270
2210
|
mso-ascii-font-family:Cambria;
|
2271
2211
|
mso-hansi-font-family:Cambria;
|
2272
2212
|
border:none;
|
2273
|
-
{% if
|
2213
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#DAEEF3;{% endif %}
|
2274
2214
|
}
|
2275
2215
|
span.stddocumentType
|
2276
2216
|
{mso-style-name:std_documentType;
|
@@ -2280,7 +2220,7 @@ span.stddocumentType
|
|
2280
2220
|
mso-ascii-font-family:Cambria;
|
2281
2221
|
mso-hansi-font-family:Cambria;
|
2282
2222
|
border:none;
|
2283
|
-
{% if
|
2223
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#7DE1DF;{% endif %}
|
2284
2224
|
}
|
2285
2225
|
span.bibalt-year
|
2286
2226
|
{mso-style-name:bib_alt-year;
|
@@ -2291,7 +2231,7 @@ span.bibalt-year
|
|
2291
2231
|
mso-ascii-font-family:Cambria;
|
2292
2232
|
mso-hansi-font-family:Cambria;
|
2293
2233
|
border:none;
|
2294
|
-
{% if
|
2234
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CC99FF;{% endif %}
|
2295
2235
|
}
|
2296
2236
|
span.bibbook
|
2297
2237
|
{mso-style-name:bib_book;
|
@@ -2301,7 +2241,7 @@ span.bibbook
|
|
2301
2241
|
mso-ascii-font-family:Cambria;
|
2302
2242
|
mso-hansi-font-family:Cambria;
|
2303
2243
|
border:none;
|
2304
|
-
{% if
|
2244
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#99CCFF;{% endif %}
|
2305
2245
|
}
|
2306
2246
|
span.bibchapterno
|
2307
2247
|
{mso-style-name:bib_chapterno;
|
@@ -2311,7 +2251,7 @@ span.bibchapterno
|
|
2311
2251
|
mso-ascii-font-family:Cambria;
|
2312
2252
|
mso-hansi-font-family:Cambria;
|
2313
2253
|
border:none;
|
2314
|
-
{% if
|
2254
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
|
2315
2255
|
}
|
2316
2256
|
span.bibchaptertitle
|
2317
2257
|
{mso-style-name:bib_chaptertitle;
|
@@ -2321,7 +2261,7 @@ span.bibchaptertitle
|
|
2321
2261
|
mso-ascii-font-family:Cambria;
|
2322
2262
|
mso-hansi-font-family:Cambria;
|
2323
2263
|
border:none;
|
2324
|
-
{% if
|
2264
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF9D5B;{% endif %}
|
2325
2265
|
}
|
2326
2266
|
span.bibed-etal
|
2327
2267
|
{mso-style-name:bib_ed-etal;
|
@@ -2331,7 +2271,7 @@ span.bibed-etal
|
|
2331
2271
|
mso-ascii-font-family:Cambria;
|
2332
2272
|
mso-hansi-font-family:Cambria;
|
2333
2273
|
border:none;
|
2334
|
-
{% if
|
2274
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#00F4EE;{% endif %}
|
2335
2275
|
}
|
2336
2276
|
span.bibed-fname
|
2337
2277
|
{mso-style-name:bib_ed-fname;
|
@@ -2341,7 +2281,7 @@ span.bibed-fname
|
|
2341
2281
|
mso-ascii-font-family:Cambria;
|
2342
2282
|
mso-hansi-font-family:Cambria;
|
2343
2283
|
border:none;
|
2344
|
-
{% if
|
2284
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFB7;{% endif %}
|
2345
2285
|
}
|
2346
2286
|
span.bibeditionno
|
2347
2287
|
{mso-style-name:bib_editionno;
|
@@ -2351,7 +2291,7 @@ span.bibeditionno
|
|
2351
2291
|
mso-ascii-font-family:Cambria;
|
2352
2292
|
mso-hansi-font-family:Cambria;
|
2353
2293
|
border:none;
|
2354
|
-
{% if
|
2294
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC00;{% endif %}
|
2355
2295
|
}
|
2356
2296
|
span.bibed-organization
|
2357
2297
|
{mso-style-name:bib_ed-organization;
|
@@ -2361,7 +2301,7 @@ span.bibed-organization
|
|
2361
2301
|
mso-ascii-font-family:Cambria;
|
2362
2302
|
mso-hansi-font-family:Cambria;
|
2363
2303
|
border:none;
|
2364
|
-
{% if
|
2304
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FCAAC3;{% endif %}
|
2365
2305
|
}
|
2366
2306
|
span.bibed-suffix
|
2367
2307
|
{mso-style-name:bib_ed-suffix;
|
@@ -2371,7 +2311,7 @@ span.bibed-suffix
|
|
2371
2311
|
mso-ascii-font-family:Cambria;
|
2372
2312
|
mso-hansi-font-family:Cambria;
|
2373
2313
|
border:none;
|
2374
|
-
{% if
|
2314
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
2375
2315
|
}
|
2376
2316
|
span.bibed-surname
|
2377
2317
|
{mso-style-name:bib_ed-surname;
|
@@ -2381,7 +2321,7 @@ span.bibed-surname
|
|
2381
2321
|
mso-ascii-font-family:Cambria;
|
2382
2322
|
mso-hansi-font-family:Cambria;
|
2383
2323
|
border:none;
|
2384
|
-
{% if
|
2324
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:yellow;{% endif %}
|
2385
2325
|
}
|
2386
2326
|
span.bibinstitution
|
2387
2327
|
{mso-style-name:bib_institution;
|
@@ -2391,7 +2331,7 @@ span.bibinstitution
|
|
2391
2331
|
mso-ascii-font-family:Cambria;
|
2392
2332
|
mso-hansi-font-family:Cambria;
|
2393
2333
|
border:none;
|
2394
|
-
{% if
|
2334
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
2395
2335
|
}
|
2396
2336
|
span.bibisbn
|
2397
2337
|
{mso-style-name:bib_isbn;
|
@@ -2400,7 +2340,7 @@ span.bibisbn
|
|
2400
2340
|
font-family:$bodyfont;
|
2401
2341
|
mso-ascii-font-family:Cambria;
|
2402
2342
|
mso-hansi-font-family:Cambria;
|
2403
|
-
{% if
|
2343
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
|
2404
2344
|
}
|
2405
2345
|
span.biblocation
|
2406
2346
|
{mso-style-name:bib_location;
|
@@ -2410,7 +2350,7 @@ span.biblocation
|
|
2410
2350
|
mso-ascii-font-family:Cambria;
|
2411
2351
|
mso-hansi-font-family:Cambria;
|
2412
2352
|
border:none;
|
2413
|
-
{% if
|
2353
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCCCC;{% endif %}
|
2414
2354
|
}
|
2415
2355
|
span.bibpagecount
|
2416
2356
|
{mso-style-name:bib_pagecount;
|
@@ -2420,7 +2360,7 @@ span.bibpagecount
|
|
2420
2360
|
mso-ascii-font-family:Cambria;
|
2421
2361
|
mso-hansi-font-family:Cambria;
|
2422
2362
|
border:none;
|
2423
|
-
{% if
|
2363
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:lime;{% endif %}
|
2424
2364
|
}
|
2425
2365
|
span.bibpatent
|
2426
2366
|
{mso-style-name:bib_patent;
|
@@ -2430,7 +2370,7 @@ span.bibpatent
|
|
2430
2370
|
mso-ascii-font-family:Cambria;
|
2431
2371
|
mso-hansi-font-family:Cambria;
|
2432
2372
|
border:none;
|
2433
|
-
{% if
|
2373
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#66FFCC;{% endif %}
|
2434
2374
|
}
|
2435
2375
|
span.bibpublisher
|
2436
2376
|
{mso-style-name:bib_publisher;
|
@@ -2440,7 +2380,7 @@ span.bibpublisher
|
|
2440
2380
|
mso-ascii-font-family:Cambria;
|
2441
2381
|
mso-hansi-font-family:Cambria;
|
2442
2382
|
border:none;
|
2443
|
-
{% if
|
2383
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
|
2444
2384
|
}
|
2445
2385
|
span.bibreportnum
|
2446
2386
|
{mso-style-name:bib_reportnum;
|
@@ -2450,7 +2390,7 @@ span.bibreportnum
|
|
2450
2390
|
mso-ascii-font-family:Cambria;
|
2451
2391
|
mso-hansi-font-family:Cambria;
|
2452
2392
|
border:none;
|
2453
|
-
{% if
|
2393
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCCCFF;{% endif %}
|
2454
2394
|
}
|
2455
2395
|
span.bibschool
|
2456
2396
|
{mso-style-name:bib_school;
|
@@ -2460,7 +2400,7 @@ span.bibschool
|
|
2460
2400
|
mso-ascii-font-family:Cambria;
|
2461
2401
|
mso-hansi-font-family:Cambria;
|
2462
2402
|
border:none;
|
2463
|
-
{% if
|
2403
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC66;{% endif %}
|
2464
2404
|
}
|
2465
2405
|
span.bibseries
|
2466
2406
|
{mso-style-name:bib_series;
|
@@ -2469,7 +2409,7 @@ span.bibseries
|
|
2469
2409
|
font-family:$bodyfont;
|
2470
2410
|
mso-ascii-font-family:Cambria;
|
2471
2411
|
mso-hansi-font-family:Cambria;
|
2472
|
-
{% if
|
2412
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC99;{% endif %}
|
2473
2413
|
}
|
2474
2414
|
span.bibseriesno
|
2475
2415
|
{mso-style-name:bib_seriesno;
|
@@ -2478,7 +2418,7 @@ span.bibseriesno
|
|
2478
2418
|
font-family:$bodyfont;
|
2479
2419
|
mso-ascii-font-family:Cambria;
|
2480
2420
|
mso-hansi-font-family:Cambria;
|
2481
|
-
{% if
|
2421
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFF99;{% endif %}
|
2482
2422
|
}
|
2483
2423
|
span.bibtrans
|
2484
2424
|
{mso-style-name:bib_trans;
|
@@ -2487,7 +2427,7 @@ span.bibtrans
|
|
2487
2427
|
font-family:$bodyfont;
|
2488
2428
|
mso-ascii-font-family:Cambria;
|
2489
2429
|
mso-hansi-font-family:Cambria;
|
2490
|
-
{% if
|
2430
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#99CC00;{% endif %}
|
2491
2431
|
}
|
2492
2432
|
span.stdsuppl
|
2493
2433
|
{mso-style-name:std_suppl;
|
@@ -2497,7 +2437,7 @@ span.stdsuppl
|
|
2497
2437
|
mso-ascii-font-family:Cambria;
|
2498
2438
|
mso-hansi-font-family:Cambria;
|
2499
2439
|
border:none;
|
2500
|
-
{% if
|
2440
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F6FBB5;{% endif %}
|
2501
2441
|
}
|
2502
2442
|
span.citesection
|
2503
2443
|
{mso-style-name:cite_section;
|
@@ -2507,7 +2447,7 @@ span.citesection
|
|
2507
2447
|
mso-ascii-font-family:Cambria;
|
2508
2448
|
mso-hansi-font-family:Cambria;
|
2509
2449
|
border:none;
|
2510
|
-
{% if
|
2450
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF7C80;{% endif %}
|
2511
2451
|
}
|
2512
2452
|
|
2513
2453
|
p.BaseText, li.BaseText, div.BaseText
|
@@ -2918,26 +2858,6 @@ p.dl, li.dl, div.dl
|
|
2918
2858
|
mso-bidi-font-family:"Times New Roman";
|
2919
2859
|
mso-ansi-language:EN-GB;
|
2920
2860
|
mso-fareast-language:EN-US;}
|
2921
|
-
p.Example0, li.Example0, div.Example0
|
2922
|
-
{mso-style-name:Example;
|
2923
|
-
mso-style-unhide:no;
|
2924
|
-
mso-style-parent:Base_Text;
|
2925
|
-
margin-top:0cm;
|
2926
|
-
margin-right:0cm;
|
2927
|
-
margin-bottom:12.0pt;
|
2928
|
-
margin-left:0cm;
|
2929
|
-
text-align:justify;
|
2930
|
-
text-justify:inter-ideograph;
|
2931
|
-
line-height:11.0pt;
|
2932
|
-
mso-pagination:widow-orphan;
|
2933
|
-
tab-stops:67.7pt;
|
2934
|
-
font-size:10.0pt;
|
2935
|
-
mso-bidi-font-size:$normalfontsize;
|
2936
|
-
font-family:$bodyfont;
|
2937
|
-
mso-fareast-font-family:Calibri;
|
2938
|
-
mso-bidi-font-family:"Times New Roman";
|
2939
|
-
mso-ansi-language:EN-GB;
|
2940
|
-
mso-fareast-language:EN-US;}
|
2941
2861
|
p.Examplecontinued, li.Examplecontinued, div.Examplecontinued
|
2942
2862
|
{mso-style-name:"Example continued";
|
2943
2863
|
mso-style-unhide:no;
|
@@ -4319,23 +4239,28 @@ p.dlnoindent, li.dlnoindent, div.dlnoindent
|
|
4319
4239
|
p.zzCover, li.zzCover, div.zzCover
|
4320
4240
|
{mso-style-name:zzCover;
|
4321
4241
|
mso-style-unhide:no;
|
4322
|
-
mso-style-parent:"Body Text";
|
4323
4242
|
mso-style-link:"zzCover Char";
|
4324
4243
|
margin-top:0cm;
|
4325
4244
|
margin-right:0cm;
|
4326
|
-
margin-bottom:
|
4245
|
+
margin-bottom:11.0pt;
|
4327
4246
|
margin-left:0cm;
|
4328
4247
|
text-align:right;
|
4329
|
-
line-height:
|
4248
|
+
line-height:12.0pt;
|
4330
4249
|
mso-pagination:widow-orphan;
|
4331
|
-
|
4332
|
-
font-size
|
4333
|
-
|
4250
|
+
{% if stage_int >= 40 and stage_int < 60 %}
|
4251
|
+
font-size:13.0pt;
|
4252
|
+
{% else %}
|
4253
|
+
font-size:12.0pt;
|
4254
|
+
{% endif %}
|
4255
|
+
mso-bidi-font-size:10.0pt;
|
4334
4256
|
font-family:$bodyfont;
|
4335
|
-
mso-fareast-font-family:
|
4257
|
+
mso-fareast-font-family:"MS Mincho";
|
4336
4258
|
mso-bidi-font-family:"Times New Roman";
|
4259
|
+
color:black;
|
4337
4260
|
mso-ansi-language:EN-GB;
|
4338
|
-
mso-fareast-language:
|
4261
|
+
mso-fareast-language:JA;
|
4262
|
+
font-weight:bold;
|
4263
|
+
mso-bidi-font-weight:normal;}
|
4339
4264
|
span.zzCoverChar
|
4340
4265
|
{mso-style-name:"zzCover Char";
|
4341
4266
|
mso-style-unhide:no;
|
@@ -4401,7 +4326,7 @@ div.Note table.dl {
|
|
4401
4326
|
margin-left: 1.0cm;
|
4402
4327
|
}
|
4403
4328
|
|
4404
|
-
|
4329
|
+
td.example_label, td.note_label
|
4405
4330
|
{
|
4406
4331
|
font-size: $smallerfontsize;
|
4407
4332
|
font-family:$bodyfont;
|