metanorma-iec 2.5.13 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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,174 +288,224 @@ 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
- line-height: 1.3; }
458
+ line-height: 1.3;
459
+ }
379
460
 
380
461
  /* New CSS */
381
462
  body {
382
463
  margin-left: 298px;
383
- margin-right: 2em; }
464
+ margin-right: 2em;
465
+ }
384
466
 
385
467
  main {
386
468
  padding-left: 4em;
387
- padding-right: 2em; }
469
+ padding-right: 2em;
470
+ }
388
471
 
389
472
  .title-section, .prefatory-section {
390
473
  padding-left: 4em;
391
- padding-top: 2em; }
474
+ padding-top: 2em;
475
+ }
392
476
 
393
477
  .coverpage_docnumber, .coverpage_techcommittee {
394
478
  text-align: right;
395
479
  font-size: 0.9em;
396
- line-height: 0.5em; }
480
+ line-height: 0.5em;
481
+ }
397
482
 
398
483
  .doctitle-en, .doctitle-fr {
399
484
  margin-top: 2em;
400
- text-align: left; }
485
+ text-align: left;
486
+ }
401
487
 
402
488
  .doctitle-en {
403
489
  padding-left: 3em;
404
490
  margin-left: -3em;
405
491
  /*padding-top: 2em;*/
406
- padding-bottom: 2em; }
492
+ padding-bottom: 2em;
493
+ }
407
494
 
408
495
  .doctitle-en span {
409
496
  font-size: 2em;
410
- line-height: 1.5em; }
497
+ line-height: 1.5em;
498
+ }
411
499
 
412
500
  .doctitle-fr span {
413
501
  font-size: 1.5em;
414
502
  line-height: 1.2em;
415
- font-style: italic; }
503
+ font-style: italic;
504
+ }
416
505
 
417
506
  .doctitle-part {
418
- margin-top: 1em; }
507
+ margin-top: 1em;
508
+ }
419
509
 
420
510
  /*
421
511
  span.title {
@@ -425,100 +515,123 @@ span.title {
425
515
  }
426
516
  */
427
517
  span.title, span.subtitle, span.part {
428
- font-weight: 800; }
518
+ font-weight: 800;
519
+ }
429
520
 
430
521
  span.partlabel {
431
- display: block; }
522
+ display: block;
523
+ }
432
524
 
433
525
  .coverpage_docstage {
434
526
  margin-top: 2em;
435
- margin-bottom: 2em; }
527
+ margin-bottom: 2em;
528
+ }
436
529
 
437
530
  .coverpage_warning {
438
531
  font-size: 0.9em;
439
532
  font-style: italic;
440
- padding-bottom: 1em; }
533
+ padding-bottom: 1em;
534
+ }
441
535
 
442
536
  .boilerplate-copyright p {
443
537
  margin-top: 1em;
444
- display: block; }
538
+ display: block;
539
+ }
445
540
 
446
541
  #boilerplate-message, #boilerplate-name,
447
542
  #boilerplate-address {
448
- font-size: 0.9em; }
543
+ font-size: 0.9em;
544
+ }
449
545
 
450
546
  /* TYPOGRAPHY */
451
547
  h1, .h1 {
452
548
  font-size: 1.5em;
453
549
  line-height: 2em;
454
550
  margin-top: 2em;
455
- margin-bottom: 1em; }
551
+ margin-bottom: 1em;
552
+ }
456
553
 
457
554
  h2, .h2 {
458
555
  font-size: 1.2em;
459
556
  line-height: 1.5em;
460
557
  margin-top: 2em;
461
- margin-bottom: 1em; }
558
+ margin-bottom: 1em;
559
+ }
462
560
 
463
561
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
464
- line-height: 1.2; }
562
+ line-height: 1.2;
563
+ }
465
564
 
466
565
  p {
467
566
  margin-top: 1em;
468
- margin-bottom: 1em; }
567
+ margin-bottom: 1em;
568
+ }
469
569
 
470
570
  p.zzSTDTitle1 {
471
571
  font-weight: 700;
472
572
  font-size: 1.5em;
473
- text-transform: uppercase; }
573
+ text-transform: uppercase;
574
+ }
474
575
 
475
576
  .zzSTDTitle2 {
476
577
  font-weight: 700;
477
- font-size: 1.5em; }
578
+ font-size: 1.5em;
579
+ }
478
580
 
479
581
  span.obligation {
480
- font-weight: 400; }
582
+ font-weight: 400;
583
+ }
481
584
 
482
585
  a {
483
586
  color: black;
484
- text-decoration-color: black; }
587
+ text-decoration-color: black;
588
+ }
485
589
 
486
590
  nav a {
487
591
  text-decoration: none;
488
- color: black; }
592
+ color: black;
593
+ }
489
594
 
490
595
  h2 p, .h2 p {
491
- display: inline; }
596
+ display: inline;
597
+ }
492
598
 
