metanorma-iso 3.0.0 → 3.0.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.
@@ -20,7 +20,8 @@ figure, figcaption, footer, header, hgroup,
20
20
  menu, output, ruby, section, summary,
21
21
  time, mark, audio, video {
22
22
  margin: 0;
23
- padding: 0; }
23
+ padding: 0;
24
+ }
24
25
 
25
26
  html, body, div, span, applet, object, iframe,
26
27
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@@ -36,7 +37,8 @@ figure, figcaption, footer, header, hgroup,
36
37
  menu, nav, output, ruby, section, summary,
37
38
  time, mark, audio, video {
38
39
  border: 0;
39
- font-size: 100%; }
40
+ font-size: 100%;
41
+ }
40
42
 
41
43
  html, body, div, span, applet, object, iframe,
42
44
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@@ -51,7 +53,8 @@ article, aside, canvas, details, embed,
51
53
  figure, figcaption, footer, header, hgroup,
52
54
  menu, nav, output, ruby, section, summary,
53
55
  time, mark, audio, video {
54
- vertical-align: baseline; }
56
+ vertical-align: baseline;
57
+ }
55
58
 
56
59
  html, body, div, span, applet, object, iframe,
57
60
  p, blockquote,
@@ -66,90 +69,115 @@ article, aside, canvas, details, embed,
66
69
  figure, figcaption, footer, header, hgroup,
67
70
  menu, nav, output, ruby, section, summary,
68
71
  time, mark, audio, video {
69
- font-family: {{bodyfont}}; }
72
+ font-family: {{bodyfont}};
73
+ }
70
74
 
71
75
  code, pre, tt, kbd, samp {
72
76
  font-family: {{monospacefont}};
73
- font-variant-ligatures: none; }
77
+ font-variant-ligatures: none;
78
+ }
74
79
 
75
80
  code *, pre *, tt *, kbd *, samp * {
76
81
  font-family: {{monospacefont}} !important;
77
- font-variant-ligatures: none; }
82
+ font-variant-ligatures: none;
83
+ }
78
84
 
79
85
  p code, dt code, li code, label code, legend code, caption code, th code, td code,
80
86
  p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
81
87
  p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
82
88
  p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
83
- font-size: {{monospacefontsize}}; }
89
+ font-size: {{monospacefontsize}};
90
+ }
84
91
 
85
92
  sub, sup {
86
- font-size: 0.75em; }
93
+ font-size: 0.75em;
94
+ }
87
95
 
88
96
  article, aside, details, figcaption, figure,
89
97
  footer, header, hgroup, menu, nav, section {
90
- display: block; }
98
+ display: block;
99
+ }
91
100
 
92
101
  table {
93
102
  border-collapse: collapse;
94
- border-spacing: 0; }
103
+ border-spacing: 0;
104
+ }
95
105
 
96
106
  h1, h2, h3, h4, h5, h6 {
97
- font-family: {{headerfont}}; }
107
+ font-family: {{headerfont}};
108
+ }
98
109
 
99
110
  .h1, .h2, .h3, .h4, .h5, .h6 {
100
- font-family: {{headerfont}}; }
111
+ font-family: {{headerfont}};
112
+ }
101
113
 
102
114
  blockquote, q {
103
- quotes: none; }
104
- blockquote::before, blockquote::after, q::before, q::after {
105
- content: '';
106
- content: none; }
115
+ quotes: none;
116
+ }
117
+ blockquote::before, blockquote::after, q::before, q::after {
118
+ content: "";
119
+ content: none;
120
+ }
107
121
 
108
122
  .h2Annex {
109
- font-family: {{headerfont}}; }
123
+ font-family: {{headerfont}};
124
+ }
110
125
 
111
126
  dl {
112
127
  display: grid;
113
- grid-template-columns: max-content auto; }
114
- dl dt p, dl dd p {
115
- margin-top: 0; }
116
- dl dt {
117
- grid-column-start: 1; }
118
- dl dd {
119
- grid-column-start: 2; }
128
+ grid-template-columns: max-content auto;
129
+ }
130
+ dl dt p, dl dd p {
131
+ margin-top: 0;
132
+ }
133
+ dl dt {
134
+ grid-column-start: 1;
135
+ }
136
+ dl dd {
137
+ grid-column-start: 2;
138
+ }
120
139
 
121
140
  b, strong {
122
- font-weight: bold; }
141
+ font-weight: bold;
142
+ }
123
143
 
124
144
  div.document-stage-band, div.document-type-band {
125
- background-color: #333333; }
145
+ background-color: #333333;
146
+ }
126
147
 
127
148
  a.FootnoteRef + a.FootnoteRef::before {
128
149
  content: ", ";
129
- vertical-align: super; }
150
+ vertical-align: super;
151
+ }
130
152
 
131
153
  a.TableFootnoteRef + a.TableFootnoteRef::before {
132
154
  content: ", ";
133
- vertical-align: super; }
155
+ vertical-align: super;
156
+ }
134
157
 
135
158
  a.TableFootnoteRef, span.TableFootnoteRef,
136
159
  a.FootnoteRef, span.FootnoteRef {
137
- vertical-align: super; }
160
+ vertical-align: super;
161
+ }
138
162
 
139
163
  .addition {
140
- color: blue; }
164
+ color: blue;
165
+ }
141
166
 
142
167
  .deletion {
143
168
  color: red;
144
- text-decoration: line-through; }
169
+ text-decoration: line-through;
170
+ }
145
171
 
146
172
  ruby {
147
173
  ruby-position: over;
148
- -webkit-ruby-position: before; }
174
+ -webkit-ruby-position: before;
175
+ }
149
176
 
150
177
  ruby ruby {
151
178
  ruby-position: under;
152
- -webkit-ruby-position: after; }
179
+ -webkit-ruby-position: after;
180
+ }
153
181
 
154
182
  /* code highlighting with line numbers */
155
183
  table.rouge-line-table td.rouge-gutter {
@@ -157,13 +185,15 @@ table.rouge-line-table td.rouge-gutter {
157
185
  -ms-user-select: none;
158
186
  -webkit-user-select: none;
159
187
  user-select: none;
160
- padding-right: 1em; }
188
+ padding-right: 1em;
189
+ }
161
190
 
162
191
  table.rouge-line-table td.rouge-code {
163
192
  -moz-user-select: all;
164
193
  -ms-user-select: all;
165
194
  -webkit-user-select: all;
166
- user-select: all; }
195
+ user-select: all;
196
+ }
167
197
 
168
198
  table.rouge-line-table,
169
199
  table.rouge-line-table th,
