metanorma-bipm 2.6.0 → 2.6.2

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,125 +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
+ }
320
+
321
+ #standard-band {
322
+ background-color: #0AC442;
323
+ }
274
324
 
275
- #brochure-band {
276
- background-color: #0AC442; }
325
+ #standard {
326
+ border-bottom: solid 3px #0AC442;
327
+ }
277
328
 
278
- #brochure {
279
- border-bottom: solid 3px #0AC442; }
329
+ #directive-band {
330
+ background-color: #540D6E;
331
+ }
280
332
 
281
- #mise-en-pratique-band {
282
- background-color: #540D6E; }
333
+ #directive {
334
+ border-bottom: solid 3px #540D6E;
335
+ }
283
336
 
284
- #mise-en-pratique {
285
- border-bottom: solid 3px #540D6E; }
337
+ #guide-band {
338
+ background-color: #D183C9;
339
+ }
286
340
 
287
- #rapport-band {
288
- background-color: #D183C9; }
341
+ #guide {
342
+ border-bottom: solid 3px #D183C9;
343
+ }
289
344
 
290
- #rapport {
291
- border-bottom: solid 3px #D183C9; }
345
+ #specification-band {
346
+ background-color: #65AFFF;
347
+ }
292
348
 
293
- #monographie-band {
294
- background-color: #65AFFF; }
349
+ #specification {
350
+ border-bottom: solid 3px #65AFFF;
351
+ }
295
352
 
296
- #monographie {
297
- border-bottom: solid 3px #65AFFF; }
353
+ #report-band {
354
+ background-color: #3A405A;
355
+ }
298
356
 
299
- #guide-band {
300
- background-color: #3A405A; }
357
+ #report {
358
+ border-bottom: solid 3px #3A405A;
359
+ }
301
360
 
302
- #guide {
303
- border-bottom: solid 3px #3A405A; }
361
+ #amendment-band {
362
+ background-color: #F26430;
363
+ }
364
+
365
+ #amendment {
366
+ border-bottom: solid 3px #F26430;
367
+ }
304
368
 
305
- #meeting-report-band {
306
- background-color: #F26430; }
369
+ #corrigendum-band {
370
+ background-color: #C84630;
371
+ }
307
372
 
308
- #meeting-report {
309
- border-bottom: solid 3px #F26430; }
373
+ #corrigendum {
374
+ border-bottom: solid 3px #C84630;
375
+ }
310
376
 
311
- #technical-report-band {
312
- background-color: #C84630; }
377
+ #administrative-band {
378
+ background-color: #BFAE48;
379
+ }
313
380
 
314
- #technical-report {
315
- border-bottom: solid 3px #C84630; }
381
+ #administrative {
382
+ border-bottom: solid 3px #BFAE48;
383
+ }
316
384
 
317
- #working-part-note-band {
318
- background-color: #BFAE48; }
385
+ #advisory-band {
386
+ background-color: #BD9391;
387
+ }
319
388
 
320
- #working-part-note {
321
- border-bottom: solid 3px #BFAE48; }
389
+ #advisory {
390
+ border-bottom: solid 3px #BD9391;
391
+ }
322
392
 
323
- #strategy-band {
324
- background-color: #BD9391; }
393
+ #proposal-band {
394
+ background-color: #39A0ED;
395
+ }
325
396
 
326
- #strategy {
327
- border-bottom: solid 3px #BD9391; }
397
+ #proposal {
398
+ border-bottom: solid 3px #39A0ED;
399
+ }
328
400
 
329
- #policy-band {
330
- background-color: #BD9391; }
401
+ #working-draft-band {
402
+ background-color: #2D7393;
403
+ }
331
404
 
332
- #policy {
333
- border-bottom: solid 3px #BD9391; }
405
+ #working-draft {
406
+ border-bottom: solid 3px #2D7393;
407
+ }
334
408
 
335
- #cipm-mra-band {
336
- background-color: #004E64; }
409
+ #committee-draft-band {
410
+ background-color: #2A6B7C;
411
+ }
337
412
 
338
- #cipm-mra {
339
- border-bottom: solid 3px #004E64; }
413
+ #committee-draft {
414
+ border-bottom: solid 3px #2A6B7C;
415
+ }
340
416
 
341
- #resolution-band {
342
- background-color: #53C170; }
417
+ #draft-standard-band {
418
+ background-color: #1C7F7A;
419
+ }
343
420
 
344
- #resolution {
345
- border-bottom: solid 3px #53C170; }
421
+ #draft-standard {
422
+ border-bottom: solid 3px #1C7F7A;
423
+ }
346
424
 
347
- #draft-proposal-band {
348
- background-color: #39A0ED; }
425
+ #final-draft-band {
426
+ background-color: #53C170;
427
+ }
349
428
 
350
- #draft-proposal {
351
- border-bottom: solid 3px #39A0ED; }
429
+ #final-draft {
430
+ border-bottom: solid 3px #53C170;
431
+ }
352
432
 
353
- #draft-development-band {
354
- background-color: #2D7393; }
433
+ #published-band {
434
+ background-color: #069E2D;
435
+ }
355
436
 
356
- #draft-development {
357
- border-bottom: solid 3px #2D7393; }
437
+ #published {
438
+ border-bottom: solid 3px #069E2D;
439
+ }
358
440
 