493
599
  ul > li {
494
- list-style: none; }
600
+ list-style: none;
601
+ }
495
602
 
496
603
  ul > li > p:first-child::before {
497
- content: "\2014";
604
+ content: "";
498
605
  display: inline-block;
499
606
  width: 1em;
500
607
  margin-left: -1.5em;
501
- margin-right: 0.5em; }
608
+ margin-right: 0.5em;
609
+ }
502
610
 
503
611
  li p {
504
612
  /* display: inline-block; */
505
613
  margin-bottom: 0.6em;
506
- line-height: 1.2; }
614
+ line-height: 1.2;
615
+ }
507
616
 
508
617
  #toc li::before {
509
618
  content: " ";
510
- display: none; }
619
+ display: none;
620
+ }
511
621
 
512
622
  p.AltTerms {
513
623
  margin-bottom: 0;
514
624
  font-style: italic;
515
- margin-left: 2em; }
625
+ margin-left: 2em;
626
+ }
516
627
 
517
628
  p.Terms {
518
- margin-top: 0em; }
629
+ margin-top: 0em;
630
+ }
519
631
 
520
632
  p.TermNum {
521
- font-weight: bold; }
633
+ font-weight: bold;
634
+ }
522
635
 
523
636
  /* Navigation*/
524
637
  @media screen and (min-width: 768px) {
@@ -531,8 +644,9 @@ p.TermNum {
531
644
  font-size: 0.9em;
532
645
  overflow: auto;
533
646
  padding: 0 0 0 20px;
534
- background-color: #f5faff; } }
535
-
647
+ background-color: #f5faff;
648
+ }
649
+ }
536
650
  @media print {
537
651
  nav {
538
652
  position: relative;
@@ -541,7 +655,9 @@ p.TermNum {
541
655
  overflow: auto;
542
656
  padding: 0;
543
657
  margin-right: 0;
544
- background-color: white; } }
658
+ background-color: white;
659
+ }
660
+ }
545
661
 
546
662
  @media screen and (min-width: 768px) {
547
663
  #toggle {
@@ -551,121 +667,159 @@ p.TermNum {
551
667
  background-color: #f5faff;
552
668
  color: black !important;
553
669
  cursor: pointer;
554
- z-index: 100; }
555
- #toggle span {
556
- text-align: center;
557
- width: 100%;
558
- position: absolute;
559
- top: 50%;
560
- transform: translate(0, -50%); } }
561
-
670
+ z-index: 100;
671
+ }
672
+ #toggle span {
673
+ text-align: center;
674
+ width: 100%;
675
+ position: absolute;
676
+ top: 50%;
677
+ transform: translate(0, -50%);
678
+ }
679
+ }
562
680
  @media screen and (max-width: 768px) {
563
681
  #toggle {
564
- display: none; } }
565
-
682
+ display: none;
683
+ }
684
+ }
566
685
  @media print {
567
686
  #toggle {
568
- display: none; } }
687
+ display: none;
688
+ }
689
+ }
569
690
 
570
691
  #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
571
692
  font-family: {{bodyfont}};
572
- font-weight: 400; }
573
- #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
574
- margin: 0;
575
- padding: 0;
576
- list-style: none; }
577
- #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
578
- padding: 5px 10px; }
579
- #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
580
- color: black;
581
- text-decoration: none;
582
- display: block; }
583
- #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
584
- box-shadow: none;
585
- color: black; }
586
- #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
587
- padding-left: 30px; }
588
- #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
589
- padding-left: 50px; }
590
- #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
591
- padding-left: 70px; }
592
- #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
593
- padding-left: 90px; }
594
- #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
595
- padding-left: 110px; }
693
+ font-weight: 400;
694
+ }
695
+ #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
696
+ margin: 0;
697
+ padding: 0;
698
+ list-style: none;
699
+ }
700
+ #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
701
+ padding: 5px 10px;
702
+ }
703
+ #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
704
+ color: black;
705
+ text-decoration: none;
706
+ display: block;
707
+ }
708
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
709
+ box-shadow: none;
710
+ color: black;
711
+ }
712
+ #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
713
+ padding-left: 30px;
714
+ }
715
+ #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
716
+ padding-left: 50px;
717
+ }
718
+ #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
719
+ padding-left: 70px;
720
+ }
721
+ #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
722
+ padding-left: 90px;
723
+ }
724
+ #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
725
+ padding-left: 110px;
726
+ }
727
+ #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 {
728
+ background: black;
729
+ box-shadow: inset -5px 0px 10px -5px black !important;
730
+ }
731
+ #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 {
732
+ color: black;
733
+ }
734
+ @media print {
596
735
  #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 {
597
- background: black;
598
- box-shadow: inset -5px 0px 10px -5px black !important; }
599
- #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 {
600
- color: black; }
601
- @media print {
602
- #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 {
603
- background: white;
604
- box-shadow: none !important; }
605
- #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
606
- color: black; }
607
- #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
608
- color: black; } }
609
- @media screen and (max-width: 768px) {
610
- #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
611
- padding: 0 1.5em;
612
- overflow: visible; } }
613
- #toc .toc-active,
614
- #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active,
615
- #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
616
- box-shadow: 0px 1px 0px 0px black !important;
736
+ background: white;
737
+ box-shadow: none !important;
738
+ }
739
+ #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
740
+ color: black;
741
+ }
742
+ #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
617
743
  color: black;
