metanorma-csa 2.6.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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;
@@ -382,72 +462,98 @@ body {
382
462
  font-weight: 300;
383
463
  line-height: 1.4em;
384
464
  color: #1d1d1d;
385
- background-color: #ffffff; }
386
- body main {
387
- margin: 0 3em 0 6em; }
465
+ background-color: #ffffff;
466
+ }
467
+ body main {
468
+ margin: 0 3em 0 6em;
469
+ }
388
470
 
389
471
  main {
390
- margin: 0 3em 0 6em; }
472
+ margin: 0 3em 0 6em;
473
+ }
391
474
 
392
475
  #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
393
476
  font-family: {{bodyfont}};
394
- font-weight: 400; }
395
- #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
396
- margin: 0;
397
- padding: 0;
398
- list-style: none; }
399
- #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
400
- padding: 5px 10px; }
401
- #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
402
- color: #4D7EA5;
403
- text-decoration: none;
404
- display: block; }
405
- #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
406
- box-shadow: none;
407
- color: #4D7EA5; }
408
- #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
409
- padding-left: 30px; }
410
- #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
411
- padding-left: 50px; }
412
- #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
413
- padding-left: 70px; }
414
- #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
415
- padding-left: 90px; }
416
- #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
417
- padding-left: 110px; }
477
+ font-weight: 400;
478
+ }
479
+ #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
480
+ margin: 0;
481
+ padding: 0;
482
+ list-style: none;
483
+ }
484
+ #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
485
+ padding: 5px 10px;
486
+ }
487
+ #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
488
+ color: #4D7EA5;
489
+ text-decoration: none;
490
+ display: block;
491
+ }
492
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
493
+ box-shadow: none;
494
+ color: #4D7EA5;
495
+ }
496
+ #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
497
+ padding-left: 30px;
498
+ }
499
+ #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
500
+ padding-left: 50px;
501
+ }
502
+ #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
503
+ padding-left: 70px;
504
+ }
505
+ #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
506
+ padding-left: 90px;
507
+ }
508
+ #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
509
+ padding-left: 110px;
510
+ }
511
+ #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 {
512
+ background: #4D7EA5;
513
+ box-shadow: inset -5px 0px 10px -5px #4D7EA5 !important;
514
+ }
515
+ #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 {
516
+ color: #4D7EA5;
517
+ }
518
+ @media print {
418
519
  #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 {
419
- background: #4D7EA5;
420
- box-shadow: inset -5px 0px 10px -5px #4D7EA5 !important; }
421
- #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 {
422
- color: #4D7EA5; }
423
- @media print {
424
- #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 {
425
- background: white;
426
- box-shadow: none !important; }
427
- #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
428
- color: #4D7EA5; }
429
- #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
430
- color: black; } }
431
- @media screen and (max-width: 768px) {
432
- #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
433
- padding: 0 1.5em;
434
- overflow: visible; } }
520
+ background: white;
521
+ box-shadow: none !important;
522
+ }
435
523
  #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
436
- color: white; }
437
- #toc li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li a {
438
- text-transform: none; }
439
- #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
440
- box-shadow: none;
441
- color: white; }
524
+ color: #4D7EA5;
525
+ }
526
+ #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
527
+ color: black;
528
+ }
529
+ }
530
+ @media screen and (max-width: 768px) {
531
+ #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
532
+ padding: 0 1.5em;
533
+ overflow: visible;
534
+ }
535
+ }
536
+ #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
537
+ color: white;
538
+ }
539
+ #toc li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li a {
540
+ text-transform: none;
541
+ }
542
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
543
+ box-shadow: none;
544
+ color: white;
545
+ }
442
546
 
443
547
  #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
444
548
  margin-top: 0;
445
549
  margin-bottom: 0;
446
- font-size: 100%; }
550
+ font-size: 100%;
551
+ }
447
552
 
448
553
  li {
449
554
  margin-left: 1em;
450
- list-style-position: outside; }
555
+ list-style-position: outside;
556
+ }
451
557
 
452
558
  @media screen and (min-width: 768px) {
453
559
  nav {
@@ -459,8 +565,9 @@ li {
459
565
  font-size: 0.9em;
460
566
  overflow: auto;
461
567
  padding: 0 0 0 30px;
462
- background-color: #f7f7f7; } }
463
-
568
+ background-color: #f7f7f7;
569
+ }
570
+ }
464
571
  @media print {
465
572
  nav {
466
573
  position: relative;
@@ -469,7 +576,9 @@ li {
469
576
  overflow: auto;
470
577
  padding: 0;
471
578
  margin-right: 0;
472
- background-color: white; } }
579
+ background-color: white;
580
+ }
581
+ }
473
582
 