359
- #in-force-band {
360
- background-color: #53C170; }
441
+ #withdrawn-band {
442
+ background-color: #004E64;
443
+ }
361
444
 
362
- #in-force {
363
- border-bottom: solid 3px #53C170; }
445
+ #withdrawn {
446
+ border-bottom: solid 3px #004E64;
447
+ }
364
448
 
365
- #retired-band {
366
- background-color: #2E382E; }
449
+ #cancelled-band {
450
+ background-color: #2E382E;
451
+ }
367
452
 
368
- #retired {
369
- border-bottom: solid 3px #2E382E; }
453
+ #cancelled {
454
+ border-bottom: solid 3px #2E382E;
455
+ }
370
456
 
371
457
  /*
372
458
  1. HTML & Body
@@ -380,83 +466,111 @@ body {
380
466
  line-height: 1.4em;
381
467
  color: #1d1d1d;
382
468
  background-color: #ffffff;
383
- font-weight: 400; }
384
- body main {
385
- margin: 0 3em 0 6em; }
386
- body pre * {
387
- font-family: {{bodyfont}} !important; }
469
+ font-weight: 400;
470
+ }
471
+ body main {
472
+ margin: 0 3em 0 6em;
473
+ }
474
+ body pre * {
475
+ font-family: {{bodyfont}} !important;
476
+ }
388
477
 
389
478
  main {
390
- margin: 0 3em 0 6em; }
479
+ margin: 0 3em 0 6em;
480
+ }
391
481
 
392
482
  /*
393
483
  2. Responsive navigation layout
394
484
  */
395
485
  #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
396
486
  font-family: {{bodyfont}};
397
- font-weight: 400; }
398
- #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
399
- margin: 0;
400
- padding: 0;
401
- list-style: none; }
402
- #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
403
- padding: 5px 10px; }
404
- #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
405
- color: #485094;
406
- text-decoration: none;
407
- display: block; }
408
- #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
409
- box-shadow: none;
410
- color: #485094; }
411
- #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
412
- padding-left: 30px; }
413
- #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
414
- padding-left: 50px; }
415
- #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
416
- padding-left: 70px; }
417
- #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
418
- padding-left: 90px; }
419
- #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
420
- padding-left: 110px; }
487
+ font-weight: 400;
488
+ }
489
+ #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
490
+ margin: 0;
491
+ padding: 0;
492
+ list-style: none;
493
+ }
494
+ #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
495
+ padding: 5px 10px;
496
+ }
497
+ #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
498
+ color: #485094;
499
+ text-decoration: none;
500
+ display: block;
501
+ }
502
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
503
+ box-shadow: none;
504
+ color: #485094;
505
+ }
506
+ #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
507
+ padding-left: 30px;
508
+ }
509
+ #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
510
+ padding-left: 50px;
511
+ }
512
+ #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
513
+ padding-left: 70px;
514
+ }
515
+ #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
516
+ padding-left: 90px;
517
+ }
518
+ #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
519
+ padding-left: 110px;
520
+ }
521
+ #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 {
522
+ background: #6C734A;
523
+ box-shadow: inset -5px 0px 10px -5px #6C734A !important;
524
+ }
525
+ #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 {
526
+ color: #485094;
527
+ }
528
+ @media print {
421
529
  #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 {
422
- background: #6C734A;
423
- box-shadow: inset -5px 0px 10px -5px #6C734A !important; }
424
- #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 {
425
- color: #485094; }
426
- @media print {
427
- #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 {
428
- background: white;
429
- box-shadow: none !important; }
430
- #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
431
- color: #485094; }
432
- #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
433
- color: black; } }
434
- @media screen and (max-width: 768px) {
435
- #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
436
- padding: 0 1.5em;
437
- overflow: visible; } }
530
+ background: white;
531
+ box-shadow: none !important;
532
+ }
438
533
  #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
439
- color: white; }
440
- #toc .toc-active,
441
- #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active,
442
- #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
443
- box-shadow: none !important; }
444
- #toc .toc-active a,
445
- #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a,
446
- #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
447
- color: white;
448
- background: none;
449
- box-shadow: none; }
450
- #toc li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li a {
451
- text-transform: uppercase; }
452
- #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
453
- box-shadow: none;
454
- color: white; }
534
+ color: #485094;
535
+ }
536
+ #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
537
+ color: black;
538
+ }
539
+ }
540
+ @media screen and (max-width: 768px) {
541
+ #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
542
+ padding: 0 1.5em;
543
+ overflow: visible;
544
+ }
545
+ }
546
+ #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
547
+ color: white;
548
+ }
549
+ #toc .toc-active,
550
+ #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active,
551
+ #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
552
+ box-shadow: none !important;
553
+ }
554
+ #toc .toc-active a,
555
+ #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a,
556
+ #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
557
+ color: white;
558
+ background: none;
559
+ box-shadow: none;
560
+ }
561
+ #toc li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li a {
562
+ text-transform: uppercase;
563
+ }
564
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
565
+ box-shadow: none;
566
+ color: white;
567
+ }
455
568
 
456
569
  #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
457
570
  margin-top: 0;
458
571
  margin-bottom: 0;
459
- font-size: 100%; }
572
+ font-size: 100%;
573
+ }
460
574
 