618
- background: none; }
619
- #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
620
- box-shadow: none;
621
- color: black; }
744
+ }
745
+ }
746
+ @media screen and (max-width: 768px) {
747
+ #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
748
+ padding: 0 1.5em;
749
+ overflow: visible;
750
+ }
751
+ }
752
+ #toc .toc-active,
753
+ #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active,
754
+ #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
755
+ box-shadow: 0px 1px 0px 0px black !important;
756
+ color: black;
757
+ background: none;
758
+ }
759
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
760
+ box-shadow: none;
761
+ color: black;
762
+ }
622
763
 
623
764
  #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
624
765
  margin-top: 0;
625
766
  margin-bottom: 0;
626
- font-size: 100%; }
767
+ font-size: 100%;
768
+ }
627
769
 
628
770
  @media screen and (min-width: 768px) {
629
771
  nav {
630
- line-height: 1.2em; }
772
+ line-height: 1.2em;
773
+ }
631
774
  #toggle {
632
775
  border-right: solid black 1px;
633
776
  margin-left: -4em;
634
- margin-top: -2em; }
777
+ margin-top: -2em;
778
+ }
635
779
  .container {
636
- padding-left: 360px; }
780
+ padding-left: 360px;
781
+ }
637
782
  .rule.toc {
638
- display: none; }
783
+ display: none;
784
+ }
639
785
  h1.toc-contents {
640
- margin-top: 1em; }
786
+ margin-top: 1em;
787
+ }
641
788
  ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
642
789
  padding: 0;
643
- margin: 0; } }
644
-
790
+ margin: 0;
791
+ }
792
+ }
645
793
  @media screen and (max-width: 768px) {
646
794
  #toggle {
647
795
  display: none;
648
796
  margin-left: -4em;
649
- margin-top: -2em; }
797
+ margin-top: -2em;
798
+ }
650
799
  body {
651
- margin-left: 2em; }
800
+ margin-left: 2em;
801
+ }
652
802
  main {
653
- padding: 0; }
803
+ padding: 0;
804
+ }
654
805
  .title-section, .prefatory-section {
655
806
  padding-left: 0;
656
807
  padding-top: 0;
657
- width: 100%; } }
658
-
808
+ width: 100%;
809
+ }
810
+ }
659
811
  div.figure > img, div.figure > svg {
660
812
  margin-left: auto;
661
813
  margin-right: auto;
662
814
  display: block;
663
815
  max-width: 100%;
664
- height: auto; }
816
+ height: auto;
817
+ }
665
818
 
666
819
  table div.figure {
667
820
  padding: 0;
668
- margin: 0; }
821
+ margin: 0;
822
+ }
669
823
 
