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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9a16aa57594eeb9bef5c56b9435acf45b50117ffb83ab9ab06cf6d66259f24b
4
- data.tar.gz: 229912575e2ffcd0eb934f735a1f385379e26da956cbc570ee497101152e58ca
3
+ metadata.gz: 894725124215820605c93f444274a1182bf820d76a1aa91612ac1441b2400b73
4
+ data.tar.gz: 82af1c73ee5d95182792f8f7ae826b8b135f01c96bc19fdf3587253cbf1bd4d9
5
5
  SHA512:
6
- metadata.gz: a437b86bcf50b69dbab264452d7ca220cf6890752caafab2fa02981903b8ff96e5da5cee23e9e77c19cc35d8ba1583edfcb95dbb40aadc9824c652ac3e95e997
7
- data.tar.gz: d0fbcc7e60a6238876f028dd857261e083a1aa05751b2fb7bfd0ace712bde1c859e82397f9f1639d756e8ffcb830f2b3a22ba43145199bbe67ce35a649d4522a
6
+ metadata.gz: 8697904edb71ca8808224e8bb928d497fdd2e29af6338a202ce301631e84681249112324f7d5afc94236e60e78cd056b40e748fb79c4028ec4e5fac4e56006ba
7
+ data.tar.gz: af29fe2d822632185d2c1d62a0b8cf9f18ad6a7ad22c0e11cc1e2860c64bca53ab59fca29506c96419c770ec73d4607d98044d384cce1e86192c5e77324f6baf
@@ -36,7 +36,7 @@ jobs:
36
36
  with:
37
37
  ruby-version: ${{ matrix.ruby }}
38
38
 
39
- - uses: actions/cache@v1
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
- notify:
52
- name: Trigger notify workflow
51
+ tests-passed:
53
52
  needs: rake
54
53
  runs-on: ubuntu-latest
55
54
  steps:
56
- - name: Trigger notify workflow
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="SourceSansPro, STIX Two Math, HanSans" font-size="10.5pt" xml:lang="{$lang}">
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">SourceCodePro</xsl:attribute>
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">SourceCodePro</xsl:attribute>
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/>
@@ -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: 10.0pt;
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: 10.5pt;
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: 10.5pt;
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: 10.0pt;
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: 10.5pt;
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: 10.5pt;
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: 10.5pt;
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: 11.0pt;
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: 10.5pt;
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: 10.0pt;
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: 10.0pt; }
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: 10.0pt;
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: 10.0pt; }
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: 10.0pt;
780
+ font-size: {{smallerfontsize}};
782
781
  font-family: {{bodyfont}}; }
783
782
 
784
783
  td.example p.MsoListParagraph {
785
- font-size: 10.0pt; }
784
+ font-size: {{smallerfontsize}}; }
786
785
 
787
786
  div.example p.MsoListParagraph {
788
- font-size: 10.0pt; }
787
+ font-size: {{smallerfontsize}}; }
789
788
 
790
789
  div.Note p.MsoListParagraph {
791
- font-size: 10.0pt;
790
+ font-size: {{smallerfontsize}};
792
791
  margin-left: 1.0cm; }
793
792
 
794
793
  div.Note span.stem {
795
- font-size: 10.0pt; }
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: 10.0pt;
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: 10.0pt;
805
+ font-size: {{smallerfontsize}};
807
806
  font-family: {{bodyfont}}; }
808
807
 
809
808
  table.dl {
@@ -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:10.0pt;
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:10.5pt;
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:10.5pt;
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:10.0pt;
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:10.5pt;
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:10.5pt;
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:10.5pt;
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:11.0pt;
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:10.5pt;
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:10.0pt;
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:10.0pt; }
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:10.0pt;
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:10.0pt;
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:10.0pt;
736
+ font-size:$smallerfontsize;
738
737
  font-family:$bodyfont;}
739
738
 