@@ -172,27 +202,32 @@ table.rouge-line-table td {
172
202
  border: none;
173
203
  margin: 0;
174
204
  padding: 0;
175
- font-size: 100%; }
205
+ font-size: 100%;
206
+ }
176
207
 
177
208
  table.rouge-line-table pre {
178
209
  margin: 0;
179
210
  padding: 0;
180
211
  overflow-x: visible;
181
- font-size: 100%; }
212
+ font-size: 100%;
213
+ }
182
214
 
183
215
  /* header § links */
184
216
  a.header {
185
217
  color: inherit;
186
- text-decoration: none; }
218
+ text-decoration: none;
219
+ }
187
220
 
188
221
  a.header:hover {
189
222
  color: #a53221 !important;
190
223
  background: inherit;
191
- box-shadow: none; }
224
+ box-shadow: none;
225
+ }
192
226
 
193
227
  a.header:visited {
194
228
  color: inherit;
195
- text-decoration: none; }
229
+ text-decoration: none;
230
+ }
196
231
 
197
232
  a.anchor {
198
233
  position: absolute;
@@ -203,18 +238,21 @@ a.anchor {
203
238
  text-decoration: none !important;
204
239
  visibility: hidden;
205
240
  text-align: center;
206
- font-weight: 400; }
241
+ font-weight: 400;
242
+ }
207
243
 
208
244
  a.anchor::before {
209
- content: "\00A7";
210
- font-size: .85em;
245
+ content: "§";
246
+ font-size: 0.85em;
211
247
  display: block;
212
- padding-top: .1em; }
248
+ padding-top: 0.1em;
249
+ }
213
250
 
214
251
  a.anchor:hover {
215
252
  color: #a53221;
216
253
  background: inherit;
217
- box-shadow: none; }
254
+ box-shadow: none;
255
+ }
218
256
 
219
257
  h1 > a.anchor:hover,
220
258
  h2 > a.anchor:hover,
@@ -230,13 +268,15 @@ h4:hover > a.anchor,
230
268
  h5:hover > a.anchor,
231
269
  h6:hover > a.anchor,
232
270
  .inline-header:hover > a.anchor {
233
- visibility: visible; }
271
+ visibility: visible;
272
+ }
234
273
 
235
274
  /* collapsible snippets: collapsible before hidable */
236
275
  .hidable {
237
276
  max-height: 0;
238
277
  overflow: hidden;
239
- transition: max-height 0.2s ease-out; }
278
+ transition: max-height 0.2s ease-out;
279
+ }
240
280
 
241
281
  .collapsible {
242
282
  background-color: #777;
@@ -248,131 +288,171 @@ h6:hover > a.anchor,
248
288
  border: none;
249
289
  text-align: left;
250
290
  outline: none;
251
- font-size: 15px; }
291
+ font-size: 15px;
292
+ }
252
293
 
253
294
  .active, .collapsible:hover {
254
- background-color: #555; }
295
+ background-color: #555;
296
+ }
255
297
 
256
298
  .collapsible:after {
257
- content: '\25bc';
299
+ content: "▼";
258
300
  color: white;
259
301
  font-weight: bold;
260
302
  float: right;
261
303
  margin-left: 12px;
262
- margin-right: 12px; }
304
+ margin-right: 12px;
305
+ }
263
306
 
264
307
  .active:after {
265
- content: "\25b2"; }
308
+ content: "";
309
+ }
266
310
 
267
311
  /* collapsible: */
268
312
  .collapsible + .hidable {
269
- margin-top: 0; }
313
+ margin-top: 0;
314
+ }
270
315
 
271
316
  .collapsible:not(.active) + .hidable {
272
317
  overflow: hidden;
273
- padding: 0; }
318
+ padding: 0;
319
+ }
274
320
 
275
321
  #standard-band {
276
- background-color: #0AC442; }
322
+ background-color: #0AC442;
323
+ }
277
324
 
278
325
  #standard {
279
- border-bottom: solid 3px #0AC442; }
326
+ border-bottom: solid 3px #0AC442;
327
+ }
280
328
 
281
329
  #directive-band {
282
- background-color: #540D6E; }
330
+ background-color: #540D6E;
331
+ }
283
332
 
284
333
  #directive {
285
- border-bottom: solid 3px #540D6E; }
334
+ border-bottom: solid 3px #540D6E;
335
+ }
286
336
 
287
337
  #guide-band {
288
- background-color: #D183C9; }
338
+ background-color: #D183C9;
339
+ }
289
340
 
290
341
  #guide {
291
- border-bottom: solid 3px #D183C9; }
342
+ border-bottom: solid 3px #D183C9;
343
+ }
292
344
 
293
345
  #specification-band {
294
- background-color: #65AFFF; }
346
+ background-color: #65AFFF;
347
+ }
295
348
 
296
349
  #specification {
297
- border-bottom: solid 3px #65AFFF; }
350
+ border-bottom: solid 3px #65AFFF;
351
+ }
298
352
 
299
353
  #report-band {
300
- background-color: #3A405A; }
354
+ background-color: #3A405A;
355
+ }
301
356
 
302
357
  #report {
303
- border-bottom: solid 3px #3A405A; }
358
+ border-bottom: solid 3px #3A405A;
359
+ }
304
360
 
305
361
  #amendment-band {
306
- background-color: #F26430; }
362
+ background-color: #F26430;
363
+ }
307
364
 
308
365
  #amendment {
309
- border-bottom: solid 3px #F26430; }
366
+ border-bottom: solid 3px #F26430;
367
+ }
310
368
 
311
369
  #corrigendum-band {
312
- background-color: #C84630; }
370
+ background-color: #C84630;
371
+ }
313
372
 
314
373
  #corrigendum {
315
- border-bottom: solid 3px #C84630; }
374
+ border-bottom: solid 3px #C84630;
375
+ }
316
376
 
317
377
  #administrative-band {
318
- background-color: #BFAE48; }
378
+ background-color: #BFAE48;
379
+ }
319
380
 
320
381
  #administrative {
321
- border-bottom: solid 3px #BFAE48; }
382
+ border-bottom: solid 3px #BFAE48;
383
+ }
322
384
 
323
385
  #advisory-band {
324
- background-color: #BD9391; }
386
+ background-color: #BD9391;
387
+ }
325
388
 
326
389
  #advisory {
327
- border-bottom: solid 3px #BD9391; }
390
+ border-bottom: solid 3px #BD9391;
391
+ }
328
392
 
329
393
  #proposal-band {
330
- background-color: #39A0ED; }
394
+ background-color: #39A0ED;
395
+ }
331
396
 
332
397
  #proposal {
