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