metanorma-cc 1.6.0 → 1.6.1
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 +4 -5
- data/lib/isodoc/cc/csd.standard.xsl +10 -6
- data/lib/isodoc/cc/html/cc.css +20 -21
- data/lib/isodoc/cc/html/cc.scss +20 -21
- data/lib/isodoc/cc/html/htmlstyle.css +652 -652
- data/lib/isodoc/cc/html/htmlstyle.scss +3 -4
- data/lib/isodoc/cc/html/wordstyle.css +19 -19
- data/lib/isodoc/cc/html/wordstyle.scss +19 -19
- data/lib/metanorma/cc/fonts_manifest.yaml +5 -0
- data/lib/metanorma/cc/processor.rb +0 -8
- data/lib/metanorma/cc/version.rb +1 -1
- data/metanorma-cc.gemspec +1 -2
- data/metanorma.yml +6 -0
- metadata +5 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 894725124215820605c93f444274a1182bf820d76a1aa91612ac1441b2400b73
|
4
|
+
data.tar.gz: 82af1c73ee5d95182792f8f7ae826b8b135f01c96bc19fdf3587253cbf1bd4d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8697904edb71ca8808224e8bb928d497fdd2e29af6338a202ce301631e84681249112324f7d5afc94236e60e78cd056b40e748fb79c4028ec4e5fac4e56006ba
|
7
|
+
data.tar.gz: af29fe2d822632185d2c1d62a0b8cf9f18ad6a7ad22c0e11cc1e2860c64bca53ab59fca29506c96419c770ec73d4607d98044d384cce1e86192c5e77324f6baf
|
data/.github/workflows/rake.yml
CHANGED
@@ -36,7 +36,7 @@ jobs:
|
|
36
36
|
with:
|
37
37
|
ruby-version: ${{ matrix.ruby }}
|
38
38
|
|
39
|
-
- uses: actions/cache@
|
39
|
+
- uses: actions/cache@v2
|
40
40
|
with:
|
41
41
|
path: vendor/bundle
|
42
42
|
key: bundle-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/*.gemspec') }}
|
@@ -48,15 +48,14 @@ jobs:
|
|
48
48
|
|
49
49
|
- run: bundle exec rake
|
50
50
|
|
51
|
-
|
52
|
-
name: Trigger notify workflow
|
51
|
+
tests-passed:
|
53
52
|
needs: rake
|
54
53
|
runs-on: ubuntu-latest
|
55
54
|
steps:
|
56
|
-
- name: Trigger
|
55
|
+
- name: Trigger tests passed event
|
57
56
|
uses: Sibz/github-status-action@v1
|
58
57
|
with:
|
59
|
-
authToken: ${{ secrets.GITHUB_TOKEN }}
|
58
|
+
authToken: ${{ secrets.METANORMA_CI_PAT_TOKEN || secrets.GITHUB_TOKEN }}
|
60
59
|
context: 'tests-passed-successfully'
|
61
60
|
description: 'Tests passed successfully'
|
62
61
|
state: 'success'
|
@@ -37,7 +37,7 @@
|
|
37
37
|
|
38
38
|
<xsl:template match="/">
|
39
39
|
<xsl:call-template name="namespaceCheck"/>
|
40
|
-
<fo:root font-family="
|
40
|
+
<fo:root font-family="Source Sans Pro, STIX Two Math, Source Han Sans" font-size="10.5pt" xml:lang="{$lang}">
|
41
41
|
<fo:layout-master-set>
|
42
42
|
<!-- Cover page -->
|
43
43
|
<fo:simple-page-master master-name="cover-page" page-width="{$pageWidth}" page-height="{$pageHeight}">
|
@@ -966,7 +966,7 @@
|
|
966
966
|
|
967
967
|
|
968
968
|
|
969
|
-
<xsl:attribute name="font-family">
|
969
|
+
<xsl:attribute name="font-family">Source Code Pro</xsl:attribute>
|
970
970
|
<xsl:attribute name="margin-bottom">6pt</xsl:attribute>
|
971
971
|
<xsl:attribute name="keep-with-next">always</xsl:attribute>
|
972
972
|
|
@@ -1215,6 +1215,7 @@
|
|
1215
1215
|
</xsl:attribute-set><xsl:attribute-set name="term-style">
|
1216
1216
|
|
1217
1217
|
</xsl:attribute-set><xsl:attribute-set name="figure-name-style">
|
1218
|
+
|
1218
1219
|
|
1219
1220
|
|
1220
1221
|
|
@@ -1261,7 +1262,7 @@
|
|
1261
1262
|
|
1262
1263
|
</xsl:attribute-set><xsl:attribute-set name="tt-style">
|
1263
1264
|
|
1264
|
-
<xsl:attribute name="font-family">
|
1265
|
+
<xsl:attribute name="font-family">Source Code Pro</xsl:attribute>
|
1265
1266
|
|
1266
1267
|
|
1267
1268
|
|
@@ -2476,6 +2477,7 @@
|
|
2476
2477
|
</fo:inline>
|
2477
2478
|
</xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']">
|
2478
2479
|
<fo:inline font-weight="bold">
|
2480
|
+
|
2479
2481
|
<xsl:apply-templates/>
|
2480
2482
|
</fo:inline>
|
2481
2483
|
</xsl:template><xsl:template match="*[local-name()='sup']">
|
@@ -2880,6 +2882,7 @@
|
|
2880
2882
|
</xsl:choose>
|
2881
2883
|
</xsl:variable>
|
2882
2884
|
<fo:inline xsl:use-attribute-sets="link-style">
|
2885
|
+
|
2883
2886
|
<xsl:choose>
|
2884
2887
|
<xsl:when test="$target = ''">
|
2885
2888
|
<xsl:apply-templates/>
|
@@ -3091,7 +3094,8 @@
|
|
3091
3094
|
</fo:inline>
|
3092
3095
|
</xsl:if>
|
3093
3096
|
</xsl:template><xsl:template match="*[local-name() = 'figure']">
|
3094
|
-
<fo:block-container id="{@id}">
|
3097
|
+
<fo:block-container id="{@id}">
|
3098
|
+
|
3095
3099
|
<fo:block>
|
3096
3100
|
<xsl:apply-templates/>
|
3097
3101
|
</fo:block>
|
@@ -3142,7 +3146,7 @@
|
|
3142
3146
|
<xsl:apply-templates mode="bookmarks"/>
|
3143
3147
|
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents">
|
3144
3148
|
<xsl:apply-templates select="."/>
|
3145
|
-
</xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
3149
|
+
</xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks">
|
3146
3150
|
<xsl:apply-templates mode="bookmarks"/>
|
3147
3151
|
</xsl:template><xsl:template name="addBookmarks">
|
3148
3152
|
<xsl:param name="contents"/>
|
@@ -3884,7 +3888,7 @@
|
|
3884
3888
|
<fo:block id="{@id}">
|
3885
3889
|
<xsl:apply-templates/>
|
3886
3890
|
</fo:block>
|
3887
|
-
</xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
|
3891
|
+
</xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" priority="3"/><xsl:template match="*[local-name() = 'bibitem'][@hidden='true']" priority="3"/><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']">
|
3888
3892
|
|
3889
3893
|
<fo:block id="{@id}">
|
3890
3894
|
<xsl:apply-templates/>
|
data/lib/isodoc/cc/html/cc.css
CHANGED
@@ -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";
|
@@ -26,7 +26,7 @@ p.pseudocode, li.pseudocode, div.pseudocode {
|
|
26
26
|
text-align: left;
|
27
27
|
mso-pagination: widow-orphan;
|
28
28
|
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;
|
29
|
-
font-size:
|
29
|
+
font-size: {{normalfontsize}};
|
30
30
|
font-family: {{bodyfont}};
|
31
31
|
mso-fareast-font-family: Calibri;
|
32
32
|
mso-bidi-font-family: "Courier New";
|
@@ -44,7 +44,7 @@ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef {
|
|
44
44
|
tab-stops: 33.15pt;
|
45
45
|
line-height: 12.0pt;
|
46
46
|
mso-pagination: widow-orphan;
|
47
|
-
font-size:
|
47
|
+
font-size: {{normalfontsize}};
|
48
48
|
font-weight: normal;
|
49
49
|
font-family: {{bodyfont}};
|
50
50
|
mso-fareast-font-family: {{bodyfont}};
|
@@ -142,10 +142,9 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
|
|
142
142
|
line-height: 12.0pt;
|
143
143
|
mso-pagination: widow-orphan;
|
144
144
|
tab-stops: 20.15pt;
|
145
|
-
font-size:
|
145
|
+
font-size: {{smallerfontsize}};
|
146
146
|
mso-bidi-font-size: 11.0pt;
|
147
147
|
font-family: {{bodyfont}};
|
148
|
-
font-size: 10.0pt;
|
149
148
|
mso-fareast-font-family: {{bodyfont}};
|
150
149
|
mso-bidi-font-family: {{bodyfont}};
|
151
150
|
mso-ansi-language: EN-GB; }
|
@@ -410,7 +409,7 @@ p.zzCopyright, li.zzCopyright {
|
|
410
409
|
tab-stops: 20.15pt 25.7pt 481.15pt;
|
411
410
|
padding: 0cm;
|
412
411
|
mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;
|
413
|
-
font-size:
|
412
|
+
font-size: {{normalfontsize}};
|
414
413
|
font-family: {{bodyfont}};
|
415
414
|
mso-fareast-font-family: {{bodyfont}};
|
416
415
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -496,7 +495,7 @@ p.Quote, li.Quote, div.Quote {
|
|
496
495
|
line-height: 12.0pt;
|
497
496
|
mso-pagination: widow-orphan;
|
498
497
|
tab-stops: 20.15pt;
|
499
|
-
font-size:
|
498
|
+
font-size: {{normalfontsize}};
|
500
499
|
font-family: {{bodyfont}};
|
501
500
|
mso-fareast-font-family: {{bodyfont}};
|
502
501
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -512,7 +511,7 @@ p.QuoteAttribution {
|
|
512
511
|
line-height: 12.0pt;
|
513
512
|
mso-pagination: widow-orphan;
|
514
513
|
tab-stops: 20.15pt;
|
515
|
-
font-size:
|
514
|
+
font-size: {{normalfontsize}};
|
516
515
|
font-family: {{bodyfont}};
|
517
516
|
mso-fareast-font-family: {{bodyfont}};
|
518
517
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -557,7 +556,7 @@ p.Code, li.Code, div.Code {
|
|
557
556
|
mso-pagination: widow-orphan;
|
558
557
|
tab-stops: 20.15pt;
|
559
558
|
font-size: 9.0pt;
|
560
|
-
mso-bidi-font-size:
|
559
|
+
mso-bidi-font-size: {{monospacefontsize}};
|
561
560
|
font-family: {{monospacefont}};
|
562
561
|
mso-fareast-font-family: Calibri;
|
563
562
|
mso-bidi-font-family: "Source Sans Pro";
|
@@ -574,7 +573,7 @@ p.Formula, li.Formula, div.Formula {
|
|
574
573
|
line-height: 12.0pt;
|
575
574
|
mso-pagination: widow-orphan;
|
576
575
|
tab-stops: right 487.45pt;
|
577
|
-
font-size:
|
576
|
+
font-size: {{normalfontsize}};
|
578
577
|
font-family: {{bodyfont}};
|
579
578
|
mso-fareast-font-family: {{bodyfont}};
|
580
579
|
mso-bidi-font-family: {{bodyfont}};
|
@@ -688,7 +687,7 @@ table.MsoISOTable, table.MsoISOTableBig {
|
|
688
687
|
mso-yfti-tbllook: 480;
|
689
688
|
mso-border-insideh: .75pt solid windowtext;
|
690
689
|
mso-border-insidev: .75pt solid windowtext;
|
691
|
-
font-size:
|
690
|
+
font-size: {{smallerfontsize}};
|
692
691
|
font-family: {{bodyfont}}; }
|
693
692
|
|
694
693
|
table.MsoISOTable th, table.MsoISOTableBig th {
|
@@ -702,7 +701,7 @@ table.MsoISOTable td, table.MsoISOTableBig td {
|
|
702
701
|
padding: 0cm 2.85pt 0cm 2.85pt; }
|
703
702
|
|
704
703
|
table.MsoISOTable p, table.MsoISOTableBig p {
|
705
|
-
font-size:
|
704
|
+
font-size: {{smallerfontsize}}; }
|
706
705
|
|
707
706
|
table.MsoTableGrid {
|
708
707
|
mso-style-name: "Table Grid";
|
@@ -718,7 +717,7 @@ table.MsoTableGrid {
|
|
718
717
|
mso-para-margin: 0cm;
|
719
718
|
mso-para-margin-bottom: .0001pt;
|
720
719
|
mso-pagination: widow-orphan;
|
721
|
-
font-size:
|
720
|
+
font-size: {{smallerfontsize}};
|
722
721
|
font-family: {{bodyfont}}; }
|
723
722
|
|
724
723
|
div.formula {
|
@@ -760,7 +759,7 @@ a.TableFootnoteRef, span.TableFootnoteRef {
|
|
760
759
|
vertical-align: super; }
|
761
760
|
|
762
761
|
aside {
|
763
|
-
font-size:
|
762
|
+
font-size: {{footnotefontsize}}; }
|
764
763
|
|
765
764
|
.example-title {
|
766
765
|
font-weight: bold;
|
@@ -778,32 +777,32 @@ div.example {
|
|
778
777
|
|
779
778
|
p.example, li.example, div.example, td.example {
|
780
779
|
mso-pagination: none;
|
781
|
-
font-size:
|
780
|
+
font-size: {{smallerfontsize}};
|
782
781
|
font-family: {{bodyfont}}; }
|
783
782
|
|
784
783
|
td.example p.MsoListParagraph {
|
785
|
-
font-size:
|
784
|
+
font-size: {{smallerfontsize}}; }
|
786
785
|
|
787
786
|
div.example p.MsoListParagraph {
|
788
|
-
font-size:
|
787
|
+
font-size: {{smallerfontsize}}; }
|
789
788
|
|
790
789
|
div.Note p.MsoListParagraph {
|
791
|
-
font-size:
|
790
|
+
font-size: {{smallerfontsize}};
|
792
791
|
margin-left: 1.0cm; }
|
793
792
|
|
794
793
|
div.Note span.stem {
|
795
|
-
font-size:
|
794
|
+
font-size: {{smallerfontsize}}; }
|
796
795
|
|
797
796
|
div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
798
797
|
font-size: 8.0pt;
|
799
798
|
margin-left: 1.0cm; }
|
800
799
|
|
801
800
|
div.Note table.dl {
|
802
|
-
font-size:
|
801
|
+
font-size: {{smallerfontsize}};
|
803
802
|
margin-left: 1.0cm; }
|
804
803
|
|
805
804
|
span.note_label, span.example_label, td.example_label, td.note_label {
|
806
|
-
font-size:
|
805
|
+
font-size: {{smallerfontsize}};
|
807
806
|
font-family: {{bodyfont}}; }
|
808
807
|
|
809
808
|
table.dl {
|
data/lib/isodoc/cc/html/cc.scss
CHANGED
@@ -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";
|
@@ -25,7 +25,7 @@ p.pseudocode, li.pseudocode, div.pseudocode
|
|
25
25
|
text-align:left;
|
26
26
|
mso-pagination:widow-orphan;
|
27
27
|
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;
|
28
|
-
font-size
|
28
|
+
font-size:$normalfontsize;
|
29
29
|
font-family:$bodyfont;
|
30
30
|
mso-fareast-font-family:Calibri;
|
31
31
|
mso-bidi-font-family:"Courier New";
|
@@ -42,7 +42,7 @@ p.Biblio, li.Biblio, div.Biblio, p.NormRef, li.NormRef, div.NormRef
|
|
42
42
|
tab-stops: 33.15pt;
|
43
43
|
line-height:12.0pt;
|
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;
|
@@ -135,10 +135,9 @@ p.Note, div.Note, li.Note, p.TableFootnote, div.TableFootnote, li.TableFootnote
|
|
135
135
|
line-height:12.0pt;
|
136
136
|
mso-pagination:widow-orphan;
|
137
137
|
tab-stops:20.15pt;
|
138
|
-
font-size
|
138
|
+
font-size:$smallerfontsize;
|
139
139
|
mso-bidi-font-size:11.0pt;
|
140
140
|
font-family:$bodyfont;
|
141
|
-
font-size:10.0pt;
|
142
141
|
mso-fareast-font-family:$bodyfont;
|
143
142
|
mso-bidi-font-family:$bodyfont;
|
144
143
|
mso-ansi-language:EN-GB;}
|
@@ -392,7 +391,7 @@ p.zzCopyright, li.zzCopyright
|
|
392
391
|
tab-stops:20.15pt 25.7pt 481.15pt;
|
393
392
|
padding:0cm;
|
394
393
|
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
395
|
-
font-size
|
394
|
+
font-size:$normalfontsize;
|
396
395
|
font-family:$bodyfont;
|
397
396
|
mso-fareast-font-family:$bodyfont;
|
398
397
|
mso-bidi-font-family:$bodyfont;
|
@@ -473,7 +472,7 @@ p.Quote, li.Quote, div.Quote
|
|
473
472
|
line-height:12.0pt;
|
474
473
|
mso-pagination:widow-orphan;
|
475
474
|
tab-stops:20.15pt;
|
476
|
-
font-size
|
475
|
+
font-size:$normalfontsize;
|
477
476
|
font-family:$bodyfont;
|
478
477
|
mso-fareast-font-family:$bodyfont;
|
479
478
|
mso-bidi-font-family:$bodyfont;
|
@@ -488,7 +487,7 @@ p.QuoteAttribution
|
|
488
487
|
line-height:12.0pt;
|
489
488
|
mso-pagination:widow-orphan;
|
490
489
|
tab-stops:20.15pt;
|
491
|
-
font-size
|
490
|
+
font-size:$normalfontsize;
|
492
491
|
font-family:$bodyfont;
|
493
492
|
mso-fareast-font-family:$bodyfont;
|
494
493
|
mso-bidi-font-family:$bodyfont;
|
@@ -532,7 +531,7 @@ p.Code, li.Code, div.Code
|
|
532
531
|
mso-pagination:widow-orphan;
|
533
532
|
tab-stops:20.15pt;
|
534
533
|
font-size:9.0pt;
|
535
|
-
mso-bidi-font-size
|
534
|
+
mso-bidi-font-size:$monospacefontsize;
|
536
535
|
font-family:$monospacefont;
|
537
536
|
mso-fareast-font-family:Calibri;
|
538
537
|
mso-bidi-font-family:"Source Sans Pro";
|
@@ -548,7 +547,7 @@ p.Formula, li.Formula, div.Formula
|
|
548
547
|
line-height:12.0pt;
|
549
548
|
mso-pagination:widow-orphan;
|
550
549
|
tab-stops:right 487.45pt;
|
551
|
-
font-size
|
550
|
+
font-size:$normalfontsize;
|
552
551
|
font-family:$bodyfont;
|
553
552
|
mso-fareast-font-family:$bodyfont;
|
554
553
|
mso-bidi-font-family:$bodyfont;
|
@@ -651,7 +650,7 @@ table.MsoISOTable, table.MsoISOTableBig
|
|
651
650
|
mso-yfti-tbllook:480;
|
652
651
|
mso-border-insideh:.75pt solid windowtext;
|
653
652
|
mso-border-insidev:.75pt solid windowtext;
|
654
|
-
font-size
|
653
|
+
font-size:$smallerfontsize;
|
655
654
|
font-family:$bodyfont;}
|
656
655
|
table.MsoISOTable th, table.MsoISOTableBig th
|
657
656
|
{border:solid windowtext 1pt;
|
@@ -662,7 +661,7 @@ table.MsoISOTable td, table.MsoISOTableBig td
|
|
662
661
|
mso-border-alt:solid windowtext 1pt;
|
663
662
|
padding:0cm 2.85pt 0cm 2.85pt;}
|
664
663
|
table.MsoISOTable p, table.MsoISOTableBig p
|
665
|
-
{font-size
|
664
|
+
{font-size:$smallerfontsize; }
|
666
665
|
table.MsoTableGrid
|
667
666
|
{mso-style-name:"Table Grid";
|
668
667
|
mso-tstyle-rowband-size:0;
|
@@ -677,7 +676,7 @@ table.MsoTableGrid
|
|
677
676
|
mso-para-margin:0cm;
|
678
677
|
mso-para-margin-bottom:.0001pt;
|
679
678
|
mso-pagination:widow-orphan;
|
680
|
-
font-size
|
679
|
+
font-size:$smallerfontsize;
|
681
680
|
font-family:$bodyfont;}
|
682
681
|
div.formula
|
683
682
|
{tab-stops:right 487.45pt;}
|
@@ -712,7 +711,7 @@ div.coverpage_warning
|
|
712
711
|
vertical-align:super;}
|
713
712
|
|
714
713
|
aside {
|
715
|
-
font-size
|
714
|
+
font-size:$footnotefontsize;
|
716
715
|
}
|
717
716
|
|
718
717
|
.example-title {
|
@@ -734,25 +733,25 @@ div.example {
|
|
734
733
|
|
735
734
|
p.example, li.example, div.example, td.example {
|
736
735
|
mso-pagination:none;
|
737
|
-
font-size
|
736
|
+
font-size:$smallerfontsize;
|
738
737
|
font-family:$bodyfont;}
|
739
738
|
|
740
739
|
td.example p.MsoListParagraph {
|
741
|
-
font-size:
|
740
|
+
font-size: $smallerfontsize;
|
742
741
|
}
|
743
742
|
|
744
743
|
|
745
744
|
div.example p.MsoListParagraph {
|
746
|
-
font-size:
|
745
|
+
font-size: $smallerfontsize;
|
747
746
|
}
|
748
747
|
|
749
748
|
div.Note p.MsoListParagraph {
|
750
|
-
font-size:
|
749
|
+
font-size: $smallerfontsize;
|
751
750
|
margin-left: 1.0cm;
|
752
751
|
}
|
753
752
|
|
754
753
|
div.Note span.stem {
|
755
|
-
font-size:
|
754
|
+
font-size: $smallerfontsize; }
|
756
755
|
|
757
756
|
div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
758
757
|
font-size: 8.0pt;
|
@@ -760,13 +759,13 @@ div.Note p.Sourcecode, div.Note pre.Sourcecode {
|
|
760
759
|
}
|
761
760
|
|
762
761
|
div.Note table.dl {
|
763
|
-
font-size:
|
762
|
+
font-size: $smallerfontsize;
|
764
763
|
margin-left: 1.0cm;
|
765
764
|
}
|
766
765
|
|
767
766
|
span.note_label, span.example_label, td.example_label, td.note_label
|
768
767
|
{
|
769
|
-
font-size:
|
768
|
+
font-size: $smallerfontsize;
|
770
769
|
font-family:$bodyfont;
|
771
770
|
}
|
772
771
|
|
@@ -210,779 +210,779 @@ a.FootnoteRef + a.FootnoteRef:before {
|
|
210
210
|
#cancelled {
|
211
211
|
border-bottom: solid 3px #2E382E; }
|
212
212
|
|
213
|
-
body
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
213
|
+
html, body, div, span, applet, object, iframe,
|
214
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
215
|
+
a, abbr, acronym, address, big, cite, code,
|
216
|
+
del, dfn, em, img, ins, kbd, q, s, samp,
|
217
|
+
small, strike, strong, sub, sup, tt, var,
|
218
|
+
b, u, i, center,
|
219
|
+
ol, ul, li,
|
220
|
+
fieldset, form, label, legend,
|
221
|
+
table, caption, tbody, tfoot, thead, tr, th, td,
|
222
|
+
article, aside, canvas, details, embed,
|
223
|
+
figure, figcaption, footer, header, hgroup,
|
224
|
+
menu, output, ruby, section, summary,
|
225
|
+
time, mark, audio, video {
|
226
|
+
margin: 0;
|
227
|
+
padding: 0; }
|
224
228
|
|
225
|
-
|
226
|
-
|
227
|
-
|
229
|
+
html, body, div, span, applet, object, iframe,
|
230
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
231
|
+
a, abbr, acronym, address, big, cite, code,
|
232
|
+
del, dfn, em, img, ins, kbd, q, s, samp,
|
233
|
+
small, strike, strong, sub, sup, tt, var,
|
234
|
+
b, u, i, center,
|
235
|
+
dl, dt, dd, ol, ul, li,
|
236
|
+
fieldset, form, label, legend,
|
237
|
+
table, caption, tbody, tfoot, thead, tr, th, td,
|
238
|
+
article, aside, canvas, details, embed,
|
239
|
+
figure, figcaption, footer, header, hgroup,
|
240
|
+
menu, nav, output, ruby, section, summary,
|
241
|
+
time, mark, audio, video {
|
242
|
+
border: 0;
|
243
|
+
font-size: 100%; }
|
228
244
|
|
229
|
-
|
230
|
-
|
231
|
-
|
245
|
+
html, body, div, span, applet, object, iframe,
|
246
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
247
|
+
a, abbr, acronym, address, big, cite, code,
|
248
|
+
del, dfn, em, img, ins, kbd, q, s, samp,
|
249
|
+
small, strike, strong, tt, var,
|
250
|
+
b, u, i, center,
|
251
|
+
dl, dd, ol, ul, li,
|
252
|
+
fieldset, form, label, legend,
|
253
|
+
table, caption, tbody, tfoot, thead, tr, th, td,
|
254
|
+
article, aside, canvas, details, embed,
|
255
|
+
figure, figcaption, footer, header, hgroup,
|
256
|
+
menu, nav, output, ruby, section, summary,
|
257
|
+
time, mark, audio, video {
|
258
|
+
vertical-align: baseline; }
|
232
259
|
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
260
|
+
html, body, div, span, applet, object, iframe,
|
261
|
+
p, blockquote,
|
262
|
+
a, abbr, acronym, address, big, cite,
|
263
|
+
del, dfn, em, img, ins, q, s,
|
264
|
+
small, strike, strong, sub, sup, var,
|
265
|
+
b, u, i, center,
|
266
|
+
dl, dt, dd, ol, ul, li,
|
267
|
+
fieldset, form, label, legend,
|
268
|
+
table, caption, tbody, tfoot, thead, tr, th, td,
|
269
|
+
article, aside, canvas, details, embed,
|
270
|
+
figure, figcaption, footer, header, hgroup,
|
271
|
+
menu, nav, output, ruby, section, summary,
|
272
|
+
time, mark, audio, video {
|
273
|
+
font-family: {{bodyfont}}; }
|
244
274
|
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
width: auto;
|
249
|
-
font-size: 0.9em;
|
250
|
-
overflow: auto;
|
251
|
-
padding: 0;
|
252
|
-
margin-right: 0;
|
253
|
-
background-color: white; } }
|
275
|
+
code, pre, tt, kbd, samp {
|
276
|
+
font-family: {{monospacefont}};
|
277
|
+
font-variant-ligatures: none; }
|
254
278
|
|
255
|
-
|
256
|
-
font-family: {{
|
257
|
-
font-
|
258
|
-
@media screen and (max-width: 768px) {
|
259
|
-
nav #toc {
|
260
|
-
padding: 0 1.5em;
|
261
|
-
overflow: visible; } }
|
262
|
-
@media screen and (min-width: 768px) {
|
263
|
-
#toggle {
|
264
|
-
position: fixed;
|
265
|
-
height: 100%;
|
266
|
-
width: 30px;
|
267
|
-
background-color: #1d1d1d;
|
268
|
-
color: white !important;
|
269
|
-
cursor: pointer;
|
270
|
-
z-index: 100; }
|
271
|
-
#toggle span {
|
272
|
-
text-align: center;
|
273
|
-
width: 100%;
|
274
|
-
position: absolute;
|
275
|
-
top: 50%;
|
276
|
-
transform: translate(0, -50%); } }
|
279
|
+
code *, pre *, tt *, kbd *, samp * {
|
280
|
+
font-family: {{monospacefont}} !important;
|
281
|
+
font-variant-ligatures: none; }
|
277
282
|
|
278
|
-
|
279
|
-
|
280
|
-
|
283
|
+
article, aside, details, figcaption, figure,
|
284
|
+
footer, header, hgroup, menu, nav, section {
|
285
|
+
display: block; }
|
281
286
|
|
282
|
-
|
283
|
-
|
284
|
-
|
287
|
+
table {
|
288
|
+
border-collapse: collapse;
|
289
|
+
border-spacing: 0; }
|
285
290
|
|
286
|
-
|
287
|
-
|
288
|
-
padding: 0;
|
289
|
-
list-style: none; }
|
290
|
-
#toc ul li a {
|
291
|
-
padding: 5px 10px; }
|
292
|
-
#toc ul a {
|
293
|
-
color: #485094;
|
294
|
-
text-decoration: none;
|
295
|
-
display: block; }
|
296
|
-
#toc ul a:hover {
|
297
|
-
box-shadow: none;
|
298
|
-
color: white; }
|
291
|
+
h1, h2, h3, h4, h5, h6 {
|
292
|
+
font-family: {{headerfont}}; }
|
299
293
|
|
300
|
-
|
301
|
-
|
294
|
+
blockquote, q {
|
295
|
+
quotes: none; }
|
296
|
+
blockquote:before, blockquote:after, q:before, q:after {
|
297
|
+
content: '';
|
298
|
+
content: none; }
|
302
299
|
|
303
|
-
|
304
|
-
|
300
|
+
.h2Annex {
|
301
|
+
font-family: {{headerfont}}; }
|
305
302
|
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
303
|
+
dl {
|
304
|
+
display: grid;
|
305
|
+
grid-template-columns: max-content auto; }
|
306
|
+
dl dt p, dl dd p {
|
307
|
+
margin-top: 0; }
|
308
|
+
dl dt {
|
309
|
+
grid-column-start: 1; }
|
310
|
+
dl dd {
|
311
|
+
grid-column-start: 2; }
|
311
312
|
|
312
|
-
|
313
|
-
|
314
|
-
background: white;
|
315
|
-
box-shadow: none !important; }
|
316
|
-
#toc .toc-active a {
|
317
|
-
color: #485094; }
|
318
|
-
#toc li:hover a {
|
319
|
-
color: black; } }
|
313
|
+
b, strong {
|
314
|
+
font-weight: bold; }
|
320
315
|
|
321
|
-
|
322
|
-
|
316
|
+
div.document-stage-band, div.document-type-band {
|
317
|
+
background-color: #333333; }
|
323
318
|
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
content: " " !important;
|
328
|
-
display: none; }
|
319
|
+
a.FootnoteRef + a.FootnoteRef:before {
|
320
|
+
content: ", ";
|
321
|
+
vertical-align: super; }
|
329
322
|
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
.document-stage-band {
|
339
|
-
left: 0;
|
340
|
-
top: 0;
|
341
|
-
height: 100%;
|
342
|
-
position: fixed;
|
343
|
-
display: block;
|
344
|
-
z-index: 101;
|
345
|
-
box-shadow: -5px 0px 10px #1d1d1d; }
|
346
|
-
.document-stage-band > :first-child {
|
347
|
-
position: relative;
|
348
|
-
width: 25px;
|
349
|
-
font-weight: 300;
|
350
|
-
height: 160px;
|
351
|
-
color: white;
|
352
|
-
text-transform: uppercase;
|
353
|
-
font-size: 0.9em;
|
354
|
-
font-weight: 400;
|
355
|
-
letter-spacing: 0.05em;
|
356
|
-
margin: 0;
|
357
|
-
margin-left: 6px;
|
358
|
-
writing-mode: tb-rl;
|
359
|
-
-webkit-transform: rotate(180deg);
|
360
|
-
-moz-transform: rotate(180deg);
|
361
|
-
-o-transform: rotate(180deg);
|
362
|
-
white-space: nowrap;
|
363
|
-
display: block;
|
364
|
-
bottom: 0; }
|
365
|
-
@media print {
|
366
|
-
.document-stage-band {
|
367
|
-
display: none; } }
|
368
|
-
.document-type-band {
|
369
|
-
left: 0;
|
370
|
-
top: 180px;
|
371
|
-
height: 100%;
|
372
|
-
position: fixed;
|
373
|
-
display: block;
|
374
|
-
z-index: 102; }
|
375
|
-
.document-type-band > :first-child {
|
376
|
-
position: relative;
|
377
|
-
width: 25px;
|
378
|
-
font-weight: 400;
|
379
|
-
color: white;
|
380
|
-
text-transform: uppercase;
|
381
|
-
font-size: 0.9em;
|
382
|
-
font-weight: 400;
|
383
|
-
letter-spacing: 0.05em;
|
384
|
-
margin: 0;
|
385
|
-
margin-left: 6px;
|
386
|
-
writing-mode: tb-rl;
|
387
|
-
-webkit-transform: rotate(180deg);
|
388
|
-
-moz-transform: rotate(180deg);
|
389
|
-
-o-transform: rotate(180deg);
|
390
|
-
white-space: nowrap;
|
391
|
-
display: block;
|
392
|
-
bottom: 0; }
|
393
|
-
@media print {
|
394
|
-
.document-type-band {
|
395
|
-
display: none; } }
|
396
|
-
.document-type-band .document-type {
|
397
|
-
top: 20px; }
|
323
|
+
#standard-band {
|
324
|
+
background-color: #0AC442; }
|
325
|
+
|
326
|
+
#standard {
|
327
|
+
border-bottom: solid 3px #0AC442; }
|
328
|
+
|
329
|
+
#directive-band {
|
330
|
+
background-color: #540D6E; }
|
398
331
|
|
399
|
-
|
400
|
-
|
401
|
-
color: #0e1a85;
|
402
|
-
font-weight: 600;
|
403
|
-
margin-top: 2em;
|
404
|
-
margin-bottom: 0.3em; }
|
332
|
+
#directive {
|
333
|
+
border-bottom: solid 3px #540D6E; }
|
405
334
|
|
406
|
-
|
407
|
-
|
408
|
-
text-transform: uppercase;
|
409
|
-
margin-top: 2em; }
|
410
|
-
h1#content {
|
411
|
-
margin-top: 2em; }
|
335
|
+
#guide-band {
|
336
|
+
background-color: #D183C9; }
|
412
337
|
|
413
|
-
|
414
|
-
|
415
|
-
font-weight: 400; }
|
416
|
-
h2 p {
|
417
|
-
display: inline; }
|
338
|
+
#guide {
|
339
|
+
border-bottom: solid 3px #D183C9; }
|
418
340
|
|
419
|
-
|
420
|
-
|
421
|
-
font-weight: 400; }
|
341
|
+
#specification-band {
|
342
|
+
background-color: #65AFFF; }
|
422
343
|
|
423
|
-
|
424
|
-
|
425
|
-
margin-bottom: 1em; }
|
344
|
+
#specification {
|
345
|
+
border-bottom: solid 3px #65AFFF; }
|
426
346
|
|
427
|
-
|
428
|
-
|
429
|
-
color: #485094;
|
430
|
-
font-weight: 400; }
|
347
|
+
#report-band {
|
348
|
+
background-color: #3A405A; }
|
431
349
|
|
432
|
-
|
433
|
-
|
434
|
-
line-height: 1em;
|
435
|
-
margin: 0;
|
436
|
-
margin-top: 2em; }
|
350
|
+
#report {
|
351
|
+
border-bottom: solid 3px #3A405A; }
|
437
352
|
|
438
|
-
|
439
|
-
|
440
|
-
line-height: 1.7em;
|
441
|
-
margin: 0; }
|
353
|
+
#amendment-band {
|
354
|
+
background-color: #F26430; }
|
442
355
|
|
443
|
-
|
444
|
-
|
445
|
-
text-decoration: none;
|
446
|
-
color: #485094; }
|
356
|
+
#amendment {
|
357
|
+
border-bottom: solid 3px #F26430; }
|
447
358
|
|
448
|
-
|
449
|
-
color:
|
450
|
-
background: #1d1d1d;
|
451
|
-
box-shadow: 3px 0 0 #1d1d1d, -3px 0 0 #1d1d1d; }
|
359
|
+
#corrigendum-band {
|
360
|
+
background-color: #C84630; }
|
452
361
|
|
453
|
-
|
454
|
-
|
455
|
-
background: #1d1d1d;
|
456
|
-
color: white; }
|
362
|
+
#corrigendum {
|
363
|
+
border-bottom: solid 3px #C84630; }
|
457
364
|
|
458
|
-
|
459
|
-
|
460
|
-
margin-left: 1.2em; }
|
365
|
+
#administrative-band {
|
366
|
+
background-color: #BFAE48; }
|
461
367
|
|
462
|
-
|
463
|
-
|
464
|
-
margin-left: 0;
|
465
|
-
list-style: none;
|
466
|
-
padding-left: 1.2em; }
|
368
|
+
#administrative {
|
369
|
+
border-bottom: solid 3px #BFAE48; }
|
467
370
|
|
468
|
-
|
469
|
-
|
470
|
-
position: absolute;
|
471
|
-
left: 0; }
|
371
|
+
#advisory-band {
|
372
|
+
background-color: #BD9391; }
|
472
373
|
|
473
|
-
|
474
|
-
|
475
|
-
padding-left: 0.5em; }
|
374
|
+
#advisory {
|
375
|
+
border-bottom: solid 3px #BD9391; }
|
476
376
|
|
477
|
-
|
478
|
-
|
479
|
-
margin-top: 1em; }
|
377
|
+
#proposal-band {
|
378
|
+
background-color: #39A0ED; }
|
480
379
|
|
481
|
-
|
482
|
-
|
483
|
-
padding-right: 1em; }
|
380
|
+
#proposal {
|
381
|
+
border-bottom: solid 3px #39A0ED; }
|
484
382
|
|
485
|
-
|
486
|
-
|
487
|
-
line-height: 1.6em;
|
488
|
-
padding: 1.5em;
|
489
|
-
margin: 2em 0 1em 0;
|
490
|
-
overflow: auto;
|
491
|
-
font-family: {{monospacefont}};
|
492
|
-
font-variant-ligatures: none; }
|
493
|
-
.figure .FigureTitle, .figure .figure-title {
|
494
|
-
font-weight: 700;
|
495
|
-
font-size: 1em;
|
496
|
-
text-align: center; }
|
497
|
-
.figure > img {
|
498
|
-
margin-left: auto;
|
499
|
-
margin-right: auto;
|
500
|
-
display: block;
|
501
|
-
max-width: 100%;
|
502
|
-
height: auto; }
|
383
|
+
#working-draft-band {
|
384
|
+
background-color: #2D7393; }
|
503
385
|
|
504
|
-
|
505
|
-
|
506
|
-
font-size: 1em;
|
507
|
-
text-align: center; }
|
386
|
+
#working-draft {
|
387
|
+
border-bottom: solid 3px #2D7393; }
|
508
388
|
|
509
|
-
|
510
|
-
|
511
|
-
font-variant-ligatures: none;
|
512
|
-
background-color: #f7f7f7;
|
513
|
-
font-size: 0.8em;
|
514
|
-
line-height: 1.6em;
|
515
|
-
padding: 1.5em;
|
516
|
-
margin: 2em 0 1em 0;
|
517
|
-
overflow-y: auto;
|
518
|
-
overflow-x: scroll; }
|
519
|
-
.example pre {
|
520
|
-
background: none; }
|
389
|
+
#committee-draft-band {
|
390
|
+
background-color: #2A6B7C; }
|
521
391
|
|
522
|
-
|
523
|
-
|
524
|
-
font-size: 0.8em;
|
525
|
-
line-height: 1.6em;
|
526
|
-
padding: 1.5em;
|
527
|
-
margin: 2em 0 1em 0;
|
528
|
-
overflow: auto; }
|
529
|
-
.pseudocode .SourceTitle {
|
530
|
-
font-weight: 700;
|
531
|
-
font-size: 1em;
|
532
|
-
text-align: center; }
|
533
|
-
.example .pseudocode {
|
534
|
-
background: none; }
|
392
|
+
#committee-draft {
|
393
|
+
border-bottom: solid 3px #2A6B7C; }
|
535
394
|
|
536
|
-
|
537
|
-
|
538
|
-
font-size: 1em;
|
539
|
-
text-align: center; }
|
395
|
+
#draft-standard-band {
|
396
|
+
background-color: #1C7F7A; }
|
540
397
|
|
541
|
-
|
542
|
-
|
543
|
-
font-size: 1em;
|
544
|
-
text-align: center; }
|
398
|
+
#draft-standard {
|
399
|
+
border-bottom: solid 3px #1C7F7A; }
|
545
400
|
|
546
|
-
|
547
|
-
|
548
|
-
font-size: 1em;
|
549
|
-
text-align: center; }
|
401
|
+
#final-draft-band {
|
402
|
+
background-color: #53C170; }
|
550
403
|
|
551
|
-
|
552
|
-
|
553
|
-
font-size: 1em;
|
554
|
-
text-align: center; }
|
404
|
+
#final-draft {
|
405
|
+
border-bottom: solid 3px #53C170; }
|
555
406
|
|
556
|
-
|
557
|
-
color: #
|
558
|
-
padding: 0.25em;
|
559
|
-
margin: 0; }
|
407
|
+
#published-band {
|
408
|
+
background-color: #069E2D; }
|
560
409
|
|
561
|
-
|
562
|
-
|
563
|
-
.Note p {
|
564
|
-
margin: 1em; }
|
410
|
+
#published {
|
411
|
+
border-bottom: solid 3px #069E2D; }
|
565
412
|
|
566
|
-
|
567
|
-
background-color: #
|
568
|
-
font-style: italic;
|
569
|
-
width: 80%;
|
570
|
-
padding: 1.5em;
|
571
|
-
margin-top: 2em;
|
572
|
-
margin-left: auto;
|
573
|
-
margin-right: auto; }
|
574
|
-
.blockquote .QuoteAttribution, .Quote .QuoteAttribution {
|
575
|
-
text-align: right; }
|
413
|
+
#withdrawn-band {
|
414
|
+
background-color: #004E64; }
|
576
415
|
|
577
|
-
|
578
|
-
|
579
|
-
padding: 1.5em;
|
580
|
-
margin-top: 2em;
|
581
|
-
text-align: center; }
|
416
|
+
#withdrawn {
|
417
|
+
border-bottom: solid 3px #004E64; }
|
582
418
|
|
583
|
-
|
584
|
-
|
585
|
-
background-color: #e1eef1; }
|
419
|
+
#cancelled-band {
|
420
|
+
background-color: #2E382E; }
|
586
421
|
|
587
|
-
|
588
|
-
|
589
|
-
margin: 2em 0 1em 0; }
|
422
|
+
#cancelled {
|
423
|
+
border-bottom: solid 3px #2E382E; }
|
590
424
|
|
591
|
-
.
|
592
|
-
|
593
|
-
padding:
|
594
|
-
margin: 2em 0 1em 0;
|
595
|
-
text-align: left;
|
596
|
-
padding-left: 2em; }
|
425
|
+
.coverpage {
|
426
|
+
text-align: center;
|
427
|
+
padding-left: 1.5em; }
|
597
428
|
|
598
|
-
.
|
599
|
-
|
429
|
+
.wrapper-top {
|
430
|
+
background-color: #0e1a85;
|
431
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAABYlAAAWJQFJUiTwAAADwUlEQVR4nO3YgQ2AMAwDwcAiWZ1NizrH30lIeIEq9nPOGSDqPgC7+93v/suy3Mmvhx+6VAAIcwFAmc4nyzYAIMgGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAFTNzA9ggAr9aahO8QAAAABJRU5ErkJggg==");
|
432
|
+
color: #ffffff;
|
433
|
+
padding: 2em 0; }
|
600
434
|
|
601
|
-
.
|
602
|
-
font-
|
603
|
-
|
604
|
-
|
435
|
+
.doc-number {
|
436
|
+
font-size: 0.5em;
|
437
|
+
font-family: {{bodyfont}}; }
|
438
|
+
|
439
|
+
.coverpage-maturity {
|
440
|
+
font-family: {{bodyfont}};
|
441
|
+
font-weight: 400;
|
442
|
+
font-size: 1em;
|
443
|
+
margin: 0 0 2em 0;
|
444
|
+
text-transform: uppercase; }
|
445
|
+
|
446
|
+
.coverpage-title {
|
447
|
+
padding-bottom: 0.5em;
|
448
|
+
font-family: {{headerfont}};
|
449
|
+
font-size: 1.2em;
|
450
|
+
line-height: 1.2em;
|
451
|
+
font-weight: 600;
|
452
|
+
padding-left: 1em;
|
453
|
+
padding-right: 1em; }
|
605
454
|
|
606
|
-
.
|
607
|
-
|
455
|
+
.title-section1 {
|
456
|
+
padding: 0 2em 0 3em; }
|
608
457
|
|
609
|
-
|
610
|
-
|
611
|
-
width: 100%;
|
612
|
-
font-weight: 300;
|
613
|
-
margin: 1em 0 2em 0;
|
614
|
-
margin-left: auto;
|
615
|
-
margin-right: auto;
|
616
|
-
padding-right: 2em; }
|
617
|
-
table, table th, table td {
|
618
|
-
border: 1px solid black;
|
619
|
-
font-size: 0.95em; }
|
620
|
-
table th, table td {
|
621
|
-
padding: 1em; }
|
622
|
-
table td.header {
|
623
|
-
font-weigth: 400; }
|
458
|
+
.prefatory-section {
|
459
|
+
padding: 0 3em 0 6em; }
|
624
460
|
|
625
|
-
|
626
|
-
|
627
|
-
margin-top: 2.5em;
|
628
|
-
font-weight: 400; }
|
461
|
+
.zzSTDTitle1, .MsoCommentText {
|
462
|
+
display: none; }
|
629
463
|
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
font-
|
464
|
+
.coverpage-logo span, .coverpage-tc-name span {
|
465
|
+
font-family: {{bodyfont}};
|
466
|
+
text-transform: uppercase;
|
467
|
+
font-weight: 600; }
|
634
468
|
|
635
|
-
.
|
636
|
-
font-size:
|
469
|
+
.coverpage-tc-name {
|
470
|
+
font-size: 1.2em;
|
471
|
+
line-height: 1.2em;
|
472
|
+
margin: 0.25em 0; }
|
637
473
|
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
font-family: {{monospacefont}};
|
649
|
-
font-variant-ligatures: none;
|
650
|
-
font-weight: 400;
|
651
|
-
line-height: 1.3em;
|
652
|
-
font-size: 1em;
|
653
|
-
margin: 0; }
|
654
|
-
.contact-info a:hover {
|
474
|
+
.coverpage-contributors {
|
475
|
+
margin-top: 1em;
|
476
|
+
line-height: 1.5em;
|
477
|
+
font-weight: 300; }
|
478
|
+
.coverpage-contributors .role {
|
479
|
+
font-variant-caps: all-small-caps;
|
480
|
+
background: #f7f7f7;
|
481
|
+
border-radius: 5px;
|
482
|
+
padding: 0.1em 0.5em;
|
483
|
+
margin-left: 1em;
|
655
484
|
color: #485094;
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
font-weight:
|
661
|
-
|
662
|
-
/* Keywords */
|
663
|
-
span.keyword {
|
664
|
-
font-weight: 600; }
|
485
|
+
font-size: 0.9em;
|
486
|
+
font-weight: 900; }
|
487
|
+
.coverpage-contributors .person {
|
488
|
+
display: block;
|
489
|
+
font-weight: 300; }
|
665
490
|
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
padding: 0.5em;
|
670
|
-
margin: 1.5em 0 1.5em 0;
|
671
|
-
text-align: left; }
|
672
|
-
.Admonition p, .admonition p {
|
673
|
-
margin: 0; }
|
491
|
+
.coverpage-doc-identity {
|
492
|
+
font-size: 2em;
|
493
|
+
line-height: 2em; }
|
674
494
|
|
675
|
-
|
676
|
-
|
677
|
-
a, abbr, acronym, address, big, cite, code,
|
678
|
-
del, dfn, em, img, ins, kbd, q, s, samp,
|
679
|
-
small, strike, strong, sub, sup, tt, var,
|
680
|
-
b, u, i, center,
|
681
|
-
ol, ul, li,
|
682
|
-
fieldset, form, label, legend,
|
683
|
-
table, caption, tbody, tfoot, thead, tr, th, td,
|
684
|
-
article, aside, canvas, details, embed,
|
685
|
-
figure, figcaption, footer, header, hgroup,
|
686
|
-
menu, output, ruby, section, summary,
|
687
|
-
time, mark, audio, video {
|
688
|
-
margin: 0;
|
689
|
-
padding: 0; }
|
495
|
+
.coverpage-title .title-second {
|
496
|
+
display: none; }
|
690
497
|
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
dl, dt, dd, ol, ul, li,
|
698
|
-
fieldset, form, label, legend,
|
699
|
-
table, caption, tbody, tfoot, thead, tr, th, td,
|
700
|
-
article, aside, canvas, details, embed,
|
701
|
-
figure, figcaption, footer, header, hgroup,
|
702
|
-
menu, nav, output, ruby, section, summary,
|
703
|
-
time, mark, audio, video {
|
704
|
-
border: 0;
|
705
|
-
font-size: 100%; }
|
498
|
+
.coverpage-stage-block {
|
499
|
+
font-family: {{bodyfont}};
|
500
|
+
font-weight: 700;
|
501
|
+
font-size: 1.25em;
|
502
|
+
margin: 2em 0em 2em 0em;
|
503
|
+
text-transform: uppercase; }
|
706
504
|
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
time, mark, audio, video {
|
720
|
-
vertical-align: baseline; }
|
505
|
+
.coverpage-warning {
|
506
|
+
border-top: solid 1px #f36f36;
|
507
|
+
border-bottom: solid 1px #f36f36;
|
508
|
+
margin: 1em 2em;
|
509
|
+
color: #485094;
|
510
|
+
padding: 1em; }
|
511
|
+
.coverpage-warning .title {
|
512
|
+
color: #f36f36;
|
513
|
+
font-family: {{headerfont}};
|
514
|
+
font-weight: 700;
|
515
|
+
text-transform: uppercase;
|
516
|
+
font-size: 1.2em; }
|
721
517
|
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
dl, dt, dd, ol, ul, li,
|
729
|
-
fieldset, form, label, legend,
|
730
|
-
table, caption, tbody, tfoot, thead, tr, th, td,
|
731
|
-
article, aside, canvas, details, embed,
|
732
|
-
figure, figcaption, footer, header, hgroup,
|
733
|
-
menu, nav, output, ruby, section, summary,
|
734
|
-
time, mark, audio, video {
|
735
|
-
font-family: {{bodyfont}}; }
|
518
|
+
.copyright {
|
519
|
+
padding: 1em;
|
520
|
+
font-size: 0.9em;
|
521
|
+
text-align: left; }
|
522
|
+
.copyright .name, .copyright .address {
|
523
|
+
color: #485094; }
|
736
524
|
|
737
|
-
|
738
|
-
|
739
|
-
|
525
|
+
body {
|
526
|
+
margin-left: auto;
|
527
|
+
margin-right: auto;
|
528
|
+
max-width: 100%;
|
529
|
+
font-size: {{normalfontsize}};
|
530
|
+
font-weight: 300;
|
531
|
+
line-height: 1.4em;
|
532
|
+
color: #1d1d1d;
|
533
|
+
background-color: #fff; }
|
534
|
+
body main {
|
535
|
+
margin: 0 3em 0 6em; }
|
740
536
|
|
741
|
-
|
742
|
-
|
743
|
-
|
537
|
+
@media screen and (min-width: 768px) {
|
538
|
+
.container {
|
539
|
+
padding-left: 360px; } }
|
744
540
|
|
745
|
-
|
746
|
-
|
747
|
-
|
541
|
+
@media print {
|
542
|
+
.container {
|
543
|
+
padding-left: 0; } }
|
748
544
|
|
749
|
-
|
750
|
-
|
751
|
-
|
545
|
+
@media screen and (min-width: 768px) {
|
546
|
+
nav {
|
547
|
+
position: fixed;
|
548
|
+
top: 0;
|
549
|
+
bottom: 0;
|
550
|
+
left: 0;
|
551
|
+
width: 323px;
|
552
|
+
font-size: 0.9em;
|
553
|
+
overflow: auto;
|
554
|
+
padding: 0 0 0 45px;
|
555
|
+
background-color: #f7f7f7; } }
|
752
556
|
|
753
|
-
|
754
|
-
|
557
|
+
@media print {
|
558
|
+
nav {
|
559
|
+
position: relative;
|
560
|
+
width: auto;
|
561
|
+
font-size: 0.9em;
|
562
|
+
overflow: auto;
|
563
|
+
padding: 0;
|
564
|
+
margin-right: 0;
|
565
|
+
background-color: white; } }
|
755
566
|
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
567
|
+
nav #toc {
|
568
|
+
font-family: {{bodyfont}};
|
569
|
+
font-weight: 400; }
|
570
|
+
@media screen and (max-width: 768px) {
|
571
|
+
nav #toc {
|
572
|
+
padding: 0 1.5em;
|
573
|
+
overflow: visible; } }
|
574
|
+
@media screen and (min-width: 768px) {
|
575
|
+
#toggle {
|
576
|
+
position: fixed;
|
577
|
+
height: 100%;
|
578
|
+
width: 30px;
|
579
|
+
background-color: #1d1d1d;
|
580
|
+
color: white !important;
|
581
|
+
cursor: pointer;
|
582
|
+
z-index: 100; }
|
583
|
+
#toggle span {
|
584
|
+
text-align: center;
|
585
|
+
width: 100%;
|
586
|
+
position: absolute;
|
587
|
+
top: 50%;
|
588
|
+
transform: translate(0, -50%); } }
|
761
589
|
|
762
|
-
|
763
|
-
|
590
|
+
@media screen and (max-width: 768px) {
|
591
|
+
#toggle {
|
592
|
+
display: none; } }
|
764
593
|
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
dl dt p, dl dd p {
|
769
|
-
margin-top: 0; }
|
770
|
-
dl dt {
|
771
|
-
grid-column-start: 1; }
|
772
|
-
dl dd {
|
773
|
-
grid-column-start: 2; }
|
594
|
+
@media print {
|
595
|
+
#toggle {
|
596
|
+
display: none; } }
|
774
597
|
|
775
|
-
|
776
|
-
|
598
|
+
#toc ul {
|
599
|
+
margin: 0;
|
600
|
+
padding: 0;
|
601
|
+
list-style: none; }
|
602
|
+
#toc ul li a {
|
603
|
+
padding: 5px 10px; }
|
604
|
+
#toc ul a {
|
605
|
+
color: #485094;
|
606
|
+
text-decoration: none;
|
607
|
+
display: block; }
|
608
|
+
#toc ul a:hover {
|
609
|
+
box-shadow: none;
|
610
|
+
color: white; }
|
777
611
|
|
778
|
-
|
779
|
-
|
612
|
+
#toc .h2 {
|
613
|
+
padding-left: 30px; }
|
780
614
|
|
781
|
-
|
782
|
-
|
783
|
-
vertical-align: super; }
|
615
|
+
#toc .h3 {
|
616
|
+
padding-left: 50px; }
|
784
617
|
|
785
|
-
#
|
786
|
-
background
|
618
|
+
#toc .toc-active, #toc li:hover {
|
619
|
+
background: #1d1d1d;
|
620
|
+
box-shadow: inset -5px 0px 10px -5px #1d1d1d !important; }
|
621
|
+
#toc .toc-active a, #toc li:hover a {
|
622
|
+
color: white; }
|
787
623
|
|
788
|
-
|
789
|
-
|
624
|
+
@media print {
|
625
|
+
#toc .toc-active, #toc li:hover {
|
626
|
+
background: white;
|
627
|
+
box-shadow: none !important; }
|
628
|
+
#toc .toc-active a {
|
629
|
+
color: #485094; }
|
630
|
+
#toc li:hover a {
|
631
|
+
color: black; } }
|
790
632
|
|
791
|
-
#
|
792
|
-
|
633
|
+
#toc ul {
|
634
|
+
margin-bottom: 0.25em; }
|
793
635
|
|
794
|
-
#
|
795
|
-
|
636
|
+
#toc li {
|
637
|
+
list-style-type: none; }
|
638
|
+
#toc li:before {
|
639
|
+
content: " " !important;
|
640
|
+
display: none; }
|
796
641
|
|
797
|
-
|
798
|
-
|
642
|
+
.rule {
|
643
|
+
width: 100%;
|
644
|
+
height: 1px;
|
645
|
+
background-color: #0e1a85;
|
646
|
+
margin: 2em 0; }
|
647
|
+
@media screen and (min-width: 768px) {
|
648
|
+
.rule.toc {
|
649
|
+
display: none; } }
|
650
|
+
.document-stage-band {
|
651
|
+
left: 0;
|
652
|
+
top: 0;
|
653
|
+
height: 100%;
|
654
|
+
position: fixed;
|
655
|
+
display: block;
|
656
|
+
z-index: 101;
|
657
|
+
box-shadow: -5px 0px 10px #1d1d1d; }
|
658
|
+
.document-stage-band > :first-child {
|
659
|
+
position: relative;
|
660
|
+
width: 25px;
|
661
|
+
font-weight: 300;
|
662
|
+
height: 160px;
|
663
|
+
color: white;
|
664
|
+
text-transform: uppercase;
|
665
|
+
font-size: 0.9em;
|
666
|
+
font-weight: 400;
|
667
|
+
letter-spacing: 0.05em;
|
668
|
+
margin: 0;
|
669
|
+
margin-left: 6px;
|
670
|
+
writing-mode: tb-rl;
|
671
|
+
-webkit-transform: rotate(180deg);
|
672
|
+
-moz-transform: rotate(180deg);
|
673
|
+
-o-transform: rotate(180deg);
|
674
|
+
white-space: nowrap;
|
675
|
+
display: block;
|
676
|
+
bottom: 0; }
|
677
|
+
@media print {
|
678
|
+
.document-stage-band {
|
679
|
+
display: none; } }
|
680
|
+
.document-type-band {
|
681
|
+
left: 0;
|
682
|
+
top: 180px;
|
683
|
+
height: 100%;
|
684
|
+
position: fixed;
|
685
|
+
display: block;
|
686
|
+
z-index: 102; }
|
687
|
+
.document-type-band > :first-child {
|
688
|
+
position: relative;
|
689
|
+
width: 25px;
|
690
|
+
font-weight: 400;
|
691
|
+
color: white;
|
692
|
+
text-transform: uppercase;
|
693
|
+
font-size: 0.9em;
|
694
|
+
font-weight: 400;
|
695
|
+
letter-spacing: 0.05em;
|
696
|
+
margin: 0;
|
697
|
+
margin-left: 6px;
|
698
|
+
writing-mode: tb-rl;
|
699
|
+
-webkit-transform: rotate(180deg);
|
700
|
+
-moz-transform: rotate(180deg);
|
701
|
+
-o-transform: rotate(180deg);
|
702
|
+
white-space: nowrap;
|
703
|
+
display: block;
|
704
|
+
bottom: 0; }
|
705
|
+
@media print {
|
706
|
+
.document-type-band {
|
707
|
+
display: none; } }
|
708
|
+
.document-type-band .document-type {
|
709
|
+
top: 20px; }
|
799
710
|
|
800
|
-
|
801
|
-
|
711
|
+
/* Typograpy */
|
712
|
+
h1, h2, h3, h4, h5, h6 {
|
713
|
+
color: #0e1a85;
|
714
|
+
font-weight: 600;
|
715
|
+
margin-top: 2em;
|
716
|
+
margin-bottom: 0.3em; }
|
802
717
|
|
803
|
-
|
804
|
-
|
718
|
+
h1 {
|
719
|
+
font-size: 1.4em;
|
720
|
+
text-transform: uppercase;
|
721
|
+
margin-top: 2em; }
|
722
|
+
h1#content {
|
723
|
+
margin-top: 2em; }
|
805
724
|
|
806
|
-
|
807
|
-
|
725
|
+
h2 {
|
726
|
+
font-size: 1.3em;
|
727
|
+
font-weight: 400; }
|
728
|
+
h2 p {
|
729
|
+
display: inline; }
|
808
730
|
|
809
|
-
|
810
|
-
|
731
|
+
h3 {
|
732
|
+
font-size: 1.1em;
|
733
|
+
font-weight: 400; }
|
811
734
|
|
812
|
-
|
813
|
-
|
735
|
+
p {
|
736
|
+
margin-top: 1em;
|
737
|
+
margin-bottom: 1em; }
|
814
738
|
|
815
|
-
|
816
|
-
|
739
|
+
/* Terms */
|
740
|
+
.TermNum, .Terms, .AltTerms {
|
741
|
+
color: #485094;
|
742
|
+
font-weight: 400; }
|
817
743
|
|
818
|
-
|
819
|
-
|
744
|
+
p.TermNum {
|
745
|
+
font-size: 0.9em;
|
746
|
+
line-height: 1em;
|
747
|
+
margin: 0;
|
748
|
+
margin-top: 2em; }
|
820
749
|
|
821
|
-
|
822
|
-
|
750
|
+
p.Terms {
|
751
|
+
font-size: 1.1em;
|
752
|
+
line-height: 1.7em;
|
753
|
+
margin: 0; }
|
823
754
|
|
824
|
-
|
825
|
-
|
755
|
+
/* Links, selection */
|
756
|
+
a, a:visited {
|
757
|
+
text-decoration: none;
|
758
|
+
color: #485094; }
|
826
759
|
|
827
|
-
|
828
|
-
|
760
|
+
a:hover {
|
761
|
+
color: white;
|
762
|
+
background: #1d1d1d;
|
763
|
+
box-shadow: 3px 0 0 #1d1d1d, -3px 0 0 #1d1d1d; }
|
829
764
|
|
830
|
-
|
831
|
-
|
765
|
+
::selection,
|
766
|
+
::-moz-selection {
|
767
|
+
background: #1d1d1d;
|
768
|
+
color: white; }
|
832
769
|
|
833
|
-
|
834
|
-
|
770
|
+
/* Lists */
|
771
|
+
ol {
|
772
|
+
margin-left: 1.2em; }
|
835
773
|
|
836
|
-
|
837
|
-
|
774
|
+
ul {
|
775
|
+
position: relative;
|
776
|
+
margin-left: 0;
|
777
|
+
list-style: none;
|
778
|
+
padding-left: 1.2em; }
|
838
779
|
|
839
|
-
|
840
|
-
|
780
|
+
ul > li:before {
|
781
|
+
content: "\2014";
|
782
|
+
position: absolute;
|
783
|
+
left: 0; }
|
841
784
|
|
842
|
-
|
843
|
-
|
785
|
+
main li {
|
786
|
+
margin-top: 1em;
|
787
|
+
padding-left: 0.5em; }
|
844
788
|
|
845
|
-
|
846
|
-
|
789
|
+
/* Bibliograhy */
|
790
|
+
p.Biblio, p.NormRef {
|
791
|
+
margin-top: 1em; }
|
847
792
|
|
848
|
-
|
849
|
-
|
793
|
+
p.Biblio:before, p.NormRef:before {
|
794
|
+
content: "\2014";
|
795
|
+
padding-right: 1em; }
|
850
796
|
|
851
|
-
|
852
|
-
|
797
|
+
/* Blocks */
|
798
|
+
.figure {
|
799
|
+
line-height: 1.6em;
|
800
|
+
padding: 1.5em;
|
801
|
+
margin: 2em 0 1em 0;
|
802
|
+
overflow: auto;
|
803
|
+
font-family: {{monospacefont}};
|
804
|
+
font-variant-ligatures: none; }
|
805
|
+
.figure .FigureTitle, .figure .figure-title {
|
806
|
+
font-weight: 700;
|
807
|
+
font-size: 1em;
|
808
|
+
text-align: center; }
|
809
|
+
.figure > img {
|
810
|
+
margin-left: auto;
|
811
|
+
margin-right: auto;
|
812
|
+
display: block;
|
813
|
+
max-width: 100%;
|
814
|
+
height: auto; }
|
853
815
|
|
854
|
-
|
855
|
-
|
816
|
+
.SourceTitle {
|
817
|
+
font-weight: 700;
|
818
|
+
font-size: 1em;
|
819
|
+
text-align: center; }
|
856
820
|
|
857
|
-
|
858
|
-
|
821
|
+
pre {
|
822
|
+
font-family: {{monospacefont}};
|
823
|
+
font-variant-ligatures: none;
|
824
|
+
background-color: #f7f7f7;
|
825
|
+
font-size: {{monospacefontsize}};
|
826
|
+
line-height: 1.6em;
|
827
|
+
padding: 1.5em;
|
828
|
+
margin: 2em 0 1em 0;
|
829
|
+
overflow-y: auto;
|
830
|
+
overflow-x: scroll; }
|
831
|
+
.example pre {
|
832
|
+
background: none; }
|
859
833
|
|
860
|
-
|
861
|
-
|
834
|
+
.pseudocode {
|
835
|
+
background-color: #f7f7f7;
|
836
|
+
font-size: {{monospacefontsize}};
|
837
|
+
line-height: 1.6em;
|
838
|
+
padding: 1.5em;
|
839
|
+
margin: 2em 0 1em 0;
|
840
|
+
overflow: auto; }
|
841
|
+
.pseudocode .SourceTitle {
|
842
|
+
font-weight: 700;
|
843
|
+
font-size: 1em;
|
844
|
+
text-align: center; }
|
845
|
+
.example .pseudocode {
|
846
|
+
background: none; }
|
862
847
|
|
863
|
-
|
864
|
-
|
848
|
+
.Admonition .AdmonitionTitle {
|
849
|
+
font-weight: 700;
|
850
|
+
font-size: 1em;
|
851
|
+
text-align: center; }
|
865
852
|
|
866
|
-
|
867
|
-
|
853
|
+
.recommend .RecommendationTitle {
|
854
|
+
font-weight: 700;
|
855
|
+
font-size: 1em;
|
856
|
+
text-align: center; }
|
868
857
|
|
869
|
-
|
870
|
-
|
858
|
+
.require .RecommendationTitle {
|
859
|
+
font-weight: 700;
|
860
|
+
font-size: 1em;
|
861
|
+
text-align: center; }
|
871
862
|
|
872
|
-
|
873
|
-
|
863
|
+
.permission .RecommendationTitle {
|
864
|
+
font-weight: 700;
|
865
|
+
font-size: 1em;
|
866
|
+
text-align: center; }
|
874
867
|
|
875
|
-
|
876
|
-
|
868
|
+
.Note, .Admonition {
|
869
|
+
color: #47430c;
|
870
|
+
padding: 0.25em;
|
871
|
+
margin: 0; }
|
877
872
|
|
878
|
-
|
879
|
-
|
873
|
+
.Note {
|
874
|
+
background-color: #fff495; }
|
875
|
+
.Note p {
|
876
|
+
margin: 1em; }
|
880
877
|
|
881
|
-
|
882
|
-
background-color: #
|
878
|
+
.blockquote, .Quote {
|
879
|
+
background-color: #f7f7f7;
|
880
|
+
font-style: italic;
|
881
|
+
width: 80%;
|
882
|
+
padding: 1.5em;
|
883
|
+
margin-top: 2em;
|
884
|
+
margin-left: auto;
|
885
|
+
margin-right: auto; }
|
886
|
+
.blockquote .QuoteAttribution, .Quote .QuoteAttribution {
|
887
|
+
text-align: right; }
|
883
888
|
|
884
|
-
|
885
|
-
|
889
|
+
.formula, .Formula {
|
890
|
+
background-color: #f7f7f7;
|
891
|
+
padding: 1.5em;
|
892
|
+
margin-top: 2em;
|
893
|
+
text-align: center; }
|
886
894
|
|
887
|
-
|
888
|
-
|
889
|
-
|
895
|
+
/* Examples */
|
896
|
+
table.example {
|
897
|
+
background-color: #e1eef1; }
|
890
898
|
|
891
|
-
.
|
892
|
-
|
893
|
-
|
894
|
-
color: #ffffff;
|
895
|
-
padding: 2em 0; }
|
899
|
+
td.example {
|
900
|
+
padding: 0 1em 0 1em;
|
901
|
+
margin: 2em 0 1em 0; }
|
896
902
|
|
897
|
-
.
|
898
|
-
|
899
|
-
|
903
|
+
.example {
|
904
|
+
background-color: #e1eef1;
|
905
|
+
padding: 0.5em;
|
906
|
+
margin: 2em 0 1em 0;
|
907
|
+
text-align: left;
|
908
|
+
padding-left: 2em; }
|
900
909
|
|
901
|
-
.
|
902
|
-
|
903
|
-
font-weight: 400;
|
904
|
-
font-size: 1em;
|
905
|
-
margin: 0 0 2em 0;
|
906
|
-
text-transform: uppercase; }
|
910
|
+
.example p {
|
911
|
+
margin: 0; }
|
907
912
|
|
908
|
-
.
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
line-height: 1.2em;
|
913
|
-
font-weight: 600;
|
914
|
-
padding-left: 1em;
|
915
|
-
padding-right: 1em; }
|
913
|
+
.example .example-title {
|
914
|
+
font-weight: 700;
|
915
|
+
text-transform: uppercase;
|
916
|
+
margin-left: -1.5em; }
|
916
917
|
|
917
|
-
.
|
918
|
-
|
918
|
+
.example pre, .example .pseudocode {
|
919
|
+
background: none; }
|
919
920
|
|
920
|
-
|
921
|
-
|
921
|
+
/* Tables */
|
922
|
+
table {
|
923
|
+
width: 100%;
|
924
|
+
font-weight: 300;
|
925
|
+
margin: 1em 0 2em 0;
|
926
|
+
margin-left: auto;
|
927
|
+
margin-right: auto;
|
928
|
+
padding-right: 2em; }
|
929
|
+
table, table th, table td {
|
930
|
+
border: 1px solid black;
|
931
|
+
font-size: 0.95em; }
|
932
|
+
table th, table td {
|
933
|
+
padding: 1em; }
|
934
|
+
table td.header {
|
935
|
+
font-weigth: 400; }
|
922
936
|
|
923
|
-
.
|
924
|
-
|
937
|
+
p.TableTitle {
|
938
|
+
text-align: center;
|
939
|
+
margin-top: 2.5em;
|
940
|
+
font-weight: 400; }
|
925
941
|
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
font-
|
942
|
+
/* Footnotes */
|
943
|
+
a.footnote-number {
|
944
|
+
vertical-align: super;
|
945
|
+
font-size: 0.8em; }
|
930
946
|
|
931
|
-
.
|
932
|
-
font-size:
|
933
|
-
line-height: 1.2em;
|
934
|
-
margin: 0.25em 0; }
|
947
|
+
.footnote {
|
948
|
+
font-size: {{footnotefontsize}}; }
|
935
949
|
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
950
|
+
/* Contact Info */
|
951
|
+
.contact-info {
|
952
|
+
background-color: #f7f7f7;
|
953
|
+
padding: 1em;
|
954
|
+
margin-top: 2em;
|
955
|
+
width: auto;
|
956
|
+
margin-left: auto;
|
957
|
+
margin-right: auto;
|
958
|
+
text-align: left; }
|
959
|
+
.contact-info p, .contact-info a {
|
960
|
+
font-family: {{monospacefont}};
|
961
|
+
font-variant-ligatures: none;
|
962
|
+
font-weight: 400;
|
963
|
+
line-height: 1.3em;
|
964
|
+
font-size: 1em;
|
965
|
+
margin: 0; }
|
966
|
+
.contact-info a:hover {
|
946
967
|
color: #485094;
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
font-weight:
|
952
|
-
|
953
|
-
.coverpage-doc-identity {
|
954
|
-
font-size: 2em;
|
955
|
-
line-height: 2em; }
|
956
|
-
|
957
|
-
.coverpage-title .title-second {
|
958
|
-
display: none; }
|
959
|
-
|
960
|
-
.coverpage-stage-block {
|
961
|
-
font-family: {{bodyfont}};
|
962
|
-
font-weight: 700;
|
963
|
-
font-size: 1.25em;
|
964
|
-
margin: 2em 0em 2em 0em;
|
965
|
-
text-transform: uppercase; }
|
968
|
+
background: none;
|
969
|
+
text-decoration: underline;
|
970
|
+
box-shadow: none; }
|
971
|
+
.contact-info .name {
|
972
|
+
font-weight: 700; }
|
966
973
|
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
margin: 1em 2em;
|
971
|
-
color: #485094;
|
972
|
-
padding: 1em; }
|
973
|
-
.coverpage-warning .title {
|
974
|
-
color: #f36f36;
|
975
|
-
font-family: {{headerfont}};
|
976
|
-
font-weight: 700;
|
977
|
-
text-transform: uppercase;
|
978
|
-
font-size: 1.2em; }
|
974
|
+
/* Keywords */
|
975
|
+
span.keyword {
|
976
|
+
font-weight: 600; }
|
979
977
|
|
980
|
-
|
981
|
-
|
982
|
-
|
978
|
+
/* Admonitions */
|
979
|
+
.Admonition, .admonition {
|
980
|
+
background-color: #ffb3b3;
|
981
|
+
padding: 0.5em;
|
982
|
+
margin: 1.5em 0 1.5em 0;
|
983
983
|
text-align: left; }
|
984
|
-
.
|
985
|
-
|
984
|
+
.Admonition p, .admonition p {
|
985
|
+
margin: 0; }
|
986
986
|
|
987
987
|
#myBtn {
|
988
988
|
font-family: {{monospacefont}};
|