metanorma-itu 1.2.4 → 1.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rake.yml +62 -0
  3. data/README.adoc +3 -4
  4. data/lib/asciidoctor/itu/basicdoc.rng +32 -0
  5. data/lib/asciidoctor/itu/boilerplate.xml +3 -0
  6. data/lib/asciidoctor/itu/converter.rb +3 -2
  7. data/lib/asciidoctor/itu/front.rb +74 -15
  8. data/lib/asciidoctor/itu/isodoc.rng +29 -44
  9. data/lib/asciidoctor/itu/itu.rng +61 -0
  10. data/lib/asciidoctor/itu/validate.rb +2 -9
  11. data/lib/isodoc/itu/base_convert.rb +1 -6
  12. data/lib/isodoc/itu/html/_coverpage.css +8 -1
  13. data/lib/isodoc/itu/html/_coverpage.scss +4 -0
  14. data/lib/isodoc/itu/html/header.html +8 -16
  15. data/lib/isodoc/itu/html/html_itu_intro.html +4 -3
  16. data/lib/isodoc/itu/html/html_itu_titlepage.html +30 -13
  17. data/lib/isodoc/itu/html/htmlstyle.css +782 -759
  18. data/lib/isodoc/itu/html/htmlstyle.scss +7 -8
  19. data/lib/isodoc/itu/html/itu.css +43 -43
  20. data/lib/isodoc/itu/html/itu.scss +44 -43
  21. data/lib/isodoc/itu/html/logo-sp.png +0 -0
  22. data/lib/isodoc/itu/html/word_itu_intro.html +29 -3
  23. data/lib/isodoc/itu/html/word_itu_titlepage.html +143 -4
  24. data/lib/isodoc/itu/html/word_itu_titlepage_sp.html +108 -0
  25. data/lib/isodoc/itu/html/wordstyle.css +37 -37
  26. data/lib/isodoc/itu/html/wordstyle.scss +37 -37
  27. data/lib/isodoc/itu/html_convert.rb +7 -2
  28. data/lib/isodoc/itu/i18n-en.yaml +42 -0
  29. data/lib/isodoc/itu/itu.recommendation-annex.xsl +921 -180
  30. data/lib/isodoc/itu/itu.recommendation.xsl +921 -180
  31. data/lib/isodoc/itu/itu.resolution.xsl +921 -180
  32. data/lib/isodoc/itu/itu.technical-paper.xsl +5184 -0
  33. data/lib/isodoc/itu/itu.technical-report.xsl +5184 -0
  34. data/lib/isodoc/itu/metadata.rb +79 -4
  35. data/lib/isodoc/itu/pdf_convert.rb +2 -0
  36. data/lib/isodoc/itu/presentation_xml_convert.rb +68 -0
  37. data/lib/isodoc/itu/ref.rb +0 -13
  38. data/lib/isodoc/itu/terms.rb +7 -30
  39. data/lib/isodoc/itu/word_cleanup.rb +5 -1
  40. data/lib/isodoc/itu/word_convert.rb +15 -1
  41. data/lib/isodoc/itu/xref.rb +2 -2
  42. data/lib/metanorma/itu/fonts_manifest.yaml +4 -0
  43. data/lib/metanorma/itu/processor.rb +0 -8
  44. data/lib/metanorma/itu/version.rb +1 -1
  45. data/metanorma-itu.gemspec +3 -1
  46. metadata +38 -7
  47. data/.github/workflows/macos.yml +0 -38
  48. data/.github/workflows/ubuntu.yml +0 -56
  49. data/.github/workflows/windows.yml +0 -40
@@ -11,7 +11,7 @@ module Asciidoctor
11
11
  %w(recommendation recommendation-supplement recommendation-amendment
12
12
  recommendation-corrigendum recommendation-errata recommendation-annex
13
13
  focus-group implementers-guide technical-paper technical-report
14
- joint-itu-iso-iec).include? doctype or
14
+ joint-itu-iso-iec service-publication).include? doctype or
15
15
  @log.add("Document Attributes", nil,
16
16
  "#{doctype} is not a recognised document type")
17
17
  end
@@ -67,15 +67,8 @@ module Asciidoctor
67
67
  end
68
68
 
69
69
  # Editing Guidelines 9.4.3
70
+ # Supplanted by rendering
70
71
  def numbers_validate(xmldoc)
71
- xmldoc.xpath("//clause | //preface/* | //annex").each do |x|
72
- xx = x.dup
73
- xx.xpath("./clause").each { |c| c.remove }
74
- style_two_regex_not_prev(x, extract_text(xx),
75
- /^(?<num>-?[0-9][0-9,. ]{3,})$/,
76
- %r{(\bISO|\bIEC|\bIEEE/)$},
77
- "number not broken up in threes by apostrophe")
78
- end
79
72
  end
80
73
 
81
74
  def style_two_regex_not_prev(n, text, re, re_prev, warning)
@@ -23,12 +23,6 @@ module IsoDoc
23
23
  end
24
24
  end
25
25
 
26
- def bracket_opt(b)
27
- return b if b.nil?
28
- return b if /^\[.+\]$/.match(b)
29
- "[#{b}]"
30
- end
31
-
32
26
  def clausedelim
33
27
  ""
34
28
  end
@@ -133,6 +127,7 @@ module IsoDoc
133
127
 
134
128
  def info(isoxml, out)
135
129
  @meta.ip_notice_received isoxml, out
130
+ @meta.techreport isoxml, out
136
131
  super
137
132
  end
138
133
 
@@ -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, nav, output, ruby, section, summary,
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
 
@@ -230,6 +234,9 @@ div.document-stage-band, div.document-type-band {
230
234
  font-weight: 800;
231
235
  display: inline; }
232
236
 
237
+ .doc-subidentifier {
238
+ font-size: 20px; }
239
+
233
240
  .doc-info-left {
234
241
  float: right;
235
242
  padding-right: 42px; }
@@ -27,6 +27,10 @@
27
27
  font-weight: 800;
28
28
  display: inline;}
29
29
 