474
583
  @media screen and (min-width: 768px) {
475
584
  #toggle {
@@ -479,36 +588,45 @@ li {
479
588
  background-color: #4D7EA5;
480
589
  color: white !important;
481
590
  cursor: pointer;
482
- z-index: 100; }
483
- #toggle span {
484
- text-align: center;
485
- width: 100%;
486
- position: absolute;
487
- top: 50%;
488
- transform: translate(0, -50%); } }
489
-
591
+ z-index: 100;
592
+ }
593
+ #toggle span {
594
+ text-align: center;
595
+ width: 100%;
596
+ position: absolute;
597
+ top: 50%;
598
+ transform: translate(0, -50%);
599
+ }
600
+ }
490
601
  @media screen and (max-width: 768px) {
491
602
  #toggle {
492
- display: none; } }
493
-
603
+ display: none;
604
+ }
605
+ }
494
606
  @media print {
495
607
  #toggle {
496
- display: none; } }
608
+ display: none;
609
+ }
610
+ }
497
611
 
498
612
  /*
499
613
  2. Responsive navigation layout
500
614
  */
501
615
  @media screen and (min-width: 768px) {
502
616
  .container {
503
- padding-left: 360px; }
617
+ padding-left: 360px;
618
+ }
504
619
  .rule.toc {
505
- display: none; }
620
+ display: none;
621
+ }
506
622
  h1.toc-contents {
507
- margin-top: 1em; }
623
+ margin-top: 1em;
624
+ }
508
625
  ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
509
626
  padding: 0;
510
- margin: 0; } }
511
-
627
+ margin: 0;
628
+ }
629
+ }
512
630
  /*
513
631
  Document types + stages
514
632
  */
@@ -518,30 +636,35 @@ li {
518
636
  height: 100%;
519
637
  position: fixed;
520
638
  display: block;
521
- z-index: 102; }
522
- .document-type-band > :first-child {
523
- position: relative;
524
- width: 25px;
525
- font-weight: 400;
526
- color: white;
527
- text-transform: uppercase;
528
- font-size: 0.9em;
529
- font-weight: 400;
530
- letter-spacing: 0.05em;
531
- margin: 0;
532
- margin-left: 6px;
533
- writing-mode: tb-rl;
534
- -webkit-transform: rotate(180deg);
535
- -moz-transform: rotate(180deg);
536
- -o-transform: rotate(180deg);
537
- white-space: nowrap;
538
- display: block;
539
- bottom: 0; }
540
- @media print {
541
- .document-type-band {
542
- display: none; } }
543
- .document-type-band .document-type {
544
- top: 20px; }
639
+ z-index: 102;
640
+ }
641
+ .document-type-band > :first-child {
642
+ position: relative;
643
+ width: 25px;
644
+ font-weight: 400;
645
+ color: white;
646
+ text-transform: uppercase;
647
+ font-size: 0.9em;
648
+ font-weight: 400;
649
+ letter-spacing: 0.05em;
650
+ margin: 0;
651
+ margin-left: 6px;
652
+ writing-mode: tb-rl;
653
+ -webkit-transform: rotate(180deg);
654
+ -moz-transform: rotate(180deg);
655
+ -o-transform: rotate(180deg);
656
+ white-space: nowrap;
657
+ display: block;
658
+ bottom: 0;
659
+ }
660
+ @media print {
661
+ .document-type-band {
662
+ display: none;
663
+ }
664
+ }
665
+ .document-type-band .document-type {
666
+ top: 20px;
667
+ }
545
668
 
546
669
  .document-stage-band {
547
670
  left: 0;
@@ -550,31 +673,36 @@ li {
550
673
  position: fixed;
551
674
  display: block;
552
675
  z-index: 101;
553
- box-shadow: -5px 0px 10px #1d1d1d; }
554
- .document-stage-band > :first-child {
555
- position: relative;
556
- width: 25px;
557
- font-weight: 400;
558
- height: 160px;
559
- color: white;
560
- text-transform: uppercase;
561
- font-size: 0.9em;
562
- font-weight: 400;
563
- letter-spacing: 0.05em;
564
- margin: 0;
565
- margin-left: 6px;
566
- writing-mode: tb-rl;
567
- -webkit-transform: rotate(180deg);
568
- -moz-transform: rotate(180deg);
569
- -o-transform: rotate(180deg);
570
- white-space: nowrap;
571
- display: block;
572
- bottom: 0; }
573
- @media print {
574
- .document-stage-band {
575
- display: none; } }
576
- .document-stage-band > :first-child {
577
- font-weight: 300; }
676
+ box-shadow: -5px 0px 10px #1d1d1d;
677
+ }
678
+ .document-stage-band > :first-child {
679
+ position: relative;
680
+ width: 25px;
681
+ font-weight: 400;
682
+ height: 160px;
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-stage-band {
700
+ display: none;
701
+ }
702
+ }
703
+ .document-stage-band > :first-child {
704
+ font-weight: 300;
705
+ }
578
706
 
579
707
  p.document-stage {
580
708
  position: relative;
@@ -594,72 +722,93 @@ p.document-stage {
594
722
  -o-transform: rotate(180deg);
595
723
  white-space: nowrap;
596
724
  display: block;
597
- bottom: 0; }
725
+ bottom: 0;
726
+ }
598
727
 
599
728
  #governance-band p.document-type {
600
- height: 230px !important; }
729
+ height: 230px !important;
730
+ }
601
731
 