333
- border-bottom: solid 3px #39A0ED; }
398
+ border-bottom: solid 3px #39A0ED;
399
+ }
334
400
 
335
401
  #working-draft-band {
336
- background-color: #2D7393; }
402
+ background-color: #2D7393;
403
+ }
337
404
 
338
405
  #working-draft {
339
- border-bottom: solid 3px #2D7393; }
406
+ border-bottom: solid 3px #2D7393;
407
+ }
340
408
 
341
409
  #committee-draft-band {
342
- background-color: #2A6B7C; }
410
+ background-color: #2A6B7C;
411
+ }
343
412
 
344
413
  #committee-draft {
345
- border-bottom: solid 3px #2A6B7C; }
414
+ border-bottom: solid 3px #2A6B7C;
415
+ }
346
416
 
347
417
  #draft-standard-band {
348
- background-color: #1C7F7A; }
418
+ background-color: #1C7F7A;
419
+ }
349
420
 
350
421
  #draft-standard {
351
- border-bottom: solid 3px #1C7F7A; }
422
+ border-bottom: solid 3px #1C7F7A;
423
+ }
352
424
 
353
425
  #final-draft-band {
354
- background-color: #53C170; }
426
+ background-color: #53C170;
427
+ }
355
428
 
356
429
  #final-draft {
357
- border-bottom: solid 3px #53C170; }
430
+ border-bottom: solid 3px #53C170;
431
+ }
358
432
 
359
433
  #published-band {
360
- background-color: #069E2D; }
434
+ background-color: #069E2D;
435
+ }
361
436
 
362
437
  #published {
363
- border-bottom: solid 3px #069E2D; }
438
+ border-bottom: solid 3px #069E2D;
439
+ }
364
440
 
365
441
  #withdrawn-band {
366
- background-color: #004E64; }
442
+ background-color: #004E64;
443
+ }
367
444
 
368
445
  #withdrawn {
369
- border-bottom: solid 3px #004E64; }
446
+ border-bottom: solid 3px #004E64;
447
+ }
370
448
 
371
449
  #cancelled-band {
372
- background-color: #2E382E; }
450
+ background-color: #2E382E;
451
+ }
373
452
 
374
453
  #cancelled {
375
- border-bottom: solid 3px #2E382E; }
454
+ border-bottom: solid 3px #2E382E;
455
+ }
376
456
 
377
457
  body {
378
458
  margin-left: auto;
@@ -381,11 +461,14 @@ body {
381
461
  font-weight: 300;
382
462
  line-height: 1.3;
383
463
  color: -internal-root-color;
384
- background-color: #ffffff; }
385
- body main {
386
- margin: 0 3em 0 6em; }
387
- body main {
388
- margin: 0; }
464
+ background-color: #ffffff;
465
+ }
466
+ body main {
467
+ margin: 0 3em 0 6em;
468
+ }
469
+ body main {
470
+ margin: 0;
471
+ }
389
472
 
390
473
  /* HTML5 display-role reset for older browsers */
391
474
  article,
@@ -399,97 +482,116 @@ hgroup,
399
482
  menu,
400
483
  nav,
401
484
  section {
402
- display: block; }
485
+ display: block;
486
+ }
403
487
 
404
488
  blockquote,
405
489
  q {
406
- quotes: none; }
490
+ quotes: none;
491
+ }
407
492
 
408
493
  blockquote::before,
409
494
  blockquote::after,
410
495
  q::before,
411
496
  q::after {
412
- content: '';
413
- content: none; }
497
+ content: "";
498
+ content: none;
499
+ }
414
500
 
415
501
  /* New CSS */
416
502
  body {
417
503
  margin-left: 298px;
418
- margin-right: 2em; }
504
+ margin-right: 2em;
505
+ }
419
506
 
420
507
  main {
421
508
  padding-left: 4em;
422
- padding-right: 2em; }
509
+ padding-right: 2em;
510
+ }
423
511
 
424
512
  .title-section,
425
513
  .prefatory-section {
426
514
  padding-left: 4em;
427
- padding-top: 2em; }
515
+ padding-top: 2em;
516
+ }
428
517
 
429
518
  .prefatory-section {
430
- margin-bottom: 5em; }
519
+ margin-bottom: 5em;
520
+ }
431
521
 
432
522
  .doctitle-en,
433
523
  .doctitle-fr {
434
524
  margin-top: 2em;
435
- text-align: left; }
525
+ text-align: left;
526
+ }
436
527
 
437
528
  .doctitle-en {
438
529
  background-color: black;
439
530
  padding-left: 3em;
440
531
  margin-left: -3em;
441
532
  padding-top: 2em;
442
- padding-bottom: 2em; }
533
+ padding-bottom: 2em;
534
+ }
443
535
 
444
536
  .doctitle-en span {
445
537
  font-size: 1.5em;
446
538
  line-height: 1.5em;
447
539
  font-weight: 900;
448
540
  display: block;
449
- color: white; }
541
+ color: white;
542
+ }
450
543
 
451
544
  .doctitle-fr span {
452
545
  font-size: 1.2em;
453
546
  line-height: 1.2em;
454
547
  font-style: italic;
455
- display: block; }
548
+ display: block;
549
+ }
456
550
 
457
551
  .doctitle-part {
458
- margin-top: 1em; }
552
+ margin-top: 1em;
553
+ }
459
554
 
460
555
  span.title {
461
556
  text-transform: uppercase;
462
557
  font-size: 1em;
463
- font-weight: 800; }
558
+ font-weight: 800;
559
+ }
464
560
 
465
561
  .coverpage_docstage {
466
562
  margin-top: 2em;
467
- margin-bottom: 2em; }
563
+ margin-bottom: 2em;
564
+ }
468
565
 
469
566
  .coverpage_warning {
470
567
  font-size: 0.9em;
471
568
  font-style: italic;
472
- padding-bottom: 1em; }
569
+ padding-bottom: 1em;
570
+ }
473
571
 
474
572
  .coverpage_docnumber,
475
573
  .coverpage_techcommittee {
476
574
  text-align: right;
477
575
  font-size: 0.9em;
478
- line-height: 0.5em; }
576
+ line-height: 0.5em;
577
+ }
479
578
 
480
579
  .boilerplate-copyright #boilerplate-name {
481
580
  font-weight: 900;
482
- padding-top: 1em; }
581
+ padding-top: 1em;
582
+ }
483
583
 
484
584
  .boilerplate-copyright p {
485
585
  margin-top: 1em;
486
586
  line-height: 1.1em;
487
587
  display: block;
488
- font-size: 0.9em; }
588
+ font-size: 0.9em;
589
+ }
489
590
 
