metanorma-cc 1.5.4 → 1.6.2
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 +62 -0
- data/README.adoc +5 -6
- data/lib/asciidoctor/cc/basicdoc.rng +32 -0
- data/lib/asciidoctor/cc/cc.rng +1 -1
- data/lib/asciidoctor/cc/converter.rb +19 -26
- data/lib/asciidoctor/cc/isodoc.rng +29 -44
- data/lib/asciidoctor/cc/validate_section.rb +2 -1
- data/lib/isodoc/cc/base_convert.rb +2 -12
- data/lib/isodoc/cc/csd.standard.xsl +449 -86
- data/lib/isodoc/cc/html/_coverpage.css +5 -1
- 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 +657 -649
- 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/isodoc/cc/html_convert.rb +2 -38
- data/lib/isodoc/cc/i18n.rb +3 -4
- data/lib/isodoc/cc/init.rb +2 -1
- data/lib/isodoc/cc/metadata.rb +6 -22
- data/lib/isodoc/cc/pdf_convert.rb +1 -0
- data/lib/isodoc/cc/presentation_xml_convert.rb +2 -1
- data/lib/isodoc/cc/word_convert.rb +2 -25
- data/lib/isodoc/cc/xref.rb +1 -1
- data/lib/metanorma/cc.rb +23 -20
- data/lib/metanorma/cc/fonts_manifest.yaml +5 -0
- data/lib/metanorma/cc/processor.rb +1 -9
- data/lib/metanorma/cc/version.rb +1 -1
- data/metanorma-cc.gemspec +1 -2
- data/metanorma.yml +58 -0
- metadata +8 -24
- data/.github/workflows/macos.yml +0 -38
- data/.github/workflows/ubuntu.yml +0 -56
- data/.github/workflows/windows.yml +0 -40
- data/lib/asciidoctor/cc/front.rb +0 -67
- data/lib/asciidoctor/cc/validate.rb +0 -29
@@ -9,7 +9,7 @@ fieldset, form, label, legend,
|
|
9
9
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
10
10
|
article, aside, canvas, details, embed,
|
11
11
|
figure, figcaption, footer, header, hgroup,
|
12
|
-
menu,
|
12
|
+
menu, output, ruby, section, summary,
|
13
13
|
time, mark, audio, video {
|
14
14
|
margin: 0;
|
15
15
|
padding: 0; }
|
@@ -104,6 +104,10 @@ b, strong {
|
|
104
104
|
div.document-stage-band, div.document-type-band {
|
105
105
|
background-color: #333333; }
|
106
106
|
|
107
|
+
a.FootnoteRef + a.FootnoteRef:before {
|
108
|
+
content: ", ";
|
109
|
+
vertical-align: super; }
|
110
|
+
|
107
111
|
#standard-band {
|
108
112
|
background-color: #0AC442; }
|
109
113
|
|
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
|
|
@@ -9,7 +9,7 @@ fieldset, form, label, legend,
|
|
9
9
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
10
10
|
article, aside, canvas, details, embed,
|
11
11
|
figure, figcaption, footer, header, hgroup,
|
12
|
-
menu,
|
12
|
+
menu, output, ruby, section, summary,
|
13
13
|
time, mark, audio, video {
|
14
14
|
margin: 0;
|
15
15
|
padding: 0; }
|
@@ -104,6 +104,10 @@ b, strong {
|
|
104
104
|
div.document-stage-band, div.document-type-band {
|
105
105
|
background-color: #333333; }
|
106
106
|
|
107
|
+
a.FootnoteRef + a.FootnoteRef:before {
|
108
|
+
content: ", ";
|
109
|
+
vertical-align: super; }
|
110
|
+
|
107
111
|
#standard-band {
|
108
112
|
background-color: #0AC442; }
|
109
113
|
|
@@ -206,775 +210,779 @@ div.document-stage-band, div.document-type-band {
|
|
206
210
|
#cancelled {
|
207
211
|
border-bottom: solid 3px #2E382E; }
|
208
212
|
|
209
|
-
body
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
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; }
|
220
228
|
|
221
|
-
|
222
|
-
|
223
|
-
|
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%; }
|
224
244
|
|
225
|
-
|
226
|
-
|
227
|
-
|
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; }
|
228
259
|
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
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}}; }
|
240
274
|
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
width: auto;
|
245
|
-
font-size: 0.9em;
|
246
|
-
overflow: auto;
|
247
|
-
padding: 0;
|
248
|
-
margin-right: 0;
|
249
|
-
background-color: white; } }
|
275
|
+
code, pre, tt, kbd, samp {
|
276
|
+
font-family: {{monospacefont}};
|
277
|
+
font-variant-ligatures: none; }
|
250
278
|
|
251
|
-
|
252
|
-
font-family: {{
|
253
|
-
font-
|
254
|
-
@media screen and (max-width: 768px) {
|
255
|
-
nav #toc {
|
256
|
-
padding: 0 1.5em;
|
257
|
-
overflow: visible; } }
|
258
|
-
@media screen and (min-width: 768px) {
|
259
|
-
#toggle {
|
260
|
-
position: fixed;
|
261
|
-
height: 100%;
|
262
|
-
width: 30px;
|
263
|
-
background-color: #1d1d1d;
|
264
|
-
color: white !important;
|
265
|
-
cursor: pointer;
|
266
|
-
z-index: 100; }
|
267
|
-
#toggle span {
|
268
|
-
text-align: center;
|
269
|
-
width: 100%;
|
270
|
-
position: absolute;
|
271
|
-
top: 50%;
|
272
|
-
transform: translate(0, -50%); } }
|
279
|
+
code *, pre *, tt *, kbd *, samp * {
|
280
|
+
font-family: {{monospacefont}} !important;
|
281
|
+
font-variant-ligatures: none; }
|
273
282
|
|
274
|
-
|
275
|
-
|
276
|
-
|
283
|
+
article, aside, details, figcaption, figure,
|
284
|
+
footer, header, hgroup, menu, nav, section {
|
285
|
+
display: block; }
|
277
286
|
|
278
|
-
|
279
|
-
|
280
|
-
|
287
|
+
table {
|
288
|
+
border-collapse: collapse;
|
289
|
+
border-spacing: 0; }
|
281
290
|
|
282
|
-
|
283
|
-
|
284
|
-
padding: 0;
|
285
|
-
list-style: none; }
|
286
|
-
#toc ul li a {
|
287
|
-
padding: 5px 10px; }
|
288
|
-
#toc ul a {
|
289
|
-
color: #485094;
|
290
|
-
text-decoration: none;
|
291
|
-
display: block; }
|
292
|
-
#toc ul a:hover {
|
293
|
-
box-shadow: none;
|
294
|
-
color: white; }
|
291
|
+
h1, h2, h3, h4, h5, h6 {
|
292
|
+
font-family: {{headerfont}}; }
|
295
293
|
|
296
|
-
|
297
|
-
|
294
|
+
blockquote, q {
|
295
|
+
quotes: none; }
|
296
|
+
blockquote:before, blockquote:after, q:before, q:after {
|
297
|
+
content: '';
|
298
|
+
content: none; }
|
298
299
|
|
299
|
-
|
300
|
-
|
300
|
+
.h2Annex {
|
301
|
+
font-family: {{headerfont}}; }
|
301
302
|
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
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; }
|
307
312
|
|
308
|
-
|
309
|
-
|
310
|
-
background: white;
|
311
|
-
box-shadow: none !important; }
|
312
|
-
#toc .toc-active a {
|
313
|
-
color: #485094; }
|
314
|
-
#toc li:hover a {
|
315
|
-
color: black; } }
|
313
|
+
b, strong {
|
314
|
+
font-weight: bold; }
|
316
315
|
|
317
|
-
|
318
|
-
|
316
|
+
div.document-stage-band, div.document-type-band {
|
317
|
+
background-color: #333333; }
|
319
318
|
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
content: " " !important;
|
324
|
-
display: none; }
|
319
|
+
a.FootnoteRef + a.FootnoteRef:before {
|
320
|
+
content: ", ";
|
321
|
+
vertical-align: super; }
|
325
322
|
|
326
|
-
|
327
|
-
|
328
|
-
height: 1px;
|
329
|
-
background-color: #0e1a85;
|
330
|
-
margin: 2em 0; }
|
331
|
-
@media screen and (min-width: 768px) {
|
332
|
-
.rule.toc {
|
333
|
-
display: none; } }
|
334
|
-
.document-stage-band {
|
335
|
-
left: 0;
|
336
|
-
top: 0;
|
337
|
-
height: 100%;
|
338
|
-
position: fixed;
|
339
|
-
display: block;
|
340
|
-
z-index: 101;
|
341
|
-
box-shadow: -5px 0px 10px #1d1d1d; }
|
342
|
-
.document-stage-band > :first-child {
|
343
|
-
position: relative;
|
344
|
-
width: 25px;
|
345
|
-
font-weight: 300;
|
346
|
-
height: 160px;
|
347
|
-
color: white;
|
348
|
-
text-transform: uppercase;
|
349
|
-
font-size: 0.9em;
|
350
|
-
font-weight: 400;
|
351
|
-
letter-spacing: 0.05em;
|
352
|
-
margin: 0;
|
353
|
-
margin-left: 6px;
|
354
|
-
writing-mode: tb-rl;
|
355
|
-
-webkit-transform: rotate(180deg);
|
356
|
-
-moz-transform: rotate(180deg);
|
357
|
-
-o-transform: rotate(180deg);
|
358
|
-
white-space: nowrap;
|
359
|
-
display: block;
|
360
|
-
bottom: 0; }
|
361
|
-
@media print {
|
362
|
-
.document-stage-band {
|
363
|
-
display: none; } }
|
364
|
-
.document-type-band {
|
365
|
-
left: 0;
|
366
|
-
top: 180px;
|
367
|
-
height: 100%;
|
368
|
-
position: fixed;
|
369
|
-
display: block;
|
370
|
-
z-index: 102; }
|
371
|
-
.document-type-band > :first-child {
|
372
|
-
position: relative;
|
373
|
-
width: 25px;
|
374
|
-
font-weight: 400;
|
375
|
-
color: white;
|
376
|
-
text-transform: uppercase;
|
377
|
-
font-size: 0.9em;
|
378
|
-
font-weight: 400;
|
379
|
-
letter-spacing: 0.05em;
|
380
|
-
margin: 0;
|
381
|
-
margin-left: 6px;
|
382
|
-
writing-mode: tb-rl;
|
383
|
-
-webkit-transform: rotate(180deg);
|
384
|
-
-moz-transform: rotate(180deg);
|
385
|
-
-o-transform: rotate(180deg);
|
386
|
-
white-space: nowrap;
|
387
|
-
display: block;
|
388
|
-
bottom: 0; }
|
389
|
-
@media print {
|
390
|
-
.document-type-band {
|
391
|
-
display: none; } }
|
392
|
-
.document-type-band .document-type {
|
393
|
-
top: 20px; }
|
323
|
+
#standard-band {
|
324
|
+
background-color: #0AC442; }
|
394
325
|
|
395
|
-
|
396
|
-
|
397
|
-
color: #0e1a85;
|
398
|
-
font-weight: 600;
|
399
|
-
margin-top: 2em;
|
400
|
-
margin-bottom: 0.3em; }
|
326
|
+
#standard {
|
327
|
+
border-bottom: solid 3px #0AC442; }
|
401
328
|
|
402
|
-
|
403
|
-
|
404
|
-
text-transform: uppercase;
|
405
|
-
margin-top: 2em; }
|
406
|
-
h1#content {
|
407
|
-
margin-top: 2em; }
|
329
|
+
#directive-band {
|
330
|
+
background-color: #540D6E; }
|
408
331
|
|
409
|
-
|
410
|
-
|
411
|
-
font-weight: 400; }
|
412
|
-
h2 p {
|
413
|
-
display: inline; }
|
332
|
+
#directive {
|
333
|
+
border-bottom: solid 3px #540D6E; }
|
414
334
|
|
415
|
-
|
416
|
-
|
417
|
-
font-weight: 400; }
|
335
|
+
#guide-band {
|
336
|
+
background-color: #D183C9; }
|
418
337
|
|
419
|
-
|
420
|
-
|
421
|
-
margin-bottom: 1em; }
|
338
|
+
#guide {
|
339
|
+
border-bottom: solid 3px #D183C9; }
|
422
340
|
|
423
|
-
|
424
|
-
|
425
|
-
color: #485094;
|
426
|
-
font-weight: 400; }
|
341
|
+
#specification-band {
|
342
|
+
background-color: #65AFFF; }
|
427
343
|
|
428
|
-
|
429
|
-
|
430
|
-
line-height: 1em;
|
431
|
-
margin: 0;
|
432
|
-
margin-top: 2em; }
|
344
|
+
#specification {
|
345
|
+
border-bottom: solid 3px #65AFFF; }
|
433
346
|
|
434
|
-
|
435
|
-
|
436
|
-
line-height: 1.7em;
|
437
|
-
margin: 0; }
|
347
|
+
#report-band {
|
348
|
+
background-color: #3A405A; }
|
438
349
|
|
439
|
-
|
440
|
-
|
441
|
-
text-decoration: none;
|
442
|
-
color: #485094; }
|
350
|
+
#report {
|
351
|
+
border-bottom: solid 3px #3A405A; }
|
443
352
|
|
444
|
-
|
445
|
-
color:
|
446
|
-
background: #1d1d1d;
|
447
|
-
box-shadow: 3px 0 0 #1d1d1d, -3px 0 0 #1d1d1d; }
|
353
|
+
#amendment-band {
|
354
|
+
background-color: #F26430; }
|
448
355
|
|
449
|
-
|
450
|
-
|
451
|
-
background: #1d1d1d;
|
452
|
-
color: white; }
|
356
|
+
#amendment {
|
357
|
+
border-bottom: solid 3px #F26430; }
|
453
358
|
|
454
|
-
|
455
|
-
|
456
|
-
margin-left: 1.2em; }
|
359
|
+
#corrigendum-band {
|
360
|
+
background-color: #C84630; }
|
457
361
|
|
458
|
-
|
459
|
-
|
460
|
-
margin-left: 0;
|
461
|
-
list-style: none;
|
462
|
-
padding-left: 1.2em; }
|
362
|
+
#corrigendum {
|
363
|
+
border-bottom: solid 3px #C84630; }
|
463
364
|
|
464
|
-
|
465
|
-
|
466
|
-
position: absolute;
|
467
|
-
left: 0; }
|
365
|
+
#administrative-band {
|
366
|
+
background-color: #BFAE48; }
|
468
367
|
|
469
|
-
|
470
|
-
|
471
|
-
padding-left: 0.5em; }
|
368
|
+
#administrative {
|
369
|
+
border-bottom: solid 3px #BFAE48; }
|
472
370
|
|
473
|
-
|
474
|
-
|
475
|
-
margin-top: 1em; }
|
371
|
+
#advisory-band {
|
372
|
+
background-color: #BD9391; }
|
476
373
|
|
477
|
-
|
478
|
-
|
479
|
-
padding-right: 1em; }
|
374
|
+
#advisory {
|
375
|
+
border-bottom: solid 3px #BD9391; }
|
480
376
|
|
481
|
-
|
482
|
-
|
483
|
-
line-height: 1.6em;
|
484
|
-
padding: 1.5em;
|
485
|
-
margin: 2em 0 1em 0;
|
486
|
-
overflow: auto;
|
487
|
-
font-family: {{monospacefont}};
|
488
|
-
font-variant-ligatures: none; }
|
489
|
-
.figure .FigureTitle, .figure .figure-title {
|
490
|
-
font-weight: 700;
|
491
|
-
font-size: 1em;
|
492
|
-
text-align: center; }
|
493
|
-
.figure > img {
|
494
|
-
margin-left: auto;
|
495
|
-
margin-right: auto;
|
496
|
-
display: block;
|
497
|
-
max-width: 100%;
|
498
|
-
height: auto; }
|
377
|
+
#proposal-band {
|
378
|
+
background-color: #39A0ED; }
|
499
379
|
|
500
|
-
|
501
|
-
|
502
|
-
font-size: 1em;
|
503
|
-
text-align: center; }
|
380
|
+
#proposal {
|
381
|
+
border-bottom: solid 3px #39A0ED; }
|
504
382
|
|
505
|
-
|
506
|
-
|
507
|
-
font-variant-ligatures: none;
|
508
|
-
background-color: #f7f7f7;
|
509
|
-
font-size: 0.8em;
|
510
|
-
line-height: 1.6em;
|
511
|
-
padding: 1.5em;
|
512
|
-
margin: 2em 0 1em 0;
|
513
|
-
overflow-y: auto;
|
514
|
-
overflow-x: scroll; }
|
515
|
-
.example pre {
|
516
|
-
background: none; }
|
383
|
+
#working-draft-band {
|
384
|
+
background-color: #2D7393; }
|
517
385
|
|
518
|
-
|
519
|
-
|
520
|
-
font-size: 0.8em;
|
521
|
-
line-height: 1.6em;
|
522
|
-
padding: 1.5em;
|
523
|
-
margin: 2em 0 1em 0;
|
524
|
-
overflow: auto; }
|
525
|
-
.pseudocode .SourceTitle {
|
526
|
-
font-weight: 700;
|
527
|
-
font-size: 1em;
|
528
|
-
text-align: center; }
|
529
|
-
.example .pseudocode {
|
530
|
-
background: none; }
|
386
|
+
#working-draft {
|
387
|
+
border-bottom: solid 3px #2D7393; }
|
531
388
|
|
532
|
-
|
533
|
-
|
534
|
-
font-size: 1em;
|
535
|
-
text-align: center; }
|
389
|
+
#committee-draft-band {
|
390
|
+
background-color: #2A6B7C; }
|
536
391
|
|
537
|
-
|
538
|
-
|
539
|
-
font-size: 1em;
|
540
|
-
text-align: center; }
|
392
|
+
#committee-draft {
|
393
|
+
border-bottom: solid 3px #2A6B7C; }
|
541
394
|
|
542
|
-
|
543
|
-
|
544
|
-
font-size: 1em;
|
545
|
-
text-align: center; }
|
395
|
+
#draft-standard-band {
|
396
|
+
background-color: #1C7F7A; }
|
546
397
|
|
547
|
-
|
548
|
-
|
549
|
-
font-size: 1em;
|
550
|
-
text-align: center; }
|
398
|
+
#draft-standard {
|
399
|
+
border-bottom: solid 3px #1C7F7A; }
|
551
400
|
|
552
|
-
|
553
|
-
color: #
|
554
|
-
padding: 0.25em;
|
555
|
-
margin: 0; }
|
401
|
+
#final-draft-band {
|
402
|
+
background-color: #53C170; }
|
556
403
|
|
557
|
-
|
558
|
-
|
559
|
-
.Note p {
|
560
|
-
margin: 1em; }
|
404
|
+
#final-draft {
|
405
|
+
border-bottom: solid 3px #53C170; }
|
561
406
|
|
562
|
-
|
563
|
-
background-color: #
|
564
|
-
font-style: italic;
|
565
|
-
width: 80%;
|
566
|
-
padding: 1.5em;
|
567
|
-
margin-top: 2em;
|
568
|
-
margin-left: auto;
|
569
|
-
margin-right: auto; }
|
570
|
-
.blockquote .QuoteAttribution, .Quote .QuoteAttribution {
|
571
|
-
text-align: right; }
|
407
|
+
#published-band {
|
408
|
+
background-color: #069E2D; }
|
572
409
|
|
573
|
-
|
574
|
-
|
575
|
-
padding: 1.5em;
|
576
|
-
margin-top: 2em;
|
577
|
-
text-align: center; }
|
410
|
+
#published {
|
411
|
+
border-bottom: solid 3px #069E2D; }
|
578
412
|
|
579
|
-
|
580
|
-
|
581
|
-
background-color: #e1eef1; }
|
413
|
+
#withdrawn-band {
|
414
|
+
background-color: #004E64; }
|
582
415
|
|
583
|
-
|
584
|
-
|
585
|
-
margin: 2em 0 1em 0; }
|
416
|
+
#withdrawn {
|
417
|
+
border-bottom: solid 3px #004E64; }
|
586
418
|
|
587
|
-
|
588
|
-
background-color: #
|
589
|
-
padding: 0.5em;
|
590
|
-
margin: 2em 0 1em 0;
|
591
|
-
text-align: left;
|
592
|
-
padding-left: 2em; }
|
419
|
+
#cancelled-band {
|
420
|
+
background-color: #2E382E; }
|
593
421
|
|
594
|
-
|
595
|
-
|
422
|
+
#cancelled {
|
423
|
+
border-bottom: solid 3px #2E382E; }
|
596
424
|
|
597
|
-
.
|
598
|
-
|
599
|
-
|
600
|
-
margin-left: -1.5em; }
|
425
|
+
.coverpage {
|
426
|
+
text-align: center;
|
427
|
+
padding-left: 1.5em; }
|
601
428
|
|
602
|
-
.
|
603
|
-
background:
|
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; }
|
604
434
|
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
font-weight: 300;
|
609
|
-
margin: 1em 0 2em 0;
|
610
|
-
margin-left: auto;
|
611
|
-
margin-right: auto;
|
612
|
-
padding-right: 2em; }
|
613
|
-
table, table th, table td {
|
614
|
-
border: 1px solid black;
|
615
|
-
font-size: 0.95em; }
|
616
|
-
table th, table td {
|
617
|
-
padding: 1em; }
|
618
|
-
table td.header {
|
619
|
-
font-weigth: 400; }
|
435
|
+
.doc-number {
|
436
|
+
font-size: 0.5em;
|
437
|
+
font-family: {{bodyfont}}; }
|
620
438
|
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
font-
|
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; }
|
625
445
|
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
font-size:
|
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; }
|
630
454
|
|
631
|
-
.
|
632
|
-
|
455
|
+
.title-section1 {
|
456
|
+
padding: 0 2em 0 3em; }
|
633
457
|
|
634
|
-
|
635
|
-
|
636
|
-
background-color: #f7f7f7;
|
637
|
-
padding: 1em;
|
638
|
-
margin-top: 2em;
|
639
|
-
width: auto;
|
640
|
-
margin-left: auto;
|
641
|
-
margin-right: auto;
|
642
|
-
text-align: left; }
|
643
|
-
.contact-info p, .contact-info a {
|
644
|
-
font-family: {{monospacefont}};
|
645
|
-
font-variant-ligatures: none;
|
646
|
-
font-weight: 400;
|
647
|
-
line-height: 1.3em;
|
648
|
-
font-size: 1em;
|
649
|
-
margin: 0; }
|
650
|
-
.contact-info a:hover {
|
651
|
-
color: #485094;
|
652
|
-
background: none;
|
653
|
-
text-decoration: underline;
|
654
|
-
box-shadow: none; }
|
655
|
-
.contact-info .name {
|
656
|
-
font-weight: 700; }
|
458
|
+
.prefatory-section {
|
459
|
+
padding: 0 3em 0 6em; }
|
657
460
|
|
658
|
-
|
659
|
-
|
461
|
+
.zzSTDTitle1, .MsoCommentText {
|
462
|
+
display: none; }
|
463
|
+
|
464
|
+
.coverpage-logo span, .coverpage-tc-name span {
|
465
|
+
font-family: {{bodyfont}};
|
466
|
+
text-transform: uppercase;
|
660
467
|
font-weight: 600; }
|
661
468
|
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
margin: 1.5em 0 1.5em 0;
|
667
|
-
text-align: left; }
|
668
|
-
.Admonition p, .admonition p {
|
669
|
-
margin: 0; }
|
469
|
+
.coverpage-tc-name {
|
470
|
+
font-size: 1.2em;
|
471
|
+
line-height: 1.2em;
|
472
|
+
margin: 0.25em 0; }
|
670
473
|
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
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;
|
484
|
+
color: #485094;
|
485
|
+
font-size: 0.9em;
|
486
|
+
font-weight: 900; }
|
487
|
+
.coverpage-contributors .person {
|
488
|
+
display: block;
|
489
|
+
font-weight: 300; }
|
686
490
|
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
del, dfn, em, img, ins, kbd, q, s, samp,
|
691
|
-
small, strike, strong, sub, sup, tt, var,
|
692
|
-
b, u, i, center,
|
693
|
-
dl, dt, dd, ol, ul, li,
|
694
|
-
fieldset, form, label, legend,
|
695
|
-
table, caption, tbody, tfoot, thead, tr, th, td,
|
696
|
-
article, aside, canvas, details, embed,
|
697
|
-
figure, figcaption, footer, header, hgroup,
|
698
|
-
menu, nav, output, ruby, section, summary,
|
699
|
-
time, mark, audio, video {
|
700
|
-
border: 0;
|
701
|
-
font-size: 100%; }
|
491
|
+
.coverpage-doc-identity {
|
492
|
+
font-size: 2em;
|
493
|
+
line-height: 2em; }
|
702
494
|
|
703
|
-
|
704
|
-
|
705
|
-
a, abbr, acronym, address, big, cite, code,
|
706
|
-
del, dfn, em, img, ins, kbd, q, s, samp,
|
707
|
-
small, strike, strong, tt, var,
|
708
|
-
b, u, i, center,
|
709
|
-
dl, dd, ol, ul, li,
|
710
|
-
fieldset, form, label, legend,
|
711
|
-
table, caption, tbody, tfoot, thead, tr, th, td,
|
712
|
-
article, aside, canvas, details, embed,
|
713
|
-
figure, figcaption, footer, header, hgroup,
|
714
|
-
menu, nav, output, ruby, section, summary,
|
715
|
-
time, mark, audio, video {
|
716
|
-
vertical-align: baseline; }
|
495
|
+
.coverpage-title .title-second {
|
496
|
+
display: none; }
|
717
497
|
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
dl, dt, dd, ol, ul, li,
|
725
|
-
fieldset, form, label, legend,
|
726
|
-
table, caption, tbody, tfoot, thead, tr, th, td,
|
727
|
-
article, aside, canvas, details, embed,
|
728
|
-
figure, figcaption, footer, header, hgroup,
|
729
|
-
menu, nav, output, ruby, section, summary,
|
730
|
-
time, mark, audio, video {
|
731
|
-
font-family: {{bodyfont}}; }
|
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; }
|
732
504
|
|
733
|
-
|
734
|
-
|
735
|
-
|
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; }
|
736
517
|
|
737
|
-
|
738
|
-
|
739
|
-
font-
|
518
|
+
.copyright {
|
519
|
+
padding: 1em;
|
520
|
+
font-size: 0.9em;
|
521
|
+
text-align: left; }
|
522
|
+
.copyright .name, .copyright .address {
|
523
|
+
color: #485094; }
|
740
524
|
|
741
|
-
|
742
|
-
|
743
|
-
|
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; }
|
744
536
|
|
745
|
-
|
746
|
-
|
747
|
-
|
537
|
+
@media screen and (min-width: 768px) {
|
538
|
+
.container {
|
539
|
+
padding-left: 360px; } }
|
748
540
|
|
749
|
-
|
750
|
-
|
541
|
+
@media print {
|
542
|
+
.container {
|
543
|
+
padding-left: 0; } }
|
751
544
|
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
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; } }
|
556
|
+
|
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; } }
|
566
|
+
|
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%); } }
|
757
589
|
|
758
|
-
|
759
|
-
|
590
|
+
@media screen and (max-width: 768px) {
|
591
|
+
#toggle {
|
592
|
+
display: none; } }
|
760
593
|
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
dl dt p, dl dd p {
|
765
|
-
margin-top: 0; }
|
766
|
-
dl dt {
|
767
|
-
grid-column-start: 1; }
|
768
|
-
dl dd {
|
769
|
-
grid-column-start: 2; }
|
594
|
+
@media print {
|
595
|
+
#toggle {
|
596
|
+
display: none; } }
|
770
597
|
|
771
|
-
|
772
|
-
|
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; }
|
773
611
|
|
774
|
-
|
775
|
-
|
612
|
+
#toc .h2 {
|
613
|
+
padding-left: 30px; }
|
776
614
|
|
777
|
-
#
|
778
|
-
|
615
|
+
#toc .h3 {
|
616
|
+
padding-left: 50px; }
|
779
617
|
|
780
|
-
#
|
781
|
-
|
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; }
|
782
623
|
|
783
|
-
|
784
|
-
|
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; } }
|
785
632
|
|
786
|
-
#
|
787
|
-
|
633
|
+
#toc ul {
|
634
|
+
margin-bottom: 0.25em; }
|
788
635
|
|
789
|
-
#
|
790
|
-
|
636
|
+
#toc li {
|
637
|
+
list-style-type: none; }
|
638
|
+
#toc li:before {
|
639
|
+
content: " " !important;
|
640
|
+
display: none; }
|
791
641
|
|
792
|
-
|
793
|
-
|
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; }
|
794
710
|
|
795
|
-
|
796
|
-
|
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; }
|
797
717
|
|
798
|
-
|
799
|
-
|
718
|
+
h1 {
|
719
|
+
font-size: 1.4em;
|
720
|
+
text-transform: uppercase;
|
721
|
+
margin-top: 2em; }
|
722
|
+
h1#content {
|
723
|
+
margin-top: 2em; }
|
800
724
|
|
801
|
-
|
802
|
-
|
725
|
+
h2 {
|
726
|
+
font-size: 1.3em;
|
727
|
+
font-weight: 400; }
|
728
|
+
h2 p {
|
729
|
+
display: inline; }
|
803
730
|
|
804
|
-
|
805
|
-
|
731
|
+
h3 {
|
732
|
+
font-size: 1.1em;
|
733
|
+
font-weight: 400; }
|
806
734
|
|
807
|
-
|
808
|
-
|
735
|
+
p {
|
736
|
+
margin-top: 1em;
|
737
|
+
margin-bottom: 1em; }
|
809
738
|
|
810
|
-
|
811
|
-
|
739
|
+
/* Terms */
|
740
|
+
.TermNum, .Terms, .AltTerms {
|
741
|
+
color: #485094;
|
742
|
+
font-weight: 400; }
|
812
743
|
|
813
|
-
|
814
|
-
|
744
|
+
p.TermNum {
|
745
|
+
font-size: 0.9em;
|
746
|
+
line-height: 1em;
|
747
|
+
margin: 0;
|
748
|
+
margin-top: 2em; }
|
815
749
|
|
816
|
-
|
817
|
-
|
750
|
+
p.Terms {
|
751
|
+
font-size: 1.1em;
|
752
|
+
line-height: 1.7em;
|
753
|
+
margin: 0; }
|
818
754
|
|
819
|
-
|
820
|
-
|
755
|
+
/* Links, selection */
|
756
|
+
a, a:visited {
|
757
|
+
text-decoration: none;
|
758
|
+
color: #485094; }
|
821
759
|
|
822
|
-
|
823
|
-
|
760
|
+
a:hover {
|
761
|
+
color: white;
|
762
|
+
background: #1d1d1d;
|
763
|
+
box-shadow: 3px 0 0 #1d1d1d, -3px 0 0 #1d1d1d; }
|
824
764
|
|
825
|
-
|
826
|
-
|
765
|
+
::selection,
|
766
|
+
::-moz-selection {
|
767
|
+
background: #1d1d1d;
|
768
|
+
color: white; }
|
827
769
|
|
828
|
-
|
829
|
-
|
770
|
+
/* Lists */
|
771
|
+
ol {
|
772
|
+
margin-left: 1.2em; }
|
830
773
|
|
831
|
-
|
832
|
-
|
774
|
+
ul {
|
775
|
+
position: relative;
|
776
|
+
margin-left: 0;
|
777
|
+
list-style: none;
|
778
|
+
padding-left: 1.2em; }
|
833
779
|
|
834
|
-
|
835
|
-
|
780
|
+
ul > li:before {
|
781
|
+
content: "\2014";
|
782
|
+
position: absolute;
|
783
|
+
left: 0; }
|
836
784
|
|
837
|
-
|
838
|
-
|
785
|
+
main li {
|
786
|
+
margin-top: 1em;
|
787
|
+
padding-left: 0.5em; }
|
839
788
|
|
840
|
-
|
841
|
-
|
789
|
+
/* Bibliograhy */
|
790
|
+
p.Biblio, p.NormRef {
|
791
|
+
margin-top: 1em; }
|
842
792
|
|
843
|
-
|
844
|
-
|
793
|
+
p.Biblio:before, p.NormRef:before {
|
794
|
+
content: "\2014";
|
795
|
+
padding-right: 1em; }
|
796
|
+
|
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; }
|
845
815
|
|
846
|
-
|
847
|
-
|
816
|
+
.SourceTitle {
|
817
|
+
font-weight: 700;
|
818
|
+
font-size: 1em;
|
819
|
+
text-align: center; }
|
848
820
|
|
849
|
-
|
850
|
-
|
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; }
|
851
833
|
|
852
|
-
|
853
|
-
|
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; }
|
854
847
|
|
855
|
-
|
856
|
-
|
848
|
+
.Admonition .AdmonitionTitle {
|
849
|
+
font-weight: 700;
|
850
|
+
font-size: 1em;
|
851
|
+
text-align: center; }
|
857
852
|
|
858
|
-
|
859
|
-
|
853
|
+
.recommend .RecommendationTitle {
|
854
|
+
font-weight: 700;
|
855
|
+
font-size: 1em;
|
856
|
+
text-align: center; }
|
860
857
|
|
861
|
-
|
862
|
-
|
858
|
+
.require .RecommendationTitle {
|
859
|
+
font-weight: 700;
|
860
|
+
font-size: 1em;
|
861
|
+
text-align: center; }
|
863
862
|
|
864
|
-
|
865
|
-
|
863
|
+
.permission .RecommendationTitle {
|
864
|
+
font-weight: 700;
|
865
|
+
font-size: 1em;
|
866
|
+
text-align: center; }
|
866
867
|
|
867
|
-
|
868
|
-
|
868
|
+
.Note, .Admonition {
|
869
|
+
color: #47430c;
|
870
|
+
padding: 0.25em;
|
871
|
+
margin: 0; }
|
869
872
|
|
870
|
-
|
871
|
-
|
873
|
+
.Note {
|
874
|
+
background-color: #fff495; }
|
875
|
+
.Note p {
|
876
|
+
margin: 1em; }
|
872
877
|
|
873
|
-
|
874
|
-
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; }
|
875
888
|
|
876
|
-
|
877
|
-
|
889
|
+
.formula, .Formula {
|
890
|
+
background-color: #f7f7f7;
|
891
|
+
padding: 1.5em;
|
892
|
+
margin-top: 2em;
|
893
|
+
text-align: center; }
|
878
894
|
|
879
|
-
|
880
|
-
|
881
|
-
|
895
|
+
/* Examples */
|
896
|
+
table.example {
|
897
|
+
background-color: #e1eef1; }
|
882
898
|
|
883
|
-
.
|
884
|
-
|
885
|
-
|
886
|
-
color: #ffffff;
|
887
|
-
padding: 2em 0; }
|
899
|
+
td.example {
|
900
|
+
padding: 0 1em 0 1em;
|
901
|
+
margin: 2em 0 1em 0; }
|
888
902
|
|
889
|
-
.
|
890
|
-
|
891
|
-
|
903
|
+
.example {
|
904
|
+
background-color: #e1eef1;
|
905
|
+
padding: 0.5em;
|
906
|
+
margin: 2em 0 1em 0;
|
907
|
+
text-align: left;
|
908
|
+
padding-left: 2em; }
|
892
909
|
|
893
|
-
.
|
894
|
-
|
895
|
-
font-weight: 400;
|
896
|
-
font-size: 1em;
|
897
|
-
margin: 0 0 2em 0;
|
898
|
-
text-transform: uppercase; }
|
910
|
+
.example p {
|
911
|
+
margin: 0; }
|
899
912
|
|
900
|
-
.
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
line-height: 1.2em;
|
905
|
-
font-weight: 600;
|
906
|
-
padding-left: 1em;
|
907
|
-
padding-right: 1em; }
|
913
|
+
.example .example-title {
|
914
|
+
font-weight: 700;
|
915
|
+
text-transform: uppercase;
|
916
|
+
margin-left: -1.5em; }
|
908
917
|
|
909
|
-
.
|
910
|
-
|
918
|
+
.example pre, .example .pseudocode {
|
919
|
+
background: none; }
|
911
920
|
|
912
|
-
|
913
|
-
|
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; }
|
914
936
|
|
915
|
-
.
|
916
|
-
|
937
|
+
p.TableTitle {
|
938
|
+
text-align: center;
|
939
|
+
margin-top: 2.5em;
|
940
|
+
font-weight: 400; }
|
917
941
|
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
font-
|
942
|
+
/* Footnotes */
|
943
|
+
a.footnote-number {
|
944
|
+
vertical-align: super;
|
945
|
+
font-size: 0.8em; }
|
922
946
|
|
923
|
-
.
|
924
|
-
font-size:
|
925
|
-
line-height: 1.2em;
|
926
|
-
margin: 0.25em 0; }
|
947
|
+
.footnote {
|
948
|
+
font-size: {{footnotefontsize}}; }
|
927
949
|
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
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 {
|
938
967
|
color: #485094;
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
font-weight:
|
944
|
-
|
945
|
-
.coverpage-doc-identity {
|
946
|
-
font-size: 2em;
|
947
|
-
line-height: 2em; }
|
948
|
-
|
949
|
-
.coverpage-title .title-second {
|
950
|
-
display: none; }
|
951
|
-
|
952
|
-
.coverpage-stage-block {
|
953
|
-
font-family: {{bodyfont}};
|
954
|
-
font-weight: 700;
|
955
|
-
font-size: 1.25em;
|
956
|
-
margin: 2em 0em 2em 0em;
|
957
|
-
text-transform: uppercase; }
|
968
|
+
background: none;
|
969
|
+
text-decoration: underline;
|
970
|
+
box-shadow: none; }
|
971
|
+
.contact-info .name {
|
972
|
+
font-weight: 700; }
|
958
973
|
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
margin: 1em 2em;
|
963
|
-
color: #485094;
|
964
|
-
padding: 1em; }
|
965
|
-
.coverpage-warning .title {
|
966
|
-
color: #f36f36;
|
967
|
-
font-family: {{headerfont}};
|
968
|
-
font-weight: 700;
|
969
|
-
text-transform: uppercase;
|
970
|
-
font-size: 1.2em; }
|
974
|
+
/* Keywords */
|
975
|
+
span.keyword {
|
976
|
+
font-weight: 600; }
|
971
977
|
|
972
|
-
|
973
|
-
|
974
|
-
|
978
|
+
/* Admonitions */
|
979
|
+
.Admonition, .admonition {
|
980
|
+
background-color: #ffb3b3;
|
981
|
+
padding: 0.5em;
|
982
|
+
margin: 1.5em 0 1.5em 0;
|
975
983
|
text-align: left; }
|
976
|
-
.
|
977
|
-
|
984
|
+
.Admonition p, .admonition p {
|
985
|
+
margin: 0; }
|
978
986
|
|
979
987
|
#myBtn {
|
980
988
|
font-family: {{monospacefont}};
|