metanorma-ogc 2.7.0 → 2.7.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,386 +281,381 @@ 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; }
311
+ padding: 0;
312
+ }
267
313
 
268
314
  #standard-band {
269
- background-color: #3D9970; }
315
+ background-color: #0AC442;
316
+ }
270
317
 
271
318
  #standard {
272
- border-bottom: solid 3px #3D9970; }
273
-
274
- #draft-standard-band {
275
- background-color: #3D9970; }
276
-
277
- #draft-standard {
278
- border-bottom: solid 3px #3D9970; }
279
-
280
- #abstract-specification-topic-band {
281
- background-color: #3D9970; }
282
-
283
- #abstract-specification-topic {
284
- border-bottom: solid 3px #3D9970; }
285
-
286
- #reference-model-band {
287
- background-color: #3D9970; }
288
-
289
- #reference-model {
290
- border-bottom: solid 3px #3D9970; }
291
-
292
- #best-practice-band {
293
- background-color: #39CCCC; }
294
-
295
- #best-practice {
296
- border-bottom: solid 3px #39CCCC; }
297
-
298
- #discussion-paper-band {
299
- background-color: #39CCCC; }
300
-
301
- #discussion-paper {
302
- border-bottom: solid 3px #39CCCC; }
303
-
304
- #white-paper-band {
305
- background-color: #39CCCC; }
306
-
307
- #white-paper {
308
- border-bottom: solid 3px #39CCCC; }
309
-
310
- #technical-paper-band {
311
- background-color: #39CCCC; }
312
-
313
- #technical-paper {
314
- border-bottom: solid 3px #39CCCC; }
315
-
316
- #engineering-report-band {
317
- background-color: #39CCCC; }
318
-
319
- #engineering-report {
320
- border-bottom: solid 3px #39CCCC; }
321
-
322
- #release-notes-band {
323
- background-color: #FFDC00; }
324
-
325
- #release-notes {
326
- border-bottom: solid 3px #FFDC00; }
327
-
328
- #user-guide-band {
329
- background-color: #FFDC00; }
330
-
331
- #user-guide {
332
- border-bottom: solid 3px #FFDC00; }
319
+ border-bottom: solid 3px #0AC442;
320
+ }
333
321
 
334
- #community-practice-band {
335
- background-color: #FF851B; }
322
+ #directive-band {
323
+ background-color: #540D6E;
324
+ }
336
325
 
337
- #community-practice {
338
- border-bottom: solid 3px #FF851B; }
326
+ #directive {
327
+ border-bottom: solid 3px #540D6E;
328
+ }
339
329
 
340
- #community-standard-band {
341
- background-color: #FF851B; }
330
+ #guide-band {
331
+ background-color: #D183C9;
332
+ }
342
333
 
343
- #community-standard {
344
- border-bottom: solid 3px #FF851B; }
334
+ #guide {
335
+ border-bottom: solid 3px #D183C9;
336
+ }
345
337
 
346
- #other-band {
347
- background-color: #0074D9; }
338
+ #specification-band {
339
+ background-color: #65AFFF;
340
+ }
348
341
 
349
- #other {
350
- border-bottom: solid 3px #0074D9; }
342
+ #specification {
343
+ border-bottom: solid 3px #65AFFF;
344
+ }
351
345
 
352
- #policy-band {
353
- background-color: #0074D9; }
346
+ #report-band {
347
+ background-color: #3A405A;
348
+ }
354
349
 
355
- #policy {
356
- border-bottom: solid 3px #0074D9; }
350
+ #report {
351
+ border-bottom: solid 3px #3A405A;
352
+ }
357
353
 
358
- #change-request-supporting-document-band {
359
- background-color: #0074D9; }
354
+ #amendment-band {
355
+ background-color: #F26430;
356
+ }
360
357
 
361
- #change-request-supporting-document {
362
- border-bottom: solid 3px #0074D9; }
358
+ #amendment {
359
+ border-bottom: solid 3px #F26430;
360
+ }
363
361
 
364
- #test-suite-band {
365
- background-color: #001F3F; }
362
+ #corrigendum-band {
363
+ background-color: #C84630;
364
+ }
366
365
 
367
- #test-suite {
368
- border-bottom: solid 3px #001F3F; }
366
+ #corrigendum {
367
+ border-bottom: solid 3px #C84630;
368
+ }
369
369
 
370
- #candidate-band {
371
- background-color: #8B9EB7; }
370
+ #administrative-band {
371
+ background-color: #BFAE48;
372
+ }
372
373
 
373
- #candidate {
374
- border-bottom: solid 3px #8B9EB7; }
374
+ #administrative {
375
+ border-bottom: solid 3px #BFAE48;
376
+ }
375
377
 
376
- #working-draft-band {
377
- background-color: #8B9EB7; }
378
+ #advisory-band {
379
+ background-color: #BD9391;
380
+ }
378
381
 
379
- #working-draft {
380
- border-bottom: solid 3px #8B9EB7; }
382
+ #advisory {
383
+ border-bottom: solid 3px #BD9391;
384
+ }
381
385
 
382
386
  #proposal-band {
383
- background-color: #8B9EB7; }
387
+ background-color: #39A0ED;
388
+ }
384
389
 
385
390
  #proposal {
386
- border-bottom: solid 3px #8B9EB7; }
391
+ border-bottom: solid 3px #39A0ED;
392
+ }
387
393
 
388
- #oab-review-band {
389
- background-color: #8B9EB7; }
394
+ #working-draft-band {
395
+ background-color: #2D7393;
396
+ }
390
397
 
391
- #oab-review {
392
- border-bottom: solid 3px #8B9EB7; }
398
+ #working-draft {
399
+ border-bottom: solid 3px #2D7393;
400
+ }
393
401
 
394
402
  #committee-draft-band {
395
- background-color: #8B9EB7; }
403
+ background-color: #2A6B7C;
404
+ }
396
405
 
397
406
  #committee-draft {
398
- border-bottom: solid 3px #8B9EB7; }
399
-
400
- #swg-draft-band {
401
- background-color: #8B9EB7; }
402
-
403
- #swg-draft {
404
- border-bottom: solid 3px #8B9EB7; }
407
+ border-bottom: solid 3px #2A6B7C;
408
+ }
405
409
 
406
- #public-rfc-band {
407
- background-color: #48a0e7; }
410
+ #draft-standard-band {
411
+ background-color: #1C7F7A;
412
+ }
408
413
 
409
- #public-rfc {
410
- border-bottom: solid 3px #48a0e7; }
414
+ #draft-standard {
415
+ border-bottom: solid 3px #1C7F7A;
416
+ }
411
417
 