602
732
  p.document-stage {
603
733
  font-weight: 300;
604
- height: 160px; }
734
+ height: 160px;
735
+ }
605
736
 
606
737
  dt {
607
- font-weight: 500; }
738
+ font-weight: 500;
739
+ }
608
740
 
609
741
  #standard-band {
610
742
  color: #0ac442;
611
- background: none; }
743
+ background: none;
744
+ }
612
745
 
613
746
  #standard {
614
- border-bottom: solid 3px #0ac442; }
747
+ border-bottom: solid 3px #0ac442;
748
+ }
615
749
 
616
750
  #governance {
617
- border-bottom: solid 3px #750697; }
751
+ border-bottom: solid 3px #750697;
752
+ }
618
753
 
619
754
  #governance-band {
620
- background-color: #750697; }
755
+ background-color: #750697;
756
+ }
621
757
 
622
758
  #guide {
623
- border-bottom: solid 3px #48a0e7; }
759
+ border-bottom: solid 3px #48a0e7;
760
+ }
624
761
 
625
762
  #guide-band {
626
- background-color: #48a0e7; }
763
+ background-color: #48a0e7;
764
+ }
627
765
 
628
766
  .coverpage-maturity {
629
767
  font-family: {{bodyfont}};
630
768
  font-weight: 400;
631
769
  font-size: 1em;
632
770
  margin: 0 0 2em 0;
633
- text-transform: uppercase; }
771
+ text-transform: uppercase;
772
+ }
634
773
 
635
774
  #working-draft {
636
- border-bottom: solid 3px #fda706; }
775
+ border-bottom: solid 3px #fda706;
776
+ }
637
777
 
638
778
  #working-draft-band {
639
- background: none; }
640
- #working-draft-band p {
641
- color: #fda706; }
779
+ background: none;
780
+ }
781
+ #working-draft-band p {
782
+ color: #fda706;
783
+ }
642
784
 
643
785
  #committee-draft {
644
- border-bottom: solid 3px #fd06fd; }
786
+ border-bottom: solid 3px #fd06fd;
787
+ }
645
788
 
646
789
  #committee-draft-band {
647
- background-color: #fd06fd; }
790
+ background-color: #fd06fd;
791
+ }
648
792
 
649
793
  #draft-standard {
650
- border-bottom: solid 3px #fdf906; }
794
+ border-bottom: solid 3px #fdf906;
795
+ }
651
796
 
652
797
  #draft-standard-band {
653
- background-color: #fdf906; }
798
+ background-color: #fdf906;
799
+ }
654
800
 
655
801
  #standard {
656
- border-bottom: solid 3px #0ac442; }
802
+ border-bottom: solid 3px #0ac442;
803
+ }
657
804
 
658
805
  #obsolete {
659
- border-bottom: solid 3px #7e0d13; }
806
+ border-bottom: solid 3px #7e0d13;
807
+ }
660
808
 
661
809
  #obsolete-band {
662
- background-color: #7e0d13; }
810
+ background-color: #7e0d13;
811
+ }
663
812
 
664
813
  /*
665
814
  3. TYPOGRAPHY
@@ -673,21 +822,26 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
673
822
  color: black;
674
823
  font-weight: 600;
675
824
  margin-top: 1.5em;
676
- margin-bottom: 0.3em; }
825
+ margin-bottom: 0.3em;
826
+ }
677
827
 
678
828
  h1, .h1 {
679
829
  font-size: 1.8em;
680
830
  text-transform: uppercase;
681
- /* margin-top: 2em;*/ }
831
+ /* margin-top: 2em;*/
832
+ }
682
833
 
683
- h1#content, #content.h1 {
684
- margin-top: 2em; }
834
+ h1#content, .h1#content {
835
+ margin-top: 2em;
836
+ }
685
837
 
686
838
  h2, .h2 {
687
- font-size: 1.6em; }
839
+ font-size: 1.6em;
840
+ }
688
841
 
689
842
  h3, .h3 {
690
- font-size: 1.5em; }
843
+ font-size: 1.5em;
844
+ }
691
845
 
692
846
  /*
693
847
  span[id^="toc"]::after {
@@ -703,18 +857,21 @@ content: "\f0c1";
703
857
  */