740
739
  td.example p.MsoListParagraph {
741
- font-size: 10.0pt;
740
+ font-size: $smallerfontsize;
742
741
  }
743
742
 
744
743
 
745
744
  div.example p.MsoListParagraph {
746
- font-size: 10.0pt;
745
+ font-size: $smallerfontsize;
747
746
  }
748
747
 
749
748
  div.Note p.MsoListParagraph {
750
- font-size: 10.0pt;
749
+ font-size: $smallerfontsize;
751
750
  margin-left: 1.0cm;
752
751
  }
753
752
 
754
753
  div.Note span.stem {
755
- font-size: 10.0pt; }
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: 10.0pt;
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: 10.0pt;
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
- margin-left: auto;
215
- margin-right: auto;
216
- max-width: 100%;
217
- font-size: 15px;
218
- font-weight: 300;
219
- line-height: 1.4em;
220
- color: #1d1d1d;
221
- background-color: #fff; }
222
- body main {
223
- margin: 0 3em 0 6em; }
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
- @media screen and (min-width: 768px) {
226
- .container {
227
- padding-left: 360px; } }
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
- @media print {
230
- .container {
231
- padding-left: 0; } }
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
- @media screen and (min-width: 768px) {
234
- nav {
235
- position: fixed;
236
- top: 0;
237
- bottom: 0;
238
- left: 0;
239
- width: 323px;
240
- font-size: 0.9em;
241
- overflow: auto;
242
- padding: 0 0 0 45px;
243
- background-color: #f7f7f7; } }
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
- @media print {
246
- nav {
247
- position: relative;
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
- nav #toc {
256
- font-family: {{bodyfont}};
257
- font-weight: 400; }
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
- @media screen and (max-width: 768px) {
279
- #toggle {
280
- display: none; } }
283
+ article, aside, details, figcaption, figure,
284
+ footer, header, hgroup, menu, nav, section {
285
+ display: block; }
281
286
 
282
- @media print {
283
- #toggle {
284
- display: none; } }
287
+ table {
288
+ border-collapse: collapse;
289
+ border-spacing: 0; }
285
290
 
286
- #toc ul {
287
- margin: 0;
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
- #toc .h2 {
301
- padding-left: 30px; }
294
+ blockquote, q {
295
+ quotes: none; }
296
+ blockquote:before, blockquote:after, q:before, q:after {
297
+ content: '';
298
+ content: none; }
302
299
 
303
- #toc .h3 {
304
- padding-left: 50px; }
300
+ .h2Annex {
301
+ font-family: {{headerfont}}; }
305
302
 
306
- #toc .toc-active, #toc li:hover {
307
- background: #1d1d1d;
308
- box-shadow: inset -5px 0px 10px -5px #1d1d1d !important; }
309
- #toc .toc-active a, #toc li:hover a {
310
- color: white; }
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
- @media print {
313
- #toc .toc-active, #toc li:hover {
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
- #toc ul {
322
- margin-bottom: 0.25em; }
316
+ div.document-stage-band, div.document-type-band {
317
+ background-color: #333333; }
323
318
 
324
- #toc li {
325
- list-style-type: none; }
326
- #toc li:before {
327
- content: " " !important;
328
- display: none; }
319
+ a.FootnoteRef + a.FootnoteRef:before {
320
+ content: ", ";
321
+ vertical-align: super; }
329
322
 