490
591
  /* TYPOGRAPHY */
491
592
  h1, .h1 {
492
- font-weight: 900; }
593
+ font-weight: 900;
594
+ }
493
595
 
494
596
  h2,
495
597
  h3,
@@ -497,22 +599,26 @@ h4,
497
599
  h5,
498
600
  h6,
499
601
  .h2, .h3, .h4, .h5, .h6 {
500
- font-weight: 700; }
602
+ font-weight: 700;
603
+ }
501
604
 
502
605
  h1, .h1 {
503
606
  font-size: 1.5em;
504
607
  line-height: 2em;
505
608
  margin-top: 2em;
506
- margin-bottom: 1em; }
609
+ margin-bottom: 1em;
610
+ }
507
611
 
508
612
  h2, .h2 {
509
613
  font-size: 1.2em;
510
614
  line-height: 1.5em;
511
615
  margin-top: 2em;
512
- margin-bottom: 1em; }
616
+ margin-bottom: 1em;
617
+ }
513
618
 
514
619
  h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
515
- margin-bottom: 1em; }
620
+ margin-bottom: 1em;
621
+ }
516
622
 
517
623
  h1,
518
624
  h2,
@@ -521,7 +627,8 @@ h4,
521
627
  h5,
522
628
  h6,
523
629
  .h1, .h2, .h3, .h4, .h5, .h6 {
524
- line-height: 1.2; }
630
+ line-height: 1.2;
631
+ }
525
632
 
526
633
  /* override for amendments */
527
634
  {% if doctype == "Amendment" or doctype == "Technical Corrigendum" %}
@@ -531,177 +638,232 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
531
638
  font-style: italic;
532
639
  line-height: 2em;
533
640
  margin-top: 2em;
534
- margin-bottom: 1em; }
641
+ margin-bottom: 1em;
642
+ }
535
643
 
536
644
  {% endif %}
537
645
  h2 p, .h2 p {
538
- display: inline; }
646
+ display: inline;
647
+ }
539
648
 
540
649
  p {
541
650
  margin-top: 1em;
542
651
  margin-bottom: 1em;
543
- line-height: 1.2em; }
652
+ line-height: 1.2em;
653
+ }
544
654
 
545
655
  p.zzSTDTitle1 {
546
656
  font-weight: 700;
547
- font-size: 1.5em; }
657
+ font-size: 1.5em;
658
+ }
548
659
 
549
660
  p.zzSTDTitle2 {
550
- font-size: 1.5em; }
661
+ font-size: 1.5em;
662
+ }
551
663
 
552
664
  span.obligation {
553
- font-weight: 400; }
665
+ font-weight: 400;
666
+ }
554
667
 
555
668
  a {
556
669
  color: black;
557
- text-decoration-color: black; }
670
+ text-decoration-color: black;
671
+ }
558
672
 
559
673
  h2 p, .h2 p {
560
- display: inline; }
674
+ display: inline;
675
+ }
561
676
 
562
677
  ul > li {
563
- list-style: none; }
678
+ list-style: none;
679
+ }
564
680
 
565
681
  ul > li > p:first-child::before {
566
- content: "\2014";
682
+ content: "";
567
683
  display: inline-block;
568
684
  width: 1em;
569
685
  margin-left: -1.5em;
570
- margin-right: 0.5em; }
686
+ margin-right: 0.5em;
687
+ }
571
688
 
572
689
  li p {
573
690
  /* display: inline-block; */
574
691
  margin-bottom: 0.6em;
575
- line-height: 1.2; }
692
+ line-height: 1.2;
693
+ }
576
694
 
577
695
  #toc li::before {
578
696
  content: " ";
579
- display: none; }
697
+ display: none;
698
+ }
580
699
 
581
700
  p.AltTerms {
582
- margin-bottom: 0; }
701
+ margin-bottom: 0;
702
+ }
583
703
 
584
704
  p.Terms {
585
- margin-top: 0em; }
705
+ margin-top: 0em;
706
+ }
586
707
 
587
708
  /* Navigation*/
588
709
  #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
589
710
  font-family: {{bodyfont}};
590
- font-weight: 400; }
591
- #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
592
- margin: 0;
593
- padding: 0;
594
- list-style: none; }
595
- #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
596
- padding: 5px 10px; }
597
- #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
598
- text-decoration: none;
599
- display: block; }
600
- #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
601
- box-shadow: none;
602
- color: white; }
603
- #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
604
- padding-left: 30px; }
605
- #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
606
- padding-left: 50px; }
607
- #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
608
- padding-left: 70px; }
609
- #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
610
- padding-left: 90px; }
611
- #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
612
- padding-left: 110px; }
711
+ font-weight: 400;
712
+ }
713
+ #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
714
+ margin: 0;
715
+ padding: 0;
716
+ list-style: none;
717
+ }
718
+ #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
719
+ padding: 5px 10px;
720
+ }
721
+ #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
722
+ text-decoration: none;
723
+ display: block;
724
+ }
725
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
726
+ box-shadow: none;
727
+ color: white;
728
+ }
729
+ #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
730
+ padding-left: 30px;
731
+ }
732
+ #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
733
+ padding-left: 50px;
734
+ }
735
+ #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
736
+ padding-left: 70px;
737
+ }
738
+ #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
739
+ padding-left: 90px;
740
+ }
741
+ #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
742
+ padding-left: 110px;
743
+ }
744
+ #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 {
745
+ background: #1d1d1d;
746
+ box-shadow: inset -5px 0px 10px -5px #1d1d1d !important;
747
+ }
748
+ #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 {
749
+ color: white;
750
+ }
751
+ @media print {
613
752
  #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 {
614
- background: #1d1d1d;
615
- box-shadow: inset -5px 0px 10px -5px #1d1d1d !important; }
616
- #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 {
617
- color: white; }
618
- @media print {
619
- #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 {
620
- background: white;
621
- box-shadow: none !important; }
622
- #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
623
- color: black; } }
624
- @media screen and (max-width: 768px) {
625
- #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
626
- padding: 0 1.5em;
627
- overflow: visible; } }
628
- #toc li::before, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li::before {
629
- content: " ";
630
- display: none; }
753
+ background: white;
754
+ box-shadow: none !important;
755
+ }
756
+ #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
757
+ color: black;
758
+ }
759
+ }
760
+ @media screen and (max-width: 768px) {
761
+ #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
762
+ padding: 0 1.5em;
763
+ overflow: visible;
764
+ }
765
+ }
766
+ #toc li::before, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li::before {
767
+ content: " ";
768
+ display: none;
769
+ }
631
770
 
632
771
  #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
633
772
  margin-top: 0;