704
858
  .TermNum, .Terms, .AltTerms {
705
859
  color: #00549f;
706
- font-weight: 400; }
860
+ font-weight: 400;
861
+ }
707
862
 
708
863
  p.TermNum {
709
864
  font-size: 0.9em;
710
865
  line-height: 1em;
711
866
  margin: 0;
712
- margin-top: 2em; }
867
+ margin-top: 2em;
868
+ }
713
869
 
714
870
  p.Terms {
715
871
  font-size: 1.1em;
716
872
  line-height: 1.7em;
717
- margin: 0; }
873
+ margin: 0;
874
+ }
718
875
 
719
876
  /*
720
877
  p.AltTerms {
@@ -723,40 +880,48 @@ margin: 0;
723
880
  }
724
881
  */
725
882
  span.obligation {
726
- font-weight: 400; }
883
+ font-weight: 400;
884
+ }
727
885
 
728
886
  /*
729
887
  3.2 Links
730
888
  */
731
889
  a, a:visited {
732
890
  text-decoration: none;
733
- color: #4D7EA5; }
891
+ color: #4D7EA5;
892
+ }
734
893
 
735
894
  a:hover {
736
895
  color: white;
737
896
  background: #4D7EA5;
738
- box-shadow: 3px 0 0 #4D7EA5, -3px 0 0 #4D7EA5; }
897
+ box-shadow: 3px 0 0 #4D7EA5, -3px 0 0 #4D7EA5;
898
+ }
739
899
 
740
900
  *::selection {
741
901
  background: #4D7EA5;
742
- color: white; }
902
+ color: white;
903
+ }
743
904
 
744
905
  *::-moz-selection {
745
906
  background: #4D7EA5;
746
- color: white; }
907
+ color: white;
908
+ }
747
909
 
748
910
  /*
749
911
  3.3 Lists
750
912
  */
751
913
  ul, ol {
752
914
  margin-left: 1em;
753
- list-style-position: inside; }
915
+ list-style-position: inside;
916
+ }
754
917
 
755
918
  #toc ul {
756
- margin-bottom: 0.25em; }
919
+ margin-bottom: 0.25em;
920
+ }
757
921
 
758
922
  #toc li {
759
- list-style-type: none; }
923
+ list-style-type: none;
924
+ }
760
925
 
761
926
  /*
762
927
  3.4 Rules
@@ -765,7 +930,8 @@ ul, ol {
765
930
  width: 100%;
766
931
  height: 1px;
767
932
  background-color: #00427e;
768
- margin: 2em 0; }
933
+ margin: 2em 0;
934
+ }
769
935
 
770
936
  /*
771
937
  h2 p,.h2 p {
@@ -778,19 +944,21 @@ display: inline;
778
944
  p.Biblio, p.NormRef {
779
945
  margin-top: 1em;
780
946
  margin-left: 2em;
781
- text-indent: -2em; }
947
+ text-indent: -2em;
948
+ }
782
949
 
783
950
  /*
784
951
  3.6 Source Code + figures
785
952
  */
786
953
  pre {
787
954
  font-family: {{monospacefont}};
788
- font-variant-ligatures: none; }
955
+ font-variant-ligatures: none;
956
+ }
789
957
 
790
958
  .figure,
791
959
  pre,
792
960
  .pseudocode {
793
- color: #5b5e5f;
961
+ color: rgb(91, 94, 95);
794
962
  background-color: #F5F6F6;
795
963
  font-size: {{monospacefontsize}};
796
964
  line-height: 1.6em;
@@ -800,39 +968,46 @@ pre,
800
968
  font-size: {{monospacefontsize}};
801
969
  border-left: solid 5px #B1B6B8;
802
970
  padding: 1.2em 1.2em 1.2em 2.2em;
803
- margin: 2em 0 2em -1em; }
804
- .figure .SourceTitle,
805
- pre .SourceTitle,
806
- .pseudocode .SourceTitle {
807
- font-weight: 700;
808
- font-size: 1em;
809
- text-align: center; }
971
+ margin: 2em 0 2em -1em;
972
+ }
973
+ .figure .SourceTitle,
974
+ pre .SourceTitle,
975
+ .pseudocode .SourceTitle {
976
+ font-weight: 700;
977
+ font-size: 1em;
978
+ text-align: center;
979
+ }
810
980
 
811
981
  table div.figure {
812
982
  padding: 0;
813
- margin: 0; }
983
+ margin: 0;
984
+ }
814
985
 
815
986
  .AdmonitionTitle {
816
987
  font-weight: 700;
817
988
  font-size: 1em;
818
- text-align: center; }
989
+ text-align: center;
990
+ }
819
991
 
820
992
  .RecommendationTitle {
821
993
  font-weight: 700;
822
994
  font-size: 1em;
823
- text-align: center; }
995
+ text-align: center;
996
+ }
824
997
 