670
824
  /*
671
825
  Document types + stages
@@ -676,30 +830,35 @@ table div.figure {
676
830
  height: 100%;
677
831
  position: fixed;
678
832
  display: block;
679
- z-index: 102; }
680
- .document-type-band > :first-child {
681
- position: relative;
682
- width: 25px;
683
- font-weight: 400;
684
- color: white;
685
- text-transform: uppercase;
686
- font-size: 0.9em;
687
- font-weight: 400;
688
- letter-spacing: 0.05em;
689
- margin: 0;
690
- margin-left: 6px;
691
- writing-mode: tb-rl;
692
- -webkit-transform: rotate(180deg);
693
- -moz-transform: rotate(180deg);
694
- -o-transform: rotate(180deg);
695
- white-space: nowrap;
696
- display: block;
697
- bottom: 0; }
698
- @media print {
699
- .document-type-band {
700
- display: none; } }
701
- .document-type-band .document-type {
702
- top: 20px; }
833
+ z-index: 102;
834
+ }
835
+ .document-type-band > :first-child {
836
+ position: relative;
837
+ width: 25px;
838
+ font-weight: 400;
839
+ color: white;
840
+ text-transform: uppercase;
841
+ font-size: 0.9em;
842
+ font-weight: 400;
843
+ letter-spacing: 0.05em;
844
+ margin: 0;
845
+ margin-left: 6px;
846
+ writing-mode: tb-rl;
847
+ -webkit-transform: rotate(180deg);
848
+ -moz-transform: rotate(180deg);
849
+ -o-transform: rotate(180deg);
850
+ white-space: nowrap;
851
+ display: block;
852
+ bottom: 0;
853
+ }
854
+ @media print {
855
+ .document-type-band {
856
+ display: none;
857
+ }
858
+ }
859
+ .document-type-band .document-type {
860
+ top: 20px;
861
+ }
703
862
 
704
863
  .document-stage-band {
705
864
  left: 0;
@@ -708,29 +867,34 @@ table div.figure {
708
867
  position: fixed;
709
868
  display: block;
710
869
  z-index: 101;
711
- box-shadow: -5px 0px 10px #1d1d1d; }
712
- .document-stage-band > :first-child {
713
- position: relative;
714
- width: 25px;
715
- font-weight: 400;
716
- height: 210px;
717
- color: white;
718
- text-transform: uppercase;
719
- font-size: 0.9em;
720
- font-weight: 400;
721
- letter-spacing: 0.05em;
722
- margin: 0;
723
- margin-left: 6px;
724
- writing-mode: tb-rl;
725
- -webkit-transform: rotate(180deg);
726
- -moz-transform: rotate(180deg);
727
- -o-transform: rotate(180deg);
728
- white-space: nowrap;
729
- display: block;
730
- bottom: 0; }
731
- @media print {
732
- .document-stage-band {
733
- display: none; } }
870
+ box-shadow: -5px 0px 10px #1d1d1d;
871
+ }
872
+ .document-stage-band > :first-child {
873
+ position: relative;
874
+ width: 25px;
875
+ font-weight: 400;
876
+ height: 210px;
877
+ color: white;
878
+ text-transform: uppercase;
879
+ font-size: 0.9em;
880
+ font-weight: 400;
881
+ letter-spacing: 0.05em;
882
+ margin: 0;
883
+ margin-left: 6px;
884
+ writing-mode: tb-rl;
885
+ -webkit-transform: rotate(180deg);
886
+ -moz-transform: rotate(180deg);
887
+ -o-transform: rotate(180deg);
888
+ white-space: nowrap;
889
+ display: block;
890
+ bottom: 0;
891
+ }
892
+ @media print {
893
+ .document-stage-band {
894
+ display: none;
895
+ }
896
+ }
897
+
734
898
  p.document-stage {
735
899
  position: relative;
736
900
  width: 25px;
@@ -749,175 +913,224 @@ p.document-stage {
749
913
  -o-transform: rotate(180deg);
750
914
  white-space: nowrap;
751
915
  display: block;
752
- bottom: 0; }
916
+ bottom: 0;
917
+ }
753
918
 
754
919
  #governance-band p.document-type {
755
920
  font-weight: 400;
756
- height: 230px !important; }
921
+ height: 230px !important;
922
+ }
757
923
 
758
924
  p.document-stage {
759
925
  font-weight: 300;
760
- height: 160px; }
926
+ height: 160px;
927
+ }
761
928
 
762
929
  #standard-band {
763
- background-color: #0ac442; }
930
+ background-color: #0ac442;
931
+ }
764
932
 
765
933
  #standard {
766
- border-bottom: solid 3px #0ac442; }
934
+ border-bottom: solid 3px #0ac442;
935
+ }
767
936
 
768
937
  #governance {
769
- border-bottom: solid 3px #750697; }
938
+ border-bottom: solid 3px #750697;
939
+ }
770
940
 
771
941
  #governance-band {
772
- background-color: #750697; }
942
+ background-color: #750697;
943
+ }
773
944
 
774
945
  #guide {
775
- border-bottom: solid 3px #48a0e7; }
946
+ border-bottom: solid 3px #48a0e7;
947
+ }
776
948
 
777
949
  #guide-band {
778
- background-color: #48a0e7; }
950
+ background-color: #48a0e7;
951
+ }
779
952
 
780
953
  .coverpage-maturity {
781
- font-family: 'Overpass', sans-serif;
954
+ font-family: "Overpass", sans-serif;
782
955
  font-weight: 400;
783
956
  font-size: 1em;
784
957
  margin: 0 0 2em 0;
785
- text-transform: uppercase; }
958
+ text-transform: uppercase;
959
+ }
786
960
 
787
961
  #working-draft {
788
- border-bottom: solid 3px #fda706; }
962
+ border-bottom: solid 3px #fda706;
963
+ }
789
964
 
790
965
  #working-draft-band {
791
- background-color: #fda706; }
966
+ background-color: #fda706;
967
+ }
792
968
 
793
969
  #committee-draft {
794
- border-bottom: solid 3px #fd06fd; }
970
+ border-bottom: solid 3px #fd06fd;
971
+ }
795
972
 
796
973
  #committee-draft-band {
797
- background-color: #fd06fd; }
974
+ background-color: #fd06fd;
975
+ }
798
976
 
799
977
  #draft-standard {
800
- border-bottom: solid 3px #fdf906; }
978
+ border-bottom: solid 3px #fdf906;
979
+ }
801
980
 
802
981
  #draft-standard {
803
- border-bottom: solid 3px #fdf906; }
982
+ border-bottom: solid 3px #fdf906;
983
+ }
804
984
 
805
985
  #standard {
806
- border-bottom: solid 3px #0ac442; }
986
+ border-bottom: solid 3px #0ac442;
987
+ }
807
988
 
808
989
  #standard-band {
809
- background-color: #0ac442; }
990
+ background-color: #0ac442;
991
+ }
810
992
 
811
993
  #obsolete {
812
- border-bottom: solid 3px #7e0d13; }
994
+ border-bottom: solid 3px #7e0d13;
995
+ }
813
996
 
814
997
  #obsolete-band {
815
- background-color: #7e0d13; }
998
+ background-color: #7e0d13;
999
+ }
816
1000
 
817
1001
  /* 3 Other styles */