412
- #tc-vote-band {
413
- background-color: #fd06fd; }
418
+ #final-draft-band {
419
+ background-color: #53C170;
420
+ }
414
421
 
415
- #tc-vote {
416
- border-bottom: solid 3px #fd06fd; }
422
+ #final-draft {
423
+ border-bottom: solid 3px #53C170;
424
+ }
417
425
 
418
426
  #published-band {
419
- background-color: #9abd48; }
427
+ background-color: #069E2D;
428
+ }
420
429
 
421
430
  #published {
422
- border-bottom: solid 3px #9abd48; }
423
-
424
- #deprecated-band {
425
- background-color: #7e0d13; }
426
-
427
- #deprecated {
428
- border-bottom: solid 3px #7e0d13; }
429
-
430
- #retired-band {
431
- background-color: #7e0d13; }
432
-
433
- #retired {
434
- border-bottom: solid 3px #7e0d13; }
431
+ border-bottom: solid 3px #069E2D;
432
+ }
435
433
 
436
- #legacy-band {
437
- background-color: #7e0d13; }
434
+ #withdrawn-band {
435
+ background-color: #004E64;
436
+ }
438
437
 
439
- #legacy {
440
- border-bottom: solid 3px #7e0d13; }
438
+ #withdrawn {
439
+ border-bottom: solid 3px #004E64;
440
+ }
441
441
 
442
- #rescinded-band {
443
- background-color: #7e0d13; }
442
+ #cancelled-band {
443
+ background-color: #2E382E;
444
+ }
444
445
 
445
- #rescinded {
446
- border-bottom: solid 3px #7e0d13; }
446
+ #cancelled {
447
+ border-bottom: solid 3px #2E382E;
448
+ }
447
449
 
448
450
  .coverpage-maturity, .coverpage-stage {
449
451
  font-family: {{headerfont}};
450
452
  font-weight: 400;
451
453
  font-size: 1.3em;
452
454
  margin: 0 0 2em 0;
453
- text-transform: uppercase; }
455
+ text-transform: uppercase;
456
+ }
454
457
 
455
458
  .icon-svg {
456
459
  width: 100%;
457
- color: #5ecf86; }
460
+ color: #5ecf86;
461
+ }
458
462
 
459
463
  .wrapper-top {
460
- background: #00335b;
461
- background: linear-gradient(130deg, #00335b 45%, #f1f8ff 100%);
464
+ background: rgb(0, 51, 91);
465
+ background: linear-gradient(130deg, rgb(0, 51, 91) 45%, rgb(241, 248, 255) 100%);
462
466
  color: #ffffff;
463
467
  padding: 5em 0;
464
- width: 100%; }
468
+ width: 100%;
469
+ }
465
470
 
466
471
  .wrapper-top-bottom {
467
472
  width: 0;
468
473
  height: 0;
469
474
  border-top: 100px solid #00335b;
470
475
  border-right: 100px solid transparent;
471
- position: absolute; }
476
+ position: absolute;
477
+ }
472
478
 
473
479
  .document-type-band {
474
- top: 260px; }
480
+ top: 260px;
481
+ }
475
482
 
476
483
  .document-stage-band > :first-child {
477
- height: 240px; }
484
+ height: 240px;
485
+ }
478
486
 
479
487
  .coverpage-metadata {
480
488
  margin-top: 35px;
481
489
  padding-top: 15px;
482
490
  margin-right: 25px;
483
- border-top: solid 1px white; }
491
+ border-top: solid 1px white;
492
+ }
484
493
 
485
494
  .coverpage-metadata,
486
495
  .coverpage-alt-formats {
487
496
  font-size: 12px;
488
497
  font-family: {{headerfont}};
489
498
  margin-left: 1em;
490
- text-align: left; }
491
- .coverpage-metadata span,
492
- .coverpage-alt-formats span {
493
- display: block;
494
- text-align: left; }
495
- .coverpage-metadata span a,
496
- .coverpage-alt-formats span a {
497
- color: white; }
498
- .coverpage-metadata span a:hover,
499
- .coverpage-alt-formats span a:hover {
500
- text-decoration: underline;
501
- background: none;
502
- box-shadow: none !important;
503
- font-weight: 400; }
504
- .coverpage-metadata .value,
505
- .coverpage-alt-formats .value {
506
- font-size: 15px;
507
- margin-bottom: 15px; }
508
- .coverpage-metadata .label,
509
- .coverpage-alt-formats .label {
510
- font-size: 12px;
511
- padding: 0; }
499
+ text-align: left;
500
+ }
501
+ .coverpage-metadata span,
502
+ .coverpage-alt-formats span {
503
+ display: block;
504
+ text-align: left;
505
+ }
506
+ .coverpage-metadata span a,
507
+ .coverpage-alt-formats span a {
508
+ color: white;
509
+ }
510
+ .coverpage-metadata span a:hover,
511
+ .coverpage-alt-formats span a:hover {
512
+ text-decoration: underline;
513
+ background: none;
514
+ box-shadow: none !important;
515
+ font-weight: 400;
516
+ }
517
+ .coverpage-metadata .value,
518
+ .coverpage-alt-formats .value {
519
+ font-size: 15px;
520
+ margin-bottom: 15px;
521
+ }
522
+ .coverpage-metadata .label,
523
+ .coverpage-alt-formats .label {
524
+ font-size: 12px;
525
+ padding: 0;
526
+ }
512
527
 
513
528
  .coverpage-alt-formats span {
514
529
  display: inline;
515
- text-align: left; }
516
- .coverpage-alt-formats span a {
517
- padding-right: 5px; }
530
+ text-align: left;
531
+ }
532
+ .coverpage-alt-formats span a {
533
+ padding-right: 5px;
534
+ }
518
535
 
519
536
  .coverpage-title {
520
537
  padding-bottom: 0.5em;
521
538
  font-family: {{headerfont}};
522
539
  font-weight: 100;
523
540
  padding-left: 1em;
524
- padding-right: 1em; }
525
- .coverpage-title span {
526
- font-family: {{headerfont}};
527
- font-size: 1.8em;
528
- line-height: 1; }
541
+ padding-right: 1em;
542
+ }
543
+ .coverpage-title span {
544
+ font-family: {{headerfont}};
545
+ font-size: 1.8em;
546
+ line-height: 1;
547
+ }
529
548
 