825
998
  .ListTitle {
826
999
  font-weight: 700;
827
1000
  font-size: 1em;
828
1001
  text-align: center;
829
- text-align: left; }
1002
+ text-align: left;
1003
+ }
830
1004
 
831
1005
  .FigureTitle,
832
1006
  .SourceTitle {
833
1007
  font-weight: 700;
834
1008
  font-size: 1em;
835
- text-align: center; }
1009
+ text-align: center;
1010
+ }
836
1011
 
837
1012
  /*
838
1013
  3.7 Notes
@@ -840,17 +1015,20 @@ table div.figure {
840
1015
  .Note {
841
1016
  background-color: #F5F6F6;
842
1017
  border-left: solid 5px #B1B6B8;
843
- color: #5b5e5f;
844
- padding: 0.5em 1em; }
1018
+ color: rgb(91, 94, 95);
1019
+ padding: 0.5em 1em;
1020
+ }
845
1021
 
846
1022
  .Admonition {
847
1023
  background-color: #ffcccc;
848
1024
  border-left: solid 5px #B1B6B8;
849
- color: #5b5e5f;
850
- padding: 0.5em 1em; }
1025
+ color: rgb(91, 94, 95);
1026
+ padding: 0.5em 1em;
1027
+ }
851
1028
 
852
1029
  .note_label {
853
- font-weight: 700; }
1030
+ font-weight: 700;
1031
+ }
854
1032
 
855
1033
  /*
856
1034
  3.8 Examples
@@ -858,20 +1036,23 @@ table div.figure {
858
1036
  td.example,
859
1037
  td.example_label {
860
1038
  background-color: #F5F6F6;
861
- color: #5b5e5f;
862
- padding: 0; }
1039
+ color: rgb(91, 94, 95);
1040
+ padding: 0;
1041
+ }
863
1042
 
864
1043
  td > p.example {
865
1044
  margin: 0;
866
1045
  border-left: solid 5px #B1B6B8;
867
- padding: 1em; }
1046
+ padding: 1em;
1047
+ }
868
1048
 
869
1049
  td.example_label {
870
1050
  font-weight: 700;
871
1051
  font-size: {{normalfontsize}};
872
1052
  text-transform: uppercase;
873
1053
  text-align: center;
874
- margin-top: 0; }
1054
+ margin-top: 0;
1055
+ }
875
1056
 
876
1057
  .example {
877
1058
  background-color: #F5F6F6;
@@ -880,19 +1061,24 @@ td.example_label {
880
1061
  text-align: left;
881
1062
  color: #424242;
882
1063
  padding-left: 2em;
883
- color: #5b5e5f; }
884
- .example p {
885
- margin: 0; }
886
- .example .example-title {
887
- font-weight: 700;
888
- text-transform: uppercase;
889
- margin-left: -1.5em; }
890
- .example .example-title {
891
- margin-top: 0;
892
- font-size: {{normalfontsize}}; }
893
- .example pre,
894
- .example .pseudocode {
895
- background: none; }
1064
+ color: rgb(91, 94, 95);
1065
+ }
1066
+ .example p {
1067
+ margin: 0;
1068
+ }
1069
+ .example .example-title {
1070
+ font-weight: 700;
1071
+ text-transform: uppercase;
1072
+ margin-left: -1.5em;
1073
+ }
1074
+ .example .example-title {
1075
+ margin-top: 0;
1076
+ font-size: {{normalfontsize}};
1077
+ }
1078
+ .example pre,
1079
+ .example .pseudocode {
1080
+ background: none;
1081
+ }
896
1082
 
897
1083
  /*
898
1084
  3.9 Tables
@@ -903,38 +1089,47 @@ table {
903
1089
  margin: 1em 0 2em 0;
904
1090
  margin-left: auto;
905
1091
  margin-right: auto;
906
- padding-right: 2em; }
907
- table, table th, table td {
908
- border: 1px solid black;
909
- font-size: 0.95em; }
910
- table th, table td {
911
- padding: 1em; }
912
- table td.header {
913
- font-weight: 400; }
1092
+ padding-right: 2em;
1093
+ }
1094
+ table, table th, table td {
1095
+ border: 1px solid black;
1096
+ font-size: 0.95em;
1097
+ }
1098
+ table th, table td {
1099
+ padding: 1em;
1100
+ }
1101
+ table td.header {
1102
+ font-weight: 400;
1103
+ }
914
1104
 
915
1105
  table,
916
1106
  th,
917
1107
  td {
918
1108
  border: none !important;
919
- font-size: 1em; }
1109
+ font-size: 1em;
1110
+ }
920
1111
 
921
1112
  tr:nth-child(even) {
922
- background-color: #FBF9F8; }
1113
+ background-color: #FBF9F8;
1114
+ }
923
1115
 
924
1116
  thead {
925
1117
  background-color: #4D7EA5;
926
1118
  color: white;
927
- border: none; }
1119
+ border: none;
1120
+ }
928
1121
 
929
1122
  /*
930
1123
  3.10 Footnotes
931
1124
  */