818
1002
  /*
819
1003
  3.3 Lists
820
1004
  */
821
1005
  ul, ol {
822
- margin-left: 2em; }
1006
+ margin-left: 2em;
1007
+ }
823
1008
 
824
1009
  #toc-list ul {
825
- margin-bottom: 0.25em; }
1010
+ margin-bottom: 0.25em;
1011
+ }
826
1012
 
827
1013
  #toc-list ol li {
828
- list-style-type: none; }
1014
+ list-style-type: none;
1015
+ }
829
1016
 
830
1017
  /* https://github.com/metanorma/metanorma-iso/issues/319 : ordered list rendering */
831
- ol[class="alphabet"] {
832
- counter-reset: alphabet; }
1018
+ ol[class=alphabet] {
1019
+ counter-reset: alphabet;
1020
+ }
833
1021
 
834
- ol[class="arabic"] {
835
- counter-reset: arabic; }
1022
+ ol[class=arabic] {
1023
+ counter-reset: arabic;
1024
+ }
836
1025
 
837
- ol[class="roman"] {
838
- counter-reset: roman; }
1026
+ ol[class=roman] {
1027
+ counter-reset: roman;
1028
+ }
839
1029
 
840
- ol[class="alphabet_upper"] {
841
- counter-reset: alphabet_upper; }
1030
+ ol[class=alphabet_upper] {
1031
+ counter-reset: alphabet_upper;
1032
+ }
842
1033
 
843
- ol[class="roman_upper"] {
844
- counter-reset: roman_upper; }
1034
+ ol[class=roman_upper] {
1035
+ counter-reset: roman_upper;
1036
+ }
845
1037
 
846
- ol[class="alphabet"] ol[class="alphabet"] {
847
- counter-reset: alphabet2; }
1038
+ ol[class=alphabet] ol[class=alphabet] {
1039
+ counter-reset: alphabet2;
1040
+ }
848
1041
 
849
- ol[class="arabic"] ol[class="arabic"] {
850
- counter-reset: arabic2; }
1042
+ ol[class=arabic] ol[class=arabic] {
1043
+ counter-reset: arabic2;
1044
+ }
851
1045
 
852
- ol[class="roman"] ol[class="roman"] {
853
- counter-reset: roman2; }
1046
+ ol[class=roman] ol[class=roman] {
1047
+ counter-reset: roman2;
1048
+ }
854
1049
 
855
- ol[class="alphabet_upper"] ol[class="alphabet_upper"] {
856
- counter-reset: alphabet_upper2; }
1050
+ ol[class=alphabet_upper] ol[class=alphabet_upper] {
1051
+ counter-reset: alphabet_upper2;
1052
+ }
857
1053
 
858
- ol[class="roman_upper"] ol[class="roman_upper"] {
859
- counter-reset: roman_upper2; }
1054
+ ol[class=roman_upper] ol[class=roman_upper] {
1055
+ counter-reset: roman_upper2;
1056
+ }
860
1057
 
861
1058
  ol {
862
- counter-reset: alphabet; }
1059
+ counter-reset: alphabet;
1060
+ }
863
1061
 
864
1062
  ol > li {
865
1063
  list-style: none;
866
- position: relative; }
1064
+ position: relative;
1065
+ }
867
1066
 
868
1067
  ol > li::before {
869
1068
  position: absolute;
870
- left: -1.4em; }
1069
+ left: -1.4em;
1070
+ }
871
1071
 
872
- ol[class="roman"] > li::before {
873
- left: -2.0em; }
1072
+ ol[class=roman] > li::before {
1073
+ left: -2em;
1074
+ }
874
1075
 
875
- ol[class="roman_upper"] > li::before {
876
- left: -2.3em; }
1076
+ ol[class=roman_upper] > li::before {
1077
+ left: -2.3em;
1078
+ }
877
1079
 
