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,327 +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
- dl:has(dt .stem) {
134
- grid-template-columns: fit-content(8em) auto;
135
- }
136
-
137
- b, strong {
138
- font-weight: bold;
139
- }
140
-
141
- div.document-stage-band, div.document-type-band {
142
- background-color: #333333;
143
- }
144
-
145
- a.TableFootnoteRef, span.TableFootnoteRef,
146
- a.FootnoteRef, span.FootnoteRef {
147
- vertical-align: super;
148
- }
149
-
150
- a.TableFootnoteRef, a.FootnoteRef, a.footnote-number,
151
- sup a, a:has(> sup) {
152
- vertical-align: baseline;
153
- }
154
-
155
- .addition {
156
- color: blue;
157
- }
158
-
159
- .deletion {
160
- color: red;
161
- text-decoration: line-through;
162
- }
163
-
164
- ruby {
165
- ruby-position: over;
166
- -webkit-ruby-position: before;
167
- }
168
-
169
- ruby ruby {
170
- ruby-position: under;
171
- -webkit-ruby-position: after;
172
- }
173
-
174
- /* code highlighting with line numbers */
175
- table.rouge-line-table td.rouge-gutter {
176
- -moz-user-select: none;
177
- -ms-user-select: none;
178
- -webkit-user-select: none;
179
- user-select: none;
180
- padding-right: 1em;
181
- }
182
-
183
- table.rouge-line-table td.rouge-code {
184
- -moz-user-select: all;
185
- -ms-user-select: all;
186
- -webkit-user-select: all;
187
- user-select: all;
188
- }
189
-
190
- table.rouge-line-table,
191
- table.rouge-line-table th,
192
- table.rouge-line-table td {
193
- width: auto;
194
- border: none;
195
- margin: 0;
196
- padding: 0;
197
- font-size: 100%;
198
- }
199
-
200
- table.rouge-line-table pre {
201
- margin: 0;
202
- padding: 0;
203
- overflow-x: visible;
204
- font-size: 100%;
205
- }
206
-
207
- /* header § links */
208
- a.header {
209
- color: inherit;
210
- text-decoration: none;
211
- }
212
-
213
- a.header:hover {
214
- color: #a53221 !important;
215
- background: inherit;
216
- box-shadow: none;
217
- }
218
-
219
- a.header:visited {
220
- color: inherit;
221
- text-decoration: none;
222
- }
223
-
224
- a.anchor {
225
- position: absolute;
226
- z-index: 1001;
227
- width: 1.5ex;
228
- margin-left: -1.5ex;
229
- display: block;
230
- text-decoration: none !important;
231
- visibility: hidden;
232
- text-align: center;
233
- font-weight: 400;
234
- }
235
-
236
- a.anchor::before {
237
- content: "§";
238
- font-size: 0.85em;
239
- display: block;
240
- padding-top: 0.1em;
241
- }
242
-
243
- a.anchor:hover {
244
- color: #a53221;
245
- background: inherit;
246
- box-shadow: none;
247
- }
248
-
249
- h1 > a.anchor:hover,
250
- h2 > a.anchor:hover,
251
- h3 > a.anchor:hover,
252
- h4 > a.anchor:hover,
253
- h5 > a.anchor:hover,
254
- h6 > a.anchor:hover,
255
- .inline-header > a.anchor:hover,
256
- h1:hover > a.anchor,
257
- h2:hover > a.anchor,
258
- h3:hover > a.anchor,
259
- h4:hover > a.anchor,
260
- h5:hover > a.anchor,
261
- h6:hover > a.anchor,
262
- .inline-header:hover > a.anchor {
263
- visibility: visible;
264
- }
265
-
266
- /* collapsible snippets: collapsible before hidable */
267
- .hidable {
268
- max-height: 0;
269
- overflow: hidden;
270
- transition: max-height 0.2s ease-out;
271
- }
272
-
273
- .collapsible {
274
- background-color: #777;
275
- color: white;
276
- cursor: pointer;
277
- padding: 3px 0;
278
- margin: 0;
279
- width: 100%;
280
- border: none;
281
- text-align: left;
282
- outline: none;
283
- font-size: 15px;
284
- }
285
-
286
- .active, .collapsible:hover {
287
- background-color: #555;
288
- }
289
-
290
- .collapsible:after {
291
- content: "▼";
292
- color: white;
293
- font-weight: bold;
294
- float: right;
295
- margin-left: 12px;
296
- margin-right: 12px;
297
- }
298
-
299
- .active:after {
300
- content: "▲";
301
- }
302
-
303
- /* collapsible: */
304
- .collapsible + .hidable {
305
- margin-top: 0;
306
- }
307
-
308
- .collapsible:not(.active) + .hidable {
309
- overflow: hidden;
310
- padding: 0;
311
- }
312
-
313
- .svg-container {
314
- width: 100%; /* or any desired width */
315
- display: block; /* ← removes unwanted inline spacing */
316
- }
317
-
318
- svg {
319
- width: 100%;
320
- height: auto; /* ← key to maintaining aspect ratio */
321
- display: block; /* ← removes unwanted inline spacing */
322
- }
323
-
324
- /* style dfn by override in flavor */
325
- dfn {
326
- font-style: inherit;
327
- }
File without changes