932
1125
  a.footnote-number {
933
1126
  vertical-align: super;
934
- font-size: 0.8em; }
1127
+ font-size: 0.8em;
1128
+ }
935
1129
 
936
1130
  .footnote {
937
- font-size: {{footnotefontsize}}; }
1131
+ font-size: {{footnotefontsize}};
1132
+ }
938
1133
 
939
1134
  /*
940
1135
  3.11 Blockquotes
@@ -949,9 +1144,11 @@ a.footnote-number {
949
1144
  margin-right: auto;
950
1145
  padding: 1.2em 1.2em 1.2em 2.2em;
951
1146
  margin: 2em 0 2em -1em;
952
- border-left: solid 5px #B1B6B8; }
953
- .Quote .QuoteAttribution {
954
- text-align: right; }
1147
+ border-left: solid 5px #B1B6B8;
1148
+ }
1149
+ .Quote .QuoteAttribution {
1150
+ text-align: right;
1151
+ }
955
1152
 
956
1153
  /*
957
1154
  3.12 Formulas
@@ -959,10 +1156,11 @@ a.footnote-number {
959
1156
  .formula, .Formula {
960
1157
  background-color: #F5F6F6;
961
1158
  border-left: solid 5px #B1B6B8;
962
- color: #5b5e5f;
1159
+ color: rgb(91, 94, 95);
963
1160
  padding: 1.2em 1.2em 1.2em 2.2em;
964
1161
  margin: 2em 0 2em -1em;
965
- text-align: center; }
1162
+ text-align: center;
1163
+ }
966
1164
 
967
1165
  /*
968
1166
  3.13 Contact Info
@@ -974,35 +1172,41 @@ a.footnote-number {
974
1172
  width: auto;
975
1173
  margin-left: auto;
976
1174
  margin-right: auto;
977
- text-align: left; }
1175
+ text-align: left;
1176
+ }
978
1177
 
979
1178
  .contact-info p,
980
1179
  .contact-info a {
981
1180
  font-family: {{monospacefont}};
982
1181
  font-variant-ligatures: none;
983
- font-weight: 400; }
1182
+ font-weight: 400;
1183
+ }
984
1184
 
985
1185
  .contact-info .name {
986
1186
  font-weight: 700;
987
1187
  font-size: 1.2em;
988
- margin-bottom: 0; }
1188
+ margin-bottom: 0;
1189
+ }
989
1190
 
990
1191
  .contact-info .address {
991
1192
  font-size: 1em;
992
1193
  line-height: 1.3em;
993
- margin-top: 0; }
1194
+ margin-top: 0;
1195
+ }
994
1196
 
995
1197
  /*
996
1198
  Keywords
997
1199
  */
998
1200
  span.keyword {
999
- font-weight: 400; }
1201
+ font-weight: 400;
1202
+ }
1000
1203
 
1001
1204
  p {
1002
1205
  font-size: {{normalfontsize}};
1003
1206
  line-height: 1.5;
1004
1207
  margin-top: 1em;
1005
- margin-bottom: 1em; }
1208
+ margin-bottom: 1em;
1209
+ }
1006
1210
 
1007
1211
  /*
1008
1212
  Paragraphs
@@ -1011,7 +1215,8 @@ p {
1011
1215
  font-size: {{normalfontsize}};
1012
1216
  line-height: 1.5;
1013
1217
  margin-top: 1em;
1014
- margin-bottom: 1em; }
1218
+ margin-bottom: 1em;
1219
+ }
1015
1220
 
1016
1221
  /* Admonitions */
1017
1222
  .Admonition, .admonition {
@@ -1019,10 +1224,12 @@ p {
1019
1224
  /* color: #47430c;*/
1020
1225
  padding: 0.5em;
1021
1226
  margin: 1.5em 0 1.5em 0;
1022
- text-align: left; }
1227
+ text-align: left;
1228
+ }
1023
1229
 
1024
1230
  .Admonition p, .admonition p {
1025
- margin: 0; }
1231
+ margin: 0;
1232
+ }
1026
1233
 
1027
1234
  /*
1028
1235
  4.0 Page header
@@ -1043,48 +1250,59 @@ padding: 2em 0;
1043
1250
  /*background-image: url("img/dots@2x.png");*/
1044
1251
  color: #ffffff;
1045
1252
  padding: 2em;
1046
- margin-left: 2em; }
1253
+ margin-left: 2em;
1254
+ }
1047
1255
 
1048
1256
  .doc-number {
1049
1257
  font-size: 1em;
1050
- font-family: {{bodyfont}}; }
1258
+ font-family: {{bodyfont}};
1259
+ }
1051
1260
 