461
575
  @media screen and (min-width: 768px) {
462
576
  nav {
@@ -468,8 +582,9 @@ main {
468
582
  font-size: 0.9em;
469
583
  overflow: auto;
470
584
  padding: 0 0 0 30px;
471
- background-color: #f7f7f7; } }
472
-
585
+ background-color: #f7f7f7;
586
+ }
587
+ }
473
588
  @media print {
474
589
  nav {
475
590
  position: relative;
@@ -478,7 +593,9 @@ main {
478
593
  overflow: auto;
479
594
  padding: 0;
480
595
  margin-right: 0;
481
- background-color: white; } }
596
+ background-color: white;
597
+ }
598
+ }
482
599
 
483
600
  @media screen and (min-width: 768px) {
484
601
  #toggle {
@@ -488,52 +605,65 @@ main {
488
605
  background-color: #6C734A;
489
606
  color: white !important;
490
607
  cursor: pointer;
491
- z-index: 100; }
492
- #toggle span {
493
- text-align: center;
494
- width: 100%;
495
- position: absolute;
496
- top: 50%;
497
- transform: translate(0, -50%); } }
498
-
608
+ z-index: 100;
609
+ }
610
+ #toggle span {
611
+ text-align: center;
612
+ width: 100%;
613
+ position: absolute;
614
+ top: 50%;
615
+ transform: translate(0, -50%);
616
+ }
617
+ }
499
618
  @media screen and (max-width: 768px) {
500
619
  #toggle {
501
- display: none; } }
502
-
620
+ display: none;
621
+ }
622
+ }
503
623
  @media print {
504
624
  #toggle {
505
- display: none; } }
625
+ display: none;
626
+ }
627
+ }
506
628
 
507
629
  @media screen and (min-width: 768px) {
508
630
  .container {
509
- padding-left: 360px; }
631
+ padding-left: 360px;
632
+ }
510
633
  .rule.toc {
511
- display: none; }
634
+ display: none;
635
+ }
512
636
  h1.toc-contents {
513
- margin-top: 1em; }
637
+ margin-top: 1em;
638
+ }
514
639
  ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
515
640
  padding: 0;
516
- margin: 0; } }
517
-
641
+ margin: 0;
642
+ }
643
+ }
518
644
  div.figure {
519
645
  line-height: 1.6em;
520
646
  padding: 1.5em;
521
647
  margin: 2em 0 1em 0;
522
- overflow: auto; }
523
- div.figure .FigureTitle, div.figure .figure-title {
524
- font-weight: 700;
525
- font-size: 1em;
526
- text-align: center; }
527
- div.figure > img, div.figure > svg {
528
- margin-left: auto;
529
- margin-right: auto;
530
- display: block;
531
- max-width: 100%;
532
- height: auto; }
648
+ overflow: auto;
649
+ }
650
+ div.figure .FigureTitle, div.figure .figure-title {
651
+ font-weight: 700;
652
+ font-size: 1em;
653
+ text-align: center;
654
+ }
655
+ div.figure > img, div.figure > svg {
656
+ margin-left: auto;
657
+ margin-right: auto;
658
+ display: block;
659
+ max-width: 100%;
660
+ height: auto;
661
+ }
533
662
 
534
663
  table div.figure {
535
664
  padding: 0;
536
- margin: 0; }
665
+ margin: 0;
666
+ }
537
667
 