878
- ol[class="alphabet"] > li::before {
1080
+ ol[class=alphabet] > li::before {
879
1081
  counter-increment: alphabet;
880
- content: counter(alphabet, lower-alpha) ") "; }
1082
+ content: counter(alphabet, lower-alpha) ") ";
1083
+ }
881
1084
 
882
- ol[class="arabic"] > li::before {
1085
+ ol[class=arabic] > li::before {
883
1086
  counter-increment: arabic;
884
- content: counter(arabic, decimal) ") "; }
1087
+ content: counter(arabic, decimal) ") ";
1088
+ }
885
1089
 
886
- ol[class="roman"] > li::before {
1090
+ ol[class=roman] > li::before {
887
1091
  counter-increment: roman;
888
- content: counter(roman, lower-roman) ") "; }
1092
+ content: counter(roman, lower-roman) ") ";
1093
+ }
889
1094
 
890
- ol[class="alphabet_upper"] > li::before {
1095
+ ol[class=alphabet_upper] > li::before {
891
1096
  counter-increment: alphabet_upper;
892
- content: counter(alphabet_upper, upper-alpha) ") "; }
1097
+ content: counter(alphabet_upper, upper-alpha) ") ";
1098
+ }
893
1099
 
894
- ol[class="roman_upper"] > li::before {
1100
+ ol[class=roman_upper] > li::before {
895
1101
  counter-increment: roman_upper;
896
- content: counter(roman_upper, upper-roman) ") "; }
1102
+ content: counter(roman_upper, upper-roman) ") ";
1103
+ }
897
1104
 
898
1105
  ol > li::before {
899
1106
  counter-increment: alphabet;
900
- content: counter(alphabet, lower-alpha) ") "; }
1107
+ content: counter(alphabet, lower-alpha) ") ";
1108
+ }
901
1109
 
902
- ol[class="alphabet"] ol[class="alphabet"] > li::before {
1110
+ ol[class=alphabet] ol[class=alphabet] > li::before {
903
1111
  counter-increment: alphabet2;
904
- content: counter(alphabet2, lower-alpha) ") "; }
1112
+ content: counter(alphabet2, lower-alpha) ") ";
1113
+ }
905
1114
 
906
- ol[class="arabic"] ol[class="arabic"] > li::before {
1115
+ ol[class=arabic] ol[class=arabic] > li::before {
907
1116
  counter-increment: arabic2;
908
- content: counter(arabic2, decimal) ") "; }
1117
+ content: counter(arabic2, decimal) ") ";
1118
+ }
909
1119
 
910
- ol[class="roman"] ol[class="roman"] > li::before {
1120
+ ol[class=roman] ol[class=roman] > li::before {
911
1121
  counter-increment: roman2;
912
- content: counter(roman2, lower-roman) ") "; }
1122
+ content: counter(roman2, lower-roman) ") ";
1123
+ }
913
1124
 
914
- ol[class="alphabet_upper"] ol[class="alphabet_upper"] > li::before {
1125
+ ol[class=alphabet_upper] ol[class=alphabet_upper] > li::before {
915
1126
  counter-increment: alphabet_upper2;
916
- content: counter(alphabet_upper2, upper-alpha) ") "; }
1127
+ content: counter(alphabet_upper2, upper-alpha) ") ";
1128
+ }
917
1129
 
918
- ol[class="roman_upper"] ol[class="roman_upper"] > li::before {
1130
+ ol[class=roman_upper] ol[class=roman_upper] > li::before {
919
1131
  counter-increment: roman_upper2;
920
- content: counter(roman_upper2, upper-roman) ") "; }
1132
+ content: counter(roman_upper2, upper-roman) ") ";
1133
+ }
921
1134
 