634
773
  margin-bottom: 0;
635
- font-size: 100%; }
774
+ font-size: 100%;
775
+ }
636
776
 
637
777
  nav {
638
- line-height: 1.2em; }
639
- @media screen and (min-width: 768px) {
640
- nav {
641
- position: fixed;
642
- top: 0;
643
- bottom: 0;
644
- left: 0;
645
- width: 278px;
646
- font-size: 0.9em;
647
- overflow: auto;
648
- padding: 0 0 0 20px;
649
- background-color: #f7f7f7; } }
650
- @media print {
651
- nav {
652
- position: relative;
653
- width: auto;
654
- font-size: 0.9em;
655
- overflow: auto;
656
- padding: 0;
657
- margin-right: 0;
658
- background-color: white; } }
778
+ line-height: 1.2em;
779
+ }
780
+ @media screen and (min-width: 768px) {
781
+ nav {
782
+ position: fixed;
783
+ top: 0;
784
+ bottom: 0;
785
+ left: 0;
786
+ width: 278px;
787
+ font-size: 0.9em;
788
+ overflow: auto;
789
+ padding: 0 0 0 20px;
790
+ background-color: #f7f7f7;
791
+ }
792
+ }
793
+ @media print {
794
+ nav {
795
+ position: relative;
796
+ width: auto;
797
+ font-size: 0.9em;
798
+ overflow: auto;
799
+ padding: 0;
800
+ margin-right: 0;
801
+ background-color: white;
802
+ }
803
+ }
804
+
659
805
  #toggle {
660
806
  margin-left: -4em;
661
- margin-top: -2em; }
662
- @media screen and (min-width: 768px) {
663
- #toggle {
664
- position: fixed;
665
- height: 100%;
666
- width: 30px;
667
- background-color: black;
668
- color: white !important;
669
- cursor: pointer;
670
- z-index: 100; }
671
- #toggle span {
672
- text-align: center;
673
- width: 100%;
674
- position: absolute;
675
- top: 50%;
676
- transform: translate(0, -50%); } }
677
- @media screen and (max-width: 768px) {
678
- #toggle {
679
- display: none; } }
680
- @media print {
681
- #toggle {
682
- display: none; } }
807
+ margin-top: -2em;
808
+ }
809
+ @media screen and (min-width: 768px) {
810
+ #toggle {
811
+ position: fixed;
812
+ height: 100%;
813
+ width: 30px;
814
+ background-color: black;
815
+ color: white !important;
816
+ cursor: pointer;
817
+ z-index: 100;
818
+ }
819
+ #toggle span {
820
+ text-align: center;
821
+ width: 100%;
822
+ position: absolute;
823
+ top: 50%;
824
+ transform: translate(0, -50%);
825
+ }
826
+ }
827
+ @media screen and (max-width: 768px) {
828
+ #toggle {
829
+ display: none;
830
+ }
831
+ }
832
+ @media print {
833
+ #toggle {
834
+ display: none;
835
+ }
836
+ }
837
+
683
838
  @media screen and (min-width: 768px) {
684
839
  .container {
685
- padding-left: 360px; }
840
+ padding-left: 360px;
841
+ }
686
842
  .rule.toc {
687
- display: none; }
843
+ display: none;
844
+ }
688
845
  h1.toc-contents {
689
- margin-top: 1em; }
846
+ margin-top: 1em;
847
+ }
690
848
  ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
691
849
  padding: 0;
692
- margin: 0; } }
693
-
850
+ margin: 0;
851
+ }
852
+ }
694
853
  @media screen and (max-width: 768px) {
695
854
  body {
696
- margin-left: 2em; }
855
+ margin-left: 2em;
856
+ }
697
857
  main {
698
- padding: 0; }
858
+ padding: 0;
859
+ }
699
860
  .title-section,
700
861
  .prefatory-section {
701
862
  padding-left: 0;
702
863
  padding-top: 0;
703
- width: 100%; } }
704
-
864
+ width: 100%;
865
+ }
866
+ }
705
867
  .figure,
706
868
  pre,
707
869
  .pseudocode {
@@ -711,33 +873,39 @@ pre,
711
873
  padding: 1.5em;
712
874
  margin: 2em 0 1em 0;
713
875
  overflow: auto;
714
- font-size: {{normalfontsize}}; }
715
- .figure .SourceTitle,
716
- pre .SourceTitle,
717
- .pseudocode .SourceTitle {
718
- font-weight: 700;
719
- font-size: 1em;
720
- text-align: center; }
876
+ font-size: {{normalfontsize}};
877
+ }
878
+ .figure .SourceTitle,
879
+ pre .SourceTitle,
880
+ .pseudocode .SourceTitle {
881
+ font-weight: 700;
882
+ font-size: 1em;
883
+ text-align: center;
884
+ }
721
885
 
722
886
  div.figure {
723
887
  line-height: 1.6em;
724
888
  padding: 1.5em;
725
889
  margin: 2em 0 1em 0;
726
- overflow: auto; }
727
- div.figure .FigureTitle, div.figure .figure-title {
728
- font-weight: 700;
729
- font-size: 1em;
730
- text-align: center; }
731
- div.figure > img, div.figure > svg {
732
- margin-left: auto;
733
- margin-right: auto;
734
- display: block;
735
- max-width: 100%;
736
- height: auto; }
890
+ overflow: auto;
891
+ }
892
+ div.figure .FigureTitle, div.figure .figure-title {
893
+ font-weight: 700;
894
+ font-size: 1em;
895
+ text-align: center;
896
+ }
897
+ div.figure > img, div.figure > svg {
898
+ margin-left: auto;
899
+ margin-right: auto;
900
+ display: block;
901
+ max-width: 100%;
902
+ height: auto;
903
+ }
737
904
 
738
905
  table div.figure {
739
906
  padding: 0;
740
- margin: 0; }
907
+ margin: 0;
908
+ }
741
909
 
