metanorma-ribose 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.
- checksums.yaml +4 -4
- data/lib/isodoc/ribose/html/htmlstyle.css +622 -367
- data/lib/isodoc/ribose/html/htmlstyle.scss +1 -1
- data/lib/isodoc/ribose/html/rsd.css +201 -140
- data/lib/isodoc/ribose/html/wordstyle.css +424 -354
- data/lib/isodoc/ribose/ribose.standard.xsl +473 -219
- data/lib/metanorma/ribose/basicdoc.rng +37 -32
- data/lib/metanorma/ribose/isodoc.rng +32 -17
- data/lib/metanorma/ribose/version.rb +1 -1
- data/metanorma-ribose.gemspec +3 -2
- metadata +24 -10
@@ -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
|
-
|
105
|
-
|
106
|
-
|
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
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
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: "
|
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:
|
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: "
|
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,68 +462,93 @@ body {
|
|
382
462
|
font-weight: 300;
|
383
463
|
line-height: 1.4em;
|
384
464
|
color: #1d1d1d;
|
385
|
-
background-color: #ffffff;
|
386
|
-
|
387
|
-
|
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
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
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: #485094;
|
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: #485094;
|
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: #1661AD;
|
513
|
+
box-shadow: inset -5px 0px 10px -5px #1661AD !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: #485094;
|
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:
|
420
|
-
box-shadow:
|
421
|
-
|
422
|
-
color: #485094; }
|
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: #485094; }
|
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:
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
524
|
+
color: #485094;
|
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: uppercase;
|
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
|
@media screen and (min-width: 768px) {
|
449
554
|
nav {
|
@@ -455,8 +560,9 @@ main {
|
|
455
560
|
font-size: 0.9em;
|
456
561
|
overflow: auto;
|
457
562
|
padding: 0 0 0 30px;
|
458
|
-
background-color: #f7f7f7;
|
459
|
-
|
563
|
+
background-color: #f7f7f7;
|
564
|
+
}
|
565
|
+
}
|
460
566
|
@media print {
|
461
567
|
nav {
|
462
568
|
position: relative;
|
@@ -465,7 +571,9 @@ main {
|
|
465
571
|
overflow: auto;
|
466
572
|
padding: 0;
|
467
573
|
margin-right: 0;
|
468
|
-
background-color: white;
|
574
|
+
background-color: white;
|
575
|
+
}
|
576
|
+
}
|
469
577
|
|
470
578
|
@media screen and (min-width: 768px) {
|
471
579
|
#toggle {
|
@@ -475,21 +583,26 @@ main {
|
|
475
583
|
background-color: #1661AD;
|
476
584
|
color: white !important;
|
477
585
|
cursor: pointer;
|
478
|
-
z-index: 100;
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
586
|
+
z-index: 100;
|
587
|
+
}
|
588
|
+
#toggle span {
|
589
|
+
text-align: center;
|
590
|
+
width: 100%;
|
591
|
+
position: absolute;
|
592
|
+
top: 50%;
|
593
|
+
transform: translate(0, -50%);
|
594
|
+
}
|
595
|
+
}
|
486
596
|
@media screen and (max-width: 768px) {
|
487
597
|
#toggle {
|
488
|
-
display: none;
|
489
|
-
|
598
|
+
display: none;
|
599
|
+
}
|
600
|
+
}
|
490
601
|
@media print {
|
491
602
|
#toggle {
|
492
|
-
display: none;
|
603
|
+
display: none;
|
604
|
+
}
|
605
|
+
}
|
493
606
|
|
494
607
|
#myBtn {
|
495
608
|
font-family: {{monospacefont}};
|
@@ -508,50 +621,63 @@ main {
|
|
508
621
|
cursor: pointer;
|
509
622
|
padding: 10px 15px 10px 15px;
|
510
623
|
border-radius: 4px;
|
511
|
-
text-transform: uppercase;
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
#myBtn
|
518
|
-
|
519
|
-
|
520
|
-
|
624
|
+
text-transform: uppercase;
|
625
|
+
}
|
626
|
+
#myBtn:hover {
|
627
|
+
opacity: 1;
|
628
|
+
}
|
629
|
+
@media print {
|
630
|
+
#myBtn {
|
631
|
+
display: none;
|
632
|
+
}
|
633
|
+
}
|
634
|
+
#myBtn a.anchorjs-link:hover {
|
635
|
+
background: none;
|
636
|
+
color: #485094;
|
637
|
+
box-shadow: none;
|
638
|
+
}
|
521
639
|
|
522
640
|
/*
|
523
641
|
2. Responsive navigation layout
|
524
642
|
*/
|
525
643
|
@media screen and (min-width: 768px) {
|
526
644
|
.container {
|
527
|
-
padding-left: 360px;
|
645
|
+
padding-left: 360px;
|
646
|
+
}
|
528
647
|
.rule.toc {
|
529
|
-
display: none;
|
648
|
+
display: none;
|
649
|
+
}
|
530
650
|
h1.toc-contents {
|
531
|
-
margin-top: 1em;
|
651
|
+
margin-top: 1em;
|
652
|
+
}
|
532
653
|
ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
|
533
654
|
padding: 0;
|
534
|
-
margin: 0;
|
535
|
-
|
655
|
+
margin: 0;
|
656
|
+
}
|
657
|
+
}
|
536
658
|
div.figure {
|
537
659
|
line-height: 1.6em;
|
538
660
|
padding: 1.5em;
|
539
661
|
margin: 2em 0 1em 0;
|
540
|
-
overflow: auto;
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
662
|
+
overflow: auto;
|
663
|
+
}
|
664
|
+
div.figure .FigureTitle, div.figure .figure-title {
|
665
|
+
font-weight: 700;
|
666
|
+
font-size: 1em;
|
667
|
+
text-align: center;
|
668
|
+
}
|
669
|
+
div.figure > img, div.figure > svg {
|
670
|
+
margin-left: auto;
|
671
|
+
margin-right: auto;
|
672
|
+
display: block;
|
673
|
+
max-width: 100%;
|
674
|
+
height: auto;
|
675
|
+
}
|
551
676
|
|
552
677
|
table div.figure {
|
553
678
|
padding: 0;
|
554
|
-
margin: 0;
|
679
|
+
margin: 0;
|
680
|
+
}
|
555
681
|
|
556
682
|
/*
|
557
683
|
Document types + stages
|
@@ -562,30 +688,35 @@ table div.figure {
|
|
562
688
|
height: 100%;
|
563
689
|
position: fixed;
|
564
690
|
display: block;
|
565
|
-
z-index: 102;
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
.document-type-band
|
588
|
-
|
691
|
+
z-index: 102;
|
692
|
+
}
|
693
|
+
.document-type-band > :first-child {
|
694
|
+
position: relative;
|
695
|
+
width: 25px;
|
696
|
+
font-weight: 400;
|
697
|
+
color: white;
|
698
|
+
text-transform: uppercase;
|
699
|
+
font-size: 0.9em;
|
700
|
+
font-weight: 400;
|
701
|
+
letter-spacing: 0.05em;
|
702
|
+
margin: 0;
|
703
|
+
margin-left: 6px;
|
704
|
+
writing-mode: tb-rl;
|
705
|
+
-webkit-transform: rotate(180deg);
|
706
|
+
-moz-transform: rotate(180deg);
|
707
|
+
-o-transform: rotate(180deg);
|
708
|
+
white-space: nowrap;
|
709
|
+
display: block;
|
710
|
+
bottom: 0;
|
711
|
+
}
|
712
|
+
@media print {
|
713
|
+
.document-type-band {
|
714
|
+
display: none;
|
715
|
+
}
|
716
|
+
}
|
717
|
+
.document-type-band .document-type {
|
718
|
+
top: 20px;
|
719
|
+
}
|
589
720
|
|
590
721
|
.document-stage-band {
|
591
722
|
left: 0;
|
@@ -594,102 +725,128 @@ table div.figure {
|
|
594
725
|
position: fixed;
|
595
726
|
display: block;
|
596
727
|
z-index: 101;
|
597
|
-
box-shadow: -5px 0px 10px #1d1d1d;
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
728
|
+
box-shadow: -5px 0px 10px #1d1d1d;
|
729
|
+
}
|
730
|
+
.document-stage-band > :first-child {
|
731
|
+
position: relative;
|
732
|
+
width: 25px;
|
733
|
+
font-weight: 300;
|
734
|
+
height: 160px;
|
735
|
+
color: white;
|
736
|
+
text-transform: uppercase;
|
737
|
+
font-size: 0.9em;
|
738
|
+
font-weight: 400;
|
739
|
+
letter-spacing: 0.05em;
|
740
|
+
margin: 0;
|
741
|
+
margin-left: 6px;
|
742
|
+
writing-mode: tb-rl;
|
743
|
+
-webkit-transform: rotate(180deg);
|
744
|
+
-moz-transform: rotate(180deg);
|
745
|
+
-o-transform: rotate(180deg);
|
746
|
+
white-space: nowrap;
|
747
|
+
display: block;
|
748
|
+
bottom: 0;
|
749
|
+
}
|
750
|
+
@media print {
|
751
|
+
.document-stage-band {
|
752
|
+
display: none;
|
753
|
+
}
|
754
|
+
}
|
755
|
+
|
620
756
|
#governance-band p.document-type {
|
621
|
-
height: 230px !important;
|
757
|
+
height: 230px !important;
|
758
|
+
}
|
622
759
|
|
623
760
|
p.document-stage {
|
624
761
|
font-weight: 300;
|
625
|
-
height: 160px;
|
762
|
+
height: 160px;
|
763
|
+
}
|
626
764
|
|
627
765
|
#standard-band p {
|
628
|
-
height: 270px;
|
766
|
+
height: 270px;
|
767
|
+
}
|
629
768
|
|
630
769
|
#proposal-band p {
|
631
|
-
height: 150px;
|
770
|
+
height: 150px;
|
771
|
+
}
|
632
772
|
|
633
773
|
#standard-band,
|
634
774
|
#published-band {
|
635
|
-
background-color: #9ABD48;
|
775
|
+
background-color: #9ABD48;
|
776
|
+
}
|
636
777
|
|
637
778
|
#standard,
|
638
779
|
#published {
|
639
|
-
border-bottom: solid 3px #9ABD48;
|
780
|
+
border-bottom: solid 3px #9ABD48;
|
781
|
+
}
|
640
782
|
|
641
783
|
#governance,
|
642
784
|
#policy-and-procedures {
|
643
|
-
border-bottom: solid 3px #750697;
|
785
|
+
border-bottom: solid 3px #750697;
|
786
|
+
}
|
644
787
|
|
645
788
|
#governance-band,
|
646
789
|
#policy-and-procedures-band {
|
647
|
-
background-color: #750697;
|
790
|
+
background-color: #750697;
|
791
|
+
}
|
648
792
|
|
649
793
|
#guide {
|
650
|
-
border-bottom: solid 3px #48a0e7;
|
794
|
+
border-bottom: solid 3px #48a0e7;
|
795
|
+
}
|
651
796
|
|
652
797
|
#guide-band {
|
653
|
-
background-color: #48a0e7;
|
798
|
+
background-color: #48a0e7;
|
799
|
+
}
|
654
800
|
|
655
801
|
.coverpage-maturity {
|
656
802
|
font-family: {{bodyfont}};
|
657
803
|
font-weight: 400;
|
658
804
|
font-size: 1em;
|
659
805
|
margin: 0 0 2em 0;
|
660
|
-
text-transform: uppercase;
|
806
|
+
text-transform: uppercase;
|
807
|
+
}
|
661
808
|
|
662
809
|
#working-draft,
|
663
810
|
#proposal {
|
664
|
-
border-bottom: solid 3px #F7803C;
|
811
|
+
border-bottom: solid 3px #F7803C;
|
812
|
+
}
|
665
813
|
|
666
814
|
#working-draft-band,
|
667
815
|
#proposal-band {
|
668
|
-
background-color: #F7803C;
|
816
|
+
background-color: #F7803C;
|
817
|
+
}
|
669
818
|
|
670
819
|
#committee-draft {
|
671
|
-
border-bottom: solid 3px #fd06fd;
|
820
|
+
border-bottom: solid 3px #fd06fd;
|
821
|
+
}
|
672
822
|
|
673
823
|
#committee-draft-band {
|
674
|
-
background-color: #fd06fd;
|
824
|
+
background-color: #fd06fd;
|
825
|
+
}
|
675
826
|
|
676
827
|
#draft-standard {
|
677
|
-
border-bottom: solid 3px #fdf906;
|
828
|
+
border-bottom: solid 3px #fdf906;
|
829
|
+
}
|
678
830
|
|
679
831
|
#draft-standard-band {
|
680
|
-
background-color: #fdf906;
|
832
|
+
background-color: #fdf906;
|
833
|
+
}
|
681
834
|
|
682
835
|
#standard {
|
683
|
-
border-bottom: solid 3px #9ABD48;
|
836
|
+
border-bottom: solid 3px #9ABD48;
|
837
|
+
}
|
684
838
|
|
685
839
|
#standard-band {
|
686
|
-
background-color: #9ABD48;
|
840
|
+
background-color: #9ABD48;
|
841
|
+
}
|
687
842
|
|
688
843
|
#obsolete {
|
689
|
-
border-bottom: solid 3px #7e0d13;
|
844
|
+
border-bottom: solid 3px #7e0d13;
|
845
|
+
}
|
690
846
|
|
691
847
|
#obsolete-band {
|
692
|
-
background-color: #7e0d13;
|
848
|
+
background-color: #7e0d13;
|
849
|
+
}
|
693
850
|
|
694
851
|
/*
|
695
852
|
3. TYPOGRAPHY
|
@@ -708,110 +865,135 @@ h6,
|
|
708
865
|
color: #1661AD;
|
709
866
|
font-weight: 300;
|
710
867
|
margin-top: 1.6em;
|
711
|
-
margin-bottom: 0.3em;
|
868
|
+
margin-bottom: 0.3em;
|
869
|
+
}
|
712
870
|
|
713
871
|
h1, .h1 {
|
714
872
|
font-size: 1.6em;
|
715
873
|
text-transform: uppercase;
|
716
|
-
margin-top: 2em;
|
874
|
+
margin-top: 2em;
|
875
|
+
}
|
717
876
|
|
718
|
-
h1#content, #content
|
719
|
-
margin-top: 2em;
|
877
|
+
h1#content, .h1#content {
|
878
|
+
margin-top: 2em;
|
879
|
+
}
|
720
880
|
|
721
881
|
h2, .h2 {
|
722
882
|
margin-top: 1.3em;
|
723
883
|
font-size: 1.3em;
|
724
|
-
font-weight: 400;
|
884
|
+
font-weight: 400;
|
885
|
+
}
|
725
886
|
|
726
887
|
h3, .h3 {
|
727
888
|
margin-top: 1.1em;
|
728
889
|
font-size: 1.1em;
|
729
|
-
font-weight: 100;
|
890
|
+
font-weight: 100;
|
891
|
+
}
|
730
892
|
|
731
893
|
.TermNum {
|
732
|
-
font-weight: 100;
|
894
|
+
font-weight: 100;
|
895
|
+
}
|
733
896
|
|
734
897
|
.TermNum, .Terms, .AltTerms {
|
735
|
-
color: #1661AD;
|
898
|
+
color: #1661AD;
|
899
|
+
}
|
736
900
|
|
737
901
|
h2.TermNum {
|
738
|
-
margin-bottom: 0;
|
902
|
+
margin-bottom: 0;
|
903
|
+
}
|
739
904
|
|
740
905
|
p.Terms {
|
741
906
|
font-size: 1.1em;
|
742
907
|
line-height: 1.5em;
|
743
|
-
margin: 0;
|
908
|
+
margin: 0;
|
909
|
+
}
|
744
910
|
|
745
911
|
p.AltTerms {
|
746
912
|
/*
|
747
913
|
font-style: italic;
|
748
914
|
*/
|
749
915
|
font-size: 1.1em;
|
750
|
-
margin: 0;
|
916
|
+
margin: 0;
|
917
|
+
}
|
751
918
|
|
752
919
|
.contact-info a:hover {
|
753
920
|
color: #485094;
|
754
921
|
text-decoration: underline;
|
755
922
|
background: none;
|
756
|
-
box-shadow: 0 0 0 0;
|
923
|
+
box-shadow: 0 0 0 0;
|
924
|
+
}
|
757
925
|
|
758
926
|
/*
|
759
927
|
3.2 Links
|
760
928
|
*/
|
761
929
|
a, a:visited {
|
762
930
|
text-decoration: none;
|
763
|
-
color: #485094;
|
931
|
+
color: #485094;
|
932
|
+
}
|
764
933
|
|
765
934
|
a:hover {
|
766
935
|
color: white;
|
767
936
|
background: #1661AD;
|
768
|
-
box-shadow: 3px 0 0 #1661AD, -3px 0 0 #1661AD;
|
937
|
+
box-shadow: 3px 0 0 #1661AD, -3px 0 0 #1661AD;
|
938
|
+
}
|
769
939
|
|
770
940
|
*::selection {
|
771
941
|
background: #1661AD;
|
772
|
-
color: white;
|
942
|
+
color: white;
|
943
|
+
}
|
773
944
|
|
774
945
|
*::-moz-selection {
|
775
946
|
background: #1661AD;
|
776
|
-
color: white;
|
947
|
+
color: white;
|
948
|
+
}
|
777
949
|
|
778
950
|
/*
|
779
951
|
3.3 Lists
|
780
952
|
*/
|
781
953
|
ul,
|
782
954
|
ol {
|
783
|
-
margin-left: 1.2em;
|
955
|
+
margin-left: 1.2em;
|
956
|
+
}
|
784
957
|
|
785
958
|
ul li {
|
786
|
-
list-style: none;
|
959
|
+
list-style: none;
|
960
|
+
}
|
787
961
|
|
788
962
|
ul > li::before {
|
789
|
-
content: "
|
963
|
+
content: "—";
|
790
964
|
display: inline-block;
|
791
965
|
width: 1em;
|
792
|
-
margin-left: -1.2em;
|
966
|
+
margin-left: -1.2em;
|
967
|
+
}
|
793
968
|
|
794
969
|
ul > li p:first-child {
|
795
|
-
display: inline;
|
970
|
+
display: inline;
|
971
|
+
}
|
796
972
|
|
797
973
|
ul > li:first-child {
|
798
|
-
margin-top: 1em;
|
974
|
+
margin-top: 1em;
|
975
|
+
}
|
799
976
|
|
800
977
|
ul ul > li:first-child {
|
801
|
-
margin-top: 0;
|
978
|
+
margin-top: 0;
|
979
|
+
}
|
802
980
|
|
803
981
|
ol ul > li:first-child {
|
804
|
-
margin-top: 0;
|
982
|
+
margin-top: 0;
|
983
|
+
}
|
805
984
|
|
806
985
|
#toc-list ul {
|
807
|
-
margin-bottom: 0.25em;
|
986
|
+
margin-bottom: 0.25em;
|
987
|
+
}
|
808
988
|
|
809
989
|
#toc-list li {
|
810
|
-
list-style-type: none;
|
990
|
+
list-style-type: none;
|
991
|
+
}
|
811
992
|
|
812
993
|
#toc li::before {
|
813
994
|
content: " ";
|
814
|
-
display: none;
|
995
|
+
display: none;
|
996
|
+
}
|
815
997
|
|
816
998
|
/*
|
817
999
|
3.4 Rules
|
@@ -820,7 +1002,8 @@ ol ul > li:first-child {
|
|
820
1002
|
width: 100%;
|
821
1003
|
height: 1px;
|
822
1004
|
background-color: #0e1a85;
|
823
|
-
margin: 2em 0;
|
1005
|
+
margin: 2em 0;
|
1006
|
+
}
|
824
1007
|
|
825
1008
|
/*
|
826
1009
|
3.5 Bibliograhy
|
@@ -828,7 +1011,8 @@ ol ul > li:first-child {
|
|
828
1011
|
p.Biblio,
|
829
1012
|
p.NormRef {
|
830
1013
|
margin-top: 1em;
|
831
|
-
margin-left: 2em;
|
1014
|
+
margin-left: 2em;
|
1015
|
+
}
|
832
1016
|
|
833
1017
|
/*
|
834
1018
|
3.6 Source Code + figures
|
@@ -841,39 +1025,46 @@ pre,
|
|
841
1025
|
line-height: 1.6em;
|
842
1026
|
padding: 1.5em;
|
843
1027
|
margin: 2em 0 1em 0;
|
844
|
-
overflow: auto;
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
1028
|
+
overflow: auto;
|
1029
|
+
}
|
1030
|
+
.figure .SourceTitle,
|
1031
|
+
pre .SourceTitle,
|
1032
|
+
.pseudocode .SourceTitle {
|
1033
|
+
font-weight: 700;
|
1034
|
+
font-size: 1em;
|
1035
|
+
text-align: center;
|
1036
|
+
}
|
851
1037
|
|
852
1038
|
pre {
|
853
1039
|
font-family: {{monospacefont}};
|
854
|
-
font-variant-ligatures: none;
|
1040
|
+
font-variant-ligatures: none;
|
1041
|
+
}
|
855
1042
|
|
856
1043
|
.AdmonitionTitle {
|
857
1044
|
font-weight: 700;
|
858
1045
|
font-size: 1em;
|
859
|
-
text-align: center;
|
1046
|
+
text-align: center;
|
1047
|
+
}
|
860
1048
|
|
861
1049
|
.RecommendationTitle {
|
862
1050
|
font-weight: 700;
|
863
1051
|
font-size: 1em;
|
864
|
-
text-align: center;
|
1052
|
+
text-align: center;
|
1053
|
+
}
|
865
1054
|
|
866
1055
|
.ListTitle {
|
867
1056
|
font-weight: 700;
|
868
1057
|
font-size: 1em;
|
869
1058
|
text-align: center;
|
870
|
-
text-align: left;
|
1059
|
+
text-align: left;
|
1060
|
+
}
|
871
1061
|
|
872
1062
|
.FigureTitle,
|
873
1063
|
.SourceTitle {
|
874
1064
|
font-weight: 700;
|
875
1065
|
font-size: 1em;
|
876
|
-
text-align: center;
|
1066
|
+
text-align: center;
|
1067
|
+
}
|
877
1068
|
|
878
1069
|
/*
|
879
1070
|
3.7 Notes
|
@@ -882,17 +1073,21 @@ pre {
|
|
882
1073
|
background-color: #fff495;
|
883
1074
|
color: #47430c;
|
884
1075
|
padding: 1.2em;
|
885
|
-
margin: 1em 0 1em 0;
|
886
|
-
|
887
|
-
|
1076
|
+
margin: 1em 0 1em 0;
|
1077
|
+
}
|
1078
|
+
.Note p {
|
1079
|
+
margin: 0;
|
1080
|
+
}
|
888
1081
|
|
889
1082
|
.Admonition {
|
890
1083
|
background-color: #ffcccc;
|
891
1084
|
color: #47430c;
|
892
1085
|
padding: 1.2em;
|
893
|
-
margin: 1em 0 1em 0;
|
894
|
-
|
895
|
-
|
1086
|
+
margin: 1em 0 1em 0;
|
1087
|
+
}
|
1088
|
+
.Admonition p {
|
1089
|
+
margin: 0;
|
1090
|
+
}
|
896
1091
|
|
897
1092
|
/*
|
898
1093
|
3.8 Examples
|
@@ -903,18 +1098,23 @@ pre {
|
|
903
1098
|
margin: 2em 0 1em 0;
|
904
1099
|
text-align: left;
|
905
1100
|
color: #424242;
|
906
|
-
padding-left: 2.7em;
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
1101
|
+
padding-left: 2.7em;
|
1102
|
+
}
|
1103
|
+
.example p {
|
1104
|
+
margin: 0;
|
1105
|
+
}
|
1106
|
+
.example .example-title {
|
1107
|
+
font-weight: 700;
|
1108
|
+
text-transform: uppercase;
|
1109
|
+
margin-left: -1.5em;
|
1110
|
+
}
|
1111
|
+
.example .example-title {
|
1112
|
+
margin-top: 0;
|
1113
|
+
}
|
1114
|
+
.example pre,
|
1115
|
+
.example .pseudocode {
|
1116
|
+
background: none;
|
1117
|
+
}
|
918
1118
|
|
919
1119
|
/*
|
920
1120
|
3.9 Tables
|
@@ -925,29 +1125,36 @@ table {
|
|
925
1125
|
margin: 1em 0 2em 0;
|
926
1126
|
margin-left: auto;
|
927
1127
|
margin-right: auto;
|
928
|
-
padding-right: 2em;
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
1128
|
+
padding-right: 2em;
|
1129
|
+
}
|
1130
|
+
table, table th, table td {
|
1131
|
+
border: 1px solid black;
|
1132
|
+
font-size: 0.95em;
|
1133
|
+
}
|
1134
|
+
table th, table td {
|
1135
|
+
padding: 1em;
|
1136
|
+
}
|
1137
|
+
table td.header {
|
1138
|
+
font-weight: 400;
|
1139
|
+
}
|
936
1140
|
|
937
1141
|
p.TableTitle {
|
938
1142
|
text-align: center;
|
939
1143
|
margin-top: 2.5em;
|
940
|
-
font-weight: 400;
|
1144
|
+
font-weight: 400;
|
1145
|
+
}
|
941
1146
|
|
942
1147
|
/*
|
943
1148
|
3.10 Footnotes
|
944
1149
|
*/
|
945
1150
|
a.footnote-number {
|
946
1151
|
vertical-align: super;
|
947
|
-
font-size: 0.8em;
|
1152
|
+
font-size: 0.8em;
|
1153
|
+
}
|
948
1154
|
|
949
1155
|
.footnote {
|
950
|
-
font-size: {{footnotefontsize}};
|
1156
|
+
font-size: {{footnotefontsize}};
|
1157
|
+
}
|
951
1158
|
|
952
1159
|
/*
|
953
1160
|
3.11 Blockquotes
|
@@ -959,7 +1166,8 @@ a.footnote-number {
|
|
959
1166
|
padding: 1.5em;
|
960
1167
|
margin-top: 2em;
|
961
1168
|
margin-left: auto;
|
962
|
-
margin-right: auto;
|
1169
|
+
margin-right: auto;
|
1170
|
+
}
|
963
1171
|
|
964
1172
|
/*
|
965
1173
|
3.12 Formulas
|
@@ -968,7 +1176,8 @@ a.footnote-number {
|
|
968
1176
|
background-color: #f7f7f7;
|
969
1177
|
padding: 1.5em;
|
970
1178
|
margin-top: 2em;
|
971
|
-
text-align: center;
|
1179
|
+
text-align: center;
|
1180
|
+
}
|
972
1181
|
|
973
1182
|
/*
|
974
1183
|
3.13 Contact Info
|
@@ -980,43 +1189,51 @@ a.footnote-number {
|
|
980
1189
|
text-align: left;
|
981
1190
|
border: #1661AD solid 2px;
|
982
1191
|
color: #1661AD !important;
|
983
|
-
border-radius: 25px;
|
1192
|
+
border-radius: 25px;
|
1193
|
+
}
|
984
1194
|
|
985
1195
|
.contact-info a,
|
986
1196
|
.contact-info a:hover {
|
987
|
-
color: #1661AD;
|
1197
|
+
color: #1661AD;
|
1198
|
+
}
|
988
1199
|
|
989
1200
|
.contact-info p,
|
990
1201
|
.contact-info a {
|
991
1202
|
font-family: {{monospacefont}};
|
992
1203
|
font-variant-ligatures: none;
|
993
|
-
font-weight: 400;
|
1204
|
+
font-weight: 400;
|
1205
|
+
}
|
994
1206
|
|
995
1207
|
.contact-info .name {
|
996
1208
|
font-weight: 700;
|
997
1209
|
font-size: 1.2em;
|
998
|
-
margin-bottom: 0;
|
1210
|
+
margin-bottom: 0;
|
1211
|
+
}
|
999
1212
|
|
1000
1213
|
.contact-info .address {
|
1001
1214
|
font-size: 1em;
|
1002
1215
|
line-height: 1.3em;
|
1003
|
-
margin-top: 0;
|
1216
|
+
margin-top: 0;
|
1217
|
+
}
|
1004
1218
|
|
1005
1219
|
/*
|
1006
1220
|
Keywords
|
1007
1221
|
*/
|
1008
1222
|
span.keyword {
|
1009
|
-
font-weight: 600;
|
1223
|
+
font-weight: 600;
|
1224
|
+
}
|
1010
1225
|
|
1011
1226
|
/*
|
1012
1227
|
Paragraphs
|
1013
1228
|
*/
|
1014
1229
|
p {
|
1015
1230
|
margin-top: 1em;
|
1016
|
-
margin-bottom: 1em;
|
1231
|
+
margin-bottom: 1em;
|
1232
|
+
}
|
1017
1233
|
|
1018
1234
|
h2 p, .h2 p {
|
1019
|
-
display: inline;
|
1235
|
+
display: inline;
|
1236
|
+
}
|
1020
1237
|
|
1021
1238
|
/*
|
1022
1239
|
4.0 Page header
|
@@ -1026,24 +1243,28 @@ h2 p, .h2 p {
|
|
1026
1243
|
*/
|
1027
1244
|
.icon-svg {
|
1028
1245
|
width: 100%;
|
1029
|
-
color: #5ecf86;
|
1246
|
+
color: #5ecf86;
|
1247
|
+
}
|
1030
1248
|
|
1031
1249
|
.wrapper-top {
|
1032
1250
|
background: linear-gradient(200deg, #0f365e, #1661AD);
|
1033
1251
|
color: #ffffff;
|
1034
1252
|
padding: 2em 0;
|
1035
|
-
width: 100%;
|
1253
|
+
width: 100%;
|
1254
|
+
}
|
1036
1255
|
|
1037
1256
|
.wrapper-top-bottom {
|
1038
1257
|
width: 0;
|
1039
1258
|
height: 0;
|
1040
1259
|
border-top: 100px solid #1661AD;
|
1041
1260
|
border-right: 100px solid transparent;
|
1042
|
-
position: absolute;
|
1261
|
+
position: absolute;
|
1262
|
+
}
|
1043
1263
|
|
1044
1264
|
.doc-number {
|
1045
1265
|
font-size: 0.5em;
|
1046
|
-
font-family: {{bodyfont}};
|
1266
|
+
font-family: {{bodyfont}};
|
1267
|
+
}
|
1047
1268
|
|
1048
1269
|
.coverpage-title {
|
1049
1270
|
padding-bottom: 0.5em;
|
@@ -1053,52 +1274,63 @@ h2 p, .h2 p {
|
|
1053
1274
|
font-weight: 100;
|
1054
1275
|
padding-left: 1em;
|
1055
1276
|
padding-right: 1em;
|
1056
|
-
text-transform: uppercase;
|
1277
|
+
text-transform: uppercase;
|
1278
|
+
}
|
1057
1279
|
|
1058
1280
|
.WordSection11 {
|
1059
|
-
padding: 0 2em 0 3em;
|
1281
|
+
padding: 0 2em 0 3em;
|
1282
|
+
}
|
1060
1283
|
|
1061
1284
|
.info-section {
|
1062
|
-
padding: 0 2em 0 5em;
|
1285
|
+
padding: 0 2em 0 5em;
|
1286
|
+
}
|
1063
1287
|
|
1064
1288
|
.prefatory-section {
|
1065
|
-
padding: 0 3em 0 6em;
|
1289
|
+
padding: 0 3em 0 6em;
|
1290
|
+
}
|
1066
1291
|
|
1067
1292
|
.zzSTDTitle1,
|
1068
1293
|
.MsoCommentText {
|
1069
|
-
display: none;
|
1294
|
+
display: none;
|
1295
|
+
}
|
1070
1296
|
|
1071
1297
|
.coverpage {
|
1072
1298
|
text-align: center;
|
1073
|
-
padding-left: 1.5em;
|
1299
|
+
padding-left: 1.5em;
|
1300
|
+
}
|
1074
1301
|
|
1075
1302
|
.coverpage-logo span,
|
1076
1303
|
.coverpage-tc-name span {
|
1077
1304
|
font-family: {{bodyfont}};
|
1078
1305
|
text-transform: none;
|
1079
|
-
font-weight: 300;
|
1306
|
+
font-weight: 300;
|
1307
|
+
}
|
1080
1308
|
|
1081
1309
|
.coverpage-tc-name {
|
1082
1310
|
font-size: 1.2em;
|
1083
1311
|
line-height: 1.2em;
|
1084
|
-
margin: 0.25em 0;
|
1312
|
+
margin: 0.25em 0;
|
1313
|
+
}
|
1085
1314
|
|
1086
1315
|
/*
|
1087
1316
|
4.2 Document Identity
|
1088
1317
|
*/
|
1089
1318
|
.coverpage-doc-identity {
|
1090
1319
|
font-size: 2em;
|
1091
|
-
line-height: 2em;
|
1320
|
+
line-height: 2em;
|
1321
|
+
}
|
1092
1322
|
|
1093
1323
|
.coverpage-title .title-second {
|
1094
|
-
display: none;
|
1324
|
+
display: none;
|
1325
|
+
}
|
1095
1326
|
|
1096
1327
|
.coverpage-stage-block {
|
1097
1328
|
font-family: {{bodyfont}};
|
1098
1329
|
font-weight: 600;
|
1099
1330
|
font-size: 1.25em;
|
1100
1331
|
margin: 2em 0em 2em 0em;
|
1101
|
-
text-transform: uppercase;
|
1332
|
+
text-transform: uppercase;
|
1333
|
+
}
|
1102
1334
|
|
1103
1335
|
/*
|
1104
1336
|
4.3 Draft Warning
|
@@ -1109,13 +1341,15 @@ h2 p, .h2 p {
|
|
1109
1341
|
margin: 1em 2em;
|
1110
1342
|
color: #485094;
|
1111
1343
|
padding: 2em 1em 1em 1em;
|
1112
|
-
border-radius: 25px;
|
1344
|
+
border-radius: 25px;
|
1345
|
+
}
|
1113
1346
|
|
1114
1347
|
.coverpage-warning .title {
|
1115
1348
|
font-family: {{headerfont}};
|
1116
1349
|
font-weight: 300;
|
1117
1350
|
text-transform: uppercase;
|
1118
|
-
font-size: 1.2em;
|
1351
|
+
font-size: 1.2em;
|
1352
|
+
}
|
1119
1353
|
|
1120
1354
|
/*
|
1121
1355
|
4.4 Copyright
|
@@ -1123,7 +1357,8 @@ h2 p, .h2 p {
|
|
1123
1357
|
.boilerplate-copyright {
|
1124
1358
|
padding: 1em;
|
1125
1359
|
font-size: 0.9em;
|
1126
|
-
text-align: left;
|
1360
|
+
text-align: left;
|
1361
|
+
}
|
1127
1362
|
|
1128
1363
|
/* .copyright .name, .copyright .address {color: #485094;} */
|
1129
1364
|
/*
|
@@ -1133,65 +1368,85 @@ h2 p, .h2 p {
|
|
1133
1368
|
To top button
|
1134
1369
|
*/
|
1135
1370
|
@page {
|
1136
|
-
margin: 2cm 1cm;
|
1137
|
-
|
1371
|
+
margin: 2cm 1cm;
|
1372
|
+
}
|
1138
1373
|
@media print {
|
1139
1374
|
.document-info,
|
1140
1375
|
nav,
|
1141
1376
|
.copyright {
|
1142
|
-
page-break-before: always;
|
1377
|
+
page-break-before: always;
|
1378
|
+
}
|
1143
1379
|
nav {
|
1144
|
-
page-break-after: always;
|
1380
|
+
page-break-after: always;
|
1381
|
+
}
|
1145
1382
|
h1,
|
1146
1383
|
h2,
|
1147
1384
|
h3,
|
1148
1385
|
h4,
|
1149
1386
|
.h1, .h2, .h3, .h4 {
|
1150
1387
|
page-break-after: avoid;
|
1151
|
-
margin-top: 1.2em;
|
1388
|
+
margin-top: 1.2em;
|
1389
|
+
}
|
1152
1390
|
.note,
|
1153
1391
|
.figure,
|
1154
1392
|
pre,
|
1155
1393
|
.pseudocode,
|
1156
1394
|
table {
|
1157
|
-
page-break-inside: avoid;
|
1395
|
+
page-break-inside: avoid;
|
1396
|
+
}
|
1158
1397
|
.info-section {
|
1159
|
-
display: none;
|
1398
|
+
display: none;
|
1399
|
+
}
|
1160
1400
|
.coverpage {
|
1161
|
-
height: 23cm;
|
1401
|
+
height: 23cm;
|
1402
|
+
}
|
1162
1403
|
.wrapper-top {
|
1163
1404
|
top: 0;
|
1164
1405
|
padding-top: 4cm;
|
1165
|
-
padding-bottom: 4cm;
|
1406
|
+
padding-bottom: 4cm;
|
1407
|
+
}
|
1166
1408
|
.wrapper-top-bottom {
|
1167
|
-
margin-top: -5px;
|
1409
|
+
margin-top: -5px;
|
1410
|
+
}
|
1168
1411
|
button#myBtn {
|
1169
|
-
background-color: white;
|
1412
|
+
background-color: white;
|
1413
|
+
}
|
1170
1414
|
.container {
|
1171
|
-
padding-left: 0;
|
1415
|
+
padding-left: 0;
|
1416
|
+
}
|
1172
1417
|
h1.content {
|
1173
1418
|
margin-top: 2em;
|
1174
|
-
line-height: 2.5em;
|
1419
|
+
line-height: 2.5em;
|
1420
|
+
}
|
1175
1421
|
h1, .h1 {
|
1176
1422
|
font-size: 1.5em;
|
1177
|
-
line-height: 1.5;
|
1423
|
+
line-height: 1.5;
|
1424
|
+
}
|
1178
1425
|
h2, .h2 {
|
1179
|
-
font-size: 1.2em;
|
1426
|
+
font-size: 1.2em;
|
1427
|
+
}
|
1180
1428
|
h3, .h3 {
|
1181
|
-
font-size: 1em;
|
1429
|
+
font-size: 1em;
|
1430
|
+
}
|
1182
1431
|
.Note {
|
1183
1432
|
background-color: #fff495;
|
1184
1433
|
color: #47430c;
|
1185
1434
|
padding: 5px;
|
1186
|
-
margin: 2em 0 1em 0;
|
1435
|
+
margin: 2em 0 1em 0;
|
1436
|
+
}
|
1187
1437
|
.Note p {
|
1188
|
-
padding: 0 5px 0 5px;
|
1438
|
+
padding: 0 5px 0 5px;
|
1439
|
+
}
|
1189
1440
|
.Admonition {
|
1190
1441
|
background-color: #ffcccc;
|
1191
1442
|
color: #47430c;
|
1192
1443
|
padding: 5px;
|
1193
|
-
margin: 2em 0 1em 0;
|
1444
|
+
margin: 2em 0 1em 0;
|
1445
|
+
}
|
1194
1446
|
.Admonition p {
|
1195
|
-
padding: 0 5px 0 5px;
|
1447
|
+
padding: 0 5px 0 5px;
|
1448
|
+
}
|
1196
1449
|
.wrapper-top-bottom {
|
1197
|
-
display: none;
|
1450
|
+
display: none;
|
1451
|
+
}
|
1452
|
+
}
|