922
1135
  /*
923
1136
  3.4 Rules
@@ -926,7 +1139,8 @@ ol[class="roman_upper"] ol[class="roman_upper"] > li::before {
926
1139
  width: 100%;
927
1140
  height: 1px;
928
1141
  background-color: #0e1a85;
929
- margin: 2em 0; }
1142
+ margin: 2em 0;
1143
+ }
930
1144
 
931
1145
  /*
932
1146
  3.5 Bibliograhy
@@ -934,7 +1148,8 @@ ol[class="roman_upper"] ol[class="roman_upper"] > li::before {
934
1148
  p.Biblio,
935
1149
  p.NormRef {
936
1150
  margin-top: 1em;
937
- margin-left: 2em; }
1151
+ margin-left: 2em;
1152
+ }
938
1153
 
939
1154
  /*
940
1155
  3.6 Source Code + figures
@@ -948,39 +1163,46 @@ pre,
948
1163
  padding: 1.5em;
949
1164
  margin: 2em 0 1em 0;
950
1165
  overflow: auto;
951
- font-size: {{monospacefontsize}}; }
952
- .figure .SourceTitle,
953
- pre .SourceTitle,
954
- .pseudocode .SourceTitle {
955
- font-weight: 700;
956
- font-size: 1em;
957
- text-align: center; }
1166
+ font-size: {{monospacefontsize}};
1167
+ }
1168
+ .figure .SourceTitle,
1169
+ pre .SourceTitle,
1170
+ .pseudocode .SourceTitle {
1171
+ font-weight: 700;
1172
+ font-size: 1em;
1173
+ text-align: center;
1174
+ }
958
1175
 
959
1176
  pre {
960
1177
  font-family: {{monospacefont}};
961
- font-variant-ligatures: none; }
1178
+ font-variant-ligatures: none;
1179
+ }
962
1180
 
963
1181
  .AdmonitionTitle {
964
1182
  font-weight: 700;
965
1183
  font-size: 1em;
966
- text-align: center; }
1184
+ text-align: center;
1185
+ }
967
1186
 
968
1187
  .RecommendationTitle {
969
1188
  font-weight: 700;
970
1189
  font-size: 1em;
971
- text-align: center; }
1190
+ text-align: center;
1191
+ }
972
1192
 
973
1193
  .ListTitle {
974
1194
  font-weight: 700;
975
1195
  font-size: 1em;
976
1196
  text-align: center;
977
- text-align: left; }
1197
+ text-align: left;
1198
+ }
978
1199
 
979
1200
  .FigureTitle,
980
1201
  .SourceTitle {
981
1202
  font-weight: 700;
982
1203
  font-size: 1em;
983
- text-align: center; }
1204
+ text-align: center;
1205
+ }
984
1206
 
985
1207
  /*
986
1208
  3.7 Notes
@@ -990,20 +1212,24 @@ pre {
990
1212
  color: #47430c;
991
1213
  padding: 0.5em;
992
1214
  margin: 1.5em 0 1.5em 0;
993
- text-align: left; }
1215
+ text-align: left;
1216
+ }
994
1217
 
995
1218
  .Note p, .note p {
996
- margin: 0; }
1219
+ margin: 0;
1220
+ }
997
1221
 
998
1222
  .Admonition {
999
1223
  background-color: #ffcccc;
1000
1224
  color: #47430c;
1001
1225
  padding: 0.5em;
1002
1226
  margin: 1.5em 0 1.5em 0;
1003
- text-align: left; }
1227
+ text-align: left;
1228
+ }
1004
1229
 
1005
1230
  .Admonition p {
1006
- margin: 0; }
1231
+ margin: 0;
1232
+ }
1007
1233
 
1008
1234
  /*
1009
1235
  3.8 Examples
@@ -1015,18 +1241,23 @@ pre {
1015
1241
  text-align: left;
1016
1242
  color: #424242;
1017
1243
  padding-left: 2em;
1018
- text-align: left; }
1019
- .example p {
1020
- margin: 0; }
1021
- .example .example-title {
1022
- font-weight: 700;
1023
- text-transform: uppercase;
1024
- margin-left: -1.5em; }
1025
- .example .example-title {
1026
- margin-top: 0; }
1027
- .example pre,
1028
- .example .pseudocode {
1029
- background: none; }
1244
+ text-align: left;
1245
+ }
1246
+ .example p {
1247
+ margin: 0;
1248
+ }
1249
+ .example .example-title {
1250
+ font-weight: 700;
1251
+ text-transform: uppercase;
1252
+ margin-left: -1.5em;
1253
+ }
1254
+ .example .example-title {
1255
+ margin-top: 0;
1256
+ }
1257
+ .example pre,
1258
+ .example .pseudocode {
1259
+ background: none;
1260
+ }
1030
1261
 
1031
1262
  /*
1032
1263
  3.9 Tables
@@ -1041,41 +1272,51 @@ table {
1041
1272
  margin-left: auto;
1042
1273
  margin-right: auto;
1043
1274
  padding-right: 2em;
1044
- text-align: center; }
1045
- table, table th, table td {
1046
- border: 1px solid black;
1047
- font-size: 0.95em; }
1048
- table th, table td {
1049
- padding: 1em; }
1050
- table td.header {
1051
- font-weight: 400; }
1052
- table td,
1053
- table th {
1054
- font-size: 0.95em;
1055
- padding: 1em !important; }
1275
+ text-align: center;
1276
+ }
1277
+ table, table th, table td {
1278
+ border: 1px solid black;
1279
+ font-size: 0.95em;
1280
+ }
1281
+ table th, table td {
1282
+ padding: 1em;
1283
+ }
1284
+ table td.header {
1285
+ font-weight: 400;
1286
+ }
1287
+ table td,
1288
+ table th {
1289
+ font-size: 0.95em;
1290
+ padding: 1em !important;
1291
+ }
1056
1292
 
1057
1293
  p.TableTitle {
1058
1294
  text-align: center;
1059
1295
  margin-top: 2.5em;
1060
1296
  font-weight: 800;
1061
- font-size: 1.1em; }
1297
+ font-size: 1.1em;
1298
+ }
1062
1299
 
1063
1300
  .TableFootnote {
1064
- text-align: left !important; }
1301
+ text-align: left !important;
1302
+ }
1065
1303
 
1066
1304
  /*
1067
1305
  3.10 Footnotes
1068
1306
  */
