metanorma-itu 2.2.1 → 2.2.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.
- checksums.yaml +4 -4
- data/lib/isodoc/itu/html/_coverpage.css +29 -0
- data/lib/isodoc/itu/html/htmlstyle.css +59 -1
- data/lib/isodoc/itu/itu.implementers-guide.xsl +248 -199
- data/lib/isodoc/itu/itu.in-force.xsl +248 -199
- data/lib/isodoc/itu/itu.recommendation-annex.xsl +248 -199
- data/lib/isodoc/itu/itu.recommendation-supplement.xsl +248 -199
- data/lib/isodoc/itu/itu.recommendation.xsl +248 -199
- data/lib/isodoc/itu/itu.resolution.xsl +248 -199
- data/lib/isodoc/itu/itu.service-publication.xsl +248 -199
- data/lib/isodoc/itu/itu.technical-paper.xsl +248 -199
- data/lib/isodoc/itu/itu.technical-report.xsl +248 -199
- data/lib/isodoc/itu/presentation_xml_convert.rb +18 -2
- data/lib/isodoc/itu/ref.rb +2 -12
- data/lib/isodoc/itu/word_convert.rb +1 -1
- data/lib/metanorma/itu/isodoc.rng +6 -1
- data/lib/metanorma/itu/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 173c5756503e5cabac9ec47af49876a114258a4114a287ed6a779048fbc7f0c7
|
4
|
+
data.tar.gz: ae582fdab10dcc80e74671cc36b88b0eee8a643a49d79e96044236f7caa30b2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9066be84a7d34c4a90ad93a5ea1dd83d3d724d3d30eae457d91239403263e30bd564254fd358eee6c9a5c9ddfbe6523bffc11ed8975cb1ca6fe58276c2e14d6c
|
7
|
+
data.tar.gz: 07a1167f51f635152294ed34349373c967cf937db1ef405265ea675a7888ffd02ff090bfa592de47638daa269f0f0827604580b9125a56ce2ec7f1414c8ca4b4
|
@@ -124,6 +124,35 @@ a.FootnoteRef + a.FootnoteRef:before {
|
|
124
124
|
color: red;
|
125
125
|
text-decoration: line-through; }
|
126
126
|
|
127
|
+
/* code highlighting with line numbers */
|
128
|
+
table.rouge-line-table td.rouge-gutter {
|
129
|
+
-moz-user-select: none;
|
130
|
+
-ms-user-select: none;
|
131
|
+
-webkit-user-select: none;
|
132
|
+
user-select: none;
|
133
|
+
padding-right: 1em; }
|
134
|
+
|
135
|
+
table.rouge-line-table td.rouge-code {
|
136
|
+
-moz-user-select: all;
|
137
|
+
-ms-user-select: all;
|
138
|
+
-webkit-user-select: all;
|
139
|
+
user-select: all; }
|
140
|
+
|
141
|
+
table.rouge-line-table,
|
142
|
+
table.rouge-line-table th,
|
143
|
+
table.rouge-line-table td {
|
144
|
+
width: auto;
|
145
|
+
border: none;
|
146
|
+
margin: 0;
|
147
|
+
padding: 0;
|
148
|
+
font-size: 100%; }
|
149
|
+
|
150
|
+
table.rouge-line-table pre {
|
151
|
+
margin: 0;
|
152
|
+
padding: 0;
|
153
|
+
overflow-x: visible;
|
154
|
+
font-size: 100%; }
|
155
|
+
|
127
156
|
#standard-band {
|
128
157
|
background-color: #0AC442; }
|
129
158
|
|
@@ -124,6 +124,35 @@ a.FootnoteRef + a.FootnoteRef:before {
|
|
124
124
|
color: red;
|
125
125
|
text-decoration: line-through; }
|
126
126
|
|
127
|
+
/* code highlighting with line numbers */
|
128
|
+
table.rouge-line-table td.rouge-gutter {
|
129
|
+
-moz-user-select: none;
|
130
|
+
-ms-user-select: none;
|
131
|
+
-webkit-user-select: none;
|
132
|
+
user-select: none;
|
133
|
+
padding-right: 1em; }
|
134
|
+
|
135
|
+
table.rouge-line-table td.rouge-code {
|
136
|
+
-moz-user-select: all;
|
137
|
+
-ms-user-select: all;
|
138
|
+
-webkit-user-select: all;
|
139
|
+
user-select: all; }
|
140
|
+
|
141
|
+
table.rouge-line-table,
|
142
|
+
table.rouge-line-table th,
|
143
|
+
table.rouge-line-table td {
|
144
|
+
width: auto;
|
145
|
+
border: none;
|
146
|
+
margin: 0;
|
147
|
+
padding: 0;
|
148
|
+
font-size: 100%; }
|
149
|
+
|
150
|
+
table.rouge-line-table pre {
|
151
|
+
margin: 0;
|
152
|
+
padding: 0;
|
153
|
+
overflow-x: visible;
|
154
|
+
font-size: 100%; }
|
155
|
+
|
127
156
|
#recommendation-band {
|
128
157
|
background-color: #a3d88f; }
|
129
158
|
|
@@ -370,6 +399,35 @@ a.FootnoteRef + a.FootnoteRef:before {
|
|
370
399
|
color: red;
|
371
400
|
text-decoration: line-through; }
|
372
401
|
|
402
|
+
/* code highlighting with line numbers */
|
403
|
+
table.rouge-line-table td.rouge-gutter {
|
404
|
+
-moz-user-select: none;
|
405
|
+
-ms-user-select: none;
|
406
|
+
-webkit-user-select: none;
|
407
|
+
user-select: none;
|
408
|
+
padding-right: 1em; }
|
409
|
+
|
410
|
+
table.rouge-line-table td.rouge-code {
|
411
|
+
-moz-user-select: all;
|
412
|
+
-ms-user-select: all;
|
413
|
+
-webkit-user-select: all;
|
414
|
+
user-select: all; }
|
415
|
+
|
416
|
+
table.rouge-line-table,
|
417
|
+
table.rouge-line-table th,
|
418
|
+
table.rouge-line-table td {
|
419
|
+
width: auto;
|
420
|
+
border: none;
|
421
|
+
margin: 0;
|
422
|
+
padding: 0;
|
423
|
+
font-size: 100%; }
|
424
|
+
|
425
|
+
table.rouge-line-table pre {
|
426
|
+
margin: 0;
|
427
|
+
padding: 0;
|
428
|
+
overflow-x: visible;
|
429
|
+
font-size: 100%; }
|
430
|
+
|
373
431
|
#recommendation-band {
|
374
432
|
background-color: #a3d88f; }
|
375
433
|
|
@@ -1138,7 +1196,7 @@ table:not(.biblio) {
|
|
1138
1196
|
table:not(.biblio) th, table:not(.biblio) td {
|
1139
1197
|
padding: 1em; }
|
1140
1198
|
table:not(.biblio) td.header {
|
1141
|
-
font-
|
1199
|
+
font-weight: 400; }
|
1142
1200
|
table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
|
1143
1201
|
border: none !important; }
|
1144
1202
|
table:not(.biblio) tr:nth-child(even) {
|