metanorma-itu 2.6.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,8 @@ figure, figcaption, footer, header, hgroup,
13
13
  menu, output, ruby, section, summary,
14
14
  time, mark, audio, video {
15
15
  margin: 0;
16
- padding: 0; }
16
+ padding: 0;
17
+ }
17
18
 
18
19
  html, body, div, span, applet, object, iframe,
19
20
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@@ -29,7 +30,8 @@ figure, figcaption, footer, header, hgroup,
29
30
  menu, nav, output, ruby, section, summary,
30
31
  time, mark, audio, video {
31
32
  border: 0;
32
- font-size: 100%; }
33
+ font-size: 100%;
34
+ }
33
35
 
34
36
  html, body, div, span, applet, object, iframe,
35
37
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@@ -44,7 +46,8 @@ article, aside, canvas, details, embed,
44
46
  figure, figcaption, footer, header, hgroup,
45
47
  menu, nav, output, ruby, section, summary,
46
48
  time, mark, audio, video {
47
- vertical-align: baseline; }
49
+ vertical-align: baseline;
50
+ }
48
51
 
49
52
  html, body, div, span, applet, object, iframe,
50
53
  p, blockquote,
@@ -59,90 +62,115 @@ article, aside, canvas, details, embed,
59
62
  figure, figcaption, footer, header, hgroup,
60
63
  menu, nav, output, ruby, section, summary,
61
64
  time, mark, audio, video {
62
- font-family: {{bodyfont}}; }
65
+ font-family: {{bodyfont}};
66
+ }
63
67
 
64
68
  code, pre, tt, kbd, samp {
65
69
  font-family: {{monospacefont}};
66
- font-variant-ligatures: none; }
70
+ font-variant-ligatures: none;
71
+ }
67
72
 
68
73
  code *, pre *, tt *, kbd *, samp * {
69
74
  font-family: {{monospacefont}} !important;
70
- font-variant-ligatures: none; }
75
+ font-variant-ligatures: none;
76
+ }
71
77
 
72
78
  p code, dt code, li code, label code, legend code, caption code, th code, td code,
73
79
  p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
74
80
  p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
75
81
  p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
76
- font-size: {{monospacefontsize}}; }
82
+ font-size: {{monospacefontsize}};
83
+ }
77
84
 
78
85
  sub, sup {
79
- font-size: 0.75em; }
86
+ font-size: 0.75em;
87
+ }
80
88
 
81
89
  article, aside, details, figcaption, figure,
82
90
  footer, header, hgroup, menu, nav, section {
83
- display: block; }
91
+ display: block;
92
+ }
84
93
 
85
94
  table {
86
95
  border-collapse: collapse;
87
- border-spacing: 0; }
96
+ border-spacing: 0;
97
+ }
88
98
 
89
99
  h1, h2, h3, h4, h5, h6 {
90
- font-family: {{headerfont}}; }
100
+ font-family: {{headerfont}};
101
+ }
91
102
 
92
103
  .h1, .h2, .h3, .h4, .h5, .h6 {
93
- font-family: {{headerfont}}; }
104
+ font-family: {{headerfont}};
105
+ }
94
106
 
95
107
  blockquote, q {
96
- quotes: none; }
97
- blockquote::before, blockquote::after, q::before, q::after {
98
- content: '';
99
- content: none; }
108
+ quotes: none;
109
+ }
110
+ blockquote::before, blockquote::after, q::before, q::after {
111
+ content: "";
112
+ content: none;
113
+ }
100
114
 
101
115
  .h2Annex {
102
- font-family: {{headerfont}}; }
116
+ font-family: {{headerfont}};
117
+ }
103
118
 
104
119
  dl {
105
120
  display: grid;
106
- grid-template-columns: max-content auto; }
107
- dl dt p, dl dd p {
108
- margin-top: 0; }
109
- dl dt {
110
- grid-column-start: 1; }
111
- dl dd {
112
- grid-column-start: 2; }
121
+ grid-template-columns: max-content auto;
122
+ }
123
+ dl dt p, dl dd p {
124
+ margin-top: 0;
125
+ }
126
+ dl dt {
127
+ grid-column-start: 1;
128
+ }
129
+ dl dd {
130
+ grid-column-start: 2;
131
+ }
113
132
 
114
133
  b, strong {
115
- font-weight: bold; }
134
+ font-weight: bold;
135
+ }
116
136
 
117
137
  div.document-stage-band, div.document-type-band {
118
- background-color: #333333; }
138
+ background-color: #333333;
139
+ }
119
140
 
120
141
  a.FootnoteRef + a.FootnoteRef::before {
121
142
  content: ", ";
122
- vertical-align: super; }
143
+ vertical-align: super;
144
+ }
123
145
 
124
146
  a.TableFootnoteRef + a.TableFootnoteRef::before {
125
147
  content: ", ";
126
- vertical-align: super; }
148
+ vertical-align: super;
149
+ }
127
150
 
128
151
  a.TableFootnoteRef, span.TableFootnoteRef,
129
152
  a.FootnoteRef, span.FootnoteRef {
130
- vertical-align: super; }
153
+ vertical-align: super;
154
+ }
131
155
 
132
156
  .addition {
133
- color: blue; }
157
+ color: blue;
158
+ }
134
159
 
135
160
  .deletion {
136
161
  color: red;
137
- text-decoration: line-through; }
162
+ text-decoration: line-through;
163
+ }
138
164
 
139
165
  ruby {
140
166
  ruby-position: over;
141
- -webkit-ruby-position: before; }
167
+ -webkit-ruby-position: before;
168
+ }
142
169
 
143
170
  ruby ruby {
144
171
  ruby-position: under;
145
- -webkit-ruby-position: after; }
172
+ -webkit-ruby-position: after;
173
+ }
146
174
 
147
175
  /* code highlighting with line numbers */
148
176
  table.rouge-line-table td.rouge-gutter {
@@ -150,13 +178,15 @@ table.rouge-line-table td.rouge-gutter {
150
178
  -ms-user-select: none;
151
179
  -webkit-user-select: none;
152
180
  user-select: none;
153
- padding-right: 1em; }
181
+ padding-right: 1em;
182
+ }
154
183
 
155
184
  table.rouge-line-table td.rouge-code {
156
185
  -moz-user-select: all;
157
186
  -ms-user-select: all;
158
187
  -webkit-user-select: all;
159
- user-select: all; }
188
+ user-select: all;
189
+ }
160
190
 
161
191
  table.rouge-line-table,
162
192
  table.rouge-line-table th,
@@ -165,27 +195,32 @@ table.rouge-line-table td {
165
195
  border: none;
166
196
  margin: 0;
167
197
  padding: 0;
168
- font-size: 100%; }
198
+ font-size: 100%;
199
+ }
169
200
 
170
201
  table.rouge-line-table pre {
171
202
  margin: 0;
172
203
  padding: 0;
173
204
  overflow-x: visible;
174
- font-size: 100%; }
205
+ font-size: 100%;
206
+ }
175
207
 
176
208
  /* header § links */
177
209
  a.header {
178
210
  color: inherit;
179
- text-decoration: none; }
211
+ text-decoration: none;
212
+ }
180
213
 
181
214
  a.header:hover {
182
215
  color: #a53221 !important;
183
216
  background: inherit;
184
- box-shadow: none; }
217
+ box-shadow: none;
218
+ }
185
219
 
186
220
  a.header:visited {
187
221
  color: inherit;
188
- text-decoration: none; }
222
+ text-decoration: none;
223
+ }
189
224
 
190
225
  a.anchor {
191
226
  position: absolute;
@@ -196,18 +231,21 @@ a.anchor {
196
231
  text-decoration: none !important;
197
232
  visibility: hidden;
198
233
  text-align: center;
199
- font-weight: 400; }
234
+ font-weight: 400;
235
+ }
200
236
 
201
237
  a.anchor::before {
202
- content: "\00A7";
203
- font-size: .85em;
238
+ content: "§";
239
+ font-size: 0.85em;
204
240
  display: block;
205
- padding-top: .1em; }
241
+ padding-top: 0.1em;
242
+ }
206
243
 
207
244
  a.anchor:hover {
208
245
  color: #a53221;
209
246
  background: inherit;
210
- box-shadow: none; }
247
+ box-shadow: none;
248
+ }
211
249
 
212
250
  h1 > a.anchor:hover,
213
251
  h2 > a.anchor:hover,
@@ -223,13 +261,15 @@ h4:hover > a.anchor,
223
261
  h5:hover > a.anchor,
224
262
  h6:hover > a.anchor,
225
263
  .inline-header:hover > a.anchor {
226
- visibility: visible; }
264
+ visibility: visible;
265
+ }
227
266
 
228
267
  /* collapsible snippets: collapsible before hidable */