1052
1261
  .coverpage-title {
1053
1262
  padding-bottom: 0.5em;
1054
1263
  font-family: {{headerfont}};
1055
1264
  font-size: 1.5em;
1056
- font-weight: 900; }
1265
+ font-weight: 900;
1266
+ }
1057
1267
 
1058
1268
  .title-section1 {
1059
- padding: 0 2em 0 3em; }
1269
+ padding: 0 2em 0 3em;
1270
+ }
1060
1271
 
1061
1272
  .prefatory-section {
1062
- padding: 0 3em 0 3em; }
1273
+ padding: 0 3em 0 3em;
1274
+ }
1063
1275
 
1064
1276
  .zzSTDTitle1, .MsoCommentText {
1065
- display: none; }
1277
+ display: none;
1278
+ }
1066
1279
 
1067
1280
  .coverpage {
1068
- text-align: center; }
1281
+ text-align: center;
1282
+ }
1069
1283
 
1070
1284
  .coverpage-logo {
1071
- margin-bottom: 1em; }
1285
+ margin-bottom: 1em;
1286
+ }
1072
1287
 
1073
1288
  .coverpage-logo span, .coverpage-tc-name span {
1074
1289
  font-family: {{bodyfont}};
1075
1290
  text-transform: uppercase;
1076
1291
  font-weight: 300;
1077
- display: block; }
1292
+ display: block;
1293
+ }
1078
1294
 
1079
1295
  .coverpage-tc-name {
1080
1296
  font-size: 1.2em;
1081
1297
  line-height: 1.2em;
1082
- margin: 0.25em 0; }
1298
+ margin: 0.25em 0;
1299
+ }
1083
1300
 
1084
1301
  .document-info {
1085
1302
  padding: 2em;
1086
1303
  text-align: center;
1087
- margin-left: 1em; }
1304
+ margin-left: 1em;
1305
+ }
1088
1306
 
