metanorma-jis 1.0.2 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1aae95e8715c8724eb119e3b53fc413839b99478aeaa81f7e314a64dcf03b324
4
- data.tar.gz: b3ffa69df1685778cfc47d5fc5efe21dde085447494d68fbc566be121b9361d5
3
+ metadata.gz: d72686ef3c004140234f49842ba8664ea61475c7c2da3f2a1a2f68bdcf0448a4
4
+ data.tar.gz: c044d2aa2aad3c19f65f006c396a81038cd0b318089c06cc5aa7cd56ff38581d
5
5
  SHA512:
6
- metadata.gz: 3903babc038dcef541f92470a9dd436a1f7c8785bf139bdfb0f7a6e808d5ee5c9bfd7e7d5e42f975ee0d65f0ccbcf9bc7775774167ada7750b1e99af4ab2b421
7
- data.tar.gz: adbed05bbe460843f9572569142a523875804f9b3415fc687e5f3235c2bb8a115a8e22bd12b48a112c4e66c5775267e66aaef9708f6a6e4afd612a0575882418
6
+ metadata.gz: bc4df21dc7aba9585a0dd5c0453178dff25960669e5e853d549baf230a788b0353b49328c435b6e0d0150ced1901a9d55bea79ecbb256f211f8edf4c43029d8a
7
+ data.tar.gz: 948bb3aff30b544140c8ed5ad9bd36a0b458825a64c9156ee5bc8c6fab0dfc089be0f91b15bd07f365749c3ad5bcdef4c1c4a6bdd74c02a9a6682baa92116b1f
@@ -1183,7 +1183,7 @@ div.figdl p, table.figdl p {
1183
1183
  font-size: {{smallerfontsize}};
1184
1184
  }
1185
1185
 