538
668
  /*
539
669
  Document types + stages
@@ -544,30 +674,35 @@ table div.figure {
544
674
  height: 100%;
545
675
  position: fixed;
546
676
  display: block;
547
- z-index: 102; }
548
- .document-type-band > :first-child {
549
- position: relative;
550
- width: 25px;
551
- font-weight: 400;
552
- color: white;
553
- text-transform: uppercase;
554
- font-size: 0.9em;
555
- font-weight: 400;
556
- letter-spacing: 0.05em;
557
- margin: 0;
558
- margin-left: 6px;
559
- writing-mode: tb-rl;
560
- -webkit-transform: rotate(180deg);
561
- -moz-transform: rotate(180deg);
562
- -o-transform: rotate(180deg);
563
- white-space: nowrap;
564
- display: block;
565
- bottom: 0; }
566
- @media print {
567
- .document-type-band {
568
- display: none; } }
569
- .document-type-band .document-type {
570
- top: 20px; }
677
+ z-index: 102;
678
+ }
679
+ .document-type-band > :first-child {
680
+ position: relative;
681
+ width: 25px;
682
+ font-weight: 400;
683
+ color: white;
684
+ text-transform: uppercase;
685
+ font-size: 0.9em;
686
+ font-weight: 400;
687
+ letter-spacing: 0.05em;
688
+ margin: 0;
689
+ margin-left: 6px;
690
+ writing-mode: tb-rl;
691
+ -webkit-transform: rotate(180deg);
692
+ -moz-transform: rotate(180deg);
693
+ -o-transform: rotate(180deg);
694
+ white-space: nowrap;
695
+ display: block;
696
+ bottom: 0;
697
+ }
698
+ @media print {
699
+ .document-type-band {
700
+ display: none;
701
+ }
702
+ }
703
+ .document-type-band .document-type {
704
+ top: 20px;
705
+ }
571
706
 
572
707
  .document-stage-band {
573
708
  left: 0;
@@ -576,31 +711,37 @@ table div.figure {
576
711
  position: fixed;
577
712
  display: block;
578
713
  z-index: 101;
579
- box-shadow: -5px 0px 10px #1d1d1d; }
580
- .document-stage-band > :first-child {
581
- position: relative;
582
- width: 25px;
583
- font-weight: 400;
584
- height: 150;
585
- color: white;
586
- text-transform: uppercase;
587
- font-size: 0.9em;
588
- font-weight: 400;
589
- letter-spacing: 0.05em;
590
- margin: 0;
591
- margin-left: 6px;
592
- writing-mode: tb-rl;
593
- -webkit-transform: rotate(180deg);
594
- -moz-transform: rotate(180deg);
595
- -o-transform: rotate(180deg);
596
- white-space: nowrap;
597
- display: block;
598
- bottom: 0; }
599
- @media print {
600
- .document-stage-band {
601
- display: none; } }
714
+ box-shadow: -5px 0px 10px #1d1d1d;
715
+ }
602
716
  .document-stage-band > :first-child {
603
- font-weight: 300; }
717
+ position: relative;
718
+ width: 25px;
719
+ font-weight: 400;
720
+ height: 150;
721
+ color: white;
722
+ text-transform: uppercase;
723
+ font-size: 0.9em;
724
+ font-weight: 400;
725
+ letter-spacing: 0.05em;
726
+ margin: 0;
727
+ margin-left: 6px;
728
+ writing-mode: tb-rl;
729
+ -webkit-transform: rotate(180deg);
730
+ -moz-transform: rotate(180deg);
731
+ -o-transform: rotate(180deg);
732
+ white-space: nowrap;
733
+ display: block;
734
+ bottom: 0;
735
+ }
736
+ @media print {
737
+ .document-stage-band {
738
+ display: none;
739
+ }
740
+ }
741
+
742
+ .document-stage-band > :first-child {
743
+ font-weight: 300;
744
+ }
604
745
 
605
746
  p.document-stage {
606
747
  position: relative;
@@ -620,21 +761,25 @@ p.document-stage {
620
761
  -o-transform: rotate(180deg);
621
762
  white-space: nowrap;
622
763
  display: block;
623
- bottom: 0; }
764
+ bottom: 0;
765
+ }
624
766
 
625
767
  #governance-band p.document-type {
626
- height: 230px !important; }
768
+ height: 230px !important;
769
+ }
627
770
 
628
771
  p.document-stage {
629
772
  font-weight: 300;
630
- height: 160px; }
773
+ height: 160px;
774
+ }
631
775
 
632
776
  .coverpage-maturity {
633
777
  font-family: {{bodyfont}};
634
778
  font-weight: 400;
635
779
  font-size: 1em;
636
780
  margin: 0 0 2em 0;
637
- text-transform: uppercase; }
781
+ text-transform: uppercase;
782
+ }
638
783
 
639
784
  /*
640
785
  3. TYPOGRAPHY
@@ -647,150 +792,186 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
647
792
  color: #6C734A;
648
793
  font-weight: 300;
649
794
  margin-top: 1.6em;
650
- margin-bottom: 0.3em; }
795
+ margin-bottom: 0.3em;
796
+ }
651
797
 
652
798
  h1, .h1 {
653
799
  font-size: 1.6em;
654
800
  text-transform: uppercase;
655
- margin-top: 2em; }
801
+ margin-top: 2em;
802
+ }
656
803
 
657
- h1#content, #content.h1 {
658
- margin-top: 2em; }
804
+ h1#content, .h1#content {
805
+ margin-top: 2em;
806
+ }
659
807
 
660
808
  h2, .h2 {
661
809
  margin-top: 1.3em;
662
810
  font-size: 1.3em;
663
- font-weight: 400; }
811
+ font-weight: 400;
812
+ }
664
813
 
665
814
  h3, .h3 {
666
815
  margin-top: 1.1em;
667
816
  font-size: 1.1em;
668
- font-weight: 100; }
817
+ font-weight: 100;
818
+ }
669
819
 
670
820
  .TermNum {
671
- font-weight: 100; }
821
+ font-weight: 100;
822
+ }
672
823
 
673
824
  .TermNum, .Terms, .AltTerms {
674
- color: #6C734A; }
825
+ color: #6C734A;
826
+ }
675
827
 
676
828
  h2.TermNum {
677
- margin-bottom: 0; }
829
+ margin-bottom: 0;
830
+ }
678
831
 
679
832
  p.Terms {
680
833
  font-size: 1.1em;
681
834
  line-height: 1.5em;
682
- margin: 0; }
835
+ margin: 0;
836
+ }
683
837
 
684
838
  p.AltTerms {
685
839
  /*
686
- font-style: italic;
687
- */
840
+ font-style: italic;
841
+ */
688
842
  font-size: 1.1em;
689
- margin: 0; }
843
+ margin: 0;
844
+ }
690
845
 
691
846
  /*
692
847
  3.2 Links
693
848
  */
694
849
  a, a:visited {
695
850
  text-decoration: none;
696
- color: #485094; }
851
+ color: #485094;
852
+ }
697
853
 
698
854
  a:hover {
699
855
  color: white;
700
856
  background: #6C734A;
701
- box-shadow: 3px 0 0 #6C734A, -3px 0 0 #6C734A; }
857
+ box-shadow: 3px 0 0 #6C734A, -3px 0 0 #6C734A;
858
+ }
702
859
 
703
860
  *::selection {
704
861
  background: #6C734A;
705
- color: white; }
862
+ color: white;
863
+ }
706
864
 