530
549
  .docstage-box table {
531
- width: auto; }
532
-
550
+ width: auto;
551
+ }
533
552
  .docstage-box th {
534
- background-color: #93c0d6; }
535
-
553
+ background-color: #93c0d6;
554
+ }
536
555
  .docstage-box td {
537
556
  vertical-align: top;
538
557
  background-color: #daeef3;
539
558
  padding: 0.5em;
540
- border: 0; }
541
-
559
+ border: 0;
560
+ }
542
561
  .docstage-box th:first-child {
543
- border-radius: 1em 0 0 0; }
544
-
562
+ border-radius: 1em 0 0 0;
563
+ }
545
564
  .docstage-box th:last-child {
546
- border-radius: 0 1em 0 0; }
547
-
565
+ border-radius: 0 1em 0 0;
566
+ }
548
567
  .docstage-box tr:first-child {
549
- border-radius: 0 0 0 1em; }
550
-
568
+ border-radius: 0 0 0 1em;
569
+ }
551
570
  .docstage-box tr:last-child {
552
- border-radius: 0 1em 0 0; }
553
-
571
+ border-radius: 0 1em 0 0;
572
+ }
554
573
  .docstage-box tr:last-child > td:first-child {
555
- border-radius: 0 0 0 1em; }
556
-
574
+ border-radius: 0 0 0 1em;
575
+ }
557
576
  .docstage-box tr:last-child > td:last-child {
558
- border-radius: 0 0 1em 0; }
577
+ border-radius: 0 0 1em 0;
578
+ }
559
579
 
560
580
  .WordSection11 {
561
- padding: 0 2em 0 3em; }
581
+ padding: 0 2em 0 3em;
582
+ }
562
583
 
563
584
  .info-section {
564
- padding: 0 2em 0 5em; }
585
+ padding: 0 2em 0 5em;
586
+ }
565
587
 
566
588
  .prefatory-section {
567
- padding: 0 3em 0 6em; }
589
+ padding: 0 3em 0 6em;
590
+ }
568
591
 
569
592
  .zzSTDTitle1, .MsoCommentText {
570
- display: none; }
593
+ display: none;
594
+ }
571
595
 
572
596
  .coverpage {
573
597
  text-align: center;
574
- padding-left: 1.5em; }
598
+ padding-left: 1.5em;
599
+ }
575
600
 
576
601
  .coverpage-logo span, .coverpage-tc-name span {
577
602
  font-family: {{bodyfont}};
578
603
  text-transform: none;
579
604
  font-weight: 300;
580
- margin-left: 1em; }
605
+ margin-left: 1em;
606
+ }
581
607
 
582
608
  .coverpage-logo img {
583
609
  width: 500px;
584
- height: auto; }
610
+ height: auto;
611
+ }
585
612
 
586
613
  .coverpage-tc-name {
587
614
  font-size: 1.2em;
588
615
  line-height: 1.2em;
589
- margin: 0.25em 0; }
616
+ margin: 0.25em 0;
617
+ }
590
618
 
591
619
  .copyright {
592
620
  padding: 1em;
593
621
  font-size: 0.9em;
594
- text-align: left; }
622
+ text-align: left;
623
+ }
595
624
 
596
625
  /* Document Identity */
597
626
  .coverpage-doc-identity {
598
627
  font-size: 2em;
599
- line-height: 2em; }
628
+ line-height: 2em;
629
+ }
600
630
 
601
631
  .coverpage-title .title-second {
602
- display: none; }
632
+ display: none;
633
+ }
603
634
 
604
635
  .coverpage-stage-block {
605
636
  font-family: {{headerfont}};
606
637
  font-weight: 600;
607
638
  font-size: 1.25em;
608
639
  margin: 2em 0em 2em 0em;
609
- text-transform: uppercase; }
640
+ text-transform: uppercase;
641
+ }
610
642
 
611
643
  .authors {
612
- margin-top: 2em; }
613
- .authors span {
614
- display: block;
615
- line-height: 2; }
616
- .authors span.roletag {
617
- display: inline-block;
618
- font-size: 12px;
619
- color: #00335b;
620
- background-color: white;
621
- padding: 2px 5px;
622
- margin-left: 7px;
623
- border-radius: 5px; }
644
+ margin-top: 2em;
645
+ }
646
+ .authors span {
647
+ display: block;
648
+ line-height: 2;
649
+ }
650
+ .authors span.roletag {
651
+ display: inline-block;
652
+ font-size: 12px;
653
+ color: #00335b;
654
+ background-color: white;
655
+ padding: 2px 5px;
656
+ margin-left: 7px;
657
+ border-radius: 5px;
658
+ }
624
659
 
625
660
  /* Draft Warning */
626
661
  .coverpage-warning {
@@ -629,37 +664,46 @@ h6:hover > a.anchor,
629
664
  margin: 1em 2em;
630
665
  color: #2e81c2;
631
666
  padding: 2em 1em 1em 1em;
632
- border-radius: 25px; }
633
- .coverpage-warning h1 {
634
- font-family: {{headerfont}};
635
- font-weight: 300;
636
- text-transform: uppercase;
637
- font-size: 1.2em; }
667
+ border-radius: 25px;
668
+ }
669
+ .coverpage-warning h1 {
670
+ font-family: {{headerfont}};
671
+ font-weight: 300;
672
+ text-transform: uppercase;
673
+ font-size: 1.2em;
674
+ }
638
675
 
639
676
  @media print {
640
677
  .document-info, .copyright {
641
- page-break-before: always; }
678
+ page-break-before: always;
679
+ }
642
680
  .coverpage {
643
- height: 23cm; }
681
+ height: 23cm;
682
+ }
644
683
  .info-section {
645
- display: none; }
684
+ display: none;
685
+ }
646
686
  .wrapper-top {
647
687
  top: 0;
648
688
  padding-top: 4cm;
649
- padding-bottom: 4cm; }
689
+ padding-bottom: 4cm;
690
+ }
650
691
  .wrapper-top-bottom {
651
692
  margin-top: -5px;
652
- display: none; } }
653
-
693
+ display: none;
694
+ }
695
+ }
654
696
  /* For Requirement Test anchors */
655
697
  p.RecommendationTitle:hover > a.anchor,
656
698
  p.RecommendationTitle > a.anchor:hover,
657
699
  p.RecommendationTestTitle:hover > a.anchor,
658
700
  p.RecommendationTestTitle > a.anchor:hover {
659
- visibility: visible; }
701
+ visibility: visible;
702
+ }
660
703
 
661
704
  table a.anchor {
662
- margin-left: -2em; }
705
+ margin-left: -2em;
706
+ }
663
707
 