1186
- table.formula_dl {
1186
+ div.formula_dl, p.formula_dl, table.formula_dl {
1187
1187
  margin-left: 20.15pt;
1188
1188
  }
1189
1189
 
@@ -1221,6 +1221,11 @@ table.MsoISOTable td, table.MsoISOTableBig td {
1221
1221
  padding: 0cm 2.85pt 0cm 2.85pt;
1222
1222
  }
1223
1223
 
1224
+ table.MsoNormalTable th, table.MsoNormalTable td {
1225
+ border: none;
1226
+ mso-border-alt: none;
1227
+ }
1228
+
1224
1229
  table.MsoISOTable p, table.MsoISOTableBig p {
1225
1230
  font-size: {{smallerfontsize}};
1226
1231
  }
@@ -1070,7 +1070,7 @@ div.figdl p, table.figdl p {
1070
1070
  font-size: $smallerfontsize;
1071
1071
  }
1072
1072
 
1073
- table.formula_dl {
1073
+ div.formula_dl, p.formula_dl, table.formula_dl {
1074
1074
  margin-left:20.15pt;
1075
1075
  }
1076
1076
 
@@ -1102,6 +1102,10 @@ table.MsoISOTable td, table.MsoISOTableBig td
1102
1102
  {border:solid windowtext 1pt;
1103
1103
  mso-border-alt:solid windowtext 1pt;
1104
1104
  padding:0cm 2.85pt 0cm 2.85pt;}
1105
+ table.MsoNormalTable th, table.MsoNormalTable td {
1106
+ border: none;
1107
+ mso-border-alt: none;
1108
+ }
1105
1109
  table.MsoISOTable p, table.MsoISOTableBig p
1106
1110
  {font-size:$smallerfontsize; }
1107
1111
  table.MsoTableGrid, table.MsoTableGridBig
@@ -589,6 +589,11 @@ span.title {
589
589
  font-size: 0.9em;
590
590
  }
591
591
 
592
+ div.colophon {
593
+ padding: 10px;
594
+ border: 2px solid black;
595
+ }
596
+
592
597
  /* TYPOGRAPHY */
593
598
  h1, .h1 {
594
599
  font-weight: 900;
@@ -1125,7 +1130,7 @@ ol {
1125
1130
  3.5 Bibliograhy
1126
1131
  */
1127
1132
  p.Biblio,
1128
- p.NormRef {
1133
+ p.NormRef, div.Biblio, div.NormRef {
1129
1134
  margin-top: 1em;
1130
1135
  margin-left: 2em;
1131
1136
  }
@@ -1269,6 +1274,10 @@ table th, table td {
1269
1274
  table td.header {
1270
1275
  font-weight: 400;
1271
1276
  }
1277
+ table table.plain, table table.plain th, table table.plain td {
1278
+ border: none !important;
1279
+ font-size: 0.95em;
1280
+ }
1272
1281
 
1273
1282
  td > p:first-child, th > p:first-child {
1274
1283
  margin-top: 0em;
@@ -1408,7 +1417,7 @@ ol > li > p::before {
1408
1417
  font-size: {{smallerfontsize}};
1409
1418
  }
1410
1419
 
1411
- dl.formula_dl {
1420
+ .formula_dl {
1412
1421
  background-color: #f7f7f7;
1413
1422
  margin-left: 20%;
1414
1423
  margin-right: 20%;
@@ -138,6 +138,11 @@ span.title {
138
138
  font-size: 0.9em;
139
139
  }
140
140
 
141
+ div.colophon {
142
+ padding: 10px;
143
+ border:2px solid black;
144
+ }
145
+
141
146
  /* TYPOGRAPHY */
142
147
 
143
148
  h1, .h1 {
@@ -491,7 +496,7 @@ ol {
491
496
  */
492
497
 
493
498
  p.Biblio,
494
- p.NormRef {
499
+ p.NormRef, div.Biblio, div.NormRef {
495
500
  margin-top: 1em;
496
501
  margin-left: 2em;
497
502
  }
@@ -719,7 +724,7 @@ ol>li>p::before {
719
724
  font-size: $smallerfontsize;
720
725
  }
721
726
 
722
- dl.formula_dl {
727
+ .formula_dl {
723
728
  background-color: #f7f7f7;
724
729
  margin-left: 20%;
725
730
  margin-right: 20%;
@@ -1190,7 +1190,7 @@ ol[class=roman_upper] ol[class=roman_upper] > li::before {
1190
1190
  /*
1191
1191
  3.5 Bibliograhy
1192
1192
  */
1193
- p.Biblio, p.NormRef {
1193
+ p.Biblio, p.NormRef, div.Biblio, div.NormRef {
1194
1194
  margin-top: 1em;
1195
1195
  margin-left: 2em;
1196
1196
  }
@@ -1335,6 +1335,10 @@ table th, table td {
1335
1335
  table td.header {
1336
1336
  font-weight: 400;
1337
1337
  }
1338
+ table table.plain, table table.plain th, table table.plain td {
1339
+ border: none !important;
1340
+ font-size: 0.95em;
1341
+ }
1338
1342
 
1339
1343
  td,
1340
1344
  th {
@@ -1468,7 +1472,7 @@ ol > li > p::before {
1468
1472
  margin-right: 20%;
1469
1473
  }
1470
1474
 
1471
- dl.formula_dl {
1475
+ .formula_dl {
1472
1476
  background-color: #f7f7f7;
1473
1477
  margin-left: 20%;
1474
1478
  margin-right: 20%;
@@ -525,7 +525,7 @@ ol[class="roman_upper"] ol[class="roman_upper"] > li::before {
525
525
  3.5 Bibliograhy
526
526
  */
527
527
 
528
- p.Biblio, p.NormRef {
528
+ p.Biblio, p.NormRef, div.Biblio, div.NormRef {
529
529
  margin-top: 1em;
530
530
  margin-left: 2em;
531
531
  }
@@ -747,7 +747,7 @@ ol > li > p::before {
747
747
  margin-right: 20%;
748
748
  }
749
749
 
750
- dl.formula_dl {
750
+ .formula_dl {
751
751
  background-color: #f7f7f7;
752
752
  margin-left: 20%;
753
753
  margin-right: 20%;