229
268
  .hidable {
230
269
  max-height: 0;
231
270
  overflow: hidden;
232
- transition: max-height 0.2s ease-out; }
271
+ transition: max-height 0.2s ease-out;
272
+ }
233
273
 
234
274
  .collapsible {
235
275
  background-color: #777;
@@ -241,539 +281,176 @@ h6:hover > a.anchor,
241
281
  border: none;
242
282
  text-align: left;
243
283
  outline: none;
244
- font-size: 15px; }
284
+ font-size: 15px;
285
+ }
245
286
 
246
287
  .active, .collapsible:hover {
247
- background-color: #555; }
288
+ background-color: #555;
289
+ }
248
290
 
249
291
  .collapsible:after {
250
- content: '\25bc';
292
+ content: "▼";
251
293
  color: white;
252
294
  font-weight: bold;
253
295
  float: right;
254
296
  margin-left: 12px;
255
- margin-right: 12px; }
297
+ margin-right: 12px;
298
+ }
256
299
 
257
300
  .active:after {
258
- content: "\25b2"; }
301
+ content: "";
302
+ }
259
303
 
260
304
  /* collapsible: */
261
305
  .collapsible + .hidable {
262
- margin-top: 0; }
306
+ margin-top: 0;
307
+ }
263
308
 
264
309
  .collapsible:not(.active) + .hidable {
265
310
  overflow: hidden;
266
- padding: 0; }
267
-
268
- #recommendation-band {
269
- background-color: #a3d88f; }
270
-
271
- #recommendation {
272
- border-bottom: solid 3px #a3d88f; }
273
-
274
- #recommendation-amendment-band {
275
- background-color: #a3d88f; }
276
-
277
- #recommendation-amendment {
278
- border-bottom: solid 3px #a3d88f; }
279
-
280
- #recommendation-supplement-band {
281
- background-color: #a3d88f; }
282
-
283
- #recommendation-supplement {
284
- border-bottom: solid 3px #a3d88f; }
285
-
286
- #recommendation-corrigendum-band {
287
- background-color: #a3d88f; }
288
-
289
- #recommendation-corrigendum {
290
- border-bottom: solid 3px #a3d88f; }
311
+ padding: 0;
312
+ }
291
313
 
292
- #recommendation-errata-band {
293
- background-color: #a3d88f; }
314
+ #standard-band {
315
+ background-color: #0AC442;
316
+ }
294
317
 
295
- #recommendation-errata {
296
- border-bottom: solid 3px #a3d88f; }
318
+ #standard {
319
+ border-bottom: solid 3px #0AC442;
320
+ }
297
321
 
298
- #recommendation-annex-band {
299
- background-color: #a3d88f; }
322
+ #directive-band {
323
+ background-color: #540D6E;
324
+ }
300
325
 
301
- #recommendation-annex {
302
- border-bottom: solid 3px #a3d88f; }
326
+ #directive {
327
+ border-bottom: solid 3px #540D6E;
328
+ }
303
329
 
304
- #technical-paper-band {
305
- background-color: #ff6b6b; }
330
+ #guide-band {
331
+ background-color: #D183C9;
332
+ }
306
333
 
307
- #technical-paper {
308
- border-bottom: solid 3px #ff6b6b; }
334
+ #guide {
335
+ border-bottom: solid 3px #D183C9;
336
+ }
309
337
 
310
- #technical-report-band {
311
- background-color: #ff6b6b; }
338
+ #specification-band {
339
+ background-color: #65AFFF;
340
+ }
312
341
 
313
- #technical-report {
314
- border-bottom: solid 3px #ff6b6b; }
342
+ #specification {
343
+ border-bottom: solid 3px #65AFFF;
344
+ }
315
345
 
316
- #focus-group-band {
317
- background-color: #750697; }
346
+ #report-band {
347
+ background-color: #3A405A;
348
+ }
318
349
 
319
- #focus-group {
320
- border-bottom: solid 3px #750697; }
350
+ #report {
351
+ border-bottom: solid 3px #3A405A;
352
+ }
321
353
 
322
- #implementers-guide-band {
323
- background-color: #750697; }
354
+ #amendment-band {
355
+ background-color: #F26430;
356
+ }
324
357
 
325
- #implementers-guide {
326
- border-bottom: solid 3px #750697; }
358
+ #amendment {
359
+ border-bottom: solid 3px #F26430;
360
+ }
327
361
 
328
- #joint-itu-iso-iec-band {
329
- background-color: #edc9ff; }
362
+ #corrigendum-band {
363
+ background-color: #C84630;
364
+ }
330
365
 
331
- #joint-itu-iso-iec {
332
- border-bottom: solid 3px #edc9ff; }
366
+ #corrigendum {
367
+ border-bottom: solid 3px #C84630;
368
+ }
333
369
 
334
- #service-publication-band {
335
- background-color: #750697; }
370
+ #administrative-band {
371
+ background-color: #BFAE48;
372
+ }
336
373
 
337
- #service-publication {
338
- border-bottom: solid 3px #750697; }
374
+ #administrative {
375
+ border-bottom: solid 3px #BFAE48;
376
+ }
339
377
 
340
- #resolution-band {
341
- background-color: #f2b79f; }
378
+ #advisory-band {
379
+ background-color: #BD9391;
380
+ }
342
381
 
343
- #resolution {
344
- border-bottom: solid 3px #f2b79f; }
382
+ #advisory {
383
+ border-bottom: solid 3px #BD9391;
384
+ }
345
385
 
346
- #handbook-band {
347
- background-color: #750697; }
386
+ #proposal-band {
387
+ background-color: #39A0ED;
388
+ }
348
389
 
349
- #handbook {
350
- border-bottom: solid 3px #750697; }
390
+ #proposal {
391
+ border-bottom: solid 3px #39A0ED;
392
+ }
351
393
 
352
- #question-band {
353
- background-color: #750697; }
394
+ #working-draft-band {
395
+ background-color: #2D7393;
396
+ }
354
397
 
355
- #question {
356
- border-bottom: solid 3px #750697; }
398
+ #working-draft {
399
+ border-bottom: solid 3px #2D7393;
400
+ }
357
401
 
358
- #in-force-band {
359
- background-color: #d9f39d; }
402
+ #committee-draft-band {
403
+ background-color: #2A6B7C;
404
+ }
360
405
 
361
- #in-force {
362
- border-bottom: solid 3px #d9f39d; }
406
+ #committee-draft {
407
+ border-bottom: solid 3px #2A6B7C;
408
+ }
363
409
 
364
- #in-force-prepublished-band {
365
- background-color: #fdf906; }
410
+ #draft-standard-band {
411
+ background-color: #1C7F7A;
412
+ }
366
413
 
367
- #in-force-prepublished {
368
- border-bottom: solid 3px #fdf906; }
414
+ #draft-standard {
415
+ border-bottom: solid 3px #1C7F7A;
416
+ }
369
417
 
370
- #superseded-band {
371
- background-color: #fd06fd; }
418
+ #final-draft-band {
419
+ background-color: #53C170;
420
+ }
372
421
 
373
- #superseded {
374
- border-bottom: solid 3px #fd06fd; }
422
+ #final-draft {
423
+ border-bottom: solid 3px #53C170;
424
+ }
375
425
 
376
- #superseded-draft-band {
377
- background-color: #fd06fd; }
426
+ #published-band {
427
+ background-color: #069E2D;
428
+ }
378
429
 
379
- #superseded-draft {
380
- border-bottom: solid 3px #fd06fd; }
430
+ #published {
431
+ border-bottom: solid 3px #069E2D;
432
+ }
381
433
 
382
434
  #withdrawn-band {
383
- background-color: #7e0d13; }
435
+ background-color: #004E64;
436
+ }
384
437
 
385
438
  #withdrawn {