742
910
  /*
743
911
  Document types + stages
@@ -748,30 +916,35 @@ table div.figure {
748
916
  height: 100%;
749
917
  position: fixed;
750
918
  display: block;
751
- z-index: 102; }
752
- .document-type-band > :first-child {
753
- position: relative;
754
- width: 25px;
755
- font-weight: 400;
756
- color: white;
757
- text-transform: uppercase;
758
- font-size: 0.9em;
759
- font-weight: 400;
760
- letter-spacing: 0.05em;
761
- margin: 0;
762
- margin-left: 6px;
763
- writing-mode: tb-rl;
764
- -webkit-transform: rotate(180deg);
765
- -moz-transform: rotate(180deg);
766
- -o-transform: rotate(180deg);
767
- white-space: nowrap;
768
- display: block;
769
- bottom: 0; }
770
- @media print {
771
- .document-type-band {
772
- display: none; } }
773
- .document-type-band .document-type {
774
- top: 20px; }
919
+ z-index: 102;
920
+ }
921
+ .document-type-band > :first-child {
922
+ position: relative;
923
+ width: 25px;
924
+ font-weight: 400;
925
+ color: white;
926
+ text-transform: uppercase;
927
+ font-size: 0.9em;
928
+ font-weight: 400;
929
+ letter-spacing: 0.05em;
930
+ margin: 0;
931
+ margin-left: 6px;
932
+ writing-mode: tb-rl;
933
+ -webkit-transform: rotate(180deg);
934
+ -moz-transform: rotate(180deg);
935
+ -o-transform: rotate(180deg);
936
+ white-space: nowrap;
937
+ display: block;
938
+ bottom: 0;
939
+ }
940
+ @media print {
941
+ .document-type-band {
942
+ display: none;
943
+ }
944
+ }
945
+ .document-type-band .document-type {
946
+ top: 20px;
947
+ }
775
948
 
776
949
  .document-stage-band {
777
950
  left: 0;
@@ -780,29 +953,34 @@ table div.figure {
780
953
  position: fixed;
781
954
  display: block;
782
955
  z-index: 101;
783
- box-shadow: -5px 0px 10px #1d1d1d; }
784
- .document-stage-band > :first-child {
785
- position: relative;
786
- width: 25px;
787
- font-weight: 400;
788
- height: 100%;
789
- color: white;
790
- text-transform: uppercase;
791
- font-size: 0.9em;
792
- font-weight: 400;
793
- letter-spacing: 0.05em;
794
- margin: 0;
795
- margin-left: 6px;
796
- writing-mode: tb-rl;
797
- -webkit-transform: rotate(180deg);
798
- -moz-transform: rotate(180deg);
799
- -o-transform: rotate(180deg);
800
- white-space: nowrap;
801
- display: block;
802
- bottom: 0; }
803
- @media print {
804
- .document-stage-band {
805
- display: none; } }
956
+ box-shadow: -5px 0px 10px #1d1d1d;
957
+ }
958
+ .document-stage-band > :first-child {
959
+ position: relative;
960
+ width: 25px;
961
+ font-weight: 400;
962
+ height: 100%;
963
+ color: white;
964
+ text-transform: uppercase;
965
+ font-size: 0.9em;
966
+ font-weight: 400;
967
+ letter-spacing: 0.05em;
968
+ margin: 0;
969
+ margin-left: 6px;
970
+ writing-mode: tb-rl;
971
+ -webkit-transform: rotate(180deg);
972
+ -moz-transform: rotate(180deg);
973
+ -o-transform: rotate(180deg);
974
+ white-space: nowrap;
975
+ display: block;
976
+ bottom: 0;
977
+ }
978
+ @media print {
979
+ .document-stage-band {
980
+ display: none;
981
+ }
982
+ }
983
+
806
984
  p.document-stage {
807
985
  position: relative;
808
986
  width: 25px;
@@ -822,70 +1000,90 @@ p.document-stage {
822
1000
  white-space: nowrap;
823
1001
  display: block;
824
1002
  bottom: 0;
825
- writing-mode: vertical-rl; }
1003
+ writing-mode: vertical-rl;
1004
+ }
826
1005
 
827
1006
  #governance-band p.document-type {
828
1007
  font-weight: 400;
829
- height: 230px !important; }
1008
+ height: 230px !important;
1009
+ }
830
1010
 
831
1011
  p.document-stage {
832
1012
  font-weight: 300;
833
- height: 160px; }
1013
+ height: 160px;
1014
+ }
834
1015
 
835
1016
  #standard-band {
836
- background-color: #0ac442; }
1017
+ background-color: #0ac442;
1018
+ }
837
1019
 
838
1020
  #standard {
839
- border-bottom: solid 3px #0ac442; }
1021
+ border-bottom: solid 3px #0ac442;
1022
+ }
840
1023
 
841
1024
  #governance {
842
- border-bottom: solid 3px #750697; }
1025
+ border-bottom: solid 3px #750697;
1026
+ }
843
1027
 
844
1028
  #governance-band {
845
- background-color: #750697; }
1029
+ background-color: #750697;
1030
+ }
846
1031
 
847
1032
  #guide {
848
- border-bottom: solid 3px #48a0e7; }
1033
+ border-bottom: solid 3px #48a0e7;
1034
+ }
849
1035
 
850
1036
  #guide-band {
851
- background-color: #48a0e7; }
1037
+ background-color: #48a0e7;
1038
+ }
852
1039
 
853
1040
  .coverpage-maturity {
854
- font-family: 'Overpass', sans-serif;
1041
+ font-family: "Overpass", sans-serif;
855
1042
  font-weight: 400;
856
1043
  font-size: 1em;
857
1044
  margin: 0 0 2em 0;
858
- text-transform: uppercase; }
1045
+ text-transform: uppercase;
1046
+ }
859
1047
 
860
1048
  #working-draft {
861
- border-bottom: solid 3px #fda706; }
1049
+ border-bottom: solid 3px #fda706;
1050
+ }
862
1051
 
863
1052
  #working-draft-band {
864
- background-color: #fda706; }
1053
+ background-color: #fda706;
1054
+ }
865
1055
 
866
1056
  #committee-draft {
867
- border-bottom: solid 3px #fd06fd; }
1057
+ border-bottom: solid 3px #fd06fd;
1058
+ }
868
1059
 
869
1060
  #committee-draft-band {
870
- background-color: #fd06fd; }
1061
+ background-color: #fd06fd;
1062
+ }
871
1063
 
872
1064
  #draft-standard {
873
- border-bottom: solid 3px #fdf906; }
1065
+ border-bottom: solid 3px #fdf906;
1066
+ }
874
1067
 
875
1068
  #draft-standard {
876
- border-bottom: solid 3px #fdf906; }
1069
+ border-bottom: solid 3px #fdf906;
1070
+ }
877
1071
 
878
1072
  #standard {
879
- border-bottom: solid 3px #0ac442; }
1073
+ border-bottom: solid 3px #0ac442;
1074
+ }
880
1075
 
881
1076
  #standard-band {
882
- background-color: #0ac442; }
1077
+ background-color: #0ac442;
1078
+ }
883
1079
 
884
1080
  #obsolete {
885
- border-bottom: solid 3px #7e0d13; }
1081
+ border-bottom: solid 3px #7e0d13;
1082
+ }
886
1083
 
887
1084
  #obsolete-band {
888
- background-color: #7e0d13; }
1085
+ background-color: #7e0d13;
1086
+ }
889
1087
 
890
1088
  /* 3 Other styles */