30
+ .doc-subidentifier {
31
+ font-size: 20px;
32
+ }
33
+
30
34
  .doc-info-left {
31
35
  float: right;
32
36
  padding-right: 42px;
@@ -115,8 +115,7 @@ MERGEFORMAT </span><span lang=EN-GB style='font-weight:normal'><span
115
115
  style='mso-element:field-separator'></span></span><![endif]--><span lang=FR-CH
116
116
  style='mso-ansi-language:FR-CH;font-weight:normal;mso-no-proof:yes'>ii</span><!--[if supportFields]><span
117
117
  lang=EN-GB style='font-weight:normal'><span style='mso-element:field-end'></span></span><![endif]--><span
118
- lang=FR-CH style='mso-ansi-language:FR-CH'><span style='mso-tab-count:1'>              </span>Rec.
119
- ITU‑{{ bureau }} {{ docnumeric }} ({{ pubdate_monthyear }})<o:p></o:p></span></p>
118
+ lang=FR-CH style='mso-ansi-language:FR-CH'><span style='mso-tab-count:1'>              </span>{% if doctype_abbreviated %}{{ doctype_abbreviated }} {% endif %}{% if docnumber_lang %}{{docnumber_lang}}{% else %}{{ docnumber }}{% endif %} {% if amendmentid %}{{ amendmentid }}{% endif %} {% if corrigendumid %}{{ corrigendumid }}{% endif %} ({{ pubdate_monthyear }})<o:p></o:p></span></p>
120
119
  </div>
121
120
 
122
121
  <div style='mso-element:footer' id=ef2l>
@@ -128,13 +127,11 @@ MERGEFORMAT </span><span lang=EN-GB style='font-weight:normal'><span
128
127
  style='mso-element:field-separator'></span></span><![endif]--><span lang=FR-CH
129
128
  style='mso-ansi-language:FR-CH;font-weight:normal;mso-no-proof:yes'>ii</span><!--[if supportFields]><span
130
129
  lang=EN-GB style='font-weight:normal'><span style='mso-element:field-end'></span></span><![endif]--><span
131
- lang=FR-CH style='mso-ansi-language:FR-CH'><span style='mso-tab-count:1'>              </span>Rec.
132
- ITU‑{{ bureau }} {{ docnumeric }} ({{ pubdate_monthyear }})<o:p></o:p></span></p>
130
+ lang=FR-CH style='mso-ansi-language:FR-CH'><span style='mso-tab-count:1'>              </span>{% if doctype_abbreviated %}{{ doctype_abbreviated }} {% endif %}{% if docnumber_lang %}{{docnumber_lang}}{% else %}{{ docnumber }}{% endif %} {% if amendmentid %}{{ amendmentid }}{% endif %} {% if corrigendumid %}{{ corrigendumid }}{% endif %} ({{ pubdate_monthyear }})<o:p></o:p></span></p>
133
131
  </div>
134
132
 
135
133
  <div style='mso-element:footer' id=f2>
136
- <p class=FooterQP style='line-height:12.0pt'><span lang=EN-GB><span style='mso-tab-count:2'>                                                                                                       </span>Rec.
137
- ITU‑{{ bureau }} {{docnumeric}} ({{ pubdate_monthyear }})<span style='mso-tab-count:1'>             </span></span><!--[if supportFields]><span
134
+ <p class=FooterQP style='line-height:12.0pt'><span lang=EN-GB><span style='mso-tab-count:2'>                                                                                                       </span>{% if doctype_abbreviated %}{{ doctype_abbreviated }} {% endif %}{% if docnumber_lang %}{{docnumber_lang}}{% else %}{{ docnumber }}{% endif %} {% if amendmentid %}{{ amendmentid }}{% endif %} {% if corrigendumid %}{{ corrigendumid }}{% endif %} ({{ pubdate_monthyear }})<span style='mso-tab-count:1'>             </span></span><!--[if supportFields]><span
138
135
  lang=EN-GB style='font-weight:normal'><span style='mso-element:field-begin'></span>
139
136
  PAGE<span style='mso-spacerun:yes'>  </span>\* MERGEFORMAT <span
140
137
  style='mso-element:field-separator'></span></span><![endif]--><span lang=EN-GB
@@ -144,8 +141,7 @@ lang=EN-GB style='font-weight:normal'><o:p></o:p></span></p>
144
141
  </div>
145
142
 
146
143
  <div style='mso-element:footer' id=f2l>
147
- <p class=FooterQPLandscape style='line-height:12.0pt'><span lang=EN-GB><span style='mso-tab-count:2'>                                                                                                       </span>Rec.
148
- ITU‑{{ bureau }} {{docnumeric}} ({{ pubdate_monthyear }})<span style='mso-tab-count:1'>             </span></span><!--[if supportFields]><span
144
+ <p class=FooterQPLandscape style='line-height:12.0pt'><span lang=EN-GB><span style='mso-tab-count:2'>                                                                                                       </span>{% if doctype_abbreviated %}{{ doctype_abbreviated }} {% endif %}{% if docnumber_lang %}{{docnumber_lang}}{% else %}{{ docnumber }}{% endif %} {% if amendmentid %}{{ amendmentid }}{% endif %} {% if corrigendumid %}{{ corrigendumid }}{% endif %} ({{ pubdate_monthyear }})<span style='mso-tab-count:1'>             </span></span><!--[if supportFields]><span
149
145
  lang=EN-GB style='font-weight:normal'><span style='mso-element:field-begin'></span>
150
146
  PAGE<span style='mso-spacerun:yes'>  </span>\* MERGEFORMAT <span
151
147
  style='mso-element:field-separator'></span></span><![endif]--><span lang=EN-GB
@@ -163,8 +159,7 @@ MERGEFORMAT </span><span lang=EN-GB style='font-weight:normal'><span
163
159
  style='mso-element:field-separator'></span></span><![endif]--><span lang=FR-CH
164
160
  style='mso-ansi-language:FR-CH;font-weight:normal;mso-no-proof:yes'>ii</span><!--[if supportFields]><span
165
161
  lang=EN-GB style='font-weight:normal'><span style='mso-element:field-end'></span></span><![endif]--><span
166
- lang=FR-CH style='mso-ansi-language:FR-CH'><span style='mso-tab-count:1'>              </span>Rec.
167
- ITU‑{{ bureau }} {{ docnumeric }} ({{ pubdate_monthyear }})<o:p></o:p></span></p>
162
+ lang=FR-CH style='mso-ansi-language:FR-CH'><span style='mso-tab-count:1'>              </span>{% if doctype_abbreviated %}{{ doctype_abbreviated }} {% endif %}{% if docnumber_lang %}{{docnumber_lang}}{% else %}{{ docnumber }}{% endif %} {% if amendmentid %}{{ amendmentid }}{% endif %} {% if corrigendumid %}{{ corrigendumid }}{% endif %} ({{ pubdate_monthyear }})<o:p></o:p></span></p>
168
163
  </div>
169
164
 
170
165
  <div style='mso-element:footer' id=ef3l>
@@ -176,13 +171,11 @@ MERGEFORMAT </span><span lang=EN-GB style='font-weight:normal'><span
176
171
  style='mso-element:field-separator'></span></span><![endif]--><span lang=FR-CH
177
172
  style='mso-ansi-language:FR-CH;font-weight:normal;mso-no-proof:yes'>ii</span><!--[if supportFields]><span
178
173
  lang=EN-GB style='font-weight:normal'><span style='mso-element:field-end'></span></span><![endif]--><span
179
- lang=FR-CH style='mso-ansi-language:FR-CH'><span style='mso-tab-count:1'>              </span>Rec.
180
- ITU‑{{ bureau }} {{ docnumeric }} ({{ pubdate_monthyear }})<o:p></o:p></span></p>
174
+ lang=FR-CH style='mso-ansi-language:FR-CH'><span style='mso-tab-count:1'>              </span>{% if doctype_abbreviated %}{{ doctype_abbreviated }} {% endif %}{% if docnumber_lang %}{{docnumber_lang}}{% else %}{{ docnumber }}{% endif %} {% if amendmentid %}{{ amendmentid }}{% endif %} {% if corrigendumid %}{{ corrigendumid }}{% endif %} ({{ pubdate_monthyear }})<o:p></o:p></span></p>
181
175
  </div>
182
176
 
183
177
  <div style='mso-element:footer' id=f3>
184
- <p class=FooterQP style='line-height:12.0pt'><span lang=EN-GB><span style='mso-tab-count:2'>                                                                                                       </span>Rec.
185
- ITU‑{{ bureau }} {{docnumeric}} ({{ pubdate_monthyear }})<span style='mso-tab-count:1'>             </span></span><!--[if supportFields]><span
178
+ <p class=FooterQP style='line-height:12.0pt'><span lang=EN-GB><span style='mso-tab-count:2'>                                                                                                       </span>{% if doctype_abbreviated %}{{ doctype_abbreviated }} {% endif %}{% if docnumber_lang %}{{docnumber_lang}}{% else %}{{ docnumber }}{% endif %} {% if amendmentid %}{{ amendmentid }}{% endif %} {% if corrigendumid %}{{ corrigendumid }}{% endif %} ({{ pubdate_monthyear }})<span style='mso-tab-count:1'>             </span></span><!--[if supportFields]><span
186
179
  lang=EN-GB style='font-weight:normal'><span style='mso-element:field-begin'></span>
187
180
  PAGE<span style='mso-spacerun:yes'>  </span>\* MERGEFORMAT <span
188
181
  style='mso-element:field-separator'></span></span><![endif]--><span lang=EN-GB
@@ -192,8 +185,7 @@ lang=EN-GB style='font-weight:normal'><o:p></o:p></span></p>
192
185
  </div>
193
186
 
194
187
  <div style='mso-element:footer' id=f3l>
195
- <p class=FooterQPLandscape style='line-height:12.0pt'><span lang=EN-GB><span style='mso-tab-count:2'>                                                                                                       </span>Rec.
196
- ITU‑{{ bureau }} {{docnumeric}} ({{ pubdate_monthyear }})<span style='mso-tab-count:1'>             </span></span><!--[if supportFields]><span
188
+ <p class=FooterQPLandscape style='line-height:12.0pt'><span lang=EN-GB><span style='mso-tab-count:2'>                                                                                                       </span>{% if doctype_abbreviated %}{{ doctype_abbreviated }} {% endif %}{% if docnumber_lang %}{{docnumber_lang}}{% else %}{{ docnumber }}{% endif %} {% if amendmentid %}{{ amendmentid }}{% endif %} {% if corrigendumid %}{{ corrigendumid }}{% endif %} ({{ pubdate_monthyear }})<span style='mso-tab-count:1'>             </span></span><!--[if supportFields]><span
197
189
  lang=EN-GB style='font-weight:normal'><span style='mso-element:field-begin'></span>
198
190
  PAGE<span style='mso-spacerun:yes'>  </span>\* MERGEFORMAT <span
199
191
  style='mso-element:field-separator'></span></span><![endif]--><span lang=EN-GB
@@ -1,10 +1,11 @@
1
- <div id="boilerplate-legal-destination"/>
1
+ {% if doctype != "Service Publication" %}
2
+ <div id="boilerplate-legal-destination"/>
2
3
  <div id="boilerplate-license-destination"/>
3
-
4
+ {% endif %}
4
5
 
5
6
 
6
7
  <nav>
7
- <h1 id="content">Contents</h1>
8
+ <h1 id="content">{{ table_of_contents}}</h1>
8
9
  <div id="toc"></div>
9
10
 
10
11
  </nav>
@@ -3,7 +3,7 @@
3
3
  </div>
4
4
 
5
5
  <div class="document-type-band" id="{{ doctype | downcase | replace: ' ', '-' }}-band">
6
- <p class="document-type">ITU {{ doctype }}</p>
6
+ <p class="document-type">ITU {{ doctype_display }}</p>
7
7
  </div>
8
8
 
9
9
 
@@ -16,6 +16,23 @@
16
16
  <div class="coverpage">
17
17
  <div class="wrapper-top">
18
18
 
19
+ {% if unpublished %}
20
+ {% if doctype == "Technical Report" or doctype == "Technical Paper" or doctype == "Implementers Guide" %}
21
+ <table>
22
+ <tr><th>Question(s):</th><td colspan="2">{{ group }}</td><th colspan="2">Meeting, date:</th><td colspan="3">{{ meeting }}{% if meeting and meeting_date %}, {% endif %}{{ meeting_date }}</td></tr>
23
+ <tr><th>Study Group:</th><td>{{ subgroup }}</td><th>Working Party:</th><td>{{ workgroup }}</td><th colspan="3">Intended type of document (R-C-TD):</th><td>{{ intended_type }}</td></tr>
24
+ <tr><th>Source:</th><td colspan="7">{{ source }}</td></tr>
25
+ <tr><th>Title:</th><td colspan="7">{{ doctitle }}</td></tr>
26
+ {% for author in authors %}
27
+ <tr><th rowspan="3">Contact:</th><td>Name:</td><td colspan="3">{{ author }}</td><td>Tel:</td><td colspan="2">{{ phones[forloop.index0] }}</td></tr>
28
+ <tr><td>Organization:</td><td colspan="3">{{ affiliations[forloop.index0] }}</td><td>Fax:</td><td colspan="2">{{ faxes[forloop.index0] }}</td></tr>
29
+ <tr><td>Country:</td><td colspan="3">{{ addresses[forloop.index0] }}</td><td>E-mail:</td><td colspan="2">{{ emails[forloop.index0] }}</td></tr>
30
+ {% endfor %}
31
+ </table>
32
+
33
+ {% endif %}
34
+ {% endif %}
35
+
19
36
  <div class="coverpage-doc-identity">
20
37
  <div class="doc-type">
21
38
  International Telecommunications Union
@@ -27,6 +44,8 @@
27
44
  <div class="doc-info-left">
28
45
  <div class="doc-identifier">
29
46
  {{ docnumeric }}
47
+ {% if amendmentid %}<div class="doc-subidentifier">{{ amendmentid }}</div>{% endif %}
48
+ {% if corrigendumid %}<div class="doc-subidentifier">{{ corrigendumid }}</div>{% endif %}
30
49
  {% if edition %} <div> Revision {{ edition }}</div> {% endif %}
31
50
  <div> {{ draftinfo }}</div>
32
51
  </div>
@@ -51,9 +70,18 @@
51
70
  {% if docsubtitle %}
52
71
  <br/><span class="doc-subtitle">{{ docsubtitle }}</span>
53
72
  {% endif %}
73
+ {% if positiontitle %}
74
+ <br/><span class="doc-annextitle">{{ positiontitle }}</span>
75
+ {% endif %}
54
76
  {% if annextitle %}
55
77
  <br/><span class="doc-annextitle">{{ annexid }}{% if annexid and annextitle %}: {% endif %}{{ annextitle }}</span>
56
78
  {% endif %}
79
+ {% if amendmentid %}
80
+ <br/><span class="doc-annextitle">{{ amendmentid }}{% if amendmenttitle %}: {{ amendmenttitle}}{% endif %}</span>
81
+ {% endif %}
82
+ {% if corrigendumid %}
83
+ <br/><span class="doc-annextitle">{{ corrigendumid }}{% if corrigendumtitle %}: {{ corrigendumtitle}}{% endif %}</span>
84
+ {% endif %}
57
85
  </div>
58
86
 
59
87
 
@@ -68,7 +96,7 @@
68
96
  </div>
69
97
  {% endif %}
70
98
  <div>
71
- <span class="doc-type">{% if stage == "Draft" %}Draft {% endif %}{{ doctype }}</span>
99
+ <span class="doc-type">{% if stage == "Draft" %}Draft {% endif %}{% if recommendationnumber %}{{ recommendationnumber }} {% endif %}{{ doctype_display }}</span>
72
100
  <span class="ITU-sector">ITU-{{ bureau }}</span>
73
101
  <span class="doc-identifier">{{ docnumeric }}</span>
74
102
  </div>
@@ -84,17 +112,6 @@
84
112
  </div>
85
113
 
86
114
  <div class="WordSection11">
87
- <!--
88
- <div class="coverpage-stage-block">
89
- <span class="coverpage-stage" id="{{ doctype | downcase | replace: ' ', '-' }}">{{ doctype }}</span>
90
- </div>
91
-
92
- <div class="coverpage-stage-block">
93
- <span class="coverpage-maturity" id="{{ stage }}">{{ stage }}</span>
94
-
95
- </div>
96
- -->
97
-
98
115
  {% if unpublished %}
99
116
  <div class="coverpage-warning">
100
117
  <div id="draft-warning-destination"/>
@@ -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, nav, output, ruby, section, summary,
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
  #recommendation-band {
108
112
  background-color: #a3d88f; }
109
113
 
@@ -170,6 +174,12 @@ div.document-stage-band, div.document-type-band {
170
174
  #joint-itu-iso-iec {
171
175
  border-bottom: solid 3px #48a0e7; }
172
176
 
177
+ #service-publication-band {
178
+ background-color: #750697; }
179
+
180
+ #service-publication {
181
+ border-bottom: solid 3px #750697; }
182
+
173
183
  #in-force-band {
174
184
  background-color: #d9f39d; }
175
185
 
@@ -200,825 +210,286 @@ div.document-stage-band, div.document-type-band {
200
210
  #withdrawn {
201
211
  border-bottom: solid 3px #7e0d13; }
202
212
 
203
- dl.glossary dt {
204
- font-weight: bold; }
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; }
205
228
 
206
- body {
207
- margin-left: auto;
208
- margin-right: auto;
209
- max-width: 100%;
210
- font-size: 14px;
211
- font-weight: 400;
212
- line-height: 1.6em;
213
- color: #141115;
214
- background-color: #fff; }
215
- body main {
216
- margin: 0 3em 0 6em; }
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%; }
217
244
 
218
- @media screen and (min-width: 768px) {
219
- nav {
220
- position: fixed;
221
- top: 0;
222
- bottom: 0;
223
- left: 0;
224
- width: 323px;
225
- font-size: 0.9em;
226
- overflow: auto;
227
- padding: 0 0 0 45px;
228
- background-color: #fff; } }
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; }
229
259
 
230
- @media print {
231
- nav {
232
- position: relative;
233
- width: auto;
234
- font-size: 0.9em;
235
- overflow: auto;
236
- padding: 0;
237
- margin-right: 0;
238
- background-color: white; } }
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}}; }
239
274
 