386
- border-bottom: solid 3px #7e0d13; }
387
-
388
- html, body, div, span, applet, object, iframe,
389
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
390
- a, abbr, acronym, address, big, cite, code,
391
- del, dfn, em, img, ins, kbd, q, s, samp,
392
- small, strike, strong, sub, sup, tt, var,
393
- b, u, i, center,
394
- ol, ul, li,
395
- fieldset, form, label, legend,
396
- table, caption, tbody, tfoot, thead, tr, th, td,
397
- article, aside, canvas, details, embed,
398
- figure, figcaption, footer, header, hgroup,
399
- menu, output, ruby, section, summary,
400
- time, mark, audio, video {
401
- margin: 0;
402
- padding: 0; }
403
-
404
- html, body, div, span, applet, object, iframe,
405
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
406
- a, abbr, acronym, address, big, cite, code,
407
- del, dfn, em, img, ins, kbd, q, s, samp,
408
- small, strike, strong, sub, sup, tt, var,
409
- b, u, i, center,
410
- dl, dt, dd, ol, ul, li,
411
- fieldset, form, label, legend,
412
- table, caption, tbody, tfoot, thead, tr, th, td,
413
- article, aside, canvas, details, embed,
414
- figure, figcaption, footer, header, hgroup,
415
- menu, nav, output, ruby, section, summary,
416
- time, mark, audio, video {
417
- border: 0;
418
- font-size: 100%; }
419
-
420
- html, body, div, span, applet, object, iframe,
421
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
422
- a, abbr, acronym, address, big, cite, code,
423
- del, dfn, em, img, ins, kbd, q, s, samp,
424
- small, strike, strong, tt, var,
425
- b, u, i, center,
426
- dl, dd, ol, ul, li,
427
- fieldset, form, label, legend,
428
- table, caption, tbody, tfoot, thead, tr, th, td,
429
- article, aside, canvas, details, embed,
430
- figure, figcaption, footer, header, hgroup,
431
- menu, nav, output, ruby, section, summary,
432
- time, mark, audio, video {
433
- vertical-align: baseline; }
434
-
435
- html, body, div, span, applet, object, iframe,
436
- p, blockquote,
437
- a, abbr, acronym, address, big, cite,
438
- del, dfn, em, img, ins, q, s,
439
- small, strike, strong, sub, sup, var,
440
- b, u, i, center,
441
- dl, dt, dd, ol, ul, li,
442
- fieldset, form, label, legend,
443
- table, caption, tbody, tfoot, thead, tr, th, td,
444
- article, aside, canvas, details, embed,
445
- figure, figcaption, footer, header, hgroup,
446
- menu, nav, output, ruby, section, summary,
447
- time, mark, audio, video {
448
- font-family: {{bodyfont}}; }
449
-
450
- code, pre, tt, kbd, samp {
451
- font-family: {{monospacefont}};
452
- font-variant-ligatures: none; }
453
-
454
- code *, pre *, tt *, kbd *, samp * {
455
- font-family: {{monospacefont}} !important;
456
- font-variant-ligatures: none; }
457
-
458
- p code, dt code, li code, label code, legend code, caption code, th code, td code,
459
- p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
460
- p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
461
- p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
462
- font-size: {{monospacefontsize}}; }
463
-
464
- sub, sup {
465
- font-size: 0.75em; }
466
-
467
- article, aside, details, figcaption, figure,
468
- footer, header, hgroup, menu, nav, section {
469
- display: block; }
470
-
471
- table {
472
- border-collapse: collapse;
473
- border-spacing: 0; }
474
-
475
- h1, h2, h3, h4, h5, h6 {
476
- font-family: {{headerfont}}; }
477
-
478
- .h1, .h2, .h3, .h4, .h5, .h6 {
479
- font-family: {{headerfont}}; }
480
-
481
- blockquote, q {
482
- quotes: none; }
483
- blockquote::before, blockquote::after, q::before, q::after {
484
- content: '';
485
- content: none; }
486
-
487
- .h2Annex {
488
- font-family: {{headerfont}}; }
489
-
490
- dl {
491
- display: grid;
492
- grid-template-columns: max-content auto; }
493
- dl dt p, dl dd p {
494
- margin-top: 0; }
495
- dl dt {
496
- grid-column-start: 1; }
497
- dl dd {
498
- grid-column-start: 2; }
499
-
500
- b, strong {
501
- font-weight: bold; }
502
-
503
- div.document-stage-band, div.document-type-band {
504
- background-color: #333333; }
505
-
506
- a.FootnoteRef + a.FootnoteRef::before {
507
- content: ", ";
508
- vertical-align: super; }
509
-
510
- a.TableFootnoteRef + a.TableFootnoteRef::before {
511
- content: ", ";
512
- vertical-align: super; }
513
-
514
- a.TableFootnoteRef, span.TableFootnoteRef,
515
- a.FootnoteRef, span.FootnoteRef {
516
- vertical-align: super; }
517
-
518
- .addition {
519
- color: blue; }
520
-
521
- .deletion {
522
- color: red;
523
- text-decoration: line-through; }
524
-
525
- ruby {
526
- ruby-position: over;
527
- -webkit-ruby-position: before; }
528
-
529
- ruby ruby {
530
- ruby-position: under;
531
- -webkit-ruby-position: after; }
532
-
533
- /* code highlighting with line numbers */
534
- table.rouge-line-table td.rouge-gutter {
535
- -moz-user-select: none;
536
- -ms-user-select: none;
537
- -webkit-user-select: none;
538
- user-select: none;
539
- padding-right: 1em; }
540
-
541
- table.rouge-line-table td.rouge-code {
542
- -moz-user-select: all;
543
- -ms-user-select: all;
544
- -webkit-user-select: all;
545
- user-select: all; }
546
-
547
- table.rouge-line-table,
548
- table.rouge-line-table th,
549
- table.rouge-line-table td {
550
- width: auto;
551
- border: none;
552
- margin: 0;
553
- padding: 0;
554
- font-size: 100%; }
555
-
556
- table.rouge-line-table pre {
557
- margin: 0;
558
- padding: 0;
559
- overflow-x: visible;
560
- font-size: 100%; }
561
-
562
- /* header § links */
563
- a.header {
564
- color: inherit;
565
- text-decoration: none; }
439
+ border-bottom: solid 3px #004E64;
440
+ }
566
441
 
567
- a.header:hover {
568
- color: #a53221 !important;
569
- background: inherit;
570
- box-shadow: none; }
571
-
572
- a.header:visited {
573
- color: inherit;
574
- text-decoration: none; }
575
-
576
- a.anchor {
577
- position: absolute;
578
- z-index: 1001;
579
- width: 1.5ex;
580
- margin-left: -1.5ex;
581
- display: block;
582
- text-decoration: none !important;
583
- visibility: hidden;
584
- text-align: center;
585
- font-weight: 400; }
586
-
587
- a.anchor::before {
588
- content: "\00A7";
589
- font-size: .85em;
590
- display: block;
591
- padding-top: .1em; }
592
-
593
- a.anchor:hover {
594
- color: #a53221;
595
- background: inherit;
596
- box-shadow: none; }
442
+ #cancelled-band {
443
+ background-color: #2E382E;
444
+ }
597
445
 
598
- h1 > a.anchor:hover,
599
- h2 > a.anchor:hover,
600
- h3 > a.anchor:hover,
601
- h4 > a.anchor:hover,
602
- h5 > a.anchor:hover,
603
- h6 > a.anchor:hover,
604
- .inline-header > a.anchor:hover,
605
- h1:hover > a.anchor,
606
- h2:hover > a.anchor,
607
- h3:hover > a.anchor,
608
- h4:hover > a.anchor,
609
- h5:hover > a.anchor,
610
- h6:hover > a.anchor,
611
- .inline-header:hover > a.anchor {
612
- visibility: visible; }
613
-
614
- /* collapsible snippets: collapsible before hidable */
615
- .hidable {
616
- max-height: 0;
617
- overflow: hidden;
618
- transition: max-height 0.2s ease-out; }
619
-
620
- .collapsible {
621
- background-color: #777;
622
- color: white;
623
- cursor: pointer;
624
- padding: 3px 0;
625
- margin: 0;
626
- width: 100%;
627
- border: none;
628
- text-align: left;
629
- outline: none;
630
- font-size: 15px; }
631
-
632
- .active, .collapsible:hover {
633
- background-color: #555; }
634
-
635
- .collapsible:after {
636
- content: '\25bc';
637
- color: white;
638
- font-weight: bold;
639
- float: right;
640
- margin-left: 12px;
641
- margin-right: 12px; }
642
-
643
- .active:after {
644
- content: "\25b2"; }
645
-
646
- /* collapsible: */
647
- .collapsible + .hidable {
648
- margin-top: 0; }
649
-
650
- .collapsible:not(.active) + .hidable {
651
- overflow: hidden;
652
- padding: 0; }
653
-
654
- #recommendation-band {
655
- background-color: #a3d88f; }
656
-
657
- #recommendation {
658
- border-bottom: solid 3px #a3d88f; }
659
-
660
- #recommendation-amendment-band {
661
- background-color: #a3d88f; }
662
-
663
- #recommendation-amendment {
664
- border-bottom: solid 3px #a3d88f; }
665
-
666
- #recommendation-supplement-band {
667
- background-color: #a3d88f; }
668
-
669
- #recommendation-supplement {
670
- border-bottom: solid 3px #a3d88f; }
671
-
672
- #recommendation-corrigendum-band {
673
- background-color: #a3d88f; }
674
-
675
- #recommendation-corrigendum {
676
- border-bottom: solid 3px #a3d88f; }
677
-
678
- #recommendation-errata-band {
679
- background-color: #a3d88f; }
680
-
681
- #recommendation-errata {
682
- border-bottom: solid 3px #a3d88f; }
683
-
684
- #recommendation-annex-band {
685
- background-color: #a3d88f; }
686
-
687
- #recommendation-annex {
688
- border-bottom: solid 3px #a3d88f; }
689
-
690
- #technical-paper-band {
691
- background-color: #ff6b6b; }
692
-
693
- #technical-paper {
694
- border-bottom: solid 3px #ff6b6b; }
695
-
696
- #technical-report-band {
697
- background-color: #ff6b6b; }
698
-
699
- #technical-report {
700
- border-bottom: solid 3px #ff6b6b; }
701
-
702
- #focus-group-band {
703
- background-color: #750697; }
704
-
705
- #focus-group {
706
- border-bottom: solid 3px #750697; }
707
-
708
- #implementers-guide-band {
709
- background-color: #750697; }
710
-
711
- #implementers-guide {
712
- border-bottom: solid 3px #750697; }
713
-
714
- #joint-itu-iso-iec-band {
715
- background-color: #edc9ff; }
716
-
717
- #joint-itu-iso-iec {
718
- border-bottom: solid 3px #edc9ff; }
719
-
720
- #service-publication-band {
721
- background-color: #750697; }
722
-
723
- #service-publication {
724
- border-bottom: solid 3px #750697; }
725
-
726
- #resolution-band {
727
- background-color: #f2b79f; }
728
-
729
- #resolution {
730
- border-bottom: solid 3px #f2b79f; }
731
-
732
- #handbook-band {
733
- background-color: #750697; }
734
-
735
- #handbook {
736
- border-bottom: solid 3px #750697; }
737
-
738
- #question-band {
739
- background-color: #750697; }
740
-
741
- #question {
742
- border-bottom: solid 3px #750697; }
743
-
744
- #in-force-band {
745
- background-color: #d9f39d; }
746
-
747
- #in-force {
748
- border-bottom: solid 3px #d9f39d; }
749
-
750
- #in-force-prepublished-band {
751
- background-color: #fdf906; }
752
-
753
- #in-force-prepublished {
754
- border-bottom: solid 3px #fdf906; }
755
-
756
- #superseded-band {
757
- background-color: #fd06fd; }
758
-
759
- #superseded {
760
- border-bottom: solid 3px #fd06fd; }
761
-
762
- #superseded-draft-band {
763
- background-color: #fd06fd; }
764
-
765
- #superseded-draft {
766
- border-bottom: solid 3px #fd06fd; }
767
-
768
- #withdrawn-band {
769
- background-color: #7e0d13; }
770
-
771
- #withdrawn {
772
- border-bottom: solid 3px #7e0d13; }
446
+ #cancelled {
447
+ border-bottom: solid 3px #2E382E;
448
+ }
773
449
 