664
708
  body {
665
709
  margin-left: auto;
@@ -669,82 +713,100 @@ body {
669
713
  font-weight: 300;
670
714
  line-height: 1.5;
671
715
  color: #00335b;
672
- background-color: #f6f8fa; }
673
- body main {
674
- margin: 0 3em 0 6em; }
675
- @media screen and (min-width: 768px) {
676
- body {
677
- padding-left: 360px; } }
678
- @media print {
679
- body {
680
- padding-left: 0; } }
716
+ background-color: #f6f8fa;
717
+ }
718
+ body main {
719
+ margin: 0 3em 0 6em;
720
+ }
721
+ @media screen and (min-width: 768px) {
722
+ body {
723
+ padding-left: 360px;
724
+ }
725
+ }
726
+ @media print {
727
+ body {
728
+ padding-left: 0;
729
+ }
730
+ }
731
+
681
732
  dl {
682
- grid-template-columns: minmax(0, 1fr) 93%; }
683
- dl pre {
684
- overflow-x: scroll; }
733
+ grid-template-columns: minmax(0, 1fr) 93%;
734
+ }
735
+ dl pre {
736
+ overflow-x: scroll;
737
+ }
685
738
 
686
739
  #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
687
740
  margin: 0;
688
741
  padding: 0;
689
- list-style: none; }
690
- #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
691
- padding: 5px 10px; }
692
- #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
693
- color: #00335b;
694
- text-decoration: none;
695
- display: block; }
696
- #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
697
- box-shadow: none;
698
- color: white; }
699
-
742
+ list-style: none;
743
+ }
744
+ #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
745
+ padding: 5px 10px;
746
+ }
747
+ #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
748
+ color: #00335b;
749
+ text-decoration: none;
750
+ display: block;
751
+ }
752
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
753
+ box-shadow: none;
754
+ color: white;
755
+ }
700
756
  #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
701
- padding-left: 30px; }
702
-
757
+ padding-left: 30px;
758
+ }
703
759
  #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
704
- padding-left: 50px; }
705
-
760
+ padding-left: 50px;
761
+ }
706
762
  #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
707
- padding-left: 70px; }
708
-
763
+ padding-left: 70px;
764
+ }
709
765
  #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
710
- padding-left: 90px; }
711
-
766
+ padding-left: 90px;
767
+ }
712
768
  #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
713
- padding-left: 110px; }
714
-
769
+ padding-left: 110px;
770
+ }
715
771
  #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 {
716
772
  background: #00335b;
717
- box-shadow: inset -5px 0px 10px -5px #00335b !important; }
718
- #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 {
719
- color: white; }
720
-
773
+ box-shadow: inset -5px 0px 10px -5px #00335b !important;
774
+ }
775
+ #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 {
776
+ color: white;
777
+ }
721
778
  @media print {
722
779
  #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
780
  background: white;
724
- box-shadow: none !important; }
781
+ box-shadow: none !important;
782
+ }
725
783
  #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
726
- color: #00335b; }
784
+ color: #00335b;
785
+ }
727
786
  #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
728
- color: black; } }
729
-
787
+ color: black;
788
+ }
789
+ }
730
790
  #toc li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li a {
731
- font-size: 14px; }
732
-
791
+ font-size: 14px;
792
+ }
733
793
  #toc li::before, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li::before {
734
794
  content: " ";
735
- display: none; }
736
-
795
+ display: none;
796
+ }
737
797
  #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 {
738
- font-weight: 600; }
739
-
798
+ font-weight: 600;
799
+ }
740
800
  #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
741
801
  background: none;
742
- box-shadow: none; }
802
+ box-shadow: none;
803
+ }
743
804
 
744
805
  #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
745
806
  margin-top: 0;
746
807
  margin-bottom: 0;
747
- font-size: 100%; }
808
+ font-size: 100%;
809
+ }
748
810
 
749
811
  @media screen and (min-width: 768px) {
750
812
  nav {
@@ -756,8 +818,9 @@ dl {
756
818
  font-size: 0.9em;
757
819
  overflow: auto;
758
820
  padding: 0 0 0 30px;
759
- background-color: #f1f8ff; } }
760
-
821
+ background-color: #f1f8ff;
822
+ }
823
+ }
761
824
  @media print {
762
825
  nav {
763
826
  position: relative;
@@ -766,11 +829,14 @@ dl {
766
829
  overflow: auto;
767
830
  padding: 0;
768
831
  margin-right: 0;
769
- background-color: white; } }
770
-
832
+ background-color: white;
833
+ }
834
+ }
771
835
  @media screen and (min-width: 768px) {
772
836
  nav {
773
- margin-right: 30px; } }
837
+ margin-right: 30px;
838
+ }
839
+ }
774
840
 
775
841
  @media screen and (min-width: 768px) {
776
842
  #toggle {
@@ -780,62 +846,78 @@ dl {
780
846
  background-color: #00335b;
781
847
  color: white !important;
782
848
  cursor: pointer;
783
- z-index: 100; }
784
- #toggle span {
785
- text-align: center;
786
- width: 100%;
787
- position: absolute;
788
- top: 50%;
789
- transform: translate(0, -50%); } }
790
-
849
+ z-index: 100;
850
+ }
851
+ #toggle span {
852
+ text-align: center;
853
+ width: 100%;
854
+ position: absolute;
855
+ top: 50%;
856
+ transform: translate(0, -50%);
857
+ }
858
+ }
791
859
  @media screen and (max-width: 768px) {
792
860
  #toggle {
793
- display: none; } }
794
-
861
+ display: none;
862
+ }
863
+ }
795
864
  @media print {
796
865
  #toggle {
797
- display: none; } }
866
+ display: none;
867
+ }
868
+ }
798
869
 
799
870
  .rule {
800
871
  width: 100%;
801
872
  height: 1px;
802
873
  background-color: #00335b;
803
- margin: 2em 0; }
804
- @media screen and (min-width: 768px) {
805
- .rule.toc {
806
- display: none; } }
874
+ margin: 2em 0;
875
+ }
876
+ @media screen and (min-width: 768px) {
877
+ .rule.toc {
878
+ display: none;
879
+ }
880
+ }
881
+
807
882
  @media screen and (min-width: 768px) {
808
883
  h1.toc-contents {
809
- margin-top: 1em; }
884
+ margin-top: 1em;
885
+ }
810
886
  ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
811
887
  padding: 0;
812
- margin: 0; } }
813
-
888
+ margin: 0;
889
+ }
890
+ }
814
891
  #toc-list ul {
815
- margin-bottom: 0.25em; }
816
-
892
+ margin-bottom: 0.25em;
893
+ }
817
894
  #toc-list li {
818
- list-style-type: none; }
895
+ list-style-type: none;
896
+ }
819
897
 