707
865
  *::-moz-selection {
708
866
  background: #6C734A;
709
- color: white; }
867
+ color: white;
868
+ }
710
869
 
711
870
  /*
712
871
  3.3 Lists
713
872
  */
714
873
  ul, ol {
715
- margin-left: 1.2em; }
874
+ margin-left: 1.2em;
875
+ }
716
876
 
717
877
  ul li {
718
- list-style: none; }
878
+ list-style: none;
879
+ }
719
880
 
720
881
  ul li::before {
721
882
  content: "—";
722
883
  display: inline-block;
723
884
  width: 1em;
724
- margin-left: -1.2em; }
885
+ margin-left: -1.2em;
886
+ }
725
887
 
726
888
  ul li p {
727
- display: inline; }
889
+ display: inline;
890
+ }
728
891
 
729
892
  ul > li:first-child {
730
- margin-top: 1em; }
893
+ margin-top: 1em;
894
+ }
731
895
 
732
896
  ul ul > li:first-child {
733
- margin-top: 0; }
897
+ margin-top: 0;
898
+ }
734
899
 
735
900
  ol ul > li:first-child {
736
- margin-top: 0; }
901
+ margin-top: 0;
902
+ }
737
903
 
738
904
  #toc-list ul {
739
- margin-bottom: 0.25em; }
905
+ margin-bottom: 0.25em;
906
+ }
740
907
 
741
908
  #toc-list li {
742
- list-style-type: none; }
909
+ list-style-type: none;
910
+ }
743
911
 
744
912
  #toc li::before {
745
913
  content: " ";
746
- display: none; }
914
+ display: none;
915
+ }
747
916
 
748
917
  /* https://github.com/metanorma/metanorma-bipm/issues/47 */
749
- ol[class="alphabet"] {
750
- counter-reset: alphabet; }
918
+ ol[class=alphabet] {
919
+ counter-reset: alphabet;
920
+ }
751
921
 
752
- ol[class="roman"] {
753
- counter-reset: roman; }
922
+ ol[class=roman] {
923
+ counter-reset: roman;
924
+ }
754
925
 
755
- ol[class="alphabet"] ol[class="alphabet"] {
756
- counter-reset: none; }
926
+ ol[class=alphabet] ol[class=alphabet] {
927
+ counter-reset: none;
928
+ }
757
929
 
758
- ol[class="alphabet"] > li {
930
+ ol[class=alphabet] > li {
759
931
  list-style: none;
760
- position: relative; }
932
+ position: relative;
933
+ }
761
934
 
762
- ol[class="alphabet"] ol[class="alphabet"] > li {
763
- list-style: inherit; }
935
+ ol[class=alphabet] ol[class=alphabet] > li {
936
+ list-style: inherit;
937
+ }
764
938
 
765
- ol[class="alphabet"] > li::before {
939
+ ol[class=alphabet] > li::before {
766
940
  counter-increment: alphabet;
767
941
  content: counter(alphabet, lower-alpha) ") ";
768
942
  position: absolute;
769
- left: -1.4em; }
943
+ left: -1.4em;
944
+ }
770
945
 
771
- ol[class="alphabet"] ol[class="alphabet"] > li::before {
946
+ ol[class=alphabet] ol[class=alphabet] > li::before {
772
947
  counter-increment: none;
773
- content: initial; }
948
+ content: initial;
949
+ }
774
950
 
775
- ol[class="roman"] ol[class="roman"] {
776
- counter-reset: none; }
951
+ ol[class=roman] ol[class=roman] {
952
+ counter-reset: none;
953
+ }
777
954
 
778
- ol[class="roman"] > li {
955
+ ol[class=roman] > li {
779
956
  list-style: none;
780
- position: relative; }
957
+ position: relative;
958
+ }
781
959
 
782
- ol[class="roman"] ol[class="roman"] > li {
783
- list-style: inherit; }
960
+ ol[class=roman] ol[class=roman] > li {
961
+ list-style: inherit;
962
+ }
784
963
 
785
- ol[class="roman"] > li::before {
964
+ ol[class=roman] > li::before {
786
965
  counter-increment: roman;
787
966
  content: "(" counter(roman, lower-roman) ") ";
788
967
  position: absolute;
789
- left: -2.0em; }
968
+ left: -2em;
969
+ }
790
970
 
791
- ol[class="roman"] ol[class="roman"] > li::before {
971
+ ol[class=roman] ol[class=roman] > li::before {
792
972
  counter-increment: none;
793
- content: initial; }
973
+ content: initial;
974
+ }
794
975
 
795
976
  /*
796
977
  3.4 Rules
@@ -799,14 +980,16 @@ ol[class="roman"] ol[class="roman"] > li::before {
799
980
  width: 100%;
800
981
  height: 1px;
801
982
  background-color: #0e1a85;
802
- margin: 2em 0; }
983
+ margin: 2em 0;
984
+ }
803
985
 
804
986
  /*
805
987
  3.5 Bibliograhy
806
988
  */
807
989
  p.Biblio, p.NormRef {
808
990
  margin-top: 1em;
809
- margin-left: 2em; }
991
+ margin-left: 2em;
992
+ }
810
993
 
