metanorma-jis 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +7 -0
  2. data/.hound.yml +5 -0
  3. data/.rubocop.yml +10 -0
  4. data/CODE_OF_CONDUCT.md +74 -0
  5. data/Gemfile +12 -0
  6. data/LICENSE +25 -0
  7. data/README.adoc +81 -0
  8. data/lib/html2doc/lists.rb +166 -0
  9. data/lib/isodoc/jis/base_convert.rb +41 -0
  10. data/lib/isodoc/jis/html/header.html +934 -0
  11. data/lib/isodoc/jis/html/html_jis_intro.html +8 -0
  12. data/lib/isodoc/jis/html/html_jis_titlepage.html +79 -0
  13. data/lib/isodoc/jis/html/htmlstyle.css +47 -0
  14. data/lib/isodoc/jis/html/htmlstyle.scss +45 -0
  15. data/lib/isodoc/jis/html/isodoc.css +12080 -0
  16. data/lib/isodoc/jis/html/isodoc.scss +11551 -0
  17. data/lib/isodoc/jis/html/style-human.css +1107 -0
  18. data/lib/isodoc/jis/html/style-human.scss +783 -0
  19. data/lib/isodoc/jis/html/style-iso.css +1133 -0
  20. data/lib/isodoc/jis/html/style-iso.scss +800 -0
  21. data/lib/isodoc/jis/html/word_jis_intro.html +14 -0
  22. data/lib/isodoc/jis/html/word_jis_titlepage.html +128 -0
  23. data/lib/isodoc/jis/html/wordstyle.css +3477 -0
  24. data/lib/isodoc/jis/html/wordstyle.scss +3378 -0
  25. data/lib/isodoc/jis/html_convert.rb +37 -0
  26. data/lib/isodoc/jis/i18n-ja.yaml +214 -0
  27. data/lib/isodoc/jis/i18n.rb +15 -0
  28. data/lib/isodoc/jis/init.rb +34 -0
  29. data/lib/isodoc/jis/metadata.rb +52 -0
  30. data/lib/isodoc/jis/pdf_convert.rb +17 -0
  31. data/lib/isodoc/jis/presentation_xml_convert.rb +11 -0
  32. data/lib/isodoc/jis/word_convert.rb +153 -0
  33. data/lib/isodoc/jis/xref.rb +6 -0
  34. data/lib/metanorma/jis/basicdoc.rng +1125 -0
  35. data/lib/metanorma/jis/biblio-standoc.rng +164 -0
  36. data/lib/metanorma/jis/biblio.rng +1461 -0
  37. data/lib/metanorma/jis/converter.rb +71 -0
  38. data/lib/metanorma/jis/front.rb +51 -0
  39. data/lib/metanorma/jis/isodoc.rng +2450 -0
  40. data/lib/metanorma/jis/isostandard.rng +316 -0
  41. data/lib/metanorma/jis/jis.rng +63 -0
  42. data/lib/metanorma/jis/processor.rb +53 -0
  43. data/lib/metanorma/jis/relaton-jis.rng +231 -0
  44. data/lib/metanorma/jis/reqt.rng +226 -0
  45. data/lib/metanorma/jis/version.rb +6 -0
  46. data/lib/metanorma/jis.rb +6 -0
  47. data/lib/metanorma-jis.rb +16 -0
  48. data/metanorma-jis.gemspec +49 -0
  49. metadata +303 -0