820
898
  .figure {
821
899
  line-height: 1.6em;
822
900
  padding: 1.5em;
823
901
  margin: 2em 0 1em 0;
824
- overflow: auto; }
825
- .figure .FigureTitle, .figure .figure-title {
826
- font-weight: 700;
827
- font-size: 1em;
828
- text-align: center; }
829
- .figure > img, .figure > svg {
830
- margin-left: auto;
831
- margin-right: auto;
832
- display: block;
833
- max-width: 100%;
834
- height: auto; }
902
+ overflow: auto;
903
+ }
904
+ .figure .FigureTitle, .figure .figure-title {
905
+ font-weight: 700;
906
+ font-size: 1em;
907
+ text-align: center;
908
+ }
909
+ .figure > img, .figure > svg {
910
+ margin-left: auto;
911
+ margin-right: auto;
912
+ display: block;
913
+ max-width: 100%;
914
+ height: auto;
915
+ }
835
916
 
836
917
  table div.figure {
837
918
  padding: 0;
838
- margin: 0; }
919
+ margin: 0;
920
+ }
839
921
 
840
922
  .document-stage-band {
841
923
  left: 0;
@@ -844,110 +926,133 @@ table div.figure {
844
926
  position: fixed;
845
927
  display: block;
846
928
  z-index: 101;
847
- box-shadow: -5px 0px 10px #1d1d1d; }
848
- .document-stage-band > :first-child {
849
- position: relative;
850
- width: 25px;
851
- font-weight: 300;
852
- height: 160px;
853
- color: white;
854
- text-transform: uppercase;
855
- font-size: 0.9em;
856
- font-weight: 400;
857
- letter-spacing: 0.05em;
858
- margin: 0;
859
- margin-left: 6px;
860
- writing-mode: tb-rl;
861
- -webkit-transform: rotate(180deg);
862
- -moz-transform: rotate(180deg);
863
- -o-transform: rotate(180deg);
864
- white-space: nowrap;
865
- display: block;
866
- bottom: 0; }
867
- @media print {
868
- .document-stage-band {
869
- display: none; } }
929
+ box-shadow: -5px 0px 10px #1d1d1d;
930
+ }
931
+ .document-stage-band > :first-child {
932
+ position: relative;
933
+ width: 25px;
934
+ font-weight: 300;
935
+ height: 160px;
936
+ color: white;
937
+ text-transform: uppercase;
938
+ font-size: 0.9em;
939
+ font-weight: 400;
940
+ letter-spacing: 0.05em;
941
+ margin: 0;
942
+ margin-left: 6px;
943
+ writing-mode: tb-rl;
944
+ -webkit-transform: rotate(180deg);
945
+ -moz-transform: rotate(180deg);
946
+ -o-transform: rotate(180deg);
947
+ white-space: nowrap;
948
+ display: block;
949
+ bottom: 0;
950
+ }
951
+ @media print {
952
+ .document-stage-band {
953
+ display: none;
954
+ }
955
+ }
956
+
870
957
  .document-type-band {
871
958
  left: 0;
872
959
  top: 180px;
873
960
  height: 100%;
874
961
  position: fixed;
875
962
  display: block;
876
- z-index: 102; }
877
- .document-type-band > :first-child {
878
- position: relative;
879
- width: 25px;
880
- font-weight: 400;
881
- color: white;
882
- text-transform: uppercase;
883
- font-size: 0.9em;
884
- font-weight: 400;
885
- letter-spacing: 0.05em;
886
- margin: 0;
887
- margin-left: 6px;
888
- writing-mode: tb-rl;
889
- -webkit-transform: rotate(180deg);
890
- -moz-transform: rotate(180deg);
891
- -o-transform: rotate(180deg);
892
- white-space: nowrap;
893
- display: block;
894
- bottom: 0; }
895
- @media print {
896
- .document-type-band {
897
- display: none; } }
898
- .document-type-band .document-type {
899
- top: 20px; }
963
+ z-index: 102;
964
+ }
965
+ .document-type-band > :first-child {
966
+ position: relative;
967
+ width: 25px;
968
+ font-weight: 400;
969
+ color: white;
970
+ text-transform: uppercase;
971
+ font-size: 0.9em;
972
+ font-weight: 400;
973
+ letter-spacing: 0.05em;
974
+ margin: 0;
975
+ margin-left: 6px;
976
+ writing-mode: tb-rl;
977
+ -webkit-transform: rotate(180deg);
978
+ -moz-transform: rotate(180deg);
979
+ -o-transform: rotate(180deg);
980
+ white-space: nowrap;
981
+ display: block;
982
+ bottom: 0;
983
+ }
984
+ @media print {
985
+ .document-type-band {
986
+ display: none;
987
+ }
988
+ }
989
+ .document-type-band .document-type {
990
+ top: 20px;
991
+ }
900
992
 
901
993
  #governance-band p.document-type {
902
994
  font-weight: 400;
903
- height: 230px !important; }
995
+ height: 230px !important;
996
+ }
904
997
 
905
998
  #standard-band p {
906
- height: 135px; }
999
+ height: 135px;
1000
+ }
907
1001
 
908
1002
  #proposal-band p {
909
- height: 150px; }
1003
+ height: 150px;
1004
+ }
910
1005
 
911
1006
  #standard-band,
912
1007
  #published-band {
913
- color: #7ba812; }
1008
+ color: rgb(123, 168, 18);
1009
+ }
914
1010
 
915
1011
  #standard,
916
1012
  #published {
917
- color: #9ABD48; }
1013
+ color: #9ABD48;
1014
+ }
918
1015
 
919
1016
  p {
920
1017
  margin-top: 1em;
921
- margin-bottom: 1em; }
1018
+ margin-bottom: 1em;
1019
+ }
922
1020
 
923
1021
  h1, h2, h3, h4, h5, h6,
924
1022
  .h1, .h2, .h3, .h4, .h5, .h6 {
925
1023
  color: #00335b;
926
1024
  font-weight: 400;
927
1025
  margin-top: 1.6em;
928
- margin-bottom: 0.3em; }
1026
+ margin-bottom: 0.3em;
1027
+ }
929
1028
 
930
1029
  h1, .h1 {
931
1030
  font-size: 1.8em;
932
1031
  text-transform: uppercase;
933
- margin-top: 2em; }
934
- h1 #content, .h1 #content {
935
- margin-top: 2em; }
1032
+ margin-top: 2em;
1033
+ }
1034
+ h1 #content, .h1 #content {
1035
+ margin-top: 2em;
1036
+ }
936
1037
 
937
1038
  h2, .h2 {
938
1039
  margin-top: 1.3em;
939
1040
  font-size: 1.7em;
940
- font-weight: 300; }
941
- h2 p, .h2 p {
942
- display: inline; }
1041
+ font-weight: 300;
1042
+ }
1043
+ h2 p, .h2 p {
1044
+ display: inline;
1045
+ }
943
1046
 
944
1047
  h3, .h3 {
945
1048
  margin-top: 1.3em;
946
1049
  font-size: 1.5em;
947
- font-weight: 100; }
1050
+ font-weight: 100;
1051
+ }
948
1052
 