774
450
  .icon-svg {
775
451
  width: 100%;
776
- color: #5ecf86; }
452
+ color: #5ecf86;
453
+ }
777
454
 
778
455
  .wrapper-top {
779
456
  background: #fff;
@@ -782,46 +459,56 @@ h6:hover > a.anchor,
782
459
  margin-left: 0em;
783
460
  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);
784
461
  background-repeat: repeat-y;
785
- background-size: 100px; }
462
+ background-size: 100px;
463
+ }
786
464
 
787
465
  .doc-type {
788
466
  font-size: 18px;
789
467
  letter-spacing: 4px;
790
468
  color: #797979;
791
- margin-bottom: 42px; }
469
+ margin-bottom: 42px;
470
+ }
792
471
 
793
472
  .ITU-sector, .doc-identifier {
794
473
  font-size: 42px;
795
474
  font-weight: 800;
796
- display: inline; }
475
+ display: inline;
476
+ }
797
477
 
798
478
  .doc-subidentifier {
799
- font-size: 20px; }
479
+ font-size: 20px;
480
+ }
800
481
 
801
482
  .doc-info-left {
802
483
  float: right;
803
- padding-right: 42px; }
484
+ padding-right: 42px;
485
+ }
804
486
 
805
487
  .doc-identifier, .publication-month {
806
488
  display: block;
807
- text-align: right; }
489
+ text-align: right;
490
+ }
808
491
 
809
492
  .publication-month {
810
493
  font-size: 18px;
811
494
  padding-top: 10px;
812
- line-height: 1; }
495
+ line-height: 1;
496
+ }
813
497
 
814
498
  .doc-category {
815
499
  text-transform: uppercase;
816
500
  font-size: 16px;
817
- line-height: 1.2; }
501
+ line-height: 1.2;
502
+ }
818
503
 
819
504
  .coverpage-title {
820
- margin-top: 42px; }
821
- .coverpage-title span {
822
- display: block;
823
- font-size: 20px;
824
- line-height: 1.5; }
505
+ margin-top: 42px;
506
+ }
507
+ .coverpage-title span {
508
+ display: block;
509
+ font-size: 20px;
510
+ line-height: 1.5;
511
+ }
825
512
 
826
513
  .coverpage-maturity,
827
514
  .coverpage-stage {
@@ -829,65 +516,86 @@ h6:hover > a.anchor,
829
516
  font-weight: 400;
830
517
  font-size: 1em;
831
518
  margin: 0 0 2em 0;
832
- text-transform: uppercase; }
519
+ text-transform: uppercase;
520
+ }
833
521
 
834
522
  span.doc-title, span.doc-annextitle {
835
523
  font-size: 26px;
836
524
  font-weight: 800;
837
525
  margin-top: 20px;
838
- margin-right: 42px; }
526
+ margin-right: 42px;
527
+ }
839
528
 
840
529
  span.doc-title {
841
- border-top: 2px solid #DA1D52; }
530
+ border-top: 2px solid #DA1D52;
531
+ }
842
532
 
843
533
  .doc-footer {
844
- margin-top: 100px; }
845
- .doc-footer .keywords {
846
- display: block; }
847
- .doc-footer div {
848
- clear: both; }
849
- .doc-footer span, .doc-footer .keywords {
850
- font-size: 18px;
851
- font-weight: 400;
852
- letter-spacing: 0;
853
- color: black;
854
- float: left;
855
- padding-right: 10px; }
534
+ margin-top: 100px;
535
+ }
536
+ .doc-footer .keywords {
537
+ display: block;
538
+ }
539
+ .doc-footer div {
540
+ clear: both;
541
+ }
542
+ .doc-footer span, .doc-footer .keywords {
543
+ font-size: 18px;
544
+ font-weight: 400;
545
+ letter-spacing: 0;
546
+ color: black;
547
+ float: left;
548
+ padding-right: 10px;
549
+ }
856
550
 
857
551
  .WordSection11 {
858
- padding: 0 2em 0 3em; }
552
+ padding: 0 2em 0 3em;
553
+ }
859
554
 
860
555
  .info-section {
861
- padding: 0; }
862
- @media print {
863
- .info-section {
864
- display: none; } }
556
+ padding: 0;
557
+ }
558
+ @media print {
559
+ .info-section {
560
+ display: none;
561
+ }
562
+ }
563
+
865
564
  .prefatory-section {
866
- padding: 0 3em 0 6em; }
565
+ padding: 0 3em 0 6em;
566
+ }
867
567
 
868
568
  .zzSTDTitle1, .zzSTDTitle2, .zzSTDTitle3, .MsoCommentText {
869
- display: none; }
569
+ display: none;
570
+ }
870
571
 
871
572
  .coverpage {
872
573
  text-align: left;
873
- padding-left: 1.5em; }
874
- @media print {
875
- .coverpage {
876
- height: 23cm; } }
574
+ padding-left: 1.5em;
575
+ }
576
+ @media print {
577
+ .coverpage {
578
+ height: 23cm;
579
+ }
580
+ }
581
+
877
582
  /* Document Identity */
878
583
  .coverpage-doc-identity {
879
584
  font-size: 2em;
880
- line-height: 2em; }
585
+ line-height: 2em;
586
+ }
881
587
 
882
588
  .coverpage-title .title-second {
883
- display: none; }
589
+ display: none;
590
+ }
884
591
 
885
592
  .coverpage-stage-block {
886
593
  font-family: {{bodyfont}};
887
594
  font-weight: 600;
888
595
  font-size: 1.25em;
889
596
  margin: 2em 0em 2em 0em;
890
- text-transform: uppercase; }
597
+ text-transform: uppercase;
598
+ }
891
599
 
892
600
  /* Draft Warning */
893
601
  .coverpage-warning {
@@ -896,27 +604,35 @@ span.doc-title {
896
604
  margin: 1em 2em;
897
605
  color: #2e81c2;
898
606
  padding: 2em 1em 1em 1em;
899
- border-radius: 25px; }
607
+ border-radius: 25px;
608
+ }
900
609
 
901
610
  .coverpage-warning h1 {
902
- margin-top: 0em; }
611
+ margin-top: 0em;
612
+ }
903
613
 
904
614
  .coverpage-warning .title {
905
615
  font-family: {{bodyfont}};
906
616
  font-weight: 300;
907
617
  text-transform: uppercase;
908
- font-size: 1.2em; }
618
+ font-size: 1.2em;
619
+ }
909
620
 