811
994
  /*
812
995
  3.6 Source Code + figures
@@ -819,39 +1002,46 @@ pre,
819
1002
  line-height: 1.6em;
820
1003
  padding: 1.5em;
821
1004
  margin: 2em 0 1em 0;
822
- overflow: auto; }
823
- .figure .SourceTitle,
824
- pre .SourceTitle,
825
- .pseudocode .SourceTitle {
826
- font-weight: 700;
827
- font-size: 1em;
828
- text-align: center; }
1005
+ overflow: auto;
1006
+ }
1007
+ .figure .SourceTitle,
1008
+ pre .SourceTitle,
1009
+ .pseudocode .SourceTitle {
1010
+ font-weight: 700;
1011
+ font-size: 1em;
1012
+ text-align: center;
1013
+ }
829
1014
 
830
1015
  pre {
831
1016
  font-family: {{monospacefont}};
832
- font-variant-ligatures: none; }
1017
+ font-variant-ligatures: none;
1018
+ }
833
1019
 
834
1020
  .AdmonitionTitle {
835
1021
  font-weight: 700;
836
1022
  font-size: 1em;
837
- text-align: center; }
1023
+ text-align: center;
1024
+ }
838
1025
 
839
1026
  .RecommendationTitle {
840
1027
  font-weight: 700;
841
1028
  font-size: 1em;
842
- text-align: center; }
1029
+ text-align: center;
1030
+ }
843
1031
 
844
1032
  .ListTitle {
845
1033
  font-weight: 700;
846
1034
  font-size: 1em;
847
1035
  text-align: center;
848
- text-align: left; }
1036
+ text-align: left;
1037
+ }
849
1038
 
850
1039
  .FigureTitle,
851
1040
  .SourceTitle {
852
1041
  font-weight: 700;
853
1042
  font-size: 1em;
854
- text-align: center; }
1043
+ text-align: center;
1044
+ }
855
1045
 
856
1046
  /*
857
1047
  3.7 Notes
@@ -860,9 +1050,11 @@ pre {
860
1050
  background-color: #fff495;
861
1051
  color: #47430c;
862
1052
  padding: 1.2em;
863
- margin: 1em 0 1em 0; }
864
- .Note p {
865
- margin: 0; }
1053
+ margin: 1em 0 1em 0;
1054
+ }
1055
+ .Note p {
1056
+ margin: 0;
1057
+ }
866
1058
 
867
1059
  /*
868
1060
  3.8 Examples
@@ -873,18 +1065,23 @@ pre {
873
1065
  margin: 2em 0 1em 0;
874
1066
  text-align: left;
875
1067
  color: #424242;
876
- padding-left: 2.7em; }
877
- .example p {
878
- margin: 0; }
879
- .example .example-title {
880
- font-weight: 700;
881
- text-transform: uppercase;
882
- margin-left: -1.5em; }
883
- .example .example-title {
884
- margin-top: 0; }
885
- .example pre,
886
- .example .pseudocode {
887
- background: none; }
1068
+ padding-left: 2.7em;
1069
+ }
1070
+ .example p {
1071
+ margin: 0;
1072
+ }
1073
+ .example .example-title {
1074
+ font-weight: 700;
1075
+ text-transform: uppercase;
1076
+ margin-left: -1.5em;
1077
+ }
1078
+ .example .example-title {
1079
+ margin-top: 0;
1080
+ }
1081
+ .example pre,
1082
+ .example .pseudocode {
1083
+ background: none;
1084
+ }
888
1085
 
889
1086
  /*
890
1087
  3.9 Tables
@@ -895,29 +1092,36 @@ table {
895
1092
  margin: 1em 0 2em 0;
896
1093
  margin-left: auto;
897
1094
  margin-right: auto;
898
- padding-right: 2em; }
899
- table, table th, table td {
900
- border: 1px solid black;
901
- font-size: 0.95em; }
902
- table th, table td {
903
- padding: 1em; }
904
- table td.header {
905
- font-weight: 400; }
1095
+ padding-right: 2em;
1096
+ }
1097
+ table, table th, table td {
1098
+ border: 1px solid black;
1099
+ font-size: 0.95em;
1100
+ }
1101
+ table th, table td {
1102
+ padding: 1em;
1103
+ }
1104
+ table td.header {
1105
+ font-weight: 400;
1106
+ }
906
1107
 
907
1108
  p.TableTitle {
908
1109
  text-align: center;
909
1110
  margin-top: 2.5em;
910
- font-weight: 400; }
1111
+ font-weight: 400;
1112
+ }
911
1113
 
912
1114
  /*
913
1115
  3.10 Footnotes
914
1116
  */
915
1117
  a.footnote-number {
916
1118
  vertical-align: super;
917
- font-size: 0.8em; }
1119
+ font-size: 0.8em;
1120
+ }
918
1121
 
919
1122
  .footnote {
920
- font-size: {{footnotefontsize}}; }
1123
+ font-size: {{footnotefontsize}};
1124
+ }
921
1125
 
