isodoc 3.7.1 → 3.7.3

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.
@@ -1,459 +0,0 @@
1
- @charset "UTF-8";
2
- html, body, div, span, applet, object, iframe,
3
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4
- a, abbr, acronym, address, big, cite, code,
5
- del, dfn, em, img, ins, kbd, q, s, samp,
6
- small, strike, strong, sub, sup, tt, var,
7
- b, u, i, center,
8
- ol, ul, li,
9
- fieldset, form, label, legend,
10
- table, caption, tbody, tfoot, thead, tr, th, td,
11
- article, aside, canvas, details, embed,
12
- figure, figcaption, footer, header, hgroup,
13
- menu, output, ruby, section, summary,
14
- time, mark, audio, video {
15
- margin: 0;
16
- padding: 0;
17
- }
18
-
19
- html, body, div, span, applet, object, iframe,
20
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
21
- a, abbr, acronym, address, big, cite, code,
22
- del, dfn, em, img, ins, kbd, q, s, samp,
23
- small, strike, strong, sub, sup, tt, var,
24
- b, u, i, center,
25
- dl, dt, dd, ol, ul, li,
26
- fieldset, form, label, legend,
27
- table, caption, tbody, tfoot, thead, tr, th, td,
28
- article, aside, canvas, details, embed,
29
- figure, figcaption, footer, header, hgroup,
30
- menu, nav, output, ruby, section, summary,
31
- time, mark, audio, video {
32
- border: 0;
33
- font-size: 100%;
34
- }
35
-
36
- html, body, div, span, applet, object, iframe,
37
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
38
- a, abbr, acronym, address, big, cite, code,
39
- del, dfn, em, img, ins, kbd, q, s, samp,
40
- small, strike, strong, tt, var,
41
- b, u, i, center,
42
- dl, dd, ol, ul, li,
43
- fieldset, form, label, legend,
44
- table, caption, tbody, tfoot, thead, tr, th, td,
45
- article, aside, canvas, details, embed,
46
- figure, figcaption, footer, header, hgroup,
47
- menu, nav, output, ruby, section, summary,
48
- time, mark, audio, video {
49
- vertical-align: baseline;
50
- }
51
-
52
- html, body, div, span, applet, object, iframe,
53
- p, blockquote,
54
- a, abbr, acronym, address, big, cite,
55
- del, dfn, em, img, ins, q, s,
56
- small, strike, strong, sub, sup, var,
57
- b, u, i, center,
58
- dl, dt, dd, ol, ul, li,
59
- fieldset, form, label, legend,
60
- table, caption, tbody, tfoot, thead, tr, th, td,
61
- article, aside, canvas, details, embed,
62
- figure, figcaption, footer, header, hgroup,
63
- menu, nav, output, ruby, section, summary,
64
- time, mark, audio, video {
65
- font-family: {{bodyfont}};
66
- }
67
-
68
- code, pre, tt, kbd, samp {
69
- font-family: {{monospacefont}};
70
- font-variant-ligatures: none;
71
- }
72
-
73
- code *, pre *, tt *, kbd *, samp * {
74
- font-family: {{monospacefont}} !important;
75
- font-variant-ligatures: none;
76
- }
77
-
78
- p code, dt code, li code, label code, legend code, caption code, th code, td code,
79
- p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
80
- p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
81
- p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
82
- font-size: {{monospacefontsize}};
83
- }
84
-
85
- sub, sup {
86
- font-size: 0.75em;
87
- }
88
-
89
- article, aside, details, figcaption, figure,
90
- footer, header, hgroup, menu, nav, section {
91
- display: block;
92
- }
93
-
94
- table {
95
- border-collapse: collapse;
96
- border-spacing: 0;
97
- }
98
-
99
- h1, h2, h3, h4, h5, h6 {
100
- font-family: {{headerfont}};
101
- }
102
-
103
- .h1, .h2, .h3, .h4, .h5, .h6 {
104
- font-family: {{headerfont}};
105
- }
106
-
107
- blockquote, q {
108
- quotes: none;
109
- }
110
- blockquote::before, blockquote::after, q::before, q::after {
111
- content: "";
112
- content: none;
113
- }
114
-
115
- .h2Annex {
116
- font-family: {{headerfont}};
117
- }
118
-
119
- dl {
120
- display: grid;
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
- }
132
-
133
- b, strong {
134
- font-weight: bold;
135
- }
136
-
137
- div.document-stage-band, div.document-type-band {
138
- background-color: #333333;
139
- }
140
-
141
- a.TableFootnoteRef, span.TableFootnoteRef,
142
- a.FootnoteRef, span.FootnoteRef {
143
- vertical-align: super;
144
- }
145
-
146
- a.TableFootnoteRef, a.FootnoteRef, a.footnote-number,
147
- sup a, a:has(> sup) {
148
- vertical-align: baseline;
149
- }
150
-
151
- .addition {
152
- color: blue;
153
- }
154
-
155
- .deletion {
156
- color: red;
157
- text-decoration: line-through;
158
- }
159
-
160
- ruby {
161
- ruby-position: over;
162
- -webkit-ruby-position: before;
163
- }
164
-
165
- ruby ruby {
166
- ruby-position: under;
167
- -webkit-ruby-position: after;
168
- }
169
-
170
- /* code highlighting with line numbers */
171
- table.rouge-line-table td.rouge-gutter {
172
- -moz-user-select: none;
173
- -ms-user-select: none;
174
- -webkit-user-select: none;
175
- user-select: none;
176
- padding-right: 1em;
177
- }
178
-
179
- table.rouge-line-table td.rouge-code {
180
- -moz-user-select: all;
181
- -ms-user-select: all;
182
- -webkit-user-select: all;
183
- user-select: all;
184
- }
185
-
186
- table.rouge-line-table,
187
- table.rouge-line-table th,
188
- table.rouge-line-table td {
189
- width: auto;
190
- border: none;
191
- margin: 0;
192
- padding: 0;
193
- font-size: 100%;
194
- }
195
-
196
- table.rouge-line-table pre {
197
- margin: 0;
198
- padding: 0;
199
- overflow-x: visible;
200
- font-size: 100%;
201
- }
202
-
203
- /* header § links */
204
- a.header {
205
- color: inherit;
206
- text-decoration: none;
207
- }
208
-
209
- a.header:hover {
210
- color: #a53221 !important;
211
- background: inherit;
212
- box-shadow: none;
213
- }
214
-
215
- a.header:visited {
216
- color: inherit;
217
- text-decoration: none;
218
- }
219
-
220
- a.anchor {
221
- position: absolute;
222
- z-index: 1001;
223
- width: 1.5ex;
224
- margin-left: -1.5ex;
225
- display: block;
226
- text-decoration: none !important;
227
- visibility: hidden;
228
- text-align: center;
229
- font-weight: 400;
230
- }
231
-
232
- a.anchor::before {
233
- content: "§";
234
- font-size: 0.85em;
235
- display: block;
236
- padding-top: 0.1em;
237
- }
238
-
239
- a.anchor:hover {
240
- color: #a53221;
241
- background: inherit;
242
- box-shadow: none;
243
- }
244
-
245
- h1 > a.anchor:hover,
246
- h2 > a.anchor:hover,
247
- h3 > a.anchor:hover,
248
- h4 > a.anchor:hover,
249
- h5 > a.anchor:hover,
250
- h6 > a.anchor:hover,
251
- .inline-header > a.anchor:hover,
252
- h1:hover > a.anchor,
253
- h2:hover > a.anchor,
254
- h3:hover > a.anchor,
255
- h4:hover > a.anchor,
256
- h5:hover > a.anchor,
257
- h6:hover > a.anchor,
258
- .inline-header:hover > a.anchor {
259
- visibility: visible;
260
- }
261
-
262
- /* collapsible snippets: collapsible before hidable */
263
- .hidable {
264
- max-height: 0;
265
- overflow: hidden;
266
- transition: max-height 0.2s ease-out;
267
- }
268
-
269
- .collapsible {
270
- background-color: #777;
271
- color: white;
272
- cursor: pointer;
273
- padding: 3px 0;
274
- margin: 0;
275
- width: 100%;
276
- border: none;
277
- text-align: left;
278
- outline: none;
279
- font-size: 15px;
280
- }
281
-
282
- .active, .collapsible:hover {
283
- background-color: #555;
284
- }
285
-
286
- .collapsible:after {
287
- content: "▼";
288
- color: white;
289
- font-weight: bold;
290
- float: right;
291
- margin-left: 12px;
292
- margin-right: 12px;
293
- }
294
-
295
- .active:after {
296
- content: "▲";
297
- }
298
-
299
- /* collapsible: */
300
- .collapsible + .hidable {
301
- margin-top: 0;
302
- }
303
-
304
- .collapsible:not(.active) + .hidable {
305
- overflow: hidden;
306
- padding: 0;
307
- }
308
-
309
- .svg-container {
310
- width: 100%; /* or any desired width */
311
- display: block; /* ← removes unwanted inline spacing */
312
- }
313
-
314
- svg {
315
- width: 100%;
316
- height: auto; /* ← key to maintaining aspect ratio */
317
- display: block; /* ← removes unwanted inline spacing */
318
- }
319
-
320
- /* style dfn by override in flavor */
321
- dfn {
322
- font-style: inherit;
323
- }
324
-
325
- #standard-band {
326
- background-color: #0AC442;
327
- }
328
-
329
- #standard {
330
- border-bottom: solid 3px #0AC442;
331
- }
332
-
333
- #directive-band {
334
- background-color: #540D6E;
335
- }
336
-
337
- #directive {
338
- border-bottom: solid 3px #540D6E;
339
- }
340
-
341
- #guide-band {
342
- background-color: #D183C9;
343
- }
344
-
345
- #guide {
346
- border-bottom: solid 3px #D183C9;
347
- }
348
-
349
- #specification-band {
350
- background-color: #65AFFF;
351
- }
352
-
353
- #specification {
354
- border-bottom: solid 3px #65AFFF;
355
- }
356
-
357
- #report-band {
358
- background-color: #3A405A;
359
- }
360
-
361
- #report {
362
- border-bottom: solid 3px #3A405A;
363
- }
364
-
365
- #amendment-band {
366
- background-color: #F26430;
367
- }
368
-
369
- #amendment {
370
- border-bottom: solid 3px #F26430;
371
- }
372
-
373
- #corrigendum-band {
374
- background-color: #C84630;
375
- }
376
-
377
- #corrigendum {
378
- border-bottom: solid 3px #C84630;
379
- }
380
-
381
- #administrative-band {
382
- background-color: #BFAE48;
383
- }
384
-
385
- #administrative {
386
- border-bottom: solid 3px #BFAE48;
387
- }
388
-
389
- #advisory-band {
390
- background-color: #BD9391;
391
- }
392
-
393
- #advisory {
394
- border-bottom: solid 3px #BD9391;
395
- }
396
-
397
- #proposal-band {
398
- background-color: #39A0ED;
399
- }
400
-
401
- #proposal {
402
- border-bottom: solid 3px #39A0ED;
403
- }
404
-
405
- #working-draft-band {
406
- background-color: #2D7393;
407
- }
408
-
409
- #working-draft {
410
- border-bottom: solid 3px #2D7393;
411
- }
412
-
413
- #committee-draft-band {
414
- background-color: #2A6B7C;
415
- }
416
-
417
- #committee-draft {
418
- border-bottom: solid 3px #2A6B7C;
419
- }
420
-
421
- #draft-standard-band {
422
- background-color: #1C7F7A;
423
- }
424
-
425
- #draft-standard {
426
- border-bottom: solid 3px #1C7F7A;
427
- }
428
-
429
- #final-draft-band {
430
- background-color: #53C170;
431
- }
432
-
433
- #final-draft {
434
- border-bottom: solid 3px #53C170;
435
- }
436
-
437
- #published-band {
438
- background-color: #069E2D;
439
- }
440
-
441
- #published {
442
- border-bottom: solid 3px #069E2D;
443
- }
444
-
445
- #withdrawn-band {
446
- background-color: #004E64;
447
- }
448
-
449
- #withdrawn {
450
- border-bottom: solid 3px #004E64;
451
- }
452
-
453
- #cancelled-band {
454
- background-color: #2E382E;
455
- }
456
-
457
- #cancelled {
458
- border-bottom: solid 3px #2E382E;
459
- }
@@ -1,135 +0,0 @@
1
- #standard-band {
2
- background-color: #0AC442;
3
- }
4
-
5
- #standard {
6
- border-bottom: solid 3px #0AC442;
7
- }
8
-
9
- #directive-band {
10
- background-color: #540D6E;
11
- }
12
-
13
- #directive {
14
- border-bottom: solid 3px #540D6E;
15
- }
16
-
17
- #guide-band {
18
- background-color: #D183C9;
19
- }
20
-
21
- #guide {
22
- border-bottom: solid 3px #D183C9;
23
- }
24
-
25
- #specification-band {
26
- background-color: #65AFFF;
27
- }
28
-
29
- #specification {
30
- border-bottom: solid 3px #65AFFF;
31
- }
32
-
33
- #report-band {
34
- background-color: #3A405A;
35
- }
36
-
37
- #report {
38
- border-bottom: solid 3px #3A405A;
39
- }
40
-
41
- #amendment-band {
42
- background-color: #F26430;
43
- }
44
-
45
- #amendment {
46
- border-bottom: solid 3px #F26430;
47
- }
48
-
49
- #corrigendum-band {
50
- background-color: #C84630;
51
- }
52
-
53
- #corrigendum {
54
- border-bottom: solid 3px #C84630;
55
- }
56
-
57
- #administrative-band {
58
- background-color: #BFAE48;
59
- }
60
-
61
- #administrative {
62
- border-bottom: solid 3px #BFAE48;
63
- }
64
-
65
- #advisory-band {
66
- background-color: #BD9391;
67
- }
68
-
69
- #advisory {
70
- border-bottom: solid 3px #BD9391;
71
- }
72
-
73
- #proposal-band {
74
- background-color: #39A0ED;
75
- }
76
-
77
- #proposal {
78
- border-bottom: solid 3px #39A0ED;
79
- }
80
-
81
- #working-draft-band {
82
- background-color: #2D7393;
83
- }
84
-
85
- #working-draft {
86
- border-bottom: solid 3px #2D7393;
87
- }
88
-
89
- #committee-draft-band {
90
- background-color: #2A6B7C;
91
- }
92
-
93
- #committee-draft {
94
- border-bottom: solid 3px #2A6B7C;
95
- }
96
-
97
- #draft-standard-band {
98
- background-color: #1C7F7A;
99
- }
100
-
101
- #draft-standard {
102
- border-bottom: solid 3px #1C7F7A;
103
- }
104
-
105
- #final-draft-band {
106
- background-color: #53C170;
107
- }
108
-
109
- #final-draft {
110
- border-bottom: solid 3px #53C170;
111
- }
112
-
113
- #published-band {
114
- background-color: #069E2D;
115
- }
116
-
117
- #published {
118
- border-bottom: solid 3px #069E2D;
119
- }
120
-
121
- #withdrawn-band {
122
- background-color: #004E64;
123
- }
124
-
125
- #withdrawn {
126
- border-bottom: solid 3px #004E64;
127
- }
128
-
129
- #cancelled-band {
130
- background-color: #2E382E;
131
- }
132
-
133
- #cancelled {
134
- border-bottom: solid 3px #2E382E;
135
- }
File without changes
File without changes
File without changes
@@ -1,72 +0,0 @@
1
- ol {
2
- margin-bottom: 0cm;
3
- }
4
-
5
- ul {
6
- margin-bottom: 0cm;
7
- }
8
-
9
- table.MsoISOTable tr {
10
- page-break-inside: avoid;
11
- }
12
-
13
- td {
14
- page-break-inside: avoid;
15
- }
16
-
17
- tr {
18
- page-break-after: avoid;
19
- }
20
-
21
- table.MsoISOTableBig tr {
22
- page-break-inside: auto;
23
- }
24
-
25
- table.MsoISOTableBig td {
26
- page-break-inside: auto;
27
- }
28
-
29
- span.stem {
30
- font-family: "Cambria Math", serif;
31
- mso-ascii-font-family: "Cambria Math";
32
- font-style: italic;
33
- }
34
-
35
- dt {
36
- page-break-inside: avoid;
37
- page-break-after: avoid;
38
- }
39
-
40
- br.section {
41
- page-break-before: always;
42
- mso-break-type: section-break;
43
- }
44
-
45
- br.pagebreak {
46
- page-break-before: always;
47
- mso-special-character: line-break;
48
- }
49
-
50
- span.addition {
51
- color: blue;
52
- }
53
-
54
- span.deletion {
55
- color: red;
56
- text-decoration: line-through;
57
- }
58
-
59
- table.rouge-line-table {
60
- border: none;
61
- mso-border-alt: none;
62
- mso-border-insideh: none;
63
- mso-border-insidev: none;
64
- }
65
-
66
- td.rouge-code p.Sourcecode {
67
- margin: 0px;
68
- }
69
-
70
- div.table_container {
71
- margin-bottom: 14pt;
72
- }
File without changes