910
621
  /* Copyright */
911
622
  .copyright {
912
623
  padding: 1em;
913
624
  font-size: 0.9em;
914
- text-align: left; }
915
- @media print {
916
- .copyright {
917
- page-break-before: always; } }
625
+ text-align: left;
626
+ }
627
+ @media print {
628
+ .copyright {
629
+ page-break-before: always;
630
+ }
631
+ }
632
+
918
633
  dl.glossary dt {
919
- font-weight: bold; }
634
+ font-weight: bold;
635
+ }
920
636
 
921
637
  body {
922
638
  margin-left: auto;
@@ -926,9 +642,11 @@ body {
926
642
  font-weight: 400;
927
643
  line-height: 1.6em;
928
644
  color: #141115;
929
- background-color: #fff; }
930
- body main {
931
- margin: 0 3em 0 6em; }
645
+ background-color: #fff;
646
+ }
647
+ body main {
648
+ margin: 0 3em 0 6em;
649
+ }
932
650
 
933
651
  @media screen and (min-width: 768px) {
934
652
  nav {
@@ -940,8 +658,9 @@ body {
940
658
  font-size: 0.9em;
941
659
  overflow: auto;
942
660
  padding: 0 0 0 30px;
943
- background-color: #fff; } }
944
-
661
+ background-color: #fff;
662
+ }
663
+ }
945
664
  @media print {
946
665
  nav {
947
666
  position: relative;
@@ -950,82 +669,114 @@ body {
950
669
  overflow: auto;
951
670
  padding: 0;
952
671
  margin-right: 0;
953
- background-color: white; } }
954
-
672
+ background-color: white;
673
+ }
674
+ }
955
675
  nav #toc {
956
676
  font-family: {{bodyfont}};
957
- font-weight: 400; }
958
- @media screen and (max-width: 768px) {
959
- nav #toc {
960
- padding: 0 1.5em;
961
- overflow: visible; } }
677
+ font-weight: 400;
678
+ }
679
+ @media screen and (max-width: 768px) {
680
+ nav #toc {
681
+ padding: 0 1.5em;
682
+ overflow: visible;
683
+ }
684
+ }
685
+
962
686
  #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
963
687
  font-family: {{bodyfont}};
964
- font-weight: 400; }
965
- #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
966
- margin: 0;
967
- padding: 0;
968
- list-style: none; }
969
- #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
970
- padding: 5px 10px; }
971
- #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
972
- color: #141115;
973
- text-decoration: none;
974
- display: block; }
975
- #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
976
- box-shadow: none;
977
- color: white; }
978
- #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
979
- padding-left: 30px; }
980
- #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
981
- padding-left: 50px; }
982
- #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
983
- padding-left: 70px; }
984
- #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
985
- padding-left: 90px; }
986
- #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
987
- padding-left: 110px; }
688
+ font-weight: 400;
689
+ }
690
+ #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
691
+ margin: 0;
692
+ padding: 0;
693
+ list-style: none;
694
+ }
695
+ #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
696
+ padding: 5px 10px;
697
+ }
698
+ #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
699
+ color: #141115;
700
+ text-decoration: none;
701
+ display: block;
702
+ }
703
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
704
+ box-shadow: none;
705
+ color: white;
706
+ }
707
+ #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
708
+ padding-left: 30px;
709
+ }
710
+ #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
711
+ padding-left: 50px;
712
+ }
713
+ #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
714
+ padding-left: 70px;
715
+ }
716
+ #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
717
+ padding-left: 90px;
718
+ }
719
+ #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
720
+ padding-left: 110px;
721
+ }
722
+ #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
723
+ background: #da1d52;
724
+ box-shadow: inset -5px 0px 10px -5px #da1d52 !important;
725
+ }
726
+ #toc .toc-active a, #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
727
+ color: white;
728
+ }
729
+ @media print {
988
730
  #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
989
- background: #da1d52;
990
- box-shadow: inset -5px 0px 10px -5px #da1d52 !important; }
991
- #toc .toc-active a, #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
992
- color: white; }
993
- @media print {
994
- #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
995
- background: white;
996
- box-shadow: none !important; }
997
- #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
998
- color: #141115; }
999
- #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
1000
- color: black; } }
1001
- #toc .h1, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h1 {
1002
- text-transform: uppercase; }
1003
- #toc li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li a {
1004
- font-size: {{normalfontsize}}; }
731
+ background: white;
732
+ box-shadow: none !important;
733
+ }
734
+ #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
735
+ color: #141115;
736
+ }
1005
737
  #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
1006
- background: none;
1007
- box-shadow: none; }
1008
- #toc li::before, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li::before {
1009
- content: " ";
1010
- display: none; }
1011
- @media print {
1012
- #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
1013
- color: #4D7EA5; }
1014
- #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
1015
- background: white;
1016
- box-shadow: none !important; }
1017
- #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
1018
- color: black; } }
738
+ color: black;
739
+ }
740
+ }
741
+ #toc .h1, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h1 {
742
+ text-transform: uppercase;
743
+ }
744
+ #toc li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li a {
745
+ font-size: {{normalfontsize}};
746
+ }
747
+ #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
748
+ background: none;
749
+ box-shadow: none;
750
+ }
751
+ #toc li::before, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li::before {
752
+ content: " ";
753
+ display: none;
754
+ }
755
+ @media print {
756
+ #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
757
+ color: #4D7EA5;
758
+ }
759
+ #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
760
+ background: white;
761
+ box-shadow: none !important;
762
+ }
763
+ #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
764
+ color: black;
765
+ }
766
+ }
767
+
1019
768
  #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
1020
769
  margin-top: 0;
1021
770
  margin-bottom: 0;
1022
- font-size: 100%; }
771
+ font-size: 100%;
772
+ }
1023
773
 
1024
774
  #toc-list ul {
1025
- margin-bottom: 0.25em; }
1026
-
775
+ margin-bottom: 0.25em;
776
+ }
1027
777
  #toc-list li {
1028
- list-style-type: none; }
778
+ list-style-type: none;
779
+ }
1029
780
 
1030
781
  @media screen and (min-width: 768px) {
1031
782
  #toggle {
@@ -1035,56 +786,72 @@ nav #toc {
1035
786
  background-color: #da1d52;
1036
787
  color: white !important;
1037
788
  cursor: pointer;
1038
- z-index: 100; }
1039
- #toggle span {
1040
- text-align: center;
1041
- width: 100%;
1042
- position: absolute;
1043
- top: 50%;
1044
- transform: translate(0, -50%); } }
1045
-
789
+ z-index: 100;
790
+ }
791
+ #toggle span {
792
+ text-align: center;
793
+ width: 100%;
794
+ position: absolute;
795
+ top: 50%;
796
+ transform: translate(0, -50%);
797
+ }
798
+ }
1046
799
  @media screen and (max-width: 768px) {
1047
800
  #toggle {
1048
- display: none; } }
1049
-
801
+ display: none;
802
+ }
803
+ }
1050
804
  @media print {
1051
805
  #toggle {
1052
- display: none; } }
806
+ display: none;
807
+ }
808
+ }
1053
809
 
1054
810
  @media screen and (min-width: 768px) {
1055
811
  .container {
1056
- padding-left: 360px; } }
1057
-
812
+ padding-left: 360px;
813
+ }
814
+ }
1058
815
  @media print {
1059
816
  .container {
1060
- padding-left: 0; } }
817
+ padding-left: 0;
818
+ }
819
+ }
1061
820
 
1062
821
  .rule {
1063
822
  width: 100%;
1064
823
  height: 1px;
1065
824
  background-color: #00539F;
1066
- margin: 2em 0; }
1067
- @media screen and (min-width: 768px) {
1068
- .rule.toc {
1069
- display: none; } }
825
+ margin: 2em 0;
826
+ }
827
+ @media screen and (min-width: 768px) {
828
+ .rule.toc {
829
+ display: none;
830
+ }
831
+ }
832
+
1070
833
  .rule-2 {
1071
834
  width: 100%;
1072
835
  height: 1px;
1073
- background-color: #00539F; }
836
+ background-color: #00539F;
837
+ }
1074
838
 
1075
839
  .rule-thick {
1076
840
  width: 100%;
1077
841
  height: 3px;
1078
842
  background-color: #00539F;
1079
- margin-top: 3em; }
843
+ margin-top: 3em;
844
+ }
1080
845
 
1081
846
  @media screen and (min-width: 768px) {
1082
847
  h1.toc-contents {
1083
- margin-top: 1em; }
848
+ margin-top: 1em;
849
+ }
1084
850
  ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
1085
851
  padding: 0;