949
1053
  h4, .h4 {
950
- font-size: 1.4em; }
1054
+ font-size: 1.4em;
1055
+ }
951
1056
 
952
1057
  .contact-info {
953
1058
  padding: 2em;
@@ -956,49 +1061,63 @@ h4, .h4 {
956
1061
  text-align: left;
957
1062
  border: #00335b solid 2px;
958
1063
  color: #00335b !important;
959
- border-radius: 25px; }
960
- .contact-info a:hover {
961
- text-decoration: underline;
962
- background: none;
963
- box-shadow: 0 0 0 0; }
964
- .contact-info a, .contact-info a:hover {
965
- color: #00335b; }
966
- .contact-info p, .contact-info a {
967
- font-family: {{monospacefont}};
968
- font-variant-ligatures: none;
969
- font-weight: 400; }
970
- .contact-info #boilerplate-name {
971
- font-weight: 700;
972
- font-size: 1.2em;
973
- margin-bottom: 0; }
974
- .contact-info #boilerplate-address {
975
- font-size: 1em;
976
- line-height: 1.3em;
977
- margin-top: 0; }
1064
+ border-radius: 25px;
1065
+ }
1066
+ .contact-info a:hover {
1067
+ text-decoration: underline;
1068
+ background: none;
1069
+ box-shadow: 0 0 0 0;
1070
+ }
1071
+ .contact-info a, .contact-info a:hover {
1072
+ color: #00335b;
1073
+ }
1074
+ .contact-info p, .contact-info a {
1075
+ font-family: {{monospacefont}};
1076
+ font-variant-ligatures: none;
1077
+ font-weight: 400;
1078
+ }
1079
+ .contact-info #boilerplate-name {
1080
+ font-weight: 700;
1081
+ font-size: 1.2em;
1082
+ margin-bottom: 0;
1083
+ }
1084
+ .contact-info #boilerplate-address {
1085
+ font-size: 1em;
1086
+ line-height: 1.3em;
1087
+ margin-top: 0;
1088
+ }
978
1089
 
979
1090
  ul, ol {
980
- margin-left: 1.2em; }
1091
+ margin-left: 1.2em;
1092
+ }
981
1093
 
982
1094
  ul > li {
983
- list-style: none; }
984
- ul > li::before {
985
- content: "\2014";
986
- display: inline-block;
987
- width: 1em;
988
- margin-left: -1em; }
989
- ul > li p:first-child {
990
- display: inline; }
991
- ul > li:first-child {
992
- margin-top: 1em; }
1095
+ list-style: none;
1096
+ }
1097
+ ul > li::before {
1098
+ content: "—";
1099
+ display: inline-block;
1100
+ width: 1em;
1101
+ margin-left: -1em;
1102
+ }
1103
+ ul > li p:first-child {
1104
+ display: inline;
1105
+ }
1106
+ ul > li:first-child {
1107
+ margin-top: 1em;
1108
+ }
993
1109
 
994
1110
  ul ul > li:first-child {
995
- margin-top: 0; }
1111
+ margin-top: 0;
1112
+ }
996
1113
 
997
1114
  ol ul > li:first-child {
998
- margin-top: 0; }
1115
+ margin-top: 0;
1116
+ }
999
1117
 
1000
1118
  span.keyword {
1001
- font-weight: 600; }
1119
+ font-weight: 600;
1120
+ }
1002
1121
 
1003
1122
  /* Tables */
1004
1123
  table {
@@ -1008,25 +1127,33 @@ table {
1008
1127
  margin-left: auto;
1009
1128
  margin-right: auto;
1010
1129
  padding-right: 2em;
1011
- /*color: #010d16;*/ }
1012
- table, table th, table td {
1013
- border: 1px solid black;
1014
- font-size: 0.95em; }
1015
- table th, table td {
1016
- padding: 1em; }
1017
- table td.header {
1018
- font-weight: 400; }
1019
- table thead tr th {
1020
- background-color: #5d99d6; }
1021
- table td, table th {
1022
- padding: 1em; }
1023
- table td.header {
1024
- font-weight: 400; }
1130
+ /*color: #010d16;*/
1131
+ }
1132
+ table, table th, table td {
1133
+ border: 1px solid black;
1134
+ font-size: 0.95em;
1135
+ }
1136
+ table th, table td {
1137
+ padding: 1em;
1138
+ }
1139
+ table td.header {
1140
+ font-weight: 400;
1141
+ }
1142
+ table thead tr th {
1143
+ background-color: #5d99d6;
1144
+ }
1145
+ table td, table th {
1146
+ padding: 1em;
1147
+ }
1148
+ table td.header {
1149
+ font-weight: 400;
1150
+ }
1025
1151
 
1026
1152
  .docstage-box table,
1027
1153
  .docstage-box table th,
1028
1154
  .docstage-box table td {
1029
- border: none; }
1155
+ border: none;
1156
+ }
1030
1157
 
1031
1158
  table.modspec {
1032
1159
  width: 100%;
@@ -1035,91 +1162,115 @@ table.modspec {
1035
1162
  margin-left: auto;
1036
1163
  margin-right: auto;
1037
1164
  padding-right: 2em;
1038
- color: #010d16; }
1039
- table.modspec, table.modspec th, table.modspec td {
1040
- border: none !important;
1041
- font-size: 0.95em; }
1042
- table.modspec th, table.modspec td {
1043
- padding: 1em; }
1044
- table.modspec td.header {
1045
- font-weight: 400; }
1046
- table.modspec tr:nth-child(even) {
1047
- background: #ffffff; }
1048
- table.modspec tr:nth-child(odd) {
1049
- background: #ffffff; }
1050
- table.modspec thead tr th {
1051
- background-color: #5d99d6; }
1052
- table.modspec td, table.modspec th {
1053
- padding: 1em; }
1054
- table.modspec td.header {
1055
- font-weight: 400; }
1165
+ color: #010d16;
1166
+ }
1167
+ table.modspec, table.modspec th, table.modspec td {
1168
+ border: none !important;
1169
+ font-size: 0.95em;
1170
+ }
1171
+ table.modspec th, table.modspec td {
1172
+ padding: 1em;
1173
+ }
1174
+ table.modspec td.header {
1175
+ font-weight: 400;
1176
+ }
1177
+ table.modspec tr:nth-child(even) {
1178
+ background: #ffffff;
1179
+ }
1180
+ table.modspec tr:nth-child(odd) {
1181
+ background: #ffffff;
1182
+ }
1183
+ table.modspec thead tr th {
1184
+ background-color: #5d99d6;
1185
+ }
1186
+ table.modspec td, table.modspec th {
1187
+ padding: 1em;
1188
+ }
1189
+ table.modspec td.header {
1190
+ font-weight: 400;
1191
+ }
1056
1192
 
1057
1193
  td > p:first-child, th > p:first-child {
1058
- margin-top: 0em; }
1194
+ margin-top: 0em;
1195
+ }
1059
1196
 
1060
1197
  td > p:last-child, th > p:last-child {
1061
- margin-bottom: 0em; }
1198
+ margin-bottom: 0em;
1199
+ }
1062
1200
 
1063
1201
  p.TableTitle {
1064
1202
  text-align: center;
1065
1203
  margin-top: 2.5em;
1066
- font-weight: 400; }
1204
+ font-weight: 400;
1205
+ }
1067
1206
 
1068
1207
  /* Terms */
1069
1208
  .TermNum {
1070
- font-weight: 300; }
1209
+ font-weight: 300;
1210
+ }
1071
1211
 