330
- .rule {
331
- width: 100%;
332
- height: 1px;
333
- background-color: #0e1a85;
334
- margin: 2em 0; }
335
- @media screen and (min-width: 768px) {
336
- .rule.toc {
337
- display: none; } }
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
- /* Typograpy */
400
- h1, h2, h3, h4, h5, h6 {
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
- h1 {
407
- font-size: 1.4em;
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
- h2 {
414
- font-size: 1.3em;
415
- font-weight: 400; }
416
- h2 p {
417
- display: inline; }
338
+ #guide {
339
+ border-bottom: solid 3px #D183C9; }
418
340
 
419
- h3 {
420
- font-size: 1.1em;
421
- font-weight: 400; }
341
+ #specification-band {
342
+ background-color: #65AFFF; }
422
343
 
423
- p {
424
- margin-top: 1em;
425
- margin-bottom: 1em; }
344
+ #specification {
345
+ border-bottom: solid 3px #65AFFF; }
426
346
 
427
- /* Terms */
428
- .TermNum, .Terms, .AltTerms {
429
- color: #485094;
430
- font-weight: 400; }
347
+ #report-band {
348
+ background-color: #3A405A; }
431
349
 
432
- p.TermNum {
433
- font-size: 0.9em;
434
- line-height: 1em;
435
- margin: 0;
436
- margin-top: 2em; }
350
+ #report {
351
+ border-bottom: solid 3px #3A405A; }
437
352
 
438
- p.Terms {
439
- font-size: 1.1em;
440
- line-height: 1.7em;
441
- margin: 0; }
353
+ #amendment-band {
354
+ background-color: #F26430; }
442
355
 
443
- /* Links, selection */
444
- a, a:visited {
445
- text-decoration: none;
446
- color: #485094; }
356
+ #amendment {
357
+ border-bottom: solid 3px #F26430; }
447
358
 
448
- a:hover {
449
- color: white;
450
- background: #1d1d1d;
451
- box-shadow: 3px 0 0 #1d1d1d, -3px 0 0 #1d1d1d; }
359
+ #corrigendum-band {
360
+ background-color: #C84630; }
452
361
 
453
- ::selection,
454
- ::-moz-selection {
455
- background: #1d1d1d;
456
- color: white; }
362
+ #corrigendum {
363
+ border-bottom: solid 3px #C84630; }
457
364
 
458
- /* Lists */
459
- ol {
460
- margin-left: 1.2em; }
365
+ #administrative-band {
366
+ background-color: #BFAE48; }
461
367
 
462
- ul {
463
- position: relative;
464
- margin-left: 0;
465
- list-style: none;
466
- padding-left: 1.2em; }
368
+ #administrative {
369
+ border-bottom: solid 3px #BFAE48; }
467
370
 
468
- ul > li:before {
469
- content: "\2014";
470
- position: absolute;
471
- left: 0; }
371
+ #advisory-band {
372
+ background-color: #BD9391; }
472
373
 
473
- main li {
474
- margin-top: 1em;
475
- padding-left: 0.5em; }
374
+ #advisory {
375
+ border-bottom: solid 3px #BD9391; }
476
376
 
477
- /* Bibliograhy */
478
- p.Biblio, p.NormRef {
479
- margin-top: 1em; }
377
+ #proposal-band {
378
+ background-color: #39A0ED; }
480
379
 
481
- p.Biblio:before, p.NormRef:before {
482
- content: "\2014";
483
- padding-right: 1em; }
380
+ #proposal {
381
+ border-bottom: solid 3px #39A0ED; }
484
382
 
485
- /* Blocks */
486
- .figure {
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
- .SourceTitle {
505
- font-weight: 700;
506
- font-size: 1em;
507
- text-align: center; }
386
+ #working-draft {
387
+ border-bottom: solid 3px #2D7393; }
508
388
 
509
- pre {
510
- font-family: {{monospacefont}};
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
- .pseudocode {
523
- background-color: #f7f7f7;
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
- .Admonition .AdmonitionTitle {
537
- font-weight: 700;
538
- font-size: 1em;
539
- text-align: center; }
395
+ #draft-standard-band {
396
+ background-color: #1C7F7A; }
540
397
 
541
- .recommend .RecommendationTitle {
542
- font-weight: 700;
543
- font-size: 1em;
544
- text-align: center; }
398
+ #draft-standard {
399
+ border-bottom: solid 3px #1C7F7A; }
545
400
 
546
- .require .RecommendationTitle {
547
- font-weight: 700;
548
- font-size: 1em;
549
- text-align: center; }
401
+ #final-draft-band {
402
+ background-color: #53C170; }
550
403
 
551
- .permission .RecommendationTitle {
552
- font-weight: 700;
553
- font-size: 1em;
554
- text-align: center; }
404
+ #final-draft {
405
+ border-bottom: solid 3px #53C170; }
555
406
 
556
- .Note, .Admonition {
557
- color: #47430c;
558
- padding: 0.25em;
559
- margin: 0; }
407
+ #published-band {
408
+ background-color: #069E2D; }
560
409
 
561
- .Note {
562
- background-color: #fff495; }
563
- .Note p {
564
- margin: 1em; }
410
+ #published {
411
+ border-bottom: solid 3px #069E2D; }
565
412
 
566
- .blockquote, .Quote {
567
- background-color: #f7f7f7;
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
- .formula, .Formula {
578
- background-color: #f7f7f7;
579
- padding: 1.5em;
580
- margin-top: 2em;
581
- text-align: center; }
416
+ #withdrawn {
417
+ border-bottom: solid 3px #004E64; }
582
418
 
583
- /* Examples */
584
- table.example {
585
- background-color: #e1eef1; }
419
+ #cancelled-band {
420
+ background-color: #2E382E; }
586
421
 
587
- td.example {
588
- padding: 0 1em 0 1em;
589
- margin: 2em 0 1em 0; }
422
+ #cancelled {
423
+ border-bottom: solid 3px #2E382E; }
590
424
 
591
- .example {
592
- background-color: #e1eef1;
593
- padding: 0.5em;
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
- .example p {
599
- margin: 0; }
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
- .example .example-title {
602
- font-weight: 700;
603
- text-transform: uppercase;
604
- margin-left: -1.5em; }
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
- .example pre, .example .pseudocode {
607
- background: none; }
455
+ .title-section1 {
456
+ padding: 0 2em 0 3em; }
608
457
 
609
- /* Tables */
610
- table {
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
- p.TableTitle {
626
- text-align: center;
627
- margin-top: 2.5em;
628
- font-weight: 400; }
461
+ .zzSTDTitle1, .MsoCommentText {
462
+ display: none; }
629
463
 
630
- /* Footnotes */
631
- a.footnote-number {
632
- vertical-align: super;
633
- font-size: 0.8em; }
464
+ .coverpage-logo span, .coverpage-tc-name span {
465
+ font-family: {{bodyfont}};
466
+ text-transform: uppercase;
467
+ font-weight: 600; }
634
468
 
635
- .footnote {
636
- font-size: 0.9em; }
469
+ .coverpage-tc-name {
470
+ font-size: 1.2em;
471
+ line-height: 1.2em;
472
+ margin: 0.25em 0; }
637
473
 
638
- /* Contact Info */
639
- .contact-info {
640
- background-color: #f7f7f7;
641
- padding: 1em;
642
- margin-top: 2em;
643
- width: auto;
644
- margin-left: auto;
645
- margin-right: auto;
646
- text-align: left; }
647
- .contact-info p, .contact-info a {
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
- background: none;
657
- text-decoration: underline;
658
- box-shadow: none; }
659
- .contact-info .name {
660
- font-weight: 700; }
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
- /* Admonitions */
667
- .Admonition, .admonition {
668
- background-color: #ffb3b3;
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
- html, body, div, span, applet, object, iframe,
676
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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
- html, body, div, span, applet, object, iframe,
692
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
693
- a, abbr, acronym, address, big, cite, code,
694
- del, dfn, em, img, ins, kbd, q, s, samp,
695
- small, strike, strong, sub, sup, tt, var,
696
- b, u, i, center,
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
- html, body, div, span, applet, object, iframe,
708
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
709
- a, abbr, acronym, address, big, cite, code,
710
- del, dfn, em, img, ins, kbd, q, s, samp,
711
- small, strike, strong, tt, var,
712
- b, u, i, center,
713
- dl, dd, ol, ul, li,
714
- fieldset, form, label, legend,
715
- table, caption, tbody, tfoot, thead, tr, th, td,
716
- article, aside, canvas, details, embed,
717
- figure, figcaption, footer, header, hgroup,
718
- menu, nav, output, ruby, section, summary,
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
- html, body, div, span, applet, object, iframe,
723
- p, blockquote,
724
- a, abbr, acronym, address, big, cite,
725
- del, dfn, em, img, ins, q, s,
726
- small, strike, strong, sub, sup, var,
727
- b, u, i, center,
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
- code, pre, tt, kbd, samp {
738
- font-family: {{monospacefont}};
739
- font-variant-ligatures: none; }
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
- code *, pre *, tt *, kbd *, samp * {
742
- font-family: {{monospacefont}} !important;
743
- font-variant-ligatures: none; }
537
+ @media screen and (min-width: 768px) {
538
+ .container {
539
+ padding-left: 360px; } }
744
540
 
745
- article, aside, details, figcaption, figure,
746
- footer, header, hgroup, menu, nav, section {
747
- display: block; }
541
+ @media print {
542
+ .container {
543
+ padding-left: 0; } }
748
544
 
749
- table {
750
- border-collapse: collapse;
751
- border-spacing: 0; }
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
- h1, h2, h3, h4, h5, h6 {
754
- font-family: {{headerfont}}; }
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
- blockquote, q {
757
- quotes: none; }
758
- blockquote:before, blockquote:after, q:before, q:after {
759
- content: '';
760
- content: none; }
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
- .h2Annex {
763
- font-family: {{headerfont}}; }
590
+ @media screen and (max-width: 768px) {
591
+ #toggle {
592
+ display: none; } }
764
593
 
765
- dl {
766
- display: grid;
767
- grid-template-columns: max-content auto; }
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
- b, strong {
776
- font-weight: bold; }
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
- div.document-stage-band, div.document-type-band {
779
- background-color: #333333; }
612
+ #toc .h2 {
613
+ padding-left: 30px; }
780
614
 
781
- a.FootnoteRef + a.FootnoteRef:before {
782
- content: ", ";
783
- vertical-align: super; }
615
+ #toc .h3 {
616
+ padding-left: 50px; }
784
617
 
785
- #standard-band {
786
- background-color: #0AC442; }
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
- #standard {
789
- border-bottom: solid 3px #0AC442; }
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
- #directive-band {
792
- background-color: #540D6E; }
633
+ #toc ul {
634
+ margin-bottom: 0.25em; }
793
635
 
794
- #directive {
795
- border-bottom: solid 3px #540D6E; }
636
+ #toc li {
637
+ list-style-type: none; }
638
+ #toc li:before {
639
+ content: " " !important;
640
+ display: none; }
796
641
 
797
- #guide-band {
798
- background-color: #D183C9; }
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
- #guide {
801
- border-bottom: solid 3px #D183C9; }
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
- #specification-band {
804
- background-color: #65AFFF; }
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
- #specification {
807
- border-bottom: solid 3px #65AFFF; }
725
+ h2 {
726
+ font-size: 1.3em;
727
+ font-weight: 400; }
728
+ h2 p {
729
+ display: inline; }
808
730
 
809
- #report-band {
810
- background-color: #3A405A; }
731
+ h3 {
732
+ font-size: 1.1em;
733
+ font-weight: 400; }
811
734
 
812
- #report {
813
- border-bottom: solid 3px #3A405A; }
735
+ p {
736
+ margin-top: 1em;
737
+ margin-bottom: 1em; }
814
738
 
815
- #amendment-band {
816
- background-color: #F26430; }
739
+ /* Terms */
740
+ .TermNum, .Terms, .AltTerms {
741
+ color: #485094;
742
+ font-weight: 400; }
817
743
 
818
- #amendment {
819
- border-bottom: solid 3px #F26430; }
744
+ p.TermNum {
745
+ font-size: 0.9em;
746
+ line-height: 1em;
747
+ margin: 0;
748
+ margin-top: 2em; }
820
749
 
821
- #corrigendum-band {
822
- background-color: #C84630; }
750
+ p.Terms {
751
+ font-size: 1.1em;
752
+ line-height: 1.7em;
753
+ margin: 0; }
823
754
 
824
- #corrigendum {
825
- border-bottom: solid 3px #C84630; }
755
+ /* Links, selection */
756
+ a, a:visited {
757
+ text-decoration: none;
758
+ color: #485094; }
826
759
 
827
- #administrative-band {
828
- background-color: #BFAE48; }
760
+ a:hover {
761
+ color: white;
762
+ background: #1d1d1d;
763
+ box-shadow: 3px 0 0 #1d1d1d, -3px 0 0 #1d1d1d; }
829
764
 
830
- #administrative {
831
- border-bottom: solid 3px #BFAE48; }
765
+ ::selection,
766
+ ::-moz-selection {
767
+ background: #1d1d1d;
768
+ color: white; }
832
769
 
833
- #advisory-band {
834
- background-color: #BD9391; }
770
+ /* Lists */
771
+ ol {
772
+ margin-left: 1.2em; }
835
773
 
836
- #advisory {
837
- border-bottom: solid 3px #BD9391; }
774
+ ul {
775
+ position: relative;
776
+ margin-left: 0;
777
+ list-style: none;
778
+ padding-left: 1.2em; }
838
779
 
839
- #proposal-band {
840
- background-color: #39A0ED; }
780
+ ul > li:before {
781
+ content: "\2014";
782
+ position: absolute;
783
+ left: 0; }
841
784
 
842
- #proposal {
843
- border-bottom: solid 3px #39A0ED; }
785
+ main li {
786
+ margin-top: 1em;
787
+ padding-left: 0.5em; }
844
788
 
845
- #working-draft-band {
846
- background-color: #2D7393; }
789
+ /* Bibliograhy */
790
+ p.Biblio, p.NormRef {
791
+ margin-top: 1em; }
847
792
 
848
- #working-draft {
849
- border-bottom: solid 3px #2D7393; }
793
+ p.Biblio:before, p.NormRef:before {
794
+ content: "\2014";
795
+ padding-right: 1em; }
850
796
 
851
- #committee-draft-band {
852
- background-color: #2A6B7C; }
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
- #committee-draft {
855
- border-bottom: solid 3px #2A6B7C; }
816
+ .SourceTitle {
817
+ font-weight: 700;
818
+ font-size: 1em;
819
+ text-align: center; }
856
820
 
857
- #draft-standard-band {
858
- background-color: #1C7F7A; }
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
- #draft-standard {
861
- border-bottom: solid 3px #1C7F7A; }
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
- #final-draft-band {
864
- background-color: #53C170; }
848
+ .Admonition .AdmonitionTitle {
849
+ font-weight: 700;
850
+ font-size: 1em;
851
+ text-align: center; }
865
852
 
866
- #final-draft {
867
- border-bottom: solid 3px #53C170; }
853
+ .recommend .RecommendationTitle {
854
+ font-weight: 700;
855
+ font-size: 1em;
856
+ text-align: center; }
868
857
 
869
- #published-band {
870
- background-color: #069E2D; }
858
+ .require .RecommendationTitle {
859
+ font-weight: 700;
860
+ font-size: 1em;
861
+ text-align: center; }
871
862
 
872
- #published {
873
- border-bottom: solid 3px #069E2D; }
863
+ .permission .RecommendationTitle {
864
+ font-weight: 700;
865
+ font-size: 1em;
866
+ text-align: center; }
874
867
 
875
- #withdrawn-band {
876
- background-color: #004E64; }
868
+ .Note, .Admonition {
869
+ color: #47430c;
870
+ padding: 0.25em;
871
+ margin: 0; }
877
872
 
878
- #withdrawn {
879
- border-bottom: solid 3px #004E64; }
873
+ .Note {
874
+ background-color: #fff495; }
875
+ .Note p {
876
+ margin: 1em; }
880
877
 
881
- #cancelled-band {
882
- background-color: #2E382E; }
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
- #cancelled {
885
- border-bottom: solid 3px #2E382E; }
889
+ .formula, .Formula {
890
+ background-color: #f7f7f7;
891
+ padding: 1.5em;
892
+ margin-top: 2em;
893
+ text-align: center; }
886
894
 
887
- .coverpage {
888
- text-align: center;
889
- padding-left: 1.5em; }
895
+ /* Examples */
896
+ table.example {
897
+ background-color: #e1eef1; }
890
898
 
891
- .wrapper-top {
892
- background-color: #0e1a85;
893
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAABYlAAAWJQFJUiTwAAADwUlEQVR4nO3YgQ2AMAwDwcAiWZ1NizrH30lIeIEq9nPOGSDqPgC7+93v/suy3Mmvhx+6VAAIcwFAmc4nyzYAIMgGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAFTNzA9ggAr9aahO8QAAAABJRU5ErkJggg==");
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
- .doc-number {
898
- font-size: 0.5em;
899
- font-family: {{bodyfont}}; }
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
- .coverpage-maturity {
902
- font-family: {{bodyfont}};
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
- .coverpage-title {
909
- padding-bottom: 0.5em;
910
- font-family: {{headerfont}};
911
- font-size: 1.2em;
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
- .title-section1 {
918
- padding: 0 2em 0 3em; }
918
+ .example pre, .example .pseudocode {
919
+ background: none; }
919
920
 
920
- .prefatory-section {
921
- padding: 0 3em 0 6em; }
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
- .zzSTDTitle1, .MsoCommentText {
924
- display: none; }
937
+ p.TableTitle {
938
+ text-align: center;
939
+ margin-top: 2.5em;
940
+ font-weight: 400; }
925
941
 
926
- .coverpage-logo span, .coverpage-tc-name span {
927
- font-family: {{bodyfont}};
928
- text-transform: uppercase;
929
- font-weight: 600; }
942
+ /* Footnotes */
943
+ a.footnote-number {
944
+ vertical-align: super;
945
+ font-size: 0.8em; }
930
946
 
931
- .coverpage-tc-name {
932
- font-size: 1.2em;
933
- line-height: 1.2em;
934
- margin: 0.25em 0; }
947
+ .footnote {
948
+ font-size: {{footnotefontsize}}; }
935
949
 
936
- .coverpage-contributors {
937
- margin-top: 1em;
938
- line-height: 1.5em;
939
- font-weight: 300; }
940
- .coverpage-contributors .role {
941
- font-variant-caps: all-small-caps;
942
- background: #f7f7f7;
943
- border-radius: 5px;
944
- padding: 0.1em 0.5em;
945
- margin-left: 1em;
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
- font-size: 0.9em;
948
- font-weight: 900; }
949
- .coverpage-contributors .person {
950
- display: block;
951
- font-weight: 300; }
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
- .coverpage-warning {
968
- border-top: solid 1px #f36f36;
969
- border-bottom: solid 1px #f36f36;
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
- .copyright {
981
- padding: 1em;
982
- font-size: 0.9em;
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
- .copyright .name, .copyright .address {
985
- color: #485094; }
984
+ .Admonition p, .admonition p {
985
+ margin: 0; }
986
986
 
987
987
  #myBtn {
988
988
  font-family: {{monospacefont}};