1086
- margin: 0; } }
1087
-
852
+ margin: 0;
853
+ }
854
+ }
1088
855
  .figure {
1089
856
  line-height: 1.6em;
1090
857
  padding: 1.5em;
@@ -1093,32 +860,38 @@ nav #toc {
1093
860
  font-family: {{monospacefont}};
1094
861
  font-variant-ligatures: none;
1095
862
  background-color: #f6f6f6;
1096
- font-size: {{monospacefontsize}}; }
1097
- .figure .FigureTitle, .figure .figure-title {
1098
- font-weight: 700;
1099
- font-size: 1em;
1100
- text-align: center; }
1101
- .figure > img, .figure > svg {
1102
- margin-left: auto;
1103
- margin-right: auto;
1104
- display: block;
1105
- max-width: 100%;
1106
- height: auto; }
863
+ font-size: {{monospacefontsize}};
864
+ }
865
+ .figure .FigureTitle, .figure .figure-title {
866
+ font-weight: 700;
867
+ font-size: 1em;
868
+ text-align: center;
869
+ }
870
+ .figure > img, .figure > svg {
871
+ margin-left: auto;
872
+ margin-right: auto;
873
+ display: block;
874
+ max-width: 100%;
875
+ height: auto;
876
+ }
1107
877
 
1108
878
  table div.figure {
1109
879
  padding: 0;
1110
- margin: 0; }
880
+ margin: 0;
881
+ }
1111
882
 
1112
883
  .SourceTitle {
1113
884
  font-weight: 700;
1114
885
  font-size: 1em;
1115
- text-align: center; }
886
+ text-align: center;
887
+ }
1116
888
 
1117
889
  .ListTitle {
1118
890
  font-weight: 700;
1119
891
  font-size: 1em;
1120
892
  text-align: center;
1121
- text-align: left; }
893
+ text-align: left;
894
+ }
1122
895
 
1123
896
  pre {
1124
897
  font-family: {{monospacefont}};
@@ -1130,12 +903,14 @@ pre {
1130
903
  margin: 2em 0 1em 0;
1131
904
  overflow-y: auto;
1132
905
  overflow-x: scroll;
1133
- font-size: {{monospacefontsize}}; }
906
+ font-size: {{monospacefontsize}};
907
+ }
1134
908
 
1135
909
  .example pre, .example .pseudocode {
1136
910
  background: none;
1137
911
  margin: 0;
1138
- padding: 0 0 0 2em; }
912
+ padding: 0 0 0 2em;
913
+ }
1139
914
 
1140
915
  .document-stage-band {
1141
916
  left: 0;
@@ -1144,270 +919,339 @@ pre {
1144
919
  position: fixed;
1145
920
  display: block;
1146
921
  z-index: 101;
1147
- box-shadow: -5px 0px 10px #1d1d1d; }
1148
- .document-stage-band > :first-child {
1149
- position: relative;
1150
- width: 25px;
1151
- font-weight: 300;
1152
- height: 160px;
1153
- color: white;
1154
- text-transform: uppercase;
1155
- font-size: 0.9em;
1156
- font-weight: 400;
1157
- letter-spacing: 0.05em;
1158
- margin: 0;
1159
- margin-left: 6px;
1160
- writing-mode: tb-rl;
1161
- -webkit-transform: rotate(180deg);
1162
- -moz-transform: rotate(180deg);
1163
- -o-transform: rotate(180deg);
1164
- white-space: nowrap;
1165
- display: block;
1166
- bottom: 0; }
1167
- @media print {
1168
- .document-stage-band {
1169
- display: none; } }
922
+ box-shadow: -5px 0px 10px #1d1d1d;
923
+ }
924
+ .document-stage-band > :first-child {
925
+ position: relative;
926
+ width: 25px;
927
+ font-weight: 300;
928
+ height: 160px;
929
+ color: white;
930
+ text-transform: uppercase;
931
+ font-size: 0.9em;
932
+ font-weight: 400;
933
+ letter-spacing: 0.05em;
934
+ margin: 0;
935
+ margin-left: 6px;
936
+ writing-mode: tb-rl;
937
+ -webkit-transform: rotate(180deg);
938
+ -moz-transform: rotate(180deg);
939
+ -o-transform: rotate(180deg);
940
+ white-space: nowrap;
941
+ display: block;
942
+ bottom: 0;
943
+ }
944
+ @media print {
945
+ .document-stage-band {
946
+ display: none;
947
+ }
948
+ }
949
+
1170
950
  .document-type-band {
1171
951
  left: 0;
1172
952
  top: 180px;
1173
953
  height: 100%;
1174
954
  position: fixed;
1175
955
  display: block;
1176
- z-index: 102; }
1177
- .document-type-band > :first-child {
1178
- position: relative;
1179
- width: 25px;
1180
- font-weight: 400;
1181
- color: white;
1182
- text-transform: uppercase;
1183
- font-size: 0.9em;
1184
- font-weight: 400;
1185
- letter-spacing: 0.05em;
1186
- margin: 0;
1187
- margin-left: 6px;
1188
- writing-mode: tb-rl;
1189
- -webkit-transform: rotate(180deg);
1190
- -moz-transform: rotate(180deg);
1191
- -o-transform: rotate(180deg);
1192
- white-space: nowrap;
1193
- display: block;
1194
- bottom: 0; }
1195
- @media print {
1196
- .document-type-band {
1197
- display: none; } }
1198
- .document-type-band .document-type {
1199
- top: 20px; }
956
+ z-index: 102;
957
+ }
958
+ .document-type-band > :first-child {
959
+ position: relative;
960
+ width: 25px;
961
+ font-weight: 400;
962
+ color: white;
963
+ text-transform: uppercase;
964
+ font-size: 0.9em;
965
+ font-weight: 400;
966
+ letter-spacing: 0.05em;
967
+ margin: 0;
968
+ margin-left: 6px;
969
+ writing-mode: tb-rl;
970
+ -webkit-transform: rotate(180deg);
971
+ -moz-transform: rotate(180deg);
972
+ -o-transform: rotate(180deg);
973
+ white-space: nowrap;
974
+ display: block;
975
+ bottom: 0;
976
+ }
977
+ @media print {
978
+ .document-type-band {
979
+ display: none;
980
+ }
981
+ }
982
+ .document-type-band .document-type {
983
+ top: 20px;
984
+ }
1200
985
 
1201
986
  .logo-wrapper {
1202
987
  width: 100%;
1203
988
  display: block;
1204
989
  height: 100px;
1205
990
  padding-top: 75px;
1206
- position: relative; }
1207
- .logo-wrapper img, .logo-wrapper svg {
1208
- float: right;
1209
- padding-right: 42px; }
991
+ position: relative;
992
+ }
993
+ .logo-wrapper img, .logo-wrapper svg {
994
+ float: right;
995
+ padding-right: 42px;
996
+ }
1210
997
 
1211
998
  #ITU-logo {
1212
999
  width: 150px;
1213
1000
  height: auto;
1214
- margin-left: auto; }
1001
+ margin-left: auto;
1002
+ }
1215
1003
 
1216
1004
  svg {
1217
1005
  position: absolute;
1218
1006
  top: 0;
1219
1007
  right: 0;
1220
1008
  bottom: 0;
1221
- left: 0; }
1009
+ left: 0;
1010
+ }
1222
1011
 
1223
1012
  .authors-container {
1224
- margin-top: 2em; }
1013
+ margin-top: 2em;
1014
+ }
1225
1015
 
1226
1016
  .affiliation {
1227
- font-style: italic; }
1017
+ font-style: italic;
1018
+ }
1228
1019
 
1229
1020
  /* Headings */
1230
1021
  h1, h2, h3, h4, h5, h6, .h1Annex, p.h1, .h2, .h3, .h4, .h5, .h6 {
1231
1022
  font-weight: 400;
1232
1023
  margin-top: 1.6em;
1233
- margin-bottom: 0.3em; }
1024
+ margin-bottom: 0.3em;
1025
+ }
1234
1026
 
1235
1027
  @media print {
1236
1028
  h1, h2, h3, h4, .h1Annex, p.h1, .h2, .h3, .h4 {
1237
1029
  page-break-after: avoid;
1238
- margin-top: 1.2em; } }
1030
+ margin-top: 1.2em;
1031
+ }
1032
+ }
1239
1033
 