922
1126
  /*
923
1127
  3.11 Blockquotes
@@ -929,7 +1133,8 @@ a.footnote-number {
929
1133
  padding: 1.5em;
930
1134
  margin-top: 2em;
931
1135
  margin-left: auto;
932
- margin-right: auto; }
1136
+ margin-right: auto;
1137
+ }
933
1138
 
934
1139
  /*
935
1140
  3.12 Formulas
@@ -938,7 +1143,8 @@ a.footnote-number {
938
1143
  background-color: #f7f7f7;
939
1144
  padding: 1.5em;
940
1145
  margin-top: 2em;
941
- text-align: center; }
1146
+ text-align: center;
1147
+ }
942
1148
 
943
1149
  /*
944
1150
  3.13 Contact Info
@@ -950,41 +1156,49 @@ a.footnote-number {
950
1156
  text-align: left;
951
1157
  border: #6C734A solid 2px;
952
1158
  color: #6C734A !important;
953
- border-radius: 25px; }
1159
+ border-radius: 25px;
1160
+ }
954
1161
 
955
1162
  .contact-info a,
956
1163
  .contact-info a:hover {
957
- color: #6C734A; }
1164
+ color: #6C734A;
1165
+ }
958
1166
 
959
1167
  .contact-info p, .contact-info a {
960
1168
  font-family: {{monospacefont}};
961
- font-weight: 400; }
1169
+ font-weight: 400;
1170
+ }
962
1171
 
963
1172
  .contact-info .name {
964
1173
  font-weight: 700;
965
1174
  font-size: 1.2em;
966
- margin-bottom: 0; }
1175
+ margin-bottom: 0;
1176
+ }
967
1177
 
968
1178
  .contact-info .address {
969
1179
  font-size: 1em;
970
1180
  line-height: 1.3em;
971
- margin-top: 0; }
1181
+ margin-top: 0;
1182
+ }
972
1183
 
973
1184
  /*
974
1185
  Keywords
975
1186
  */
976
1187
  span.keyword {
977
- font-weight: 600; }
1188
+ font-weight: 600;
1189
+ }
978
1190
 
979
1191
  /*
980
1192
  Paragraphs
981
1193
  */
982
1194
  p {
983
1195
  margin-top: 1em;
984
- margin-bottom: 1em; }
1196
+ margin-bottom: 1em;
1197
+ }
985
1198
 
986
1199
  h2 p, .h2 p {
987
- display: inline; }
1200
+ display: inline;
1201
+ }
988
1202
 
989
1203
  /*
990
1204
  4.0 Page header
@@ -994,24 +1208,28 @@ h2 p, .h2 p {
994
1208
  */
995
1209
  .icon-svg {
996
1210
  width: 100%;
997
- color: #5ecf86; }
1211
+ color: #5ecf86;
1212
+ }
998
1213
 
999
1214
  .wrapper-top {
1000
1215
  background: linear-gradient(200deg, #007864, #6C734A);
1001
1216
  color: #ffffff;
1002
1217
  padding: 2em 0;
1003
- width: 100%; }
1218
+ width: 100%;
1219
+ }
1004
1220
 
1005
1221
  .wrapper-top-bottom {
1006
1222
  width: 0;
1007
1223
  height: 0;
1008
1224
  border-top: 100px solid #6C734A;
1009
1225
  border-right: 100px solid transparent;
1010
- position: absolute; }
1226
+ position: absolute;
1227
+ }
1011
1228
 
1012
1229
  .doc-number {
1013
1230
  font-size: 0.5em;
1014
- font-family: {{bodyfont}}; }
1231
+ font-family: {{bodyfont}};
1232
+ }
1015
1233
 
1016
1234
  .coverpage-title {
1017
1235
  padding-bottom: 0.5em;
@@ -1021,53 +1239,65 @@ h2 p, .h2 p {
1021
1239
  font-weight: 100;
1022
1240
  padding-left: 1em;
1023
1241
  padding-right: 1em;
1024
- text-transform: uppercase; }
1242
+ text-transform: uppercase;
1243
+ }
1025
1244
 
1026
1245
  .WordSection11 {
1027
- padding: 0 2em 0 3em; }
1246
+ padding: 0 2em 0 3em;
1247
+ }
1028
1248
 
1029
1249
  .info-section {
1030
- padding: 0 2em 0 5em; }
1250
+ padding: 0 2em 0 5em;
1251
+ }
1031
1252
 
1032
1253
  .prefatory-section {
1033
- padding: 0 3em 0 6em; }
1254
+ padding: 0 3em 0 6em;
1255
+ }
1034
1256
 
1035
1257
  .zzSTDTitle1, .MsoCommentText {
1036
- display: none; }
1258
+ display: none;
1259
+ }
1037
1260
 
1038
1261
  .coverpage {
1039
1262
  text-align: center;
1040
- padding-left: 1.5em; }
1263
+ padding-left: 1.5em;
1264
+ }
1041
1265
 
1042
1266
  .coverpage-logo span, .coverpage-tc-name span {
1043
1267
  font-family: {{bodyfont}};
1044
1268
  text-transform: none;
1045
- font-weight: 300; }
1269
+ font-weight: 300;
1270
+ }
1046
1271
 
1047
1272
  .coverpage-tc-name {
1048
1273
  font-size: 1.2em;
1049
1274
  line-height: 1.2em;
1050
- margin: 0.25em 0; }
1275
+ margin: 0.25em 0;
1276
+ }
1051
1277
 
1052
1278
  /*
1053
1279
  4.2 Document Identity
1054
1280
  */
1055
1281
  .coverpage-doc-identity {
1056
1282
  font-size: 2em;
1057
- line-height: 2em; }
1283
+ line-height: 2em;
1284
+ }
1058
1285
 
1059
1286
  .coverpage-title .title-second {
1060
- font-size: 0.8em; }
1287
+ font-size: 0.8em;
1288
+ }
1061
1289
 