891
1089
  /*
@@ -893,20 +1091,24 @@ p.document-stage {
893
1091
  */
894
1092
  a {
895
1093
  color: black;
896
- text-decoration-color: black; }
1094
+ text-decoration-color: black;
1095
+ }
897
1096
 
898
1097
  /*
899
1098
  3.3 Lists
900
1099
  */
901
1100
  ul,
902
1101
  ol {
903
- margin-left: 2em; }
1102
+ margin-left: 2em;
1103
+ }
904
1104
 
905
1105
  #toc-list ul {
906
- margin-bottom: 0.25em; }
1106
+ margin-bottom: 0.25em;
1107
+ }
907
1108
 
908
1109
  #toc-list ol li {
909
- list-style-type: none; }
1110
+ list-style-type: none;
1111
+ }
910
1112
 
911
1113
  /*
912
1114
  3.4 Rules
@@ -915,7 +1117,8 @@ ol {
915
1117
  width: 100%;
916
1118
  height: 1px;
917
1119
  background-color: #0e1a85;
918
- margin: 2em 0; }
1120
+ margin: 2em 0;
1121
+ }
919
1122
 
920
1123
  /*
921
1124
  3.5 Bibliograhy
@@ -923,7 +1126,8 @@ ol {
923
1126
  p.Biblio,
924
1127
  p.NormRef {
925
1128
  margin-top: 1em;
926
- margin-left: 2em; }
1129
+ margin-left: 2em;
1130
+ }
927
1131
 
928
1132
  /*
929
1133
  3.6 Source Code + figures
@@ -937,33 +1141,39 @@ pre,
937
1141
  padding: 1.5em;
938
1142
  margin: 2em 0 1em 0;
939
1143
  overflow: auto;
940
- font-size: {{normalfontsize}}; }
941
- .figure .SourceTitle,
942
- pre .SourceTitle,
943
- .pseudocode .SourceTitle {
944
- font-weight: 700;
945
- font-size: 1em;
946
- text-align: center; }
1144
+ font-size: {{normalfontsize}};
1145
+ }
1146
+ .figure .SourceTitle,
1147
+ pre .SourceTitle,
1148
+ .pseudocode .SourceTitle {
1149
+ font-weight: 700;
1150
+ font-size: 1em;
1151
+ text-align: center;
1152
+ }
947
1153
 
948
1154
  pre {
949
1155
  font-family: {{monospacefont}};
950
- font-variant-ligatures: none; }
1156
+ font-variant-ligatures: none;
1157
+ }
951
1158
 
952
1159
  .AdmonitionTitle {
953
1160
  font-weight: 700;
954
1161
  font-size: 1em;
955
- text-align: center; }
1162
+ text-align: center;
1163
+ }
956
1164
 
957
1165
  .RecommendationTitle {
958
1166
  font-weight: 700;
959
1167
  font-size: 1em;
960
- text-align: center; }
1168
+ text-align: center;
1169
+ }
961
1170
 
962
1171
  .ListTitle {
963
1172
  font-weight: 700;
964
1173
  font-size: 1em;
965
1174
  text-align: center;
966
- text-align: left; }
1175
+ text-align: left;
1176
+ }
967
1177
 
968
1178
  .figure-title,
969
1179
  .FigureTitle,
@@ -972,7 +1182,8 @@ pre {
972
1182
  .RecommendationTitle {
973
1183
  font-weight: 700;
974
1184
  font-size: 1em;
975
- text-align: center; }
1185
+ text-align: center;
1186
+ }
976
1187
 
977
1188
  /*
978
1189
  3.7 Notes
@@ -983,21 +1194,25 @@ pre {
983
1194
  color: #47430c;
984
1195
  padding: 0.5em;
985
1196
  margin: 1.5em 0 1.5em 0;
986
- text-align: left; }
1197
+ text-align: left;
1198
+ }
987
1199
 
988
1200
  .Note p,
989
1201
  .note p {
990
- margin: 0; }
1202
+ margin: 0;
1203
+ }
991
1204
 
992
1205
  .Admonition {
993
1206
  background-color: #ffcccc;
994
1207
  color: #47430c;
995
1208
  padding: 0.5em;
996
1209
  margin: 1.5em 0 1.5em 0;
997
- text-align: left; }
1210
+ text-align: left;
1211
+ }
998
1212
 
999
1213
  .Admonition p {
1000
- margin: 0; }
1214
+ margin: 0;
1215
+ }
1001
1216
 
1002
1217
  /*
1003
1218
  3.8 Examples
@@ -1010,18 +1225,23 @@ pre {
1010
1225
  color: #424242;
1011
1226
  padding-left: 2em;
1012
1227
  color: black;
1013
- padding-left: 2em; }
1014
- .example p {
1015
- margin: 0; }
1016
- .example .example-title {
1017
- font-weight: 700;
1018
- text-transform: uppercase;
1019
- margin-left: -1.5em; }
1020
- .example .example-title {
1021
- margin-left: -1.5em; }
1022
- .example pre,
1023
- .example .pseudocode {
1024
- background: none; }
1228
+ padding-left: 2em;
1229
+ }
1230
+ .example p {
1231
+ margin: 0;
1232
+ }
1233
+ .example .example-title {
1234
+ font-weight: 700;
1235
+ text-transform: uppercase;
1236
+ margin-left: -1.5em;
1237
+ }
1238
+ .example .example-title {
1239
+ margin-left: -1.5em;
1240
+ }
1241
+ .example pre,
1242
+ .example .pseudocode {
1243
+ background: none;
1244
+ }
1025
1245
 
1026
1246
  /*
1027
1247
  3.9 Tables
@@ -1032,36 +1252,46 @@ table {
1032
1252
  margin: 1em 0 2em 0;
1033
1253
  margin-left: auto;
1034
1254
  margin-right: auto;
1035
- padding-right: 2em; }
1036
- table, table th, table td {
1037
- border: 1px solid black;
1038
- font-size: 0.95em; }
1039
- table th, table td {
1040
- padding: 1em; }
1041
- table td.header {
1042
- font-weight: 400; }
1255
+ padding-right: 2em;
1256
+ }
1257
+ table, table th, table td {
1258
+ border: 1px solid black;
1259
+ font-size: 0.95em;
1260
+ }
1261
+ table th, table td {
1262
+ padding: 1em;
1263
+ }
1264
+ table td.header {
1265
+ font-weight: 400;
1266
+ }
1043
1267
 
1044
1268
  td > p:first-child, th > p:first-child {
1045
- margin-top: 0em; }
1269
+ margin-top: 0em;
1270
+ }
1046
1271
 
1047
1272
  td > p:last-child, th > p:last-child {
1048
- margin-bottom: 0em; }
1273
+ margin-bottom: 0em;
1274
+ }
1049
1275
 
1050
1276
  td,
1051
1277
  th {
1052
- padding: 1em !important; }
1278
+ padding: 1em !important;
1279
+ }
1053
1280
 
1054
1281
  table.rouge-line-table td, table.rouge-line-table th {
1055
- padding: 0em !important; }
1282
+ padding: 0em !important;
1283
+ }
1056
1284
 
1057
1285
  p.TableTitle {
1058
1286
  text-align: center;
1059
1287
  margin-top: 2.5em;
1060
1288
  font-weight: 800;
1061
- font-size: 1.1em; }
1289
+ font-size: 1.1em;
1290
+ }
1062
1291
 
1063
1292
  .TableFootnote {
1064
- text-align: left !important; }
1293
+ text-align: left !important;
1294
+ }
1065
1295
 
1066
1296
  /*
1067
1297
  table.modspec {
@@ -1097,14 +1327,17 @@ a.footnote-number,
1097
1327
  a.TableFootnoteRef,
1098
1328
  span.TableFootnoteRef {
1099
1329
  vertical-align: super;
1100
- font-size: 0.8em; }
1330
+ font-size: 0.8em;
1331
+ }
1101
1332
 
1102
1333
  .footnote {
1103
- font-size: {{footnotefontsize}}; }
1334
+ font-size: {{footnotefontsize}};
1335
+ }
1104
1336
 
1105
1337
  sup a {
1106
1338
  vertical-align: super;
1107
- font-size: 0.8em; }
1339
+ font-size: 0.8em;
1340
+ }
1108
1341
 
1109
1342
  #footnote_box {
1110
1343
  font-size: {{footnotefontsize}};
@@ -1114,29 +1347,35 @@ sup a {
1114
1347
  border: 1px solid #888;
1115
1348
  -moz-box-shadow: 0px 0px 5px #888;
1116
1349
  -webkit-box-shadow: 0px 0px 5px #888;
1117
- box-shadow: 0px 0px 5px #888; }
1350
+ box-shadow: 0px 0px 5px #888;
1351
+ }
1118
1352
 
1119
1353
  ol.footnotes-list,
1120
1354
  aside.footnote {
1121
- margin-left: 1em; }
1355
+ margin-left: 1em;
1356
+ }
1122
1357
 
1123
1358
  ol.footnotes-list li,
1124
1359
  aside.footnote {
1125
1360
  font-size: {{footnotefontsize}};
1126
1361
  vertical-align: top;
1127
1362
  list-style: decimal;
1128
- margin-bottom: 1em; }
1363
+ margin-bottom: 1em;
1364
+ }
1129
1365
 
1130
1366
  ol.footnotes-list:first-child {
1131
- margin-top: 2em; }
1367
+ margin-top: 2em;
1368
+ }
1132
1369
 
1133
1370
  ol.footnotes-list p,
1134
1371
  aside.footnote {
1135
- display: inline; }
1372
+ display: inline;
1373
+ }
1136
1374
 
1137
1375
  ol > li > p::before {
1138
1376
  content: "";
1139
- display: none; }
1377
+ display: none;
1378
+ }
1140
1379
 
1141
1380
  /*
1142
1381
  3.11 Blockquotes
@@ -1148,7 +1387,8 @@ ol > li > p::before {
1148
1387
  padding: 1.5em;
1149
1388
  margin-top: 2em;
1150
1389
  margin-left: auto;
1151
- margin-right: auto; }
1390
+ margin-right: auto;
1391
+ }
1152
1392
 
1153
1393
  /*
1154
1394
  3.12 Formulas
@@ -1160,19 +1400,22 @@ ol > li > p::before {
1160
1400
  text-align: center;
1161
1401
  margin-left: 20%;
1162
1402
  margin-right: 20%;
1163
- font-size: {{smallerfontsize}}; }
1403
+ font-size: {{smallerfontsize}};
1404
+ }
1164
1405
 
1165
1406
  dl.formula_dl {
1166
1407
  background-color: #f7f7f7;
1167
1408
  margin-left: 20%;
1168
1409
  margin-right: 20%;
1169
- font-size: {{smallerfontsize}}; }
1410
+ font-size: {{smallerfontsize}};
1411
+ }
1170
1412
 
1171
1413
  /*
1172
1414
  Keywords
1173
1415
  */