1240
1034
  h1, .h1Annex, p.h1 {
1241
1035
  font-size: 1.4em;
1242
1036
  text-transform: uppercase;
1243
- margin-top: 2em; }
1244
- h1#content, #content.h1Annex, p#content.h1 {
1245
- margin-top: 2em; }
1246
- @media print {
1247
- h1, .h1Annex, p.h1 {
1248
- font-size: 1.5em;
1249
- line-height: 1.5; }
1250
- h1.content, .h1Annex.content, p.h1.content {
1251
- margin-top: 2em;
1252
- line-height: 2.5em; } }
1037
+ margin-top: 2em;
1038
+ }
1039
+ h1#content, .h1Annex#content, p.h1#content {
1040
+ margin-top: 2em;
1041
+ }
1042
+ @media print {
1043
+ h1, .h1Annex, p.h1 {
1044
+ font-size: 1.5em;
1045
+ line-height: 1.5;
1046
+ }
1047
+ h1.content, .h1Annex.content, p.h1.content {
1048
+ margin-top: 2em;
1049
+ line-height: 2.5em;
1050
+ }
1051
+ }
1052
+
1253
1053
  p.supertitle {
1254
1054
  font-size: 1.4em;
1255
1055
  text-transform: uppercase;
1256
- margin-top: 2em; }
1257
- @media print {
1258
- p.supertitle {
1259
- font-size: 1.5em;
1260
- line-height: 1.5; }
1261
- p.supertitle.content {
1262
- margin-top: 2em;
1263
- line-height: 2.5em; } }
1056
+ margin-top: 2em;
1057
+ }
1058
+ @media print {
1059
+ p.supertitle {
1060
+ font-size: 1.5em;
1061
+ line-height: 1.5;
1062
+ }
1063
+ p.supertitle.content {
1064
+ margin-top: 2em;
1065
+ line-height: 2.5em;
1066
+ }
1067
+ }
1068
+
1264
1069
  h2, .h2 {
1265
1070
  margin-top: 1.7em;
1266
- font-size: 1.5em; }
1267
- h2 p, .h2 p {
1268
- display: inline; }
1269
- @media print {
1270
- h2, .h2 {
1271
- font-size: 1.2em; } }
1071
+ font-size: 1.5em;
1072
+ }
1073
+ h2 p, .h2 p {
1074
+ display: inline;
1075
+ }
1076
+ @media print {
1077
+ h2, .h2 {
1078
+ font-size: 1.2em;
1079
+ }
1080
+ }
1081
+
1272
1082
  h3, .h3 {
1273
1083
  margin-top: 1.5em;
1274
- font-size: 1.4em; }
1275
- @media print {
1276
- h3, .h3 {
1277
- font-size: 1em; } }
1084
+ font-size: 1.4em;
1085
+ }
1086
+ @media print {
1087
+ h3, .h3 {
1088
+ font-size: 1em;
1089
+ }
1090
+ }
1091
+
1278
1092
  h4, .h4 {
1279
- font-size: 1.2em; }
1093
+ font-size: 1.2em;
1094
+ }
1280
1095
 
1281
1096
  /* Terms */
1282
1097
  .TermNum {
1283
- font-weight: 400; }
1098
+ font-weight: 400;
1099
+ }
1284
1100
 
1285
1101
  h2.TermNum {
1286
- margin-bottom: 0; }
1102
+ margin-bottom: 0;
1103
+ }
1287
1104
 
1288
1105
  p.AltTerms {
1289
1106
  font-size: 20px;
1290
- margin-top: 1em; }
1107
+ margin-top: 1em;
1108
+ }
1291
1109
 
1292
1110
  /* Links, selection */
1293
1111
  a, a:visited {
1294
1112
  text-decoration: none;
1295
- color: #00539F; }
1113
+ color: #00539F;
1114
+ }
1296
1115
 
1297
1116
  a:hover {
1298
1117
  color: white;
1299
1118
  background: #00539F;
1300
- box-shadow: 3px 0 0 #00539F, -3px 0 0 #00539F; }
1119
+ box-shadow: 3px 0 0 #00539F, -3px 0 0 #00539F;
1120
+ }
1301
1121
 
1302
1122
  ::selection {
1303
- background: #00539F;
1304
- /* WebKit/Blink Browsers */
1305
- color: white; }
1123
+ background: #00539F; /* WebKit/Blink Browsers */
1124
+ color: white;
1125
+ }
1306
1126
 
1307
1127
  ::-moz-selection {
1308
- background: #00539F;
1309
- /* Gecko Browsers */
1310
- color: white; }
1128
+ background: #00539F; /* Gecko Browsers */
1129
+ color: white;
1130
+ }
1311
1131
 
1312
1132
  /* Lists */
1313
1133
  ul, ol {
1314
- margin-left: 1.2em; }
1134
+ margin-left: 1.2em;
1135
+ }
1315
1136
 
1316
1137
  ul > li {
1317
- list-style: none; }
1318
- ul > li::before {
1319
- content: "\2014";
1320
- display: inline-block;
1321
- width: 1em;
1322
- margin-left: -1.2em; }
1323
- ul > li p:first-child {
1324
- display: inline; }
1325
- ul > li:first-child {
1326
- margin-top: 1em; }
1138
+ list-style: none;
1139
+ }
1140
+ ul > li::before {
1141
+ content: "—";
1142
+ display: inline-block;
1143
+ width: 1em;
1144
+ margin-left: -1.2em;
1145
+ }
1146
+ ul > li p:first-child {
1147
+ display: inline;
1148
+ }
1149
+ ul > li:first-child {
1150
+ margin-top: 1em;
1151
+ }
1327
1152
 
1328
1153
  ul ul > li:first-child {
1329
- margin-top: 0; }
1154
+ margin-top: 0;
1155
+ }
1330
1156
 
1331
1157
  ol ul > li:first-child {
1332
- margin-top: 0; }
1158
+ margin-top: 0;
1159
+ }
1333
1160
 
1334
1161
  /* Bibliograhy */
1335
1162
  p.Biblio, p.NormRef {
1336
1163
  margin-top: 1em;
1337
- margin-left: 2em; }
1164
+ margin-left: 2em;
1165
+ }
1338
1166
 
1339
1167
  /* Blocks */
1340
1168
  .Note {
1341
1169
  background-color: #ffca3a;
1342
1170
  color: #141115;
1343
1171
  padding: 1.2em;
1344
- margin: 1em 0 1em 0; }
1345
- .Note p {
1346
- margin: 0; }
1172
+ margin: 1em 0 1em 0;
1173
+ }
1174
+ .Note p {
1175
+ margin: 0;
1176
+ }
1347
1177
 
1348
1178
  .Admonition {
1349
1179
  background-color: #ffcccc;
1350
1180
  color: #47430c;
1351
1181
  padding: 1.2em;
1352
- margin: 1em 0 1em 0; }
1353
- .Admonition p {
1354
- margin: 0; }
1182
+ margin: 1em 0 1em 0;
1183
+ }
1184
+ .Admonition p {
1185
+ margin: 0;
1186
+ }
1355
1187
 
1356
1188
  .example {
1357
1189
  background-color: #e1eef1;
1358
1190
  padding: 1.2em;
1359
1191
  margin: 2em 0 1em 0;
1360
1192
  text-align: left;
1361
- padding-left: 3.2em; }
1362
- .example p {
1363
- margin: 0; }
1364
- .example .example-title {
1365
- font-weight: 700;
1366
- text-transform: uppercase;
1367
- margin-left: -2em; }
1368
- .example .example-title {
1369
- margin-top: 0;
1370
- margin-left: -1.5em; }
1371
- .example pre, .example .pseudocode {
1372
- background: none;
1373
- margin: 0;
1374
- padding: 0 0 0 2em; }
1193
+ padding-left: 3.2em;
1194
+ }
1195
+ .example p {
1196
+ margin: 0;
1197
+ }
1198
+ .example .example-title {
1199
+ font-weight: 700;
1200
+ text-transform: uppercase;
1201
+ margin-left: -2em;
1202
+ }
1203
+ .example .example-title {
1204
+ margin-top: 0;
1205
+ margin-left: -1.5em;
1206
+ }
1207
+ .example pre, .example .pseudocode {
1208
+ background: none;
1209
+ margin: 0;
1210
+ padding: 0 0 0 2em;
1211
+ }
1375
1212
 
1376
1213
  .pseudocode {
1377
1214
  background-color: #f6f6f6;
1378
1215
  padding: 1.2em;
1379
1216
  margin: 2em 0 1em 0;
1380
- padding-left: 2em; }
1381
- .pseudocode .example-title {
1382
- font-weight: 700;
1383
- text-transform: uppercase;
1384
- text-align: center;
1385
- margin-top: 0;
1386
- margin-left: -1.5em; }
1217
+ padding-left: 2em;
1218
+ }
1219
+ .pseudocode .example-title {
1220
+ font-weight: 700;
1221
+ text-transform: uppercase;
1222
+ text-align: center;
1223
+ margin-top: 0;
1224
+ margin-left: -1.5em;
1225
+ }
1387
1226
 
1388
1227
  .recommend {
1389
1228
  background-color: #ccffcc;
1390
1229
  padding: 1.2em;
1391
- margin: 2em 0 1em 0; }
1230
+ margin: 2em 0 1em 0;
1231
+ }
1392
1232
 