@@ -0,0 +1,800 @@
1
+ /*
2
+ 0 CSS RESET
3
+ */
4
+
5
+ /* http://meyerweb.com/eric/tools/css/reset/
6
+ v2.0 | 20110126
7
+ License: none (public domain)
8
+ */
9
+
10
+ @import 'base_style/all';
11
+
12
+ body {
13
+ @include bodyStyle1(16px, 1.4em, -internal-root-color, #ffffff, 300);
14
+ main {
15
+ margin: 0;
16
+ }
17
+ }
18
+
19
+ /* HTML5 display-role reset for older browsers */
20
+ article, aside, details, figcaption, figure,
21
+ footer, header, hgroup, menu, nav, section {
22
+ display: block;
23
+ }
24
+ body {
25
+ line-height: 1.3;
26
+ }
27
+ blockquote, q {
28
+ quotes: none;
29
+ }
30
+ blockquote:before, blockquote:after,
31
+ q:before, q:after {
32
+ content: '';
33
+ content: none;
34
+ }
35
+
36
+ /* New CSS */
37
+
38
+ body {
39
+ margin-left: 298px;
40
+ margin-right: 2em;
41
+ }
42
+
43
+ main {
44
+ padding-left: 4em;
45
+ padding-right: 2em;
46
+ }
47
+
48
+ .title-section, .prefatory-section {
49
+ padding-left: 4em;
50
+ padding-top: 2em;
51
+ }
52
+
53
+ .coverpage_docnumber, .coverpage_techcommittee {
54
+ text-align: right;
55
+ font-size: 0.9em;
56
+ line-height: 0.5em;
57
+ }
58
+
59
+ .doctitle-en, .doctitle-fr {
60
+ margin-top: 2em;
61
+ text-align: left;
62
+ }
63
+
64
+ .doctitle-en {
65
+ padding-left: 3em;
66
+ margin-left: -3em;
67
+ /*padding-top: 2em;*/
68
+ padding-bottom: 2em;
69
+
70
+ }
71
+
72
+ .doctitle-en span {
73
+ font-size: 2em;
74
+ line-height: 1.5em;
75
+ }
76
+
77
+
78
+ .doctitle-fr span {
79
+ font-size: 1.5em;
80
+ line-height: 1.2em;
81
+ font-style: italic;
82
+ }
83
+
84
+ .doctitle-part {
85
+ margin-top: 1em;
86
+ }
87
+
88
+ span.title, span.subtitle, span.part {
89
+ font-weight: 800;
90
+ }
91
+
92
+ span.partlabel {
93
+ display: block;
94
+ }
95
+
96
+ .coverpage_docstage {
97
+ margin-top: 2em;
98
+ margin-bottom: 2em;
99
+ }
100
+
101
+ .coverpage_warning {
102
+ font-size: 0.9em;
103
+ font-style: italic;
104
+ padding-bottom: 1em;
105
+ }
106
+
107
+ .boilerplate-copyright p {
108
+ margin-top: 1em;
109
+ display: block;
110
+ font-size: 0.9em;
111
+ }
112
+
113
+ /* TYPOGRAPHY */
114
+
115
+ h1, .h1 {
116
+ font-size: 1.5em;
117
+ line-height: 2em;
118
+ margin-top: 2em;
119
+ margin-bottom: 1em;
120
+ }
121
+
122
+ h2, .h2 {
123
+ font-size: 1.2em;
124
+ line-height: 1.5em;
125
+ margin-top: 2em;
126
+ margin-bottom: 1em;
127
+ }
128
+
129
+ h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
130
+ margin-bottom: 1em;
131
+ }
132
+
133
+ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
134
+ line-height: 1.2;
135
+ }
136
+
137
+ {% if doctype == "Amendment" or doctype == "Technical Corrigendum" %}
138
+
139
+ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
140
+ font-weight: normal;
141
+ font-size: initial;
142
+ font-style: italic;
143
+ }
144
+
145
+ {% endif %}
146
+
147
+
148
+ p {
149
+ margin-top: 1em;
150
+ margin-bottom: 1em;
151
+ }
152
+
153
+ p.zzSTDTitle1 {
154
+ font-weight: 700;
155
+ font-size: 1.5em;
156
+ }
157
+
158
+ p.zzSTDTitle2 {
159
+ font-size: 1.5em;
160
+ }
161
+
162
+ span.obligation {
163
+ font-weight: 400;
164
+ }
165
+
166
+ a {
167
+ color: black;
168
+ text-decoration-color: black;
169
+ }
170
+
171
+ h2 p, .h2 p {
172
+ display: inline;
173
+ }
174
+
175
+
176
+ ul > li {
177
+ list-style: none;
178
+ }
179
+
180
+ ul > li > p:first-child:before {
181
+ content: "\2014";
182
+ display: inline-block;
183
+ width: 1em;
184
+ margin-left: -1.5em;
185
+ margin-right: 0.5em;
186
+ }
187
+
188
+ li p {
189
+ margin-bottom: 0.6em;
190
+ line-height: 1.2;
191
+ }
192
+
193
+ p.AltTerms {
194
+ margin-bottom: 0;
195
+ }
196
+
197
+ p.Terms {
198
+ margin-top: 0em;
199
+ }
200
+
201
+ /* Navigation*/
202
+
203
+ #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
204
+ @include toc(null, #f7f7f7, black);
205
+ @include sidebarToc();
206
+
207
+ .toc-active,
208
+ li:hover {
209
+ box-shadow: 0px 1px 0px 0px black !important;
210
+ background: none;
211
+ }
212
+
213
+ li:before {
214
+ content: " ";
215
+ display: none;
216
+ }
217
+ }
218
+
219
+ #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
220
+ margin-top: 0;
221
+ margin-bottom: 0;
222
+ font-size: 100%;
223
+ }
224
+
225
+
226
+ nav {
227
+ @include sidebarNav(#f7f7f7, 278px, 20px);
228
+ line-height: 1.2em;
229
+ }
230
+
231
+ #toggle {
232
+ @include sidebarNavToggle(black, #f7f7f7);
233
+ border-right: solid black 1px;
234
+ margin-left: -4em;
235
+ margin-top: -2em;
236
+ }
237
+
238
+ @media screen and (min-width: 768px) {
239
+ .container {
240
+ padding-left: 360px;
241
+ }
242
+
243
+ .rule.toc {
244
+ display: none;
245
+ }
246
+
247
+ h1.toc-contents {
248
+ margin-top: 1em;
249
+ }
250
+
251
+ ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
252
+ padding:0;
253
+ margin:0;
254
+ }
255
+ }
256
+
257
+ @media screen and (max-width: 768px) {
258
+ body {
259
+ margin-left: 2em;
260
+ }
261
+
262
+ main {
263
+ padding: 0;
264
+ }
265
+
266
+ .title-section, .prefatory-section {
267
+ padding-left: 0;
268
+ padding-top: 0;
269
+ width: 100%;
270
+ }
271
+ }
272
+
273
+ .figure,
274
+ pre,
275
+ .pseudocode {
276
+ @include pseudocodeBlock(#f7f7f7);
277
+ font-size: $normalfontsize;
278
+ }
279
+
280
+ div.figure {
281
+ @include figureBlock();
282
+ }
283
+
284
+ table div.figure {
285
+ padding: 0;
286
+ margin: 0;
287
+ }
288
+
289
+
290
+
291
+ /*
292
+ Document types + stages
293
+ */
294
+
295
+ .document-type-band {
296
+ @include docBand($order: 2, $offset: 180px);
297
+
298
+ .document-type {
299
+ top: 20px;
300
+ }
301
+ }
302
+
303
+ .document-stage-band {
304
+ @include docBand(1, 100%);
305
+ }
306
+
307
+ p.document-stage {
308
+ @include docBandTitle(210px);
309
+ writing-mode: vertical-rl;
310
+ }
311
+
312
+ #governance-band p.document-type {
313
+ font-weight: 400;
314
+ height: 230px!important;
315
+ }
316
+
317
+ p.document-stage {
318
+ font-weight: 300;
319
+ height:160px;
320
+ }
321
+
322
+ #standard-band {
323
+ background-color: #0ac442;
324
+ }
325
+
326
+ #standard {
327
+ border-bottom: solid 3px #0ac442;
328
+ }
329
+
330
+ #governance {
331
+ border-bottom: solid 3px #750697;
332
+ }
333
+
334
+ #governance-band {
335
+ background-color: #750697;
336
+ }
337
+
338
+ #guide {
339
+ border-bottom: solid 3px #48a0e7;
340
+ }
341
+
342
+ #guide-band {
343
+ background-color: #48a0e7;
344
+ }
345
+
346
+ .coverpage-maturity {
347
+ font-family: 'Overpass', sans-serif;
348
+ font-weight: 400;
349
+ font-size: 1em;
350
+ margin: 0 0 2em 0;
351
+ text-transform: uppercase;
352
+ }
353
+
354
+ #working-draft {
355
+ border-bottom: solid 3px #fda706;
356
+ }
357
+
358
+ #working-draft-band {
359
+ background-color: #fda706;
360
+ }
361
+
362
+ #committee-draft {
363
+ border-bottom: solid 3px #fd06fd;
364
+ }
365
+
366
+ #committee-draft-band {
367
+ background-color: #fd06fd;
368
+ }
369
+
370
+ #draft-standard {
371
+ border-bottom: solid 3px #fdf906;
372
+ }
373
+
374
+ #draft-standard {
375
+ border-bottom: solid 3px #fdf906;
376
+ }
377
+
378
+ #standard {
379
+ border-bottom: solid 3px #0ac442;
380
+ }
381
+
382
+ #standard-band {
383
+ background-color: #0ac442;
384
+ }
385
+
386
+ #obsolete {
387
+ border-bottom: solid 3px #7e0d13;
388
+ }
389
+
390
+ #obsolete-band {
391
+ background-color: #7e0d13;
392
+ }
393
+
394
+
395
+ /* 3 Other styles */
396
+
397
+ /*
398
+ 3.2 Links
399
+ */
400
+ a {
401
+ color: black;
402
+ text-decoration-color: black;
403
+ }
404
+
405
+ /*
406
+ 3.3 Lists
407
+ */
408
+
409
+ ul, ol {
410
+ margin-left: 2em;
411
+ }
412
+
413
+ #toc-list ul {
414
+ margin-bottom: 0.25em;
415
+ }
416
+
417
+ #toc-list ol li {
418
+ list-style-type: none;
419
+ }
420
+
421
+ /* https://github.com/metanorma/metanorma-iso/issues/319 : force a) parentheses for ordered lists */
422
+
423
+ ol[class="alphabet"] {
424
+ counter-reset: alphabet;
425
+ }
426
+ ol[class="arabic"] {
427
+ counter-reset: arabic;
428
+ }
429
+ ol[class="roman"] {
430
+ counter-reset: roman;
431
+ }
432
+ ol[class="alphabet_upper"] {
433
+ counter-reset: alphabet_upper;
434
+ }
435
+ ol[class="roman_upper"] {
436
+ counter-reset: roman_upper;
437
+ }
438
+ ol[class="alphabet"] ol[class="alphabet"] {
439
+ counter-reset: alphabet2;
440
+ }
441
+ ol[class="arabic"] ol[class="arabic"] {
442
+ counter-reset: arabic2;
443
+ }
444
+ ol[class="roman"] ol[class="roman"] {
445
+ counter-reset: roman2;
446
+ }
447
+ ol[class="alphabet_upper"] ol[class="alphabet_upper"] {
448
+ counter-reset: alphabet_upper2;
449
+ }
450
+ ol[class="roman_upper"] ol[class="roman_upper"] {
451
+ counter-reset: roman_upper2;
452
+ }
453
+ ol {
454
+ counter-reset: alphabet;
455
+ }
456
+
457
+ ol > li {
458
+ list-style: none;
459
+ position: relative;
460
+ }
461
+ ol > li:before {
462
+ position: absolute;
463
+ left: -1.4em;
464
+ }
465
+ ol[class="roman"] > li:before {
466
+ left: -2.0em;
467
+ }
468
+ ol[class="roman_upper"] > li:before {
469
+ left: -2.3em;
470
+ }
471
+ ol[class="alphabet"] > li:before {
472
+ counter-increment: alphabet;
473
+ content: counter(alphabet, lower-alpha)") "
474
+ }
475
+ ol[class="arabic"] > li:before {
476
+ counter-increment: arabic;
477
+ content: counter(arabic, decimal)") "
478
+ }
479
+ ol[class="roman"] > li:before {
480
+ counter-increment: roman;
481
+ content: counter(roman, lower-roman)") "
482
+ }
483
+ ol[class="alphabet_upper"] > li:before {
484
+ counter-increment: alphabet_upper;
485
+ content: counter(alphabet_upper, upper-alpha)") "
486
+ }
487
+ ol[class="roman_upper"] > li:before {
488
+ counter-increment: roman_upper;
489
+ content: counter(roman_upper, upper-roman)") "
490
+ }
491
+ ol > li:before {
492
+ counter-increment: alphabet;
493
+ content: counter(alphabet, lower-alpha)") "
494
+ }
495
+ ol[class="alphabet"] ol[class="alphabet"] > li:before {
496
+ counter-increment: alphabet2;
497
+ content: counter(alphabet2, lower-alpha)") "
498
+ }
499
+ ol[class="arabic"] ol[class="arabic"] > li:before {
500
+ counter-increment: arabic2;
501
+ content: counter(arabic2, decimal)") "
502
+ }
503
+ ol[class="roman"] ol[class="roman"] > li:before {
504
+ counter-increment: roman2;
505
+ content: counter(roman2, lower-roman)") "
506
+ }
507
+ ol[class="alphabet_upper"] ol[class="alphabet_upper"] > li:before {
508
+ counter-increment: alphabet_upper2;
509
+ content: counter(alphabet_upper2, upper-alpha)") "
510
+ }
511
+ ol[class="roman_upper"] ol[class="roman_upper"] > li:before {
512
+ counter-increment: roman_upper2;
513
+ content: counter(roman_upper2, upper-roman)") "
514
+ }
515
+
516
+ /*
517
+ 3.4 Rules
518
+ */
519
+
520
+ .rule {
521
+ @include rule(1px, #0e1a85)
522
+ }
523
+
524
+ /*
525
+ 3.5 Bibliograhy
526
+ */
527
+
528
+ p.Biblio, p.NormRef {
529
+ margin-top: 1em;
530
+ margin-left: 2em;
531
+ }
532
+
533
+ /*
534
+ 3.6 Source Code + figures
535
+ */
536
+
537
+ .figure,
538
+ pre,
539
+ .pseudocode {
540
+ @include pseudocodeBlock(#f7f7f7);
541
+ font-size: $normalfontsize;
542
+ }
543
+
544
+ pre {
545
+ @include monospaceBlockStyle()
546
+ }
547
+
548
+ @include admonitionBlock();
549
+ @include recommendationBlock();
550
+ @include listBlock();
551
+
552
+ .figure-title, .FigureTitle, .SourceTitle, .AdmonitionTitle, .RecommendationTitle {
553
+ @include blockTitle()
554
+ }
555
+
556
+ .figure dl {
557
+ }
558
+
559
+ /*
560
+ 3.7 Notes
561
+ */
562
+
563
+ .Note, .note {
564
+ background-color: #fff495;
565
+ color: #47430c;
566
+ padding: 0.5em;
567
+ margin: 1.5em 0 1.5em 0;
568
+ text-align: left;
569
+ }
570
+
571
+ .Note p, .note p {
572
+ margin: 0;
573
+ }
574
+
575
+ .Admonition {
576
+ background-color: #ffcccc;
577
+ color: #47430c;
578
+ padding: 0.5em;
579
+ margin: 1.5em 0 1.5em 0;
580
+ text-align: left;
581
+ }
582
+
583
+ .Admonition p, .zzHelp p {
584
+ margin: 0;
585
+ }
586
+
587
+ div.zzHelp {
588
+ color: green;
589
+ padding: 0.5em;
590
+ margin: 1.5em 0 1.5em 0;
591
+ text-align: left;
592
+ }
593
+
594
+
595
+ /*
596
+ 3.8 Examples
597
+ */
598
+
599
+ .example {
600
+ @include exampleBlock(#e1eef1, black, 0.5em);
601
+ color: black;
602
+
603
+ padding-left: 0.5em;
604
+ .example-title {
605
+ margin-top: 0;
606
+ }
607
+
608
+ pre,
609
+ .pseudocode {
610
+ background: none;
611
+ }
612
+ }
613
+
614
+ /*
615
+ 3.9 Tables
616
+ */
617
+
618
+ table {
619
+ @include table(1px solid black);
620
+ }
621
+
622
+ td,
623
+ th {
624
+ padding: 1em !important;
625
+ }
626
+
627
+ table.rouge-line-table td, table.rouge-line-table th {
628
+ padding: 0em !important;
629
+ }
630
+
631
+ td > p:first-child, th > p:first-child {
632
+ margin-top: 0em;
633
+ }
634
+ td > p:last-child, th > p:last-child {
635
+ margin-bottom: 0em;
636
+ }
637
+
638
+
639
+ p.TableTitle {
640
+ text-align: center;
641
+ margin-top: 2.5em;
642
+ font-weight: 800;
643
+ font-size: 1.1em;
644
+ }
645
+
646
+ .TableFootnote {
647
+ text-align: left !important;
648
+ }
649
+
650
+ /*
651
+ table.modspec {
652
+ @include table($border: none !important);
653
+ text-align: left;
654
+
655
+ color: #010d16;
656
+
657
+ tr:nth-child(even) {
658
+ background: #ffffff
659
+ }
660
+ tr:nth-child(odd) {
661
+ background: #ffffff
662
+ }
663
+
664
+ thead tr th {
665
+ background-color: #5d99d6;
666
+ }
667
+
668
+ td, th {
669
+ padding: 1em;
670
+ }
671
+
672
+ td.header {
673
+ font-weight: 400;
674
+ }
675
+ }
676
+ */
677
+
678
+ /*
679
+ 3.10 Footnotes
680
+ */
681
+
682
+ a.footnote-number, a.TableFootnoteRef, span.TableFootnoteRef {
683
+ vertical-align: super;
684
+ font-size: 0.8em;
685
+ }
686
+
687
+ .footnote {
688
+ font-size: $footnotefontsize;
689
+ }
690
+
691
+ sup a {
692
+ vertical-align: super;
693
+ font-size: 0.8em;
694
+ }
695
+ #footnote_box {
696
+ font-size: $footnotefontsize;
697
+ background: white;
698
+ padding: 0 10px;
699
+ margin: 10px;
700
+ border: 1px solid #888;
701
+ -moz-box-shadow: 0px 0px 5px #888;
702
+ -webkit-box-shadow: 0px 0px 5px #888;
703
+ box-shadow: 0px 0px 5px #888;
704
+ }
705
+
706
+ ol.footnotes-list, aside.footnote {
707
+ margin-left: 1em;
708
+
709
+ }
710
+
711
+ ol.footnotes-list li, aside.footnote {
712
+ font-size: $footnotefontsize;
713
+ vertical-align: top;
714
+ list-style:decimal;
715
+ margin-bottom: 1em;
716
+ }
717
+
718
+ ol.footnotes-list:first-child {
719
+ margin-top: 2em;
720
+ }
721
+
722
+ ol.footnotes-list p, aside.footnote p {
723
+ display: inline;
724
+ }
725
+
726
+ ol > li > p:before {
727
+ content: "";
728
+ display: none;
729
+ }
730
+
731
+
732
+ /*
733
+ 3.11 Blockquotes
734
+ */
735
+
736
+ .Quote {
737
+ @include blockquoteBlock(#f7f7f7);
738
+ }
739
+
740
+ /*
741
+ 3.12 Formulas
742
+ */
743
+
744
+ .formula {
745
+ @include formulaBlock(#f7f7f7);
746
+ margin-left: 20%;
747
+ margin-right: 20%;
748
+ }
749
+
750
+ dl.formula_dl {
751
+ background-color: #f7f7f7;
752
+ margin-left: 20%;
753
+ margin-right: 20%;
754
+ }
755
+
756
+ /*
757
+ Keywords
758
+ */
759
+
760
+ span.keyword {
761
+ font-weight: 600;
762
+ }
763
+
764
+ .Admonition, .admonition {
765
+ background-color: #ffb3b3;
766
+ /* color: #47430c;*/
767
+ padding: 0.5em;
768
+ margin: 1.5em 0 1.5em 0;
769
+ text-align: left;
770
+ }
771
+
772
+ .Admonition p, .admonition p {
773
+ margin: 0;
774
+ }
775
+
776
+ /* Collapse TOC */
777
+
778
+ .collapse-group {
779
+ display: flex;
780
+ align-items: center;
781
+ position: relative;
782
+ }
783
+
784
+ .collapse-button {
785
+ position: absolute;
786
+ right: 0;
787
+ display: inline-block;
788
+ height: 20px;
789
+ width: 20px;
790
+ cursor: pointer;
791
+ background-image: url('data:image/svg+xml,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgba(0,0,0,.54)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"></path></svg>');
792
+ }
793
+
794
+ .collapse {
795
+ display: none;
796
+ }
797
+
798
+ .expand {
799
+ transform: rotateZ(-180deg);
800
+ }