1069
1307
  a.footnote-number, a.TableFootnoteRef, span.TableFootnoteRef {
1070
1308
  vertical-align: super;
1071
- font-size: 0.8em; }
1309
+ font-size: 0.8em;
1310
+ }
1072
1311
 
1073
1312
  .footnote {
1074
- font-size: {{footnotefontsize}}; }
1313
+ font-size: {{footnotefontsize}};
1314
+ }
1075
1315
 
1076
1316
  sup a {
1077
1317
  vertical-align: super;
1078
- font-size: 0.8em; }
1318
+ font-size: 0.8em;
1319
+ }
1079
1320
 
1080
1321
  #footnote_box {
1081
1322
  font-size: {{footnotefontsize}};
@@ -1085,26 +1326,32 @@ sup a {
1085
1326
  border: 1px solid #888;
1086
1327
  -moz-box-shadow: 0px 0px 5px #888;
1087
1328
  -webkit-box-shadow: 0px 0px 5px #888;
1088
- box-shadow: 0px 0px 5px #888; }
1329
+ box-shadow: 0px 0px 5px #888;
1330
+ }
1089
1331
 
1090
1332
  ol.footnotes-list, aside.footnote {
1091
- margin-left: 1em; }
1333
+ margin-left: 1em;
1334
+ }
1092
1335
 
1093
1336
  ol.footnotes-list li, aside.footnote {
1094
1337
  font-size: {{footnotefontsize}};
1095
1338
  vertical-align: top;
1096
1339
  list-style: decimal;
1097
- margin-bottom: 1em; }
1340
+ margin-bottom: 1em;
1341
+ }
1098
1342
 
1099
1343
  ol.footnotes-list:first-child {
1100
- margin-top: 2em; }
1344
+ margin-top: 2em;
1345
+ }
1101
1346
 
1102
1347
  ol.footnotes-list p, aside.footnote p {
1103
- display: inline; }
1348
+ display: inline;
1349
+ }
1104
1350
 
1105
1351
  ol > li > p::before {
1106
1352
  content: "";
1107
- display: none; }
1353
+ display: none;
1354
+ }
1108
1355
 
1109
1356
  /*
1110
1357
  3.11 Blockquotes
@@ -1116,7 +1363,8 @@ ol > li > p::before {
1116
1363
  padding: 1.5em;
1117
1364
  margin-top: 2em;
1118
1365
  margin-left: auto;
1119
- margin-right: auto; }
1366
+ margin-right: auto;
1367
+ }
1120
1368
 
1121
1369
  /*
1122
1370
  3.12 Formulas
@@ -1125,32 +1373,38 @@ ol > li > p::before {
1125
1373
  background-color: #f5faff;
1126
1374
  padding: 1.5em;
1127
1375
  margin-top: 2em;
1128
- text-align: center; }
1376
+ text-align: center;
1377
+ }
1129
1378
 
1130
1379
  dl.formula_dl {
1131
- background-color: #f5faff; }
1380
+ background-color: #f5faff;
1381
+ }
1132
1382
 
1133
1383
  /*
1134
1384
  Keywords
1135
1385
  */
1136
1386
  span.keyword {
1137
- font-weight: 600; }
1387
+ font-weight: 600;
1388
+ }
1138
1389
 
1139
1390
  .Admonition, .admonition {
1140
1391
  background-color: #ffb3b3;
1141
1392
  /* color: #47430c;*/
1142
1393
  padding: 0.5em;
1143
1394
  margin: 1.5em 0 1.5em 0;
1144
- text-align: left; }
1395
+ text-align: left;
1396
+ }
1145
1397
 
1146
1398
  .Admonition p, .admonition p {
1147
- margin: 0; }
1399
+ margin: 0;
1400
+ }
1148
1401
 
1149
1402
  /* Collapse TOC */
1150
1403
  .collapse-group {
1151
1404
  display: flex;
1152
1405
  align-items: center;
1153
- position: relative; }
1406
+ position: relative;
1407
+ }
1154
1408
 
1155
1409
  .collapse-button {
1156
1410
  position: absolute;
@@ -1159,10 +1413,13 @@ span.keyword {
1159
1413
  height: 20px;
1160
1414
  width: 20px;
1161
1415
  cursor: pointer;
1162
- 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>'); }
1416
+ 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>');
1417
+ }
1163
1418
 
1164
1419
  .collapse {
1165
- display: none; }
1420
+ display: none;
1421
+ }
1166
1422
 
1167
1423
  .expand {
1168
- transform: rotateZ(-180deg); }
1424
+ transform: rotateZ(-180deg);
1425
+ }