1062
1290
  .coverpage-title .title-third {
1063
- font-size: 0.6em; }
1291
+ font-size: 0.6em;
1292
+ }
1064
1293
 
1065
1294
  .coverpage-stage-block {
1066
1295
  font-family: {{bodyfont}};
1067
1296
  font-weight: 600;
1068
1297
  font-size: 1.25em;
1069
1298
  margin: 2em 0em 2em 0em;
1070
- text-transform: uppercase; }
1299
+ text-transform: uppercase;
1300
+ }
1071
1301
 
1072
1302
  /*
1073
1303
  4.3 Draft Warning
@@ -1078,13 +1308,15 @@ h2 p, .h2 p {
1078
1308
  margin: 1em 2em;
1079
1309
  color: #485094;
1080
1310
  padding: 2em 1em 1em 1em;
1081
- border-radius: 25px; }
1311
+ border-radius: 25px;
1312
+ }
1082
1313
 
1083
1314
  .coverpage-warning .title {
1084
1315
  font-family: {{headerfont}};
1085
1316
  font-weight: 300;
1086
1317
  text-transform: uppercase;
1087
- font-size: 1.2em; }
1318
+ font-size: 1.2em;
1319
+ }
1088
1320
 
1089
1321
  /*
1090
1322
  4.4 Copyright
@@ -1092,7 +1324,8 @@ h2 p, .h2 p {
1092
1324
  .copyright {
1093
1325
  padding: 1em;
1094
1326
  font-size: 0.9em;
1095
- text-align: left; }
1327
+ text-align: left;
1328
+ }
1096
1329
 
1097
1330
  /* .copyright .name, .copyright .address {color: #485094;} */
1098
1331
  /*
@@ -1118,59 +1351,81 @@ To top button
1118
1351
  cursor: pointer;
1119
1352
  padding: 10px 15px 10px 15px;
1120
1353
  border-radius: 4px;
1121
- text-transform: uppercase; }
1122
- #myBtn:hover {
1123
- opacity: 1; }
1124
- @media print {
1125
- #myBtn {
1126
- display: none; } }
1127
- #myBtn a.anchorjs-link:hover {
1128
- background: none;
1129
- color: #485094;
1130
- box-shadow: none; }
1354
+ text-transform: uppercase;
1355
+ }
1356
+ #myBtn:hover {
1357
+ opacity: 1;
1358
+ }
1359
+ @media print {
1360
+ #myBtn {
1361
+ display: none;
1362
+ }
1363
+ }
1364
+ #myBtn a.anchorjs-link:hover {
1365
+ background: none;
1366
+ color: #485094;
1367
+ box-shadow: none;
1368
+ }
1131
1369
 
1132
1370
  @page {
1133
- margin: 2cm 1cm; }
1134
-
1371
+ margin: 2cm 1cm;
1372
+ }
1135
1373
  @media print {
1136
1374
  .document-info, nav, .copyright {
1137
- page-break-before: always; }
1375
+ page-break-before: always;
1376
+ }
1138
1377
  h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
1139
1378
  page-break-after: avoid;
1140
- margin-top: 1.2em; }
1379
+ margin-top: 1.2em;
1380
+ }
1141
1381
  .note, .figure, pre, .pseudocode, table {
1142
- page-break-inside: avoid; }
1382
+ page-break-inside: avoid;
1383
+ }
1143
1384
  .info-section {
1144
- display: none; }
1385
+ display: none;
1386
+ }
1145
1387
  .coverpage {
1146
- height: 23cm; }
1388
+ height: 23cm;
1389
+ }
1147
1390
  .wrapper-top {
1148
1391
  top: 0;
1149
1392
  padding-top: 4cm;
1150
- padding-bottom: 4cm; }
1393
+ padding-bottom: 4cm;
1394
+ }
1151
1395
  .wrapper-top-bottom {
1152
- margin-top: -5px; }
1396
+ margin-top: -5px;
1397
+ }
1153
1398
  #toggle, .document-stage-band,
1154
1399
  .document-type-band, button#myBtn {
1155
- display: none; }
1400
+ display: none;
1401
+ }
1156
1402
  .container {
1157
- padding-left: 0; }
1403
+ padding-left: 0;
1404
+ }
1158
1405
  h1.content, .h1.content {
1159
1406
  margin-top: 2em;
1160
- line-height: 2.5em; }
1407
+ line-height: 2.5em;
1408
+ }
1161
1409
  h1, .h1 {
1162
1410
  font-size: 1.5em;
1163
- line-height: 1.5; }
1411
+ line-height: 1.5;
1412
+ }
1164
1413
  h2, .h2 {
1165
- font-size: 1.2em; }
1414
+ font-size: 1.2em;
1415
+ }
1166
1416
  h3, .h3 {
1167
- font-size: 1em; }
1417
+ font-size: 1em;
1418
+ }
1168
1419
  .Note {
1169
1420
  background-color: #fff495;
1170
1421
  color: #47430c;
1171
1422
  padding: 5px;
1172
- margin: 2em 0 1em 0; }
1423
+ margin: 2em 0 1em 0;
1424
+ }
1173
1425
  .Note p {
1174
- padding: 0 5px 0 5px; }
1426
+ padding: 0 5px 0 5px;
1427
+ }
1175
1428
  .wrapper-top-bottom {
1176
- display: none; } }
1429
+ display: none;
1430
+ }
1431
+ }