240
- nav #toc {
241
- font-family: {{bodyfont}};
242
- font-weight: 400; }
243
- @media screen and (max-width: 768px) {
244
- nav #toc {
245
- padding: 0 1.5em;
246
- overflow: visible; } }
247
- #toc {
248
- font-family: {{bodyfont}};
249
- font-weight: 400; }
250
- #toc ul {
251
- margin: 0;
252
- padding: 0;
253
- list-style: none; }
254
- #toc ul li a {
255
- padding: 5px 10px; }
256
- #toc ul a {
257
- color: #141115;
258
- text-decoration: none;
259
- display: block; }
260
- #toc ul a:hover {
261
- box-shadow: none;
262
- color: white; }
263
- #toc .h2 {
264
- padding-left: 30px; }
265
- #toc .h3 {
266
- padding-left: 50px; }
267
- #toc .toc-active, #toc li:hover {
268
- background: #da1d52;
269
- box-shadow: inset -5px 0px 10px -5px #da1d52 !important; }
270
- #toc .toc-active a, #toc li:hover a {
271
- color: white; }
272
- @media print {
273
- #toc .toc-active, #toc li:hover {
274
- background: white;
275
- box-shadow: none !important; }
276
- #toc .toc-active a {
277
- color: #141115; }
278
- #toc li:hover a {
279
- color: black; } }
280
- #toc .h1 {
281
- text-transform: uppercase; }
282
- #toc li a {
283
- font-size: 14px; }
284
- #toc li:hover a {
285
- background: none;
286
- box-shadow: none; }
287
- #toc li:before {
288
- content: " ";
289
- display: none; }
290
- @media print {
291
- #toc .toc-active a {
292
- color: #4D7EA5; }
293
- #toc .toc-active, #toc li:hover {
294
- background: white;
295
- box-shadow: none !important; }
296
- #toc li:hover a {
297
- color: black; } }
298
- #toc-list ul {
299
- margin-bottom: 0.25em; }
275
+ code, pre, tt, kbd, samp {
276
+ font-family: {{monospacefont}};
277
+ font-variant-ligatures: none; }
300
278
 
301
- #toc-list li {
302
- list-style-type: none; }
279
+ code *, pre *, tt *, kbd *, samp * {
280
+ font-family: {{monospacefont}} !important;
281
+ font-variant-ligatures: none; }
303
282
 
304
- @media screen and (min-width: 768px) {
305
- #toggle {
306
- position: fixed;
307
- height: 100%;
308
- width: 30px;
309
- background-color: #da1d52;
310
- color: white !important;
311
- cursor: pointer;
312
- z-index: 100; }
313
- #toggle span {
314
- text-align: center;
315
- width: 100%;
316
- position: absolute;
317
- top: 50%;
318
- transform: translate(0, -50%); } }
283
+ article, aside, details, figcaption, figure,
284
+ footer, header, hgroup, menu, nav, section {
285
+ display: block; }
319
286
 
320
- @media screen and (max-width: 768px) {
321
- #toggle {
322
- display: none; } }
287
+ table {
288
+ border-collapse: collapse;
289
+ border-spacing: 0; }
323
290
 
324
- @media print {
325
- #toggle {
326
- display: none; } }
291
+ h1, h2, h3, h4, h5, h6 {
292
+ font-family: {{headerfont}}; }
327
293
 
328
- @media screen and (min-width: 768px) {
329
- .container {
330
- padding-left: 360px; } }
294
+ blockquote, q {
295
+ quotes: none; }
296
+ blockquote:before, blockquote:after, q:before, q:after {
297
+ content: '';
298
+ content: none; }
331
299
 
332
- @media print {
333
- .container {
334
- padding-left: 0; } }
300
+ .h2Annex {
301
+ font-family: {{headerfont}}; }
335
302
 
336
- .rule {
337
- width: 100%;
338
- height: 1px;
339
- background-color: #00539F;
340
- margin: 2em 0; }
341
- @media screen and (min-width: 768px) {
342
- .rule.toc {
343
- display: none; } }
344
- .rule-2 {
345
- width: 100%;
346
- height: 1px;
347
- background-color: #00539F; }
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; }
348
312
 
349
- .rule-thick {
350
- width: 100%;
351
- height: 3px;
352
- background-color: #00539F;
353
- margin-top: 3em; }
313
+ b, strong {
314
+ font-weight: bold; }
354
315
 
355
- @media screen and (min-width: 768px) {
356
- h1.toc-contents {
357
- margin-top: 1em; }
358
- ul#toc-list {
359
- padding: 0;
360
- margin: 0; } }
316
+ div.document-stage-band, div.document-type-band {
317
+ background-color: #333333; }
361
318
 
362
- .figure {
363
- line-height: 1.6em;
364
- padding: 1.5em;
365
- margin: 2em 0 1em 0;
366
- overflow: auto;
367
- font-family: {{monospacefont}};
368
- font-variant-ligatures: none;
369
- background-color: #f6f6f6;
370
- font-size: 0.8em; }
371
- .figure .FigureTitle, .figure .figure-title {
372
- font-weight: 700;
373
- font-size: 1em;
374
- text-align: center; }
375
- .figure > img {
376
- margin-left: auto;
377
- margin-right: auto;
378
- display: block;
379
- max-width: 100%;
380
- height: auto; }
319
+ a.FootnoteRef + a.FootnoteRef:before {
320
+ content: ", ";
321
+ vertical-align: super; }
381
322
 
382
- .SourceTitle {
383
- font-weight: 700;
384
- font-size: 1em;
385
- text-align: center; }
323
+ #recommendation-band {
324
+ background-color: #a3d88f; }
386
325
 
387
- pre {
388
- font-family: {{monospacefont}};
389
- font-variant-ligatures: none;
390
- background-color: #f6f6f6;
391
- font-size: 0.8em;
392
- line-height: 1.6em;
393
- padding: 1.5em;
394
- margin: 2em 0 1em 0;
395
- overflow-y: auto;
396
- overflow-x: scroll;
397
- font-size: 0.8em; }
326
+ #recommendation {
327
+ border-bottom: solid 3px #a3d88f; }
398
328
 
399
- .example pre, .example .pseudocode {
400
- background: none;
401
- margin: 0;
402
- padding: 0 0 0 2em; }
329
+ #recommendation-amendment-band {
330
+ background-color: #a3d88f; }
403
331
 
404
- .document-stage-band {
405
- left: 0;
406
- top: 0;
407
- height: 100%;
408
- position: fixed;
409
- display: block;
410
- z-index: 101;
411
- box-shadow: -5px 0px 10px #1d1d1d; }
412
- .document-stage-band > :first-child {
413
- position: relative;
414
- width: 25px;
415
- font-weight: 300;
416
- height: 160px;
417
- color: white;
418
- text-transform: uppercase;
419
- font-size: 0.9em;
420
- font-weight: 400;
421
- letter-spacing: 0.05em;
422
- margin: 0;
423
- margin-left: 6px;
424
- writing-mode: tb-rl;
425
- -webkit-transform: rotate(180deg);
426
- -moz-transform: rotate(180deg);
427
- -o-transform: rotate(180deg);
428
- white-space: nowrap;
429
- display: block;
430
- bottom: 0; }
431
- @media print {
432
- .document-stage-band {
433
- display: none; } }
434
- .document-type-band {
435
- left: 0;
436
- top: 180px;
437
- height: 100%;
438
- position: fixed;
439
- display: block;
440
- z-index: 102; }
441
- .document-type-band > :first-child {
442
- position: relative;
443
- width: 25px;
444
- font-weight: 400;
445
- color: white;
446
- text-transform: uppercase;
447
- font-size: 0.9em;
448
- font-weight: 400;
449
- letter-spacing: 0.05em;
450
- margin: 0;
451
- margin-left: 6px;
452
- writing-mode: tb-rl;
453
- -webkit-transform: rotate(180deg);
454
- -moz-transform: rotate(180deg);
455
- -o-transform: rotate(180deg);
456
- white-space: nowrap;
457
- display: block;
458
- bottom: 0; }
459
- @media print {
460
- .document-type-band {
461
- display: none; } }
462
- .document-type-band .document-type {
463
- top: 20px; }
332
+ #recommendation-amendment {
333
+ border-bottom: solid 3px #a3d88f; }
464
334
 
465
- .logo-wrapper {
466
- width: 100%;
467
- display: block;
468
- height: 100px;
469
- padding-top: 75px;
470
- position: relative; }
471
- .logo-wrapper img, .logo-wrapper svg {
472
- float: right;
473
- padding-right: 42px; }
335
+ #recommendation-supplement-band {
336
+ background-color: #a3d88f; }
474
337
 
475
- #ITU-logo {
476
- width: 150px;
477
- height: auto;
478
- margin-left: auto; }
338
+ #recommendation-supplement {
339
+ border-bottom: solid 3px #a3d88f; }
479
340
 
480
- svg {
481
- position: absolute;
482
- top: 0;
483
- right: 0;
484
- bottom: 0;
485
- left: 0; }
341
+ #recommendation-corrigendum-band {
342
+ background-color: #a3d88f; }
486
343
 
487
- .authors-container {
488
- margin-top: 2em; }
344
+ #recommendation-corrigendum {
345
+ border-bottom: solid 3px #a3d88f; }
489
346
 
490
- .affiliation {
491
- font-style: italic; }
347
+ #recommendation-errata-band {
348
+ background-color: #a3d88f; }
492
349
 
493
- /* Headings */
494
- h1, h2, h3, h4, h5, h6, .h1Annex {
495
- font-weight: 400;
496
- margin-top: 1.6em;
497
- margin-bottom: 0.3em; }
350
+ #recommendation-errata {
351
+ border-bottom: solid 3px #a3d88f; }
498
352
 
499
- @media print {
500
- h1, h2, h3, h4, .h1Annex {
501
- page-break-after: avoid;
502
- margin-top: 1.2em; } }
353
+ #recommendation-annex-band {
354
+ background-color: #a3d88f; }
503
355
 
504
- h1, .h1Annex {
505
- font-size: 1.4em;
506
- text-transform: uppercase;
507
- margin-top: 2em; }
508
- h1#content, #content.h1Annex {
509
- margin-top: 2em; }
510
- @media print {
511
- h1, .h1Annex {
512
- font-size: 1.5em;
513
- line-height: 1.5; }
514
- h1.content, .h1Annex.content {
515
- margin-top: 2em;
516
- line-height: 2.5em; } }
517
- h2 {
518
- margin-top: 1.7em;
519
- font-size: 1.5em; }
520
- h2 p {
521
- display: inline; }
522
- @media print {
523
- h2 {
524
- font-size: 1.2em; } }
525
- h3 {
526
- margin-top: 1.5em;
527
- font-size: 1.4em; }
528
- @media print {
529
- h3 {
530
- font-size: 1em; } }
531
- h4 {
532
- font-size: 1.2em; }
356
+ #recommendation-annex {
357
+ border-bottom: solid 3px #a3d88f; }
533
358
 