1072
1212
  .TermNum, .Terms, .AltTerms {
1073
1213
  color: #00335b;
1074
- font-family: {{headerfont}}; }
1214
+ font-family: {{headerfont}};
1215
+ }
1075
1216
 
1076
1217
  h2.TermNum {
1077
- margin-bottom: 0; }
1218
+ margin-bottom: 0;
1219
+ }
1078
1220
 
1079
1221
  p.AltTerms {
1080
1222
  font-size: 24px;
1081
- margin-top: 1em; }
1223
+ margin-top: 1em;
1224
+ }
1082
1225
 
1083
1226
  span.AdmittedLabel, span.DeprecatedLabel {
1084
1227
  color: #00335b;
1085
1228
  background-color: #CFE2F3;
1086
1229
  font-size: 70%;
1087
- vertical-align: top; }
1230
+ vertical-align: top;
1231
+ }
1088
1232
 
1089
1233
  /* Links, selection */
1090
1234
  a, a:visited {
1091
1235
  text-decoration: none;
1092
- color: #2e81c2; }
1236
+ color: #2e81c2;
1237
+ }
1093
1238
 
1094
1239
  a:hover {
1095
1240
  color: #00335b;
1096
1241
  background: #39CCCC;
1097
- box-shadow: 3px 0 0 #39CCCC, -3px 0 0 #39CCCC; }
1242
+ box-shadow: 3px 0 0 #39CCCC, -3px 0 0 #39CCCC;
1243
+ }
1098
1244
 
1099
1245
  *::selection {
1100
1246
  background: #39CCCC;
1101
- color: #00335b; }
1247
+ color: #00335b;
1248
+ }
1102
1249
 
1103
1250
  *::-moz-selection {
1104
1251
  background: #39CCCC;
1105
- color: #00335b; }
1252
+ color: #00335b;
1253
+ }
1106
1254
 
1107
1255
  /* Bibliograhy */
1108
1256
  p.Biblio, p.NormRef {
1109
1257
  margin-top: 1em;
1110
- margin-left: 2em; }
1258
+ margin-left: 2em;
1259
+ }
1111
1260
 
1112
1261
  /* Blocks */
1113
1262
  .SourceTitle, .FigureTitle {
1114
1263
  font-weight: 700;
1115
1264
  font-size: 1em;
1116
- text-align: center; }
1265
+ text-align: center;
1266
+ }
1117
1267
 
1118
1268
  .ListTitle {
1119
1269
  font-weight: 700;
1120
1270
  font-size: 1em;
1121
1271
  text-align: center;
1122
- text-align: left; }
1272
+ text-align: left;
1273
+ }
1123
1274
 
1124
1275
  pre, .sourcecode {
1125
1276
  font-family: {{monospacefont}};
@@ -1132,55 +1283,67 @@ pre, .sourcecode {
1132
1283
  overflow-y: auto;
1133
1284
  overflow-x: scroll;
1134
1285
  font-family: {{monospacefont}};
1135
- font-variant-ligatures: none; }
1286
+ font-variant-ligatures: none;
1287
+ }
1136
1288
 
1137
1289
  .Admonition {
1138
1290
  padding: 1em 1.2em 1.2em 1.2em;
1139
1291
  margin: 1em 0 1em 0;
1140
1292
  background-color: #fcad88;
1141
1293
  border-top: 10px solid #eb5a06;
1142
- color: #290404; }
1143
- .Admonition .AdmonitionTitle {
1144
- font-weight: 700;
1145
- font-size: 1em;
1146
- text-align: center; }
1147
- .Admonition.Important {
1148
- background-color: #f58cff;
1149
- color: #5d1364;
1150
- border-top: 10px solid #9503a8; }
1151
- .Admonition.Warning {
1152
- background-color: #ff989d;
1153
- color: #270204;
1154
- border-top: 10px solid #e4010c; }
1155
- .Admonition p, .Admonition.Important p, .Admonition.Warning p {
1156
- margin: 0; }
1294
+ color: #290404;
1295
+ }
1296
+ .Admonition .AdmonitionTitle {
1297
+ font-weight: 700;
1298
+ font-size: 1em;
1299
+ text-align: center;
1300
+ }
1301
+ .Admonition.Important {
1302
+ background-color: #f58cff;
1303
+ color: #5d1364;
1304
+ border-top: 10px solid #9503a8;
1305
+ }
1306
+ .Admonition.Warning {
1307
+ background-color: #ff989d;
1308
+ color: #270204;
1309
+ border-top: 10px solid #e4010c;
1310
+ }
1311
+ .Admonition p, .Admonition.Important p, .Admonition.Warning p {
1312
+ margin: 0;
1313
+ }
1157
1314
 
1158
1315
  .figure, pre, .pseudocode, .sourcecode {
1159
1316
  background-color: #e1eef1;
1160
1317
  color: #424242;
1161
- font-size: {{monospacefontsize}}; }
1318
+ font-size: {{monospacefontsize}};
1319
+ }
1162
1320
 
1163
1321
  .Note {
1164
1322
  background-color: #fff8bb;
1165
1323
  color: #7d760b;
1166
1324
  padding: 1.2em;
1167
- margin: 1em 0 1em 0; }
1168
- .Note p {
1169
- margin: 0; }
1325
+ margin: 1em 0 1em 0;
1326
+ }
1327
+ .Note p {
1328
+ margin: 0;
1329
+ }
1170
1330
 