1174
1416
  span.keyword {
1175
- font-weight: 600; }
1417
+ font-weight: 600;
1418
+ }
1176
1419
 
1177
1420
  .Admonition,
1178
1421
  .admonition {
@@ -1180,24 +1423,28 @@ span.keyword {
1180
1423
  /* color: #47430c;*/
1181
1424
  padding: 0.5em;
1182
1425
  margin: 1.5em 0 1.5em 0;
1183
- text-align: left; }
1426
+ text-align: left;
1427
+ }
1184
1428
 
1185
1429
  .Admonition p,
1186
1430
  .admonition p,
1187
1431
  .zzHelp p {
1188
- margin: 0; }
1432
+ margin: 0;
1433
+ }
1189
1434
 
1190
1435
  div.zzHelp {
1191
1436
  color: green;
1192
1437
  padding: 0.5em;
1193
1438
  margin: 1.5em 0 1.5em 0;
1194
- text-align: left; }
1439
+ text-align: left;
1440
+ }
1195
1441
 
1196
1442
  /* Collapse TOC */
1197
1443
  .collapse-group {
1198
1444
  display: flex;
1199
1445
  align-items: center;
1200
- position: relative; }
1446
+ position: relative;
1447
+ }
1201
1448
 
1202
1449
  .collapse-button {
1203
1450
  position: absolute;
@@ -1206,10 +1453,13 @@ div.zzHelp {
1206
1453
  height: 20px;
1207
1454
  width: 20px;
1208
1455
  cursor: pointer;
1209
- background-image: url('data:image/svg+xml,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgba(0,0,0,.54)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"></path></svg>'); }
1456
+ background-image: url('data:image/svg+xml,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgba(0,0,0,.54)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"></path></svg>');
1457
+ }
1210
1458
 
1211
1459
  .collapse {
1212
- display: none; }
1460
+ display: none;
1461
+ }
1213
1462
 
1214
1463
  .expand {
1215
- transform: rotateZ(-180deg); }
1464
+ transform: rotateZ(-180deg);
1465
+ }