1089
1307
  /*
1090
1308
  4.2 Document Identity
@@ -1092,7 +1310,8 @@ padding: 2em 0;
1092
1310
  .coverpage-doc-identity {
1093
1311
  width: 100%;
1094
1312
  height: 50px;
1095
- margin: 2em 0; }
1313
+ margin: 2em 0;
1314
+ }
1096
1315
 
1097
1316
  .title-first {
1098
1317
  font-size: 3em;
@@ -1100,35 +1319,41 @@ padding: 2em 0;
1100
1319
  font-weight: 900;
1101
1320
  text-transform: uppercase;
1102
1321
  text-decoration: underline solid #EE9C4F;
1103
- padding: 1em 0.5em; }
1322
+ padding: 1em 0.5em;
1323
+ }
1104
1324
 
1105
1325
  .title-second {
1106
1326
  font-size: 2em;
1107
1327
  line-height: 2em;
1108
1328
  font-weight: 300;
1109
- letter-spacing: 1px; }
1329
+ letter-spacing: 1px;
1330
+ }
1110
1331
 
1111
1332
  img.csa-logo {
1112
1333
  height: 50px;
1113
1334
  width: auto;
1114
1335
  float: right;
1115
- margin-right: 2em; }
1336
+ margin-right: 2em;
1337
+ }
1116
1338
 
1117
1339
  .coverpage-title .title-second {
1118
- display: none; }
1340
+ display: none;
1341
+ }
1119
1342
 
1120
1343
  .coverpage-stage-block {
1121
1344
  font-family: {{bodyfont}};
1122
1345
  font-weight: 700;
1123
1346
  font-size: 1em;
1124
1347
  margin: 1em 0em 1em 0em;
1125
- text-transform: uppercase; }
1348
+ text-transform: uppercase;
1349
+ }
1126
1350
 
1127
1351
  .section-title {
1128
1352
  background: linear-gradient(#A5A8AB, #B1B6B8);
1129
1353
  padding: 4em 2em 3em 5.5em;
1130
1354
  margin: 4em -3em 3em -5em;
1131
- border-bottom: 8px solid #EE9C4F; }
1355
+ border-bottom: 8px solid #EE9C4F;
1356
+ }
1132
1357
 
1133
1358
  .section-title .super-title {
1134
1359
  font-size: 2em;
@@ -1136,7 +1361,8 @@ img.csa-logo {
1136
1361
  line-height: 1em;
1137
1362
  margin: 0;
1138
1363
  color: white;
1139
- text-transform: uppercase; }
1364
+ text-transform: uppercase;
1365
+ }
1140
1366
 
1141
1367
  .section-title h1, .section-title .h1 {
1142
1368
  font-size: 2em;
@@ -1145,14 +1371,17 @@ img.csa-logo {
1145
1371
  margin-top: 0.5em;
1146
1372
  margin-bottom: 0;
1147
1373
  color: white;
1148
- text-transform: none; }
1374
+ text-transform: none;
1375
+ }
1149
1376
 
1150
1377
  h2, .h2 {
1151
1378
  border-bottom: solid 1px #4D7EA5;
1152
- color: #4D7EA5; }
1379
+ color: #4D7EA5;
1380
+ }
1153
1381
 
1154
1382
  h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
1155
- color: #EE9C4F; }
1383
+ color: #EE9C4F;
1384
+ }
1156
1385
 
1157
1386
  /*
1158
1387
  4.3 Draft Warning
@@ -1162,14 +1391,16 @@ h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
1162
1391
  border-bottom: solid 1px #f36f36;
1163
1392
  margin: 1em 2em;
1164
1393
  color: #00549f;
1165
- padding: 1em; }
1394
+ padding: 1em;
1395
+ }
1166
1396
 
1167
1397
  .coverpage-warning .title {
1168
1398
  color: #f36f36;
1169
1399
  font-family: {{headerfont}};
1170
1400
  font-weight: 700;
1171
1401
  text-transform: uppercase;
1172
- font-size: 1.2em; }
1402
+ font-size: 1.2em;
1403
+ }
1173
1404
 
1174
1405
  /*
1175
1406
  4.4 Copyright
@@ -1177,10 +1408,12 @@ h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
1177
1408
  .copyright {
1178
1409
  padding: 1em;
1179
1410
  font-size: 0.8em;
1180
- text-align: left; }
1411
+ text-align: left;
1412
+ }
1181
1413
 
1182
1414
  .copyright .name, .copyright .address {
1183
- color: #00549f; }
1415
+ color: #00549f;
1416
+ }
1184
1417
 
1185
1418
  /*
1186
1419
  5.0 Other styles
@@ -1205,51 +1438,70 @@ To top button
1205
1438
  cursor: pointer;
1206
1439
  padding: 10px 15px 10px 15px;
1207
1440
  border-radius: 4px;
1208
- text-transform: uppercase; }
1209
- #myBtn:hover {
1210
- opacity: 1; }
1211
- @media print {
1212
- #myBtn {
1213
- display: none; } }
1214
- #myBtn a.anchorjs-link:hover {
1215
- background: none;
1216
- color: #4D7EA5;
1217
- box-shadow: none; }
1441
+ text-transform: uppercase;
1442
+ }
1443
+ #myBtn:hover {
1444
+ opacity: 1;
1445
+ }
1446
+ @media print {
1447
+ #myBtn {
1448
+ display: none;
1449
+ }
1450
+ }
1451
+ #myBtn a.anchorjs-link:hover {
1452
+ background: none;
1453
+ color: #4D7EA5;
1454
+ box-shadow: none;
1455
+ }
1218
1456
 
1219
1457
  nav h1:hover a::after {
1220
- display: none; }
1458
+ display: none;
1459
+ }
1221
1460
 
1222
1461
  .document-stage-band p {
1223
- color: #EE9C4F !important; }
1462
+ color: #EE9C4F !important;
1463
+ }
1224
1464
 
1225
1465
  .document-type-band p {
1226
- color: #4D7EA5 !important; }
1466
+ color: #4D7EA5 !important;
1467
+ }
1227
1468
 
1228
1469
  .document-stage-band {
1229
- box-shadow: none; }
1470
+ box-shadow: none;
1471
+ }
1230
1472
 
1231
1473
  @page {
1232
- margin: 1cm; }
1233
-
1474
+ margin: 1cm;
1475
+ }
1234
1476
  @media print {
1235
1477
  .section-title, .document-info, nav {
1236
- page-break-before: always; }
1478
+ page-break-before: always;
1479
+ }
1237
1480
  .coverpage {
1238
- height: 23cm; }
1481
+ height: 23cm;
1482
+ }
1239
1483
  .coverpage-doc-identity {
1240
1484
  position: absolute;
1241
- bottom: 1cm; }
1485
+ bottom: 1cm;
1486
+ }
1242
1487
  #toggle, .document-stage-band,
1243
1488
  .document-type-band {
1244
- display: none; }
1489
+ display: none;
1490
+ }
1245
1491
  .container {
1246
- padding-left: 0; }
1492
+ padding-left: 0;
1493
+ }
1247
1494
  #toc .toc-active a {
1248
- color: #4D7EA5; }
1495
+ color: #4D7EA5;
1496
+ }
1249
1497
  #toc .toc-active, #toc li:hover {
1250
1498
  background: white;
1251
- box-shadow: none !important; }
1499
+ box-shadow: none !important;
1500
+ }
1252
1501
  #toc li:hover a {
1253
- color: black; }
1502
+ color: black;
1503
+ }
1254
1504
  h1.toc-contents {
1255
- margin-top: 2em; } }
1505
+ margin-top: 2em;
1506
+ }
1507
+ }