1171
1331
  .example {
1172
1332
  background-color: #e1eef1;
1173
1333
  color: #424242;
1174
1334
  padding: 1.2em;
1175
1335
  margin: 2em 0 1em 0;
1176
- padding-left: 2em; }
1177
- .example .example-title {
1178
- font-weight: 700;
1179
- text-transform: uppercase;
1180
- margin-top: 0;
1181
- margin-left: -1.5em; }
1182
- .example pre, .example .pseudocode {
1183
- background: none; }
1336
+ padding-left: 2em;
1337
+ }
1338
+ .example .example-title {
1339
+ font-weight: 700;
1340
+ text-transform: uppercase;
1341
+ margin-top: 0;
1342
+ margin-left: -1.5em;
1343
+ }
1344
+ .example pre, .example .pseudocode {
1345
+ background: none;
1346
+ }
1184
1347
 
1185
1348
  .Quote {
1186
1349
  background-color: #e1eef1;
@@ -1189,33 +1352,39 @@ pre, .sourcecode {
1189
1352
  padding: 1.5em;
1190
1353
  margin-top: 2em;
1191
1354
  margin-left: auto;
1192
- margin-right: auto; }
1355
+ margin-right: auto;
1356
+ }
1193
1357
 
1194
1358
  .formula {
1195
1359
  background-color: #f6f6f6;
1196
1360
  padding: 1.5em;
1197
1361
  margin-top: 2em;
1198
- text-align: center; }
1362
+ text-align: center;
1363
+ }
1199
1364
 
1200
1365
  .recommend .RecommendationTitle, .recommendtest .RecommendationTitle {
1201
1366
  font-weight: 700;
1202
1367
  font-size: 1em;
1203
- text-align: center; }
1368
+ text-align: center;
1369
+ }
1204
1370
 
1205
1371
  .require .RecommendationTitle, .requiretest .RecommendationTitle {
1206
1372
  font-weight: 700;
1207
1373
  font-size: 1em;
1208
- text-align: center; }
1374
+ text-align: center;
1375
+ }
1209
1376
 
1210
1377
  .permission .RecommendationTitle, .permissiontest .RecommendationTitle {
1211
1378
  font-weight: 700;
1212
1379
  font-size: 1em;
1213
- text-align: center; }
1380
+ text-align: center;
1381
+ }
1214
1382
 
1215
1383
  .RecommendationTestTitle {
1216
1384
  font-weight: 700;
1217
1385
  font-size: 1em;
1218
- text-align: center; }
1386
+ text-align: center;
1387
+ }
1219
1388
 
1220
1389
  /*
1221
1390
  .recommend {
@@ -1248,21 +1417,25 @@ pre, .sourcecode {
1248
1417
  .recommend .RecommendationTitle {
1249
1418
  font-weight: 700;
1250
1419
  font-size: 1em;
1251
- text-align: center; }
1420
+ text-align: center;
1421
+ }
1252
1422
 
1253
1423
  .require .RecommendationTitle {
1254
1424
  font-weight: 700;
1255
1425
  font-size: 1em;
1256
- text-align: center; }
1426
+ text-align: center;
1427
+ }
1257
1428
 
1258
1429
  .permission .RecommendationTitle {
1259
1430
  font-weight: 700;
1260
1431
  font-size: 1em;
1261
- text-align: center; }
1432
+ text-align: center;
1433
+ }
1262
1434
 
1263
1435
  tbody td.recommend p.RecommendationTitle, tbody td.recommend p.RecommendationTitle, tbody td.recommend p.RecommendationTitle {
1264
1436
  font-weight: normal;
1265
- text-align: left; }
1437
+ text-align: left;
1438
+ }
1266
1439
 
1267
1440
  #myBtn {
1268
1441
  font-family: {{monospacefont}};
@@ -1280,55 +1453,74 @@ tbody td.recommend p.RecommendationTitle, tbody td.recommend p.RecommendationTit
1280
1453
  color: white;
1281
1454
  cursor: pointer;
1282
1455
  padding: 10px 15px 10px 15px;
1283
- border-radius: 4px; }
1284
- #myBtn:hover {
1285
- opacity: 1; }
1286
- @media print {
1287
- #myBtn {
1288
- display: none; } }
1456
+ border-radius: 4px;
1457
+ }
1458
+ #myBtn:hover {
1459
+ opacity: 1;
1460
+ }
1461
+ @media print {
1462
+ #myBtn {
1463
+ display: none;
1464
+ }
1465
+ }
1466
+
1289
1467
  a.anchorjs-link:hover {
1290
1468
  background: none;
1291
1469
  color: #2e81c2;
1292
- box-shadow: none; }
1470
+ box-shadow: none;
1471
+ }
1293
1472
 
1294
1473
  @page {
1295
- margin: 2cm 1cm; }
1296
-
1474
+ margin: 2cm 1cm;
1475
+ }
1297
1476
  @media print {
1298
1477
  h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
1299
1478
  page-break-after: avoid;
1300
- margin-top: 1.2em; }
1479
+ margin-top: 1.2em;
1480
+ }
1301
1481
  h1, .h1 {
1302
1482
  font-size: 1.5em;
1303
- line-height: 1.5; }
1304
- h1.content, .h1.content {
1305
- margin-top: 2em;
1306
- line-height: 2.5em; }
1483
+ line-height: 1.5;
1484
+ }
1485
+ h1.content, .h1.content {
1486
+ margin-top: 2em;
1487
+ line-height: 2.5em;
1488
+ }
1307
1489
  h2, .h2 {
1308
- font-size: 1.2em; }
1490
+ font-size: 1.2em;
1491
+ }
1309
1492
  h3, .h3 {
1310
- font-size: 1em; }
1493
+ font-size: 1em;
1494
+ }
1311
1495
  .prefatory-section {
1312
- page-break-before: always; }
1496
+ page-break-before: always;
1497
+ }
1313
1498
  .note, .pseudocode {
1314
- page-break-inside: avoid; }
1499
+ page-break-inside: avoid;
1500
+ }
1315
1501
  .Note {
1316
1502
  background-color: #fff495;
1317
1503
  color: #47430c;
1318
1504
  padding: 5px;
1319
- margin: 2em 0 1em 0; }
1320
- .Note p {
1321
- padding: 0 5px 0 5px; }
1505
+ margin: 2em 0 1em 0;
1506
+ }
1507
+ .Note p {
1508
+ padding: 0 5px 0 5px;
1509
+ }
1322
1510
  nav {
1323
- line-height: 1; } }
1324
-
1511
+ line-height: 1;
1512
+ }
1513
+ }
1325
1514
  /* Footnotes */
1326
1515
  a.footnote-number {
1327
1516
  vertical-align: super;
1328
- font-size: 0.8em; }
1517
+ font-size: 0.8em;
1518
+ }
1329
1519
 
1330
1520
  .footnote {
1331
- font-size: {{footnotefontsize}}; }
1521
+ font-size: {{footnotefontsize}};
1522
+ }
1332
1523
 
1333
1524
  span.hi {
1334
- background-color: yellow; }
1525
+ background-color: yellow;
1526
+ }