534
- /* Terms */
535
- .TermNum, .Terms, .AltTerms {
536
- font-weight: 400; }
359
+ #technical-paper-band {
360
+ background-color: #53dd6c; }
537
361
 
538
- h2.TermNum {
539
- margin-bottom: 0; }
362
+ #technical-paper {
363
+ border-bottom: solid 3px #53dd6c; }
540
364
 
541
- p.AltTerms {
542
- font-size: 20px;
543
- margin-top: 1em; }
365
+ #technical-report-band {
366
+ background-color: #53dd6c; }
544
367
 
545
- /* Links, selection */
546
- a, a:visited {
547
- text-decoration: none;
548
- color: #00539F; }
368
+ #technical-report {
369
+ border-bottom: solid 3px #53dd6c; }
549
370
 
550
- a:hover {
551
- color: white;
552
- background: #00539F;
553
- box-shadow: 3px 0 0 #00539F, -3px 0 0 #00539F; }
371
+ #focus-group-band {
372
+ background-color: #750697; }
554
373
 
555
- ::selection {
556
- background: #00539F;
557
- /* WebKit/Blink Browsers */
558
- color: white; }
374
+ #focus-group {
375
+ border-bottom: solid 3px #750697; }
559
376
 
560
- ::-moz-selection {
561
- background: #00539F;
562
- /* Gecko Browsers */
563
- color: white; }
377
+ #implementers-guide-band {
378
+ background-color: #750697; }
564
379
 
565
- /* Lists */
566
- ul, ol {
567
- margin-left: 1.2em; }
380
+ #implementers-guide {
381
+ border-bottom: solid 3px #750697; }
568
382
 
569
- ul > li {
570
- list-style: none; }
571
- ul > li:before {
572
- content: "\2014";
573
- display: inline-block;
574
- width: 1em;
575
- margin-left: -1.2em; }
576
- ul > li p:first-child {
577
- display: inline; }
578
- ul > li:first-child {
579
- margin-top: 1em; }
383
+ #joint-itu-iso-iec-band {
384
+ background-color: #48a0e7; }
580
385
 
581
- /* Bibliograhy */
582
- p.Biblio, p.NormRef {
583
- margin-top: 1em;
584
- margin-left: 2em; }
386
+ #joint-itu-iso-iec {
387
+ border-bottom: solid 3px #48a0e7; }
585
388
 
586
- /* Blocks */
587
- .Note {
588
- background-color: #ffca3a;
589
- color: #141115;
590
- padding: 1.2em;
591
- margin: 1em 0 1em 0; }
592
- .Note p {
593
- margin: 0; }
389
+ #service-publication-band {
390
+ background-color: #750697; }
594
391
 
595
- .Admonition {
596
- background-color: #ffcccc;
597
- color: #47430c;
598
- padding: 1.2em;
599
- margin: 1em 0 1em 0; }
600
- .Admonition p {
601
- margin: 0; }
392
+ #service-publication {
393
+ border-bottom: solid 3px #750697; }
602
394
 
603
- .example {
604
- background-color: #e1eef1;
605
- padding: 1.2em;
606
- margin: 2em 0 1em 0;
607
- text-align: left;
608
- padding-left: 3.2em; }
609
- .example p {
610
- margin: 0; }
611
- .example .example-title {
612
- font-weight: 700;
613
- text-transform: uppercase;
614
- margin-left: -2em; }
615
- .example .example-title {
616
- margin-top: 0;
617
- margin-left: -1.5em; }
618
- .example pre, .example .pseudocode {
619
- background: none;
620
- margin: 0;
621
- padding: 0 0 0 2em; }
395
+ #in-force-band {
396
+ background-color: #d9f39d; }
622
397
 
623
- .pseudocode {
624
- background-color: #f6f6f6;
625
- padding: 1.2em;
626
- margin: 2em 0 1em 0;
627
- padding-left: 2em; }
628
- .pseudocode .example-title {
629
- font-weight: 700;
630
- text-transform: uppercase;
631
- text-align: center;
632
- margin-top: 0;
633
- margin-left: -1.5em; }
398
+ #in-force {
399
+ border-bottom: solid 3px #d9f39d; }
634
400
 
635
- .recommend {
636
- background-color: #ccffcc;
637
- padding: 1.2em;
638
- margin: 2em 0 1em 0; }
401
+ #in-force-prepublished-band {
402
+ background-color: #fdf906; }
639
403
 
640
- .recommend .RecommendationTitle {
641
- font-weight: 700;
642
- font-size: 1em;
643
- text-align: center; }
404
+ #in-force-prepublished {
405
+ border-bottom: solid 3px #fdf906; }
644
406
 
645
- .require .RecommendationTitle {
646
- font-weight: 700;
647
- font-size: 1em;
648
- text-align: center; }
407
+ #superseded-band {
408
+ background-color: #fd06fd; }
649
409
 
650
- .permission .RecommendationTitle {
651
- font-weight: 700;
652
- font-size: 1em;
653
- text-align: center; }
410
+ #superseded {
411
+ border-bottom: solid 3px #fd06fd; }
654
412
 
655
- /* Tables */
656
- table.biblio td {
657
- padding-right: 0.5em; }
413
+ #superseded-draft-band {
414
+ background-color: #fd06fd; }
658
415
 
659
- table:not(.biblio) {
660
- width: 100%;
661
- font-weight: 300;
662
- margin: 1em 0 2em 0;
663
- margin-left: auto;
664
- margin-right: auto;
665
- padding-right: 2em;
666
- color: #141115; }
667
- table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
668
- border: none;
669
- font-size: 0.95em; }
670
- table:not(.biblio) th, table:not(.biblio) td {
671
- padding: 1em; }
672
- table:not(.biblio) td.header {
673
- font-weigth: 400; }
674
- table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
675
- border: none !important; }
676
- table:not(.biblio) tr:nth-child(even) {
677
- background: #f1f8ff; }
678
- table:not(.biblio) tr:nth-child(odd) {
679
- background: #f6f8fa; }
416
+ #superseded-draft {
417
+ border-bottom: solid 3px #fd06fd; }
680
418
 
681
- p.TableTitle {
682
- text-align: center;
683
- margin-top: 2.5em;
684
- font-weight: 400; }
419
+ #withdrawn-band {
420
+ background-color: #7e0d13; }
685
421
 
686
- /* Footnotes */
687
- a.footnote-number {
688
- vertical-align: super;
689
- font-size: 0.8em; }
422
+ #withdrawn {
423
+ border-bottom: solid 3px #7e0d13; }
690
424
 
691
- .footnote {
692
- font-size: 0.9em; }
425
+ .icon-svg {
426
+ width: 100%;
427
+ color: #5ecf86; }
693
428
 
694
- .Quote {
695
- background-color: #f6f6f6;
696
- font-style: italic;
697
- width: 80%;
698
- padding: 1.5em;
699
- margin-top: 2em;
700
- margin-left: auto;
701
- margin-right: auto; }
429
+ .wrapper-top {
430
+ background: #fff;
431
+ color: #141115;
432
+ padding: 3em 0 6em 10em;
433
+ margin-left: 0em;
434
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAosAAAGmCAYAAAAUMM5iAAAACXBIWXMAACxKAAAsSgF3enRNAAAR60lEQVR4nO3dQWtd1doH8LXtobeKpVioCFq4nYnYgSPByev8Ti7SD1AnvdN8hPQb5A73LBk7sQPhHdkEP4CviA4U2iQFuSJqzkBQEPZLUjvo6X1ytmS71rOb32+axd5P1rPO4c/aO1ndcKf8T3laV0637udl5JgxprxXjZoy1TL1mKnqWTcuUy1/9lq17jVFPdnWzpT3ex7np1Y9/1v64T8jawLOiUUp5dqf/DKp+SVaOyyedUymWrKOWVf387guao/xGZ1HLRnHXBpRL3DOvKDhAABEhEUAAELCIgAAIWERAIBQ9831DwbTA8Ab735WXrz6w7mfB+Apd+0sAgAQEhYBAAgJiwAAhIRFAABCwiIAACFhEQCAkLAIAEBIWAQAICQsAgAQEhYBAAgJiwAAhIRFAABCC1MDAMzMQemHv2taHXYWAYC52dSxeoRFAGBOjncVt3WsHmERAJiT27pVl7AIAMzFXumHXd2qS1gEAObCu4oNCIsAwBzcs6vYhrAIAMzBhi61ISwCANntlH7Y16U2hEUAIDvvKjYkLAIAmd21q9iWsAgAZLUspWzpTlvCIgCQ1VbphyPdaUtYBAAyOrCrmIOwCABktGlXMQdhEQDI5qD0w7au5CAsAgDZ+AfciQiLAEAme6UfPtaRPLrhTrm1Uk23prp1P884plZNmWrJOmZd3TV/p9r3qzXGZ3QetWQc45QM4Bl2FgEACAmLAACEhEUAAELCIgAAIWERAICQsAgAQEhYBAAgJCwCABASFgEACAmLAACEusOb7/9iehhh7DFpsMramYlrb3757aVXfvzpvM8D8JTtxa9HV18yJwAMwws3z/0kAKt2PYYGACAkLAIAEBIWAQAICYsAAISERQAAQsIiAAAhYREAgJCwCABASFgEACAkLAIAEBIWAQAILUwNAMl9WPphW5OgDTuLAGT2haAIbQmLAGS2oTvQlrAIQFZ7pR92dQfaEhYByGpTZ6A9YRGAjO7ZVYQchEUAMvKuIiQhLAKQzU7ph31dgRyERQAyWXpXEXIRFgHIZMuuIuQiLAKQxfIkLAKpCIsAZHG8q3ikG5CLsAhABgelH7yrCAkJiwBkIChCUsIiAK0d7ypu6wLkJCwC0NptHYC8hEUAWtpzrB/kJiwC0JJ3FSG5brhTbq2U2K0ped3PM46pVVOmWrKOWVd3zd+p9v1qjfEZnUctGcc4Zg94hp1FAABCwiIAACFhEQCAkLAIAEBIWAQAICQsAgAQEhYBAAgJiwAAhIRFAABCwiIAAKHu8Ob7v5geRhh7TBqssnZm4tqbX3576ZUffzrv8wA8ZXvx69HVl8wJAMPwws1zPwnAql2PoQEACAmLAACEhEUAAELCIgAAIWERAICQsAgAQEhYBAAgJCwCABASFgEACAmLAACEhEUAAEILUwMAzMyylPL30g9HGvfXs7MIAMzNlqBYj7AIAMzJQemHTR2rR1gEAOZEUKxMWAQA5uJ4V3Fbt+oSFgGAubitU/UJiwDAHOyVftjVqfqERQBgDryr2IiwCABkd8+uYjvCIgCQ3YYOtSMsAgCZ7ZR+2NehdoRFACAz7yo2JiwCAFndtavYnrAIAGS0PDkDmuaERQAgo63SD0c6056wCABkc2BXMQ9hEQDIZtOuYh7CIgCQyUHph20dyaMb7pRbK9V0a6pb9/OMY2rVlKmWrGPW1V3zd6p9v1pjfEbnUUvGMf6fHfAMO4sAAISERQAAQsIiAAAhYREAgJCwCABASFgEACAkLAIAEBIWAQAICYsAAISERQAAQt3hzfd/MT2MMPaYNFhl7czEtTe//PbSKz/+dN7nAXjK9uLXo6svmRMAhuGFm+d+EoBVux5DAwAQEhYBAAgJiwAAhIRFAABCwiIAACFhEQCAkLAIAEBIWAQAICQsAgAQEhYBAAgJiwAAhBamBoDk7h6fT6tJ0MS+sAhAZgelHzZ1CNrxGBqAzARFaExYBCCrL0o/bOsOtCUsApDVhs5Ae8IiABntlX7wRy2QgLAIQEbeVYQkhEUAsrlnVxHyEBYByMa7ipCIsAhAJjulH/Z1BPIQFgHIYuldRchHWAQgiy27ipCPsAhABsuTsAikIywCkMHxruKRTkA+wiIArR2UfvCuIiQlLALQmqAIiQmLALR0vKu4rQOQl7AIQEu3zT7k1g13yq2VCrs1Fa/7ecYxtWrKVEvWMevqrvk71b5frTE+o/OoJeMY/xAbeIadRQAAQsIiAAAhYREAgJCwCABASFgEACAkLAIAEBIWAQAICYsAAISERQAAQsIiAACh7vDm+7+YHkYYe0warLJ2ZuLam19+e+mVH3867/MAPGV78evR1ZfMCQDD8MLNcz8JwKpdj6EBAAgJiwAAhIRFAABCwiIAACFhEQCAkLAIAEBIWAQAICQsAgAQEhYBAAgJiwAAhIRFAABCC1MDAMzMspRyu5RypHF/uX1hEQCYm63SDx/rWh0eQwMAc7I8CYtUIywCAHNyvKvo8XNFwiIAMBcHpR82dasuYREAmAtBsQFhEQCYg+NdxW2dqk9YBADm4LYutSEsAgDZ7ZV+2NWlNoRFACA77yo2JCwCAJnds6vYlrAIAGS2oTttCYsAQFY7pR/2dactYREAyMq7igkIiwBARnftKuYgLAIA2SxPzoAmBWERAMhmq/TDka7kICwCAJkc2FXMZfHq25+vnrPYnb3CYYJrnJjqOmOvNeX94pt0k9VSpd7HRvX07PWMm5txV5rOiGtNtubHOPVeXba1M76nE9U0SS9qrsM0vbhw8bePSikPqtUD/92+XcVcFleuP/xkpaJ1X1w1g86UX7Q17peplqxj1tX9PK6L2mN8RudRS8Yxn/qDAmCVx9AAAISERQAAQsIiAAAhYREAgJCwCABASFgEACAkLAIAEBIWAQAICYsAAIS6799756tG01PzeLSx8tQ03bF3E6l6nN061s4pRh4nWbWkBDX8IdU6fiJNTZdfP7x/6crPhwlKAfLYXSwf3XhLQwB4+bXvPjz3kwA8w2NoAABCwiIAACFhEQCAkLAIAEBIWAQAICQsAgAQEhYBAAgJiwAAhIRFAABCwiIAACFhEQCA0MLUAJDcv0spH2sSNLEvLAKQ2bKUsln64UiXoA2PoQHITFCExoRFALI6KP2wpTvQlrAIQFabOgPtCYsAZPRF6YdtnYH2hEUAMtrQFchBWAQgm73SD7u6AjkIiwBk411FSERYBCCTe3YVIRdhEYBMvKsIyQiLAGSxU/phXzcgF2ERgAyW3lWEnIRFADLYsqsIOQmLALS2PAmLQErCIgCtHe8qHukC5CQsAtDSQekH7ypCYsIiAC0JipDc4tW3P189qL07e8nDBNc4MdV1xl5ryvvFN+kmq6VKvY+N6unZ6xk3N+OuNJ0R15pszY9x6r26bGtnfE8nqmmSXtRch2l6ceHibx+VUh5Uq+eYf8AN6S2uXH/4yUqR6764agadKb9oa9wvUy1Zx6yr+3lcF7XH+IzOo5aMYz71F8nAKo+hAQAICYsAAISERQAAQsIiAAAhYREAgJCwCABASFgEACAkLAIAEBIWAQAIdd+/985Xjaan5vFoY+Wpabpj7yZS9Ti7daydU4w8TrJqSQlq+EOqdfxEmpouv354/9KVnw8TlALksbtYPrrxloYA8PJr33147icBeIbH0AAAhIRFAABCwiIAACFhEQCAkLAIAEBIWAQAICQsAgAQEhYBAAgJiwAAhIRFAABCwiIAAKGFqQEAZuiuplWxKywCAHOzU/phU9fq8BgaAJiTZSlFUKxIWAQA5mSr9MO+jtUjLAIAc7E8CYtUJSwCAHNxvKt4pFt1CYsAwBwc+KOWNoRFAGAOBMVGhEUAILvjXcVtXWpDWAQAsrutQ+0IiwBAZnulH3Z1qB1hEQDIzLuKjQmLAEBW9+wqticsAgBZbehMe8IiAJDRjmP9chAWAYCMvKuYhLAIAGRz165iHsIiAJDJ8uQMaNJYvPr256v/Eb07e3HDBNc4MdV1xl5ryvvFN+kmq6VKvY+N6unZ6xk3N+OuNJ0R15pszY9x6r26bGtnfE8nqmmSXtRch2l6ceHibx+VUh5Uqwf+u6PSD0fmJo/FlesPP1mpZt0XV82gM+UXbY37Zaol65h1dT+P66L2GJ/RedSSccynHv0BqzyGBgAgJCwCABASFgEACAmLAACEhEUAAELCIgAAIWERAICQsAgAQEhYBAAg1H3/3jtfNZqemsejjZWnpumOvZtI1ePs1rF2TjHyOMmqJSWo4Q+p1vETaWq6/Prh/UtXfj5MUAqQx+5i+ejGWxoCwMuvfffhuZ8E4BkeQwMAEBIWAQAICYsAAISERQAAQsIiAAAhYREAgJCwCABASFgEACAkLAIAEBIWAQAICYsAAIQWpgaA5PZKKbuaBE3sCosAZLYspfyz9MORLkEbHkMDkNmWoAhtCYsAZLU8CYtAU8IiAFlt2lWE9oRFADI6KP1gVxESEBYByGhTVyAHYRGAbI53Fbd1BXIQFgHI5raOQB7CIgCZ7JV+8A+4IRFhEYBMvKsIyQiLAGRxz64i5CMsApDFhk5APsIiABnslH7Y1wnIR1gEoLWldxUhL2ERgNa27CpCXsIiAC0tT8IikJawCEBLx7uKRzoAeS2uXH/4daPquoSzkqemLtv8DJnqsXZO0aVbO5nqSbWOn8izdi78fr+Uclj1pv3gXUVIrhvulFsrJa774hrzxZZtTK2aMtWSdcy6umv+TrXvV2uMz+g8ask4xl8kA8/wGBoAgJCwCABASFgEACAkLAIAEBIWAQAICYsAAISERQAAQsIiAAAhYREAgNBi+ejGP1Z+OMHRU5MdqTXlMVhTnjRxJiOPY0tT72Ojenr2eqY7qq7y2ql6jNyp9+qyrZ3xPZ2opkl6UXMdpunF3y4vH138V/egWj3AHOx331z/YNAqAN5497Py4tUfzv08AE+56zE0AAAhYREAgJCwCABASFgEACAkLAIAEBIWAQAICYsAAISERQAAQsIiAAAhYREAgJCwCABAaGFqAIAZ+ncp5Ujj/nK7wiIAMDc7pR82dK0Oj6EBgLnZ1LF6hEUAYE6OdxX3daweYREAmIulXcX6hEUAYC627CrWJywCAHOwPAmLVCcsAgBzcLyr6F/lNCAsAgDZHZR+8K5iI8IiAJCdoNiQsAgAZHa8q7itQ+0IiwBAZrd1py1hEQDIaq/0w67utCUsAgBZeVcxAWERAMjonl3FHIRFACCjDV3JQVgEALLZcaxfHsIiAJCNdxUTWVy5/vDrRuV0CecjT01dtvkZMtVj7ZyiS7d2MtWTah0/kWftXPj9finlMEEpnG//Z1cxl264U26tVLTui2vMF1u2MbVqylRL1jHr6q75O9W+X60xPqPzqCXjGI/+gGd4DA0AQEhYBAAgJCwCABASFgEACAmLAACEhEUAAELCIgAAIWERAICQsAgAQGixfHTjHys/nODoqcmO1JryGKwpT5o4k5HHsaWp97FRPT17PdMdVVd57VQ9Ru7Ue3XZ1s74nk5U0yS9qLkO0/Tib5eXjy7+q3tQrR5gDva7b65/MGgVAG+8+1l58eoP534egKfc9RgaAICQsAgAQEhYBAAgJCwCABASFgEACAmLAACEhEUAAELCIgAAIWERAICQsAgAQEhYBAAgtDA1ACS3V0rZ1SRoYldYBCC726Uf9nUJ2vAYGoDMdgRFaEtYBCCrZSllQ3egLWERgKy2Sj8c6Q60JSwCkNHyJCwCzQmLAGS0aVcRchAWAcjmoPSDXUVIQlgEIJtNHYE8hEUAMvmi9MO2jkAewiIAmfhXOZCMsAhAFnulHxzrB8kIiwBk4V1FSEhYBCCDe3YVISdhEYAMvKsISQmLALS2U/phXxcgJ2ERgJaW3lWE3IRFAFrasqsIuS2uXH/4daMKu4Qzk6emLtv8DJnqsXZO0aVbO5nqSbWOn8izdi78fr+Uclj5to71g+S64U65tVLiui+uMV9s2cbUqilTLVnHrKu75u9U+361xviMzqOWjGO8Owg8w2NoAABCwiIAACFhEQCAkLAIAEBocXJw+5/jLy1j/tJyHD2LmZvTmZ/YFPX8568qDpipUsr/A7DyYzjXcbY2AAAAAElFTkSuQmCC);
435
+ background-repeat: repeat-y;
436
+ background-size: 100px; }
702
437
 
703
- .formula {
704
- background-color: #f6f6f6;
705
- padding: 1.5em;
706
- margin-top: 2em;
707
- text-align: center; }
438
+ .doc-type {
439
+ font-size: 18px;
440
+ letter-spacing: 4px;
441
+ color: #797979;
442
+ margin-bottom: 42px; }
708
443
 
709
- dl.formula_dl {
710
- background-color: #f6f6f6;
711
- margin-left: 1.4cm;
712
- margin-right: 1.4cm; }
444
+ .ITU-sector, .doc-identifier {
445
+ font-size: 42px;
446
+ font-weight: 800;
447
+ display: inline; }
713
448
 
714
- .contact-info {
715
- padding: 2em;
716
- margin-top: 5em;
717
- width: 280px;
718
- text-align: left;
719
- color: #00539F !important;
720
- background-color: #f1f8ff;
721
- border-radius: 25px; }
722
- .contact-info a, .contact-info a:hover {
723
- color: #00539F; }
724
- .contact-info a:hover {
725
- text-decoration: underline;
726
- background: none;
727
- box-shadow: 0 0 0 0; }
728
- .contact-info p, .contact-info a {
729
- font-family: {{monospacefont}};
730
- font-variant-ligatures: none;
731
- font-weight: 400; }
732
- .contact-info .name {
733
- font-weight: 700;
734
- font-size: 14px;
735
- margin-bottom: 5px; }
736
- .contact-info .address {
737
- font-size: 12px;
738
- line-height: 1.3em;
739
- margin-top: 0; }
449
+ .doc-subidentifier {
450
+ font-size: 20px; }
740
451
 
741
- span.keyword {
742
- font-weight: 600; }
452
+ .doc-info-left {
453
+ float: right;
454
+ padding-right: 42px; }
743
455
 
744
- p {
745
- margin-top: 1em;
746
- margin-bottom: 1em; }
456
+ .doc-identifier, .publication-month {
457
+ display: block;
458
+ text-align: right; }
747
459
 
748
- .addition {
749
- color: blue; }
460
+ .publication-month {
461
+ font-size: 18px;
462
+ padding-top: 10px;
463
+ line-height: 1; }
750
464
 
751
- .deletion {
752
- color: red;
753
- text-decoration: line-through; }
465
+ .doc-category {
466
+ text-transform: uppercase;
467
+ font-size: 16px;
468
+ line-height: 1.2; }
754
469
 
755
- html, body, div, span, applet, object, iframe,
756
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
757
- a, abbr, acronym, address, big, cite, code,
758
- del, dfn, em, img, ins, kbd, q, s, samp,
759
- small, strike, strong, sub, sup, tt, var,
760
- b, u, i, center,
761
- ol, ul, li,
762
- fieldset, form, label, legend,
763
- table, caption, tbody, tfoot, thead, tr, th, td,
764
- article, aside, canvas, details, embed,
765
- figure, figcaption, footer, header, hgroup,
766
- menu, nav, output, ruby, section, summary,
767
- time, mark, audio, video {
768
- margin: 0;
769
- padding: 0; }
470
+ .coverpage-title {
471
+ margin-top: 42px; }
472
+ .coverpage-title span {
473
+ display: block;
474
+ font-size: 20px;
475
+ line-height: 1.5; }
770
476
 
771
- html, body, div, span, applet, object, iframe,
772
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
773
- a, abbr, acronym, address, big, cite, code,
774
- del, dfn, em, img, ins, kbd, q, s, samp,
775
- small, strike, strong, sub, sup, tt, var,
776
- b, u, i, center,
777
- dl, dt, dd, ol, ul, li,
778
- fieldset, form, label, legend,
779
- table, caption, tbody, tfoot, thead, tr, th, td,
780
- article, aside, canvas, details, embed,
781
- figure, figcaption, footer, header, hgroup,
782
- menu, nav, output, ruby, section, summary,
783
- time, mark, audio, video {
784
- border: 0;
785
- font-size: 100%; }
477
+ .coverpage-maturity,
478
+ .coverpage-stage {
479
+ font-family: {{bodyfont}};
480
+ font-weight: 400;
481
+ font-size: 1em;
482
+ margin: 0 0 2em 0;
483
+ text-transform: uppercase; }
786
484
 
787
- html, body, div, span, applet, object, iframe,
788
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
789
- a, abbr, acronym, address, big, cite, code,
790
- del, dfn, em, img, ins, kbd, q, s, samp,
791
- small, strike, strong, tt, var,
792
- b, u, i, center,
793
- dl, dd, ol, ul, li,
794
- fieldset, form, label, legend,
795
- table, caption, tbody, tfoot, thead, tr, th, td,
796
- article, aside, canvas, details, embed,
797
- figure, figcaption, footer, header, hgroup,
798
- menu, nav, output, ruby, section, summary,
799
- time, mark, audio, video {
800
- vertical-align: baseline; }
485
+ span.doc-title, span.doc-annextitle {
486
+ font-size: 26px;
487
+ font-weight: 800;
488
+ margin-top: 20px;
489
+ margin-right: 42px; }
801
490
 
802
- html, body, div, span, applet, object, iframe,
803
- p, blockquote,
804
- a, abbr, acronym, address, big, cite,
805
- del, dfn, em, img, ins, q, s,
806
- small, strike, strong, sub, sup, var,
807
- b, u, i, center,
808
- dl, dt, dd, ol, ul, li,
809
- fieldset, form, label, legend,
810
- table, caption, tbody, tfoot, thead, tr, th, td,
811
- article, aside, canvas, details, embed,
812
- figure, figcaption, footer, header, hgroup,
813
- menu, nav, output, ruby, section, summary,
814
- time, mark, audio, video {
815
- font-family: {{bodyfont}}; }
816
-
817
- code, pre, tt, kbd, samp {
818
- font-family: {{monospacefont}};
819
- font-variant-ligatures: none; }
820
-
821
- code *, pre *, tt *, kbd *, samp * {
822
- font-family: {{monospacefont}} !important;
823
- font-variant-ligatures: none; }
824
-
825
- article, aside, details, figcaption, figure,
826
- footer, header, hgroup, menu, nav, section {
827
- display: block; }
828
-
829
- table {
830
- border-collapse: collapse;
831
- border-spacing: 0; }
832
-
833
- h1, h2, h3, h4, h5, h6 {
834
- font-family: {{headerfont}}; }
835
-
836
- blockquote, q {
837
- quotes: none; }
838
- blockquote:before, blockquote:after, q:before, q:after {
839
- content: '';
840
- content: none; }
841
-
842
- .h2Annex {
843
- font-family: {{headerfont}}; }
844
-
845
- dl {
846
- display: grid;
847
- grid-template-columns: max-content auto; }
848
- dl dt p, dl dd p {
849
- margin-top: 0; }
850
- dl dt {
851
- grid-column-start: 1; }
852
- dl dd {
853
- grid-column-start: 2; }
854
-
855
- b, strong {
856
- font-weight: bold; }
857
-
858
- div.document-stage-band, div.document-type-band {
859
- background-color: #333333; }
860
-
861
- #recommendation-band {
862
- background-color: #a3d88f; }
863
-
864
- #recommendation {
865
- border-bottom: solid 3px #a3d88f; }
866
-
867
- #recommendation-amendment-band {
868
- background-color: #a3d88f; }
869
-
870
- #recommendation-amendment {
871
- border-bottom: solid 3px #a3d88f; }
872
-
873
- #recommendation-supplement-band {
874
- background-color: #a3d88f; }
875
-
876
- #recommendation-supplement {
877
- border-bottom: solid 3px #a3d88f; }
878
-
879
- #recommendation-corrigendum-band {
880
- background-color: #a3d88f; }
881
-
882
- #recommendation-corrigendum {
883
- border-bottom: solid 3px #a3d88f; }
884
-
885
- #recommendation-errata-band {
886
- background-color: #a3d88f; }
887
-
888
- #recommendation-errata {
889
- border-bottom: solid 3px #a3d88f; }
890
-
891
- #recommendation-annex-band {
892
- background-color: #a3d88f; }
893
-
894
- #recommendation-annex {
895
- border-bottom: solid 3px #a3d88f; }
896
-
897
- #technical-paper-band {
898
- background-color: #53dd6c; }
899
-
900
- #technical-paper {
901
- border-bottom: solid 3px #53dd6c; }
902
-
903
- #technical-report-band {
904
- background-color: #53dd6c; }
905
-
906
- #technical-report {
907
- border-bottom: solid 3px #53dd6c; }
908
-
909
- #focus-group-band {
910
- background-color: #750697; }
911
-
912
- #focus-group {
913
- border-bottom: solid 3px #750697; }
914
-
915
- #implementers-guide-band {
916
- background-color: #750697; }
917
-
918
- #implementers-guide {
919
- border-bottom: solid 3px #750697; }
920
-
921
- #joint-itu-iso-iec-band {
922
- background-color: #48a0e7; }
923
-
924
- #joint-itu-iso-iec {
925
- border-bottom: solid 3px #48a0e7; }
926
-
927
- #in-force-band {
928
- background-color: #d9f39d; }
929
-
930
- #in-force {
931
- border-bottom: solid 3px #d9f39d; }
932
-
933
- #in-force-prepublished-band {
934
- background-color: #fdf906; }
935
-
936
- #in-force-prepublished {
937
- border-bottom: solid 3px #fdf906; }
938
-
939
- #superseded-band {
940
- background-color: #fd06fd; }
941
-
942
- #superseded {
943
- border-bottom: solid 3px #fd06fd; }
944
-
945
- #superseded-draft-band {
946
- background-color: #fd06fd; }
947
-
948
- #superseded-draft {
949
- border-bottom: solid 3px #fd06fd; }
950
-
951
- #withdrawn-band {
952
- background-color: #7e0d13; }
953
-
954
- #withdrawn {
955
- border-bottom: solid 3px #7e0d13; }
956
-
957
- .icon-svg {
958
- width: 100%;
959
- color: #5ecf86; }
960
-
961
- .wrapper-top {
962
- background: #fff;
963
- color: #141115;
964
- padding: 3em 0 6em 10em;
965
- margin-left: 0em;
966
- background: url(data:image/png;base64,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);
967
- background-repeat: repeat-y;
968
- background-size: 100px; }
969
-
970
- .doc-type {
971
- font-size: 18px;
972
- letter-spacing: 4px;
973
- color: #797979;
974
- margin-bottom: 42px; }
975
-
976
- .ITU-sector, .doc-identifier {
977
- font-size: 42px;
978
- font-weight: 800;
979
- display: inline; }
980
-
981
- .doc-info-left {
982
- float: right;
983
- padding-right: 42px; }
984
-
985
- .doc-identifier, .publication-month {
986
- display: block;
987
- text-align: right; }
988
-
989
- .publication-month {
990
- font-size: 18px;
991
- padding-top: 10px;
992
- line-height: 1; }
993
-
994
- .doc-category {
995
- text-transform: uppercase;
996
- font-size: 16px;
997
- line-height: 1.2; }
998
-
999
- .coverpage-title {
1000
- margin-top: 42px; }
1001
- .coverpage-title span {
1002
- display: block;
1003
- font-size: 20px;
1004
- line-height: 1.5; }
1005
-
1006
- .coverpage-maturity,
1007
- .coverpage-stage {
1008
- font-family: {{bodyfont}};
1009
- font-weight: 400;
1010
- font-size: 1em;
1011
- margin: 0 0 2em 0;
1012
- text-transform: uppercase; }
1013
-
1014
- span.doc-title, span.doc-annextitle {
1015
- font-size: 26px;
1016
- font-weight: 800;
1017
- margin-top: 20px;
1018
- margin-right: 42px; }
1019
-
1020
- span.doc-title {
1021
- border-top: 2px solid #DA1D52; }
491
+ span.doc-title {
492
+ border-top: 2px solid #DA1D52; }
1022
493
 
1023
494
  .doc-footer {
1024
495
  margin-top: 100px; }
@@ -1095,6 +566,558 @@ span.doc-title {
1095
566
  @media print {
1096
567
  .copyright {
1097
568
  page-break-before: always; } }
569
+ dl.glossary dt {
570
+ font-weight: bold; }
571
+
572
+ body {
573
+ margin-left: auto;
574
+ margin-right: auto;
575
+ max-width: 100%;
576
+ font-size: {{normalfontsize}};
577
+ font-weight: 400;
578
+ line-height: 1.6em;
579
+ color: #141115;
580
+ background-color: #fff; }
581
+ body main {
582
+ margin: 0 3em 0 6em; }
583
+
584
+ @media screen and (min-width: 768px) {
585
+ nav {
586
+ position: fixed;
587
+ top: 0;
588
+ bottom: 0;
589
+ left: 0;
590
+ width: 323px;
591
+ font-size: 0.9em;
592
+ overflow: auto;
593
+ padding: 0 0 0 45px;
594
+ background-color: #fff; } }
595
+
596
+ @media print {
597
+ nav {
598
+ position: relative;
599
+ width: auto;
600
+ font-size: 0.9em;
601
+ overflow: auto;
602
+ padding: 0;
603
+ margin-right: 0;
604
+ background-color: white; } }
605
+
606
+ nav #toc {
607
+ font-family: {{bodyfont}};
608
+ font-weight: 400; }
609
+ @media screen and (max-width: 768px) {
610
+ nav #toc {
611
+ padding: 0 1.5em;
612
+ overflow: visible; } }
613
+ #toc {
614
+ font-family: {{bodyfont}};
615
+ font-weight: 400; }
616
+ #toc ul {
617
+ margin: 0;
618
+ padding: 0;
619
+ list-style: none; }
620
+ #toc ul li a {
621
+ padding: 5px 10px; }
622
+ #toc ul a {
623
+ color: #141115;
624
+ text-decoration: none;
625
+ display: block; }
626
+ #toc ul a:hover {
627
+ box-shadow: none;
628
+ color: white; }
629
+ #toc .h2 {
630
+ padding-left: 30px; }
631
+ #toc .h3 {
632
+ padding-left: 50px; }
633
+ #toc .toc-active, #toc li:hover {
634
+ background: #da1d52;
635
+ box-shadow: inset -5px 0px 10px -5px #da1d52 !important; }
636
+ #toc .toc-active a, #toc li:hover a {
637
+ color: white; }
638
+ @media print {
639
+ #toc .toc-active, #toc li:hover {
640
+ background: white;
641
+ box-shadow: none !important; }
642
+ #toc .toc-active a {
643
+ color: #141115; }
644
+ #toc li:hover a {
645
+ color: black; } }
646
+ #toc .h1 {
647
+ text-transform: uppercase; }
648
+ #toc li a {
649
+ font-size: {{normalfontsize}}; }
650
+ #toc li:hover a {
651
+ background: none;
652
+ box-shadow: none; }
653
+ #toc li:before {
654
+ content: " ";
655
+ display: none; }
656
+ @media print {
657
+ #toc .toc-active a {
658
+ color: #4D7EA5; }
659
+ #toc .toc-active, #toc li:hover {
660
+ background: white;
661
+ box-shadow: none !important; }
662
+ #toc li:hover a {
663
+ color: black; } }
664
+ #toc-list ul {
665
+ margin-bottom: 0.25em; }
666
+
667
+ #toc-list li {
668
+ list-style-type: none; }
669
+
670
+ @media screen and (min-width: 768px) {
671
+ #toggle {
672
+ position: fixed;
673
+ height: 100%;
674
+ width: 30px;
675
+ background-color: #da1d52;
676
+ color: white !important;
677
+ cursor: pointer;
678
+ z-index: 100; }
679
+ #toggle span {
680
+ text-align: center;
681
+ width: 100%;
682
+ position: absolute;
683
+ top: 50%;
684
+ transform: translate(0, -50%); } }
685
+
686
+ @media screen and (max-width: 768px) {
687
+ #toggle {
688
+ display: none; } }
689
+
690
+ @media print {
691
+ #toggle {
692
+ display: none; } }
693
+
694
+ @media screen and (min-width: 768px) {
695
+ .container {
696
+ padding-left: 360px; } }
697
+
698
+ @media print {
699
+ .container {
700
+ padding-left: 0; } }
701
+
702
+ .rule {
703
+ width: 100%;
704
+ height: 1px;
705
+ background-color: #00539F;
706
+ margin: 2em 0; }
707
+ @media screen and (min-width: 768px) {
708
+ .rule.toc {
709
+ display: none; } }
710
+ .rule-2 {
711
+ width: 100%;
712
+ height: 1px;
713
+ background-color: #00539F; }
714
+
715
+ .rule-thick {
716
+ width: 100%;
717
+ height: 3px;
718
+ background-color: #00539F;
719
+ margin-top: 3em; }
720
+
721
+ @media screen and (min-width: 768px) {
722
+ h1.toc-contents {
723
+ margin-top: 1em; }
724
+ ul#toc-list {
725
+ padding: 0;
726
+ margin: 0; } }
727
+
728
+ .figure {
729
+ line-height: 1.6em;
730
+ padding: 1.5em;
731
+ margin: 2em 0 1em 0;
732
+ overflow: auto;
733
+ font-family: {{monospacefont}};
734
+ font-variant-ligatures: none;
735
+ background-color: #f6f6f6;
736
+ font-size: {{monospacefontsize}}; }
737
+ .figure .FigureTitle, .figure .figure-title {
738
+ font-weight: 700;
739
+ font-size: 1em;
740
+ text-align: center; }
741
+ .figure > img {
742
+ margin-left: auto;
743
+ margin-right: auto;
744
+ display: block;
745
+ max-width: 100%;
746
+ height: auto; }
747
+
748
+ .SourceTitle {
749
+ font-weight: 700;
750
+ font-size: 1em;
751
+ text-align: center; }
752
+
753
+ pre {
754
+ font-family: {{monospacefont}};
755
+ font-variant-ligatures: none;
756
+ background-color: #f6f6f6;
757
+ font-size: {{monospacefontsize}};
758
+ line-height: 1.6em;
759
+ padding: 1.5em;
760
+ margin: 2em 0 1em 0;
761
+ overflow-y: auto;
762
+ overflow-x: scroll;
763
+ font-size: {{monospacefontsize}}; }
764
+
765
+ .example pre, .example .pseudocode {
766
+ background: none;
767
+ margin: 0;
768
+ padding: 0 0 0 2em; }
769
+
770
+ .document-stage-band {
771
+ left: 0;
772
+ top: 0;
773
+ height: 100%;
774
+ position: fixed;
775
+ display: block;
776
+ z-index: 101;
777
+ box-shadow: -5px 0px 10px #1d1d1d; }
778
+ .document-stage-band > :first-child {
779
+ position: relative;
780
+ width: 25px;
781
+ font-weight: 300;
782
+ height: 160px;
783
+ color: white;
784
+ text-transform: uppercase;
785
+ font-size: 0.9em;
786
+ font-weight: 400;
787
+ letter-spacing: 0.05em;
788
+ margin: 0;
789
+ margin-left: 6px;
790
+ writing-mode: tb-rl;
791
+ -webkit-transform: rotate(180deg);
792
+ -moz-transform: rotate(180deg);
793
+ -o-transform: rotate(180deg);
794
+ white-space: nowrap;
795
+ display: block;
796
+ bottom: 0; }
797
+ @media print {
798
+ .document-stage-band {
799
+ display: none; } }
800
+ .document-type-band {
801
+ left: 0;
802
+ top: 180px;
803
+ height: 100%;
804
+ position: fixed;
805
+ display: block;
806
+ z-index: 102; }
807
+ .document-type-band > :first-child {
808
+ position: relative;
809
+ width: 25px;
810
+ font-weight: 400;
811
+ color: white;
812
+ text-transform: uppercase;
813
+ font-size: 0.9em;
814
+ font-weight: 400;
815
+ letter-spacing: 0.05em;
816
+ margin: 0;
817
+ margin-left: 6px;
818
+ writing-mode: tb-rl;
819
+ -webkit-transform: rotate(180deg);
820
+ -moz-transform: rotate(180deg);
821
+ -o-transform: rotate(180deg);
822
+ white-space: nowrap;
823
+ display: block;
824
+ bottom: 0; }
825
+ @media print {
826
+ .document-type-band {
827
+ display: none; } }
828
+ .document-type-band .document-type {
829
+ top: 20px; }
830
+
831
+ .logo-wrapper {
832
+ width: 100%;
833
+ display: block;
834
+ height: 100px;
835
+ padding-top: 75px;
836
+ position: relative; }
837
+ .logo-wrapper img, .logo-wrapper svg {
838
+ float: right;
839
+ padding-right: 42px; }
840
+
841
+ #ITU-logo {
842
+ width: 150px;
843
+ height: auto;
844
+ margin-left: auto; }
845
+
846
+ svg {
847
+ position: absolute;
848
+ top: 0;
849
+ right: 0;
850
+ bottom: 0;
851
+ left: 0; }
852
+
853
+ .authors-container {
854
+ margin-top: 2em; }
855
+
856
+ .affiliation {
857
+ font-style: italic; }
858
+
859
+ /* Headings */
860
+ h1, h2, h3, h4, h5, h6, .h1Annex {
861
+ font-weight: 400;
862
+ margin-top: 1.6em;
863
+ margin-bottom: 0.3em; }
864
+
865
+ @media print {
866
+ h1, h2, h3, h4, .h1Annex {
867
+ page-break-after: avoid;
868
+ margin-top: 1.2em; } }
869
+
870
+ h1, .h1Annex {
871
+ font-size: 1.4em;
872
+ text-transform: uppercase;
873
+ margin-top: 2em; }
874
+ h1#content, #content.h1Annex {
875
+ margin-top: 2em; }
876
+ @media print {
877
+ h1, .h1Annex {
878
+ font-size: 1.5em;
879
+ line-height: 1.5; }
880
+ h1.content, .h1Annex.content {
881
+ margin-top: 2em;
882
+ line-height: 2.5em; } }
883
+ h2 {
884
+ margin-top: 1.7em;
885
+ font-size: 1.5em; }
886
+ h2 p {
887
+ display: inline; }
888
+ @media print {
889
+ h2 {
890
+ font-size: 1.2em; } }
891
+ h3 {
892
+ margin-top: 1.5em;
893
+ font-size: 1.4em; }
894
+ @media print {
895
+ h3 {
896
+ font-size: 1em; } }
897
+ h4 {
898
+ font-size: 1.2em; }
899
+
900
+ /* Terms */
901
+ .TermNum, .Terms, .AltTerms {
902
+ font-weight: 400; }
903
+
904
+ h2.TermNum {
905
+ margin-bottom: 0; }
906
+
907
+ p.AltTerms {
908
+ font-size: 20px;
909
+ margin-top: 1em; }
910
+
911
+ /* Links, selection */
912
+ a, a:visited {
913
+ text-decoration: none;
914
+ color: #00539F; }
915
+
916
+ a:hover {
917
+ color: white;
918
+ background: #00539F;
919
+ box-shadow: 3px 0 0 #00539F, -3px 0 0 #00539F; }
920
+
921
+ ::selection {
922
+ background: #00539F;
923
+ /* WebKit/Blink Browsers */
924
+ color: white; }
925
+
926
+ ::-moz-selection {
927
+ background: #00539F;
928
+ /* Gecko Browsers */
929
+ color: white; }
930
+
931
+ /* Lists */
932
+ ul, ol {
933
+ margin-left: 1.2em; }
934
+
935
+ ul > li {
936
+ list-style: none; }
937
+ ul > li:before {
938
+ content: "\2014";
939
+ display: inline-block;
940
+ width: 1em;
941
+ margin-left: -1.2em; }
942
+ ul > li p:first-child {
943
+ display: inline; }
944
+ ul > li:first-child {
945
+ margin-top: 1em; }
946
+
947
+ /* Bibliograhy */
948
+ p.Biblio, p.NormRef {
949
+ margin-top: 1em;
950
+ margin-left: 2em; }
951
+
952
+ /* Blocks */
953
+ .Note {
954
+ background-color: #ffca3a;
955
+ color: #141115;
956
+ padding: 1.2em;
957
+ margin: 1em 0 1em 0; }
958
+ .Note p {
959
+ margin: 0; }
960
+
961
+ .Admonition {
962
+ background-color: #ffcccc;
963
+ color: #47430c;
964
+ padding: 1.2em;
965
+ margin: 1em 0 1em 0; }
966
+ .Admonition p {
967
+ margin: 0; }
968
+
969
+ .example {
970
+ background-color: #e1eef1;
971
+ padding: 1.2em;
972
+ margin: 2em 0 1em 0;
973
+ text-align: left;
974
+ padding-left: 3.2em; }
975
+ .example p {
976
+ margin: 0; }
977
+ .example .example-title {
978
+ font-weight: 700;
979
+ text-transform: uppercase;
980
+ margin-left: -2em; }
981
+ .example .example-title {
982
+ margin-top: 0;
983
+ margin-left: -1.5em; }
984
+ .example pre, .example .pseudocode {
985
+ background: none;
986
+ margin: 0;
987
+ padding: 0 0 0 2em; }
988
+
989
+ .pseudocode {
990
+ background-color: #f6f6f6;
991
+ padding: 1.2em;
992
+ margin: 2em 0 1em 0;
993
+ padding-left: 2em; }
994
+ .pseudocode .example-title {
995
+ font-weight: 700;
996
+ text-transform: uppercase;
997
+ text-align: center;
998
+ margin-top: 0;
999
+ margin-left: -1.5em; }
1000
+
1001
+ .recommend {
1002
+ background-color: #ccffcc;
1003
+ padding: 1.2em;
1004
+ margin: 2em 0 1em 0; }
1005
+
1006
+ .recommend .RecommendationTitle {
1007
+ font-weight: 700;
1008
+ font-size: 1em;
1009
+ text-align: center; }
1010
+
1011
+ .require .RecommendationTitle {
1012
+ font-weight: 700;
1013
+ font-size: 1em;
1014
+ text-align: center; }
1015
+
1016
+ .permission .RecommendationTitle {
1017
+ font-weight: 700;
1018
+ font-size: 1em;
1019
+ text-align: center; }
1020
+
1021
+ /* Tables */
1022
+ table.biblio td {
1023
+ padding-right: 0.5em; }
1024
+
1025
+ table:not(.biblio) {
1026
+ width: 100%;
1027
+ font-weight: 300;
1028
+ margin: 1em 0 2em 0;
1029
+ margin-left: auto;
1030
+ margin-right: auto;
1031
+ padding-right: 2em;
1032
+ color: #141115; }
1033
+ table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
1034
+ border: none;
1035
+ font-size: 0.95em; }
1036
+ table:not(.biblio) th, table:not(.biblio) td {
1037
+ padding: 1em; }
1038
+ table:not(.biblio) td.header {
1039
+ font-weigth: 400; }
1040
+ table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
1041
+ border: none !important; }
1042
+ table:not(.biblio) tr:nth-child(even) {
1043
+ background: #f1f8ff; }
1044
+ table:not(.biblio) tr:nth-child(odd) {
1045
+ background: #f6f8fa; }
1046
+
1047
+ p.TableTitle {
1048
+ text-align: center;
1049
+ margin-top: 2.5em;
1050
+ font-weight: 400; }
1051
+
1052
+ /* Footnotes */
1053
+ a.footnote-number {
1054
+ vertical-align: super;
1055
+ font-size: 0.8em; }
1056
+
1057
+ .footnote {
1058
+ font-size: {{footnotefontsize}}; }
1059
+
1060
+ .Quote {
1061
+ background-color: #f6f6f6;
1062
+ font-style: italic;
1063
+ width: 80%;
1064
+ padding: 1.5em;
1065
+ margin-top: 2em;
1066
+ margin-left: auto;
1067
+ margin-right: auto; }
1068
+
1069
+ .formula {
1070
+ background-color: #f6f6f6;
1071
+ padding: 1.5em;
1072
+ margin-top: 2em;
1073
+ text-align: center; }
1074
+
1075
+ dl.formula_dl {
1076
+ background-color: #f6f6f6;
1077
+ margin-left: 1.4cm;
1078
+ margin-right: 1.4cm; }
1079
+
1080
+ .contact-info {
1081
+ padding: 2em;
1082
+ margin-top: 5em;
1083
+ width: 280px;
1084
+ text-align: left;
1085
+ color: #00539F !important;
1086
+ background-color: #f1f8ff;
1087
+ border-radius: 25px; }
1088
+ .contact-info a, .contact-info a:hover {
1089
+ color: #00539F; }
1090
+ .contact-info a:hover {
1091
+ text-decoration: underline;
1092
+ background: none;
1093
+ box-shadow: 0 0 0 0; }
1094
+ .contact-info p, .contact-info a {
1095
+ font-family: {{monospacefont}};
1096
+ font-variant-ligatures: none;
1097
+ font-weight: 400; }
1098
+ .contact-info .name {
1099
+ font-weight: 700;
1100
+ font-size: 14px;
1101
+ margin-bottom: 5px; }
1102
+ .contact-info .address {
1103
+ font-size: 12px;
1104
+ line-height: 1.3em;
1105
+ margin-top: 0; }
1106
+
1107
+ span.keyword {
1108
+ font-weight: 600; }
1109
+
1110
+ p {
1111
+ margin-top: 1em;
1112
+ margin-bottom: 1em; }
1113
+
1114
+ .addition {
1115
+ color: blue; }
1116
+
1117
+ .deletion {
1118
+ color: red;
1119
+ text-decoration: line-through; }
1120
+
1098
1121
  #myBtn {
1099
1122
  font-family: {{monospacefont}};
1100
1123
  font-variant-ligatures: none;