1393
1233
  .recommend .RecommendationTitle {
1394
1234
  font-weight: 700;
1395
1235
  font-size: 1em;
1396
- text-align: center; }
1236
+ text-align: center;
1237
+ }
1397
1238
 
1398
1239
  .require .RecommendationTitle {
1399
1240
  font-weight: 700;
1400
1241
  font-size: 1em;
1401
- text-align: center; }
1242
+ text-align: center;
1243
+ }
1402
1244
 
1403
1245
  .permission .RecommendationTitle {
1404
1246
  font-weight: 700;
1405
1247
  font-size: 1em;
1406
- text-align: center; }
1248
+ text-align: center;
1249
+ }
1407
1250
 
1408
1251
  /* Tables */
1409
1252
  table.biblio td {
1410
- padding-right: 0.5em; }
1253
+ padding-right: 0.5em;
1254
+ }
1411
1255
 
1412
1256
  table:not(.biblio) {
1413
1257
  width: 100%;
@@ -1416,33 +1260,43 @@ table:not(.biblio) {
1416
1260
  margin-left: auto;
1417
1261
  margin-right: auto;
1418
1262
  padding-right: 2em;
1419
- color: #141115; }
1420
- table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
1421
- border: none;
1422
- font-size: 0.95em; }
1423
- table:not(.biblio) th, table:not(.biblio) td {
1424
- padding: 1em; }
1425
- table:not(.biblio) td.header {
1426
- font-weight: 400; }
1427
- table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
1428
- border: none !important; }
1429
- table:not(.biblio) tr:nth-child(even) {
1430
- background: #f1f8ff; }
1431
- table:not(.biblio) tr:nth-child(odd) {
1432
- background: #f6f8fa; }
1263
+ color: #141115;
1264
+ }
1265
+ table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
1266
+ border: none;
1267
+ font-size: 0.95em;
1268
+ }
1269
+ table:not(.biblio) th, table:not(.biblio) td {
1270
+ padding: 1em;
1271
+ }
1272
+ table:not(.biblio) td.header {
1273
+ font-weight: 400;
1274
+ }
1275
+ table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
1276
+ border: none !important;
1277
+ }
1278
+ table:not(.biblio) tr:nth-child(even) {
1279
+ background: #f1f8ff;
1280
+ }
1281
+ table:not(.biblio) tr:nth-child(odd) {
1282
+ background: #f6f8fa;
1283
+ }
1433
1284
 
1434
1285
  p.TableTitle {
1435
1286
  text-align: center;
1436
1287
  margin-top: 2.5em;
1437
- font-weight: 400; }
1288
+ font-weight: 400;
1289
+ }
1438
1290
 
1439
1291
  /* Footnotes */
1440
1292
  a.footnote-number {
1441
1293
  vertical-align: super;
1442
- font-size: 0.8em; }
1294
+ font-size: 0.8em;
1295
+ }
1443
1296
 
1444
1297
  .footnote {
1445
- font-size: {{footnotefontsize}}; }
1298
+ font-size: {{footnotefontsize}};
1299
+ }
1446
1300
 
1447
1301
  .Quote {
1448
1302
  background-color: #f6f6f6;
@@ -1451,18 +1305,21 @@ a.footnote-number {
1451
1305
  padding: 1.5em;
1452
1306
  margin-top: 2em;
1453
1307
  margin-left: auto;
1454
- margin-right: auto; }
1308
+ margin-right: auto;
1309
+ }
1455
1310
 
1456
1311
  .formula {
1457
1312
  background-color: #f6f6f6;
1458
1313
  padding: 1.5em;
1459
1314
  margin-top: 2em;
1460
- text-align: center; }
1315
+ text-align: center;
1316
+ }
1461
1317
 
1462
1318
  dl.formula_dl {
1463
1319
  background-color: #f6f6f6;
1464
1320
  margin-left: 1.4cm;
1465
- margin-right: 1.4cm; }
1321
+ margin-right: 1.4cm;
1322
+ }
1466
1323
 
1467
1324
  .contact-info {
1468
1325
  padding: 2em;
@@ -1471,32 +1328,40 @@ dl.formula_dl {
1471
1328
  text-align: left;
1472
1329
  color: #00539F !important;
1473
1330
  background-color: #f1f8ff;
1474
- border-radius: 25px; }
1475
- .contact-info a, .contact-info a:hover {
1476
- color: #00539F; }
1477
- .contact-info a:hover {
1478
- text-decoration: underline;
1479
- background: none;
1480
- box-shadow: 0 0 0 0; }
1481
- .contact-info p, .contact-info a {
1482
- font-family: {{monospacefont}};
1483
- font-variant-ligatures: none;
1484
- font-weight: 400; }
1485
- .contact-info .name {
1486
- font-weight: 700;
1487
- font-size: 14px;
1488
- margin-bottom: 5px; }
1489
- .contact-info .address {
1490
- font-size: 12px;
1491
- line-height: 1.3em;
1492
- margin-top: 0; }
1331
+ border-radius: 25px;
1332
+ }
1333
+ .contact-info a, .contact-info a:hover {
1334
+ color: #00539F;
1335
+ }
1336
+ .contact-info a:hover {
1337
+ text-decoration: underline;
1338
+ background: none;
1339
+ box-shadow: 0 0 0 0;
1340
+ }
1341
+ .contact-info p, .contact-info a {
1342
+ font-family: {{monospacefont}};
1343
+ font-variant-ligatures: none;
1344
+ font-weight: 400;
1345
+ }
1346
+ .contact-info .name {
1347
+ font-weight: 700;
1348
+ font-size: 14px;
1349
+ margin-bottom: 5px;
1350
+ }
1351
+ .contact-info .address {
1352
+ font-size: 12px;
1353
+ line-height: 1.3em;
1354
+ margin-top: 0;
1355
+ }
1493
1356
 
1494
1357
  span.keyword {
1495
- font-weight: 600; }
1358
+ font-weight: 600;
1359
+ }
1496
1360
 
1497
1361
  p {
1498
1362
  margin-top: 1em;
1499
- margin-bottom: 1em; }
1363
+ margin-bottom: 1em;
1364
+ }
1500
1365
 
1501
1366
  #myBtn {
1502
1367
  font-family: {{monospacefont}};
@@ -1514,26 +1379,35 @@ p {
1514
1379
  color: white;
1515
1380
  cursor: pointer;
1516
1381
  padding: 10px 15px 10px 15px;
1517
- border-radius: 4px; }
1518
- #myBtn:hover {
1519
- opacity: 1; }
1520
- @media print {
1521
- #myBtn {
1522
- display: none; } }
1523
- @media print {
1524
- #myBtn {
1525
- background-color: white; } }
1382
+ border-radius: 4px;
1383
+ }
1384
+ #myBtn:hover {
1385
+ opacity: 1;
1386
+ }
1387
+ @media print {
1388
+ #myBtn {
1389
+ display: none;
1390
+ }
1391
+ }
1392
+ @media print {
1393
+ #myBtn {
1394
+ background-color: white;
1395
+ }
1396
+ }
1397
+
1526
1398
  a.anchorjs-link:hover {
1527
1399
  background: none;
1528
1400
  color: #2e81c2;
1529
- box-shadow: none; }
1401
+ box-shadow: none;
1402
+ }
1530
1403
 
1531
1404
  @page {
1532
- margin: 2cm 1cm; }
1533
-
1405
+ margin: 2cm 1cm;
1406
+ }
1534
1407
  @media print {
1535
1408
  .document-info, nav {
1536
- page-break-before: always; }
1409
+ page-break-before: always;
1410
+ }
1537
1411
  nav {
1538
1412
  page-break-after: always;
1539
1413
  line-height: 1;
@@ -1543,20 +1417,27 @@ a.anchorjs-link:hover {
1543
1417
  overflow: auto;
1544
1418
  padding: 0;
1545
1419
  margin-right: 0;
1546
- background-color: white; }
1420
+ background-color: white;
1421
+ }
1547
1422
  .note, .figure, pre, table {
1548
- page-break-inside: avoid; }
1423
+ page-break-inside: avoid;
1424
+ }
1549
1425
  .wrapper-top {
1550
1426
  top: 0;
1551
1427
  padding-top: 4cm;
1552
- padding-bottom: 4cm; }
1428
+ padding-bottom: 4cm;
1429
+ }
1553
1430
  .wrapper-top-bottom {
1554
1431
  margin-top: -5px;
1555
- display: none; }
1432
+ display: none;
1433
+ }
1556
1434
  .Note {
1557
1435
  background-color: #fff495;
1558
1436
  color: #47430c;
1559
1437
  padding: 5px;
1560
- margin: 2em 0 1em 0; }
1561
- .Note p {
1562
- padding: 0 5px 0 5px; } }
1438
+ margin: 2em 0 1em 0;
1439
+ }
1440
+ .Note p {
1441
+ padding: 0 5px 0 5px;
1442
+ }
1443
+ }