gramene-search 1.6.2 → 1.6.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.
package/dist/index.css ADDED
@@ -0,0 +1,1555 @@
1
+ .gramene-sidebar {
2
+ background-color: #557b74;
3
+ width: 250px;
4
+ padding-bottom: 8px;
5
+ padding-left: 8px;
6
+ padding-right: 8px;
7
+ position: fixed;
8
+ }
9
+
10
+ .sorghumbase-sidebar {
11
+ background-color: #a03e34;
12
+ width: 250px;
13
+ padding-bottom: 8px;
14
+ padding-left: 8px;
15
+ padding-right: 8px;
16
+ position: fixed;
17
+ }
18
+
19
+ .gramene-filter-container, .sorghumbase-filter-container {
20
+ background-color: #fff3a9;
21
+ padding-bottom: 4px;
22
+ padding-left: 4px;
23
+ }
24
+
25
+ .gramene-filter {
26
+ background-color: #fff;
27
+ padding-bottom: 4px;
28
+ padding-left: 4px;
29
+ padding-right: 4px;
30
+ font-size: small;
31
+ }
32
+
33
+ .gramene-filter span:hover {
34
+ font-weight: bolder;
35
+ }
36
+
37
+ .gramene-filter-AND {
38
+ background-color: #ffcd82;
39
+ }
40
+
41
+ .gramene-filter-OR {
42
+ background-color: #c5eeb9;
43
+ }
44
+
45
+ .gramene-filter-NOT {
46
+ border-left: 4px inset #ff5354;
47
+ padding-left: 4px;
48
+ }
49
+
50
+ .gramene-filter-operation {
51
+ text-align: center;
52
+ font-style: italic;
53
+ }
54
+
55
+ .gramene-filter-marked {
56
+ font-weight: bolder;
57
+ }
58
+
59
+ .gramene-filter-menu ul {
60
+ border-top-style: solid;
61
+ border-top-width: 2px;
62
+ padding-left: 0;
63
+ }
64
+
65
+ .gramene-filter-menu li {
66
+ cursor: pointer;
67
+ padding-left: 15px;
68
+ display: block;
69
+ }
70
+
71
+ .gramene-filter-menu li:hover {
72
+ background-color: #feff96;
73
+ }
74
+
75
+ .gramene-view-header {
76
+ color: #a03e34;
77
+ background-color: #fff3a96e;
78
+ border-top: solid #557b74;
79
+ flex-wrap: nowrap;
80
+ justify-content: space-evenly;
81
+ width: 100%;
82
+ font-size: larger;
83
+ font-weight: bold;
84
+ display: flex;
85
+ }
86
+
87
+ .gramene-view-container {
88
+ background-color: #fff3a9;
89
+ padding-bottom: 4px;
90
+ padding-left: 4px;
91
+ padding-right: 4px;
92
+ }
93
+
94
+ .gramene-view {
95
+ background-color: #fff;
96
+ margin-bottom: 0;
97
+ padding-left: 0;
98
+ padding-right: 10px;
99
+ }
100
+
101
+ .gramene-view-span-on {
102
+ cursor: pointer;
103
+ vertical-align: text-bottom;
104
+ color: #a03e34;
105
+ padding-left: 5px;
106
+ }
107
+
108
+ .gramene-view-span-off {
109
+ cursor: pointer;
110
+ vertical-align: text-bottom;
111
+ color: #a9a9a9;
112
+ padding-left: 5px;
113
+ }
114
+
115
+ .gramene-view li {
116
+ cursor: pointer;
117
+ border-left-style: inset;
118
+ border-left-width: 8px;
119
+ margin-bottom: 2px;
120
+ padding-left: 5px;
121
+ display: block;
122
+ }
123
+
124
+ .gramene-view-on {
125
+ border-left-color: #40a0ff;
126
+ font-weight: bold;
127
+ }
128
+
129
+ .gramene-view-off {
130
+ color: gray;
131
+ border-left-color: #ff6d68;
132
+ }
133
+
134
+ .gramene-view-disabled {
135
+ color: #a9a9a9;
136
+ border-left-color: #efefef;
137
+ cursor: default !important;
138
+ }
139
+
140
+ #gramene-suggestion button {
141
+ border-radius: .6rem;
142
+ line-height: 1;
143
+ }
144
+
145
+ #gramene-suggestion button:focus {
146
+ color: #fff;
147
+ background-color: #6c757d;
148
+ border-color: #6c757d;
149
+ }
150
+
151
+ .visible-detail {
152
+ border: 1px solid #557b74;
153
+ padding: 6px 12px;
154
+ }
155
+
156
+ .detail {
157
+ margin-left: auto;
158
+ margin-right: auto;
159
+ padding-left: 15px;
160
+ padding-right: 15px;
161
+ }
162
+
163
+ .table {
164
+ width: 100%;
165
+ max-width: 100%;
166
+ }
167
+
168
+ .xrefs {
169
+ border-collapse: collapse;
170
+ border-spacing: 0;
171
+ table-layout: fixed;
172
+ border-color: gray;
173
+ }
174
+
175
+ .xref-name-col {
176
+ width: 20%;
177
+ }
178
+
179
+ .xref-value-col, .xref-80-col {
180
+ width: 80%;
181
+ }
182
+
183
+ .xref-70-col {
184
+ width: 70%;
185
+ }
186
+
187
+ .xref-10-col {
188
+ width: 10%;
189
+ }
190
+
191
+ .xref-id-list {
192
+ padding-left: 0;
193
+ list-style: none;
194
+ }
195
+
196
+ .result-gene {
197
+ border: 5px solid #fff;
198
+ padding: .2em;
199
+ }
200
+
201
+ .result-gene:hover {
202
+ border-color: #faebd7;
203
+ }
204
+
205
+ .gene-id {
206
+ color: #000;
207
+ }
208
+
209
+ .gene-name {
210
+ color: #557b74;
211
+ margin-bottom: 0;
212
+ }
213
+
214
+ .gene-description {
215
+ margin-bottom: 0;
216
+ }
217
+
218
+ .gene-species {
219
+ white-space: nowrap;
220
+ font-size: small;
221
+ font-style: italic;
222
+ font-weight: bold;
223
+ }
224
+
225
+ .gene-synonyms {
226
+ font-size: small;
227
+ }
228
+
229
+ .gene-extras {
230
+ float: right;
231
+ border: 1px dashed #00f;
232
+ }
233
+
234
+ .gene-panlink {
235
+ float: right;
236
+ }
237
+
238
+ .gene-panlink img {
239
+ vertical-align: top;
240
+ width: auto;
241
+ height: 60px;
242
+ }
243
+
244
+ .gene-curation {
245
+ float: right;
246
+ border: 1px solid gray;
247
+ margin-top: 20px;
248
+ }
249
+
250
+ .gene-curation span {
251
+ color: #fff;
252
+ text-align: center;
253
+ width: 20px;
254
+ display: inline-block;
255
+ }
256
+
257
+ .gene-curation .okay {
258
+ background-color: #0c00f3;
259
+ }
260
+
261
+ .gene-curation .flagged {
262
+ background-color: #ff8c00;
263
+ }
264
+
265
+ .gene-detail-tabs {
266
+ white-space: nowrap;
267
+ flex-wrap: wrap;
268
+ width: 80em;
269
+ display: flex;
270
+ }
271
+
272
+ .gene-detail-tab-closed {
273
+ color: #006400;
274
+ cursor: pointer;
275
+ }
276
+
277
+ .gene-detail-tab-disabled {
278
+ color: #d3d3d3;
279
+ cursor: not-allowed;
280
+ }
281
+
282
+ .gene-detail-tab-empty {
283
+ color: #006400;
284
+ cursor: pointer;
285
+ font-style: oblique;
286
+ }
287
+
288
+ .gene-detail-tab-empty:before {
289
+ content: "Add ";
290
+ }
291
+
292
+ .gene-detail-tab-expanded {
293
+ color: #fff;
294
+ cursor: pointer;
295
+ background-color: #557b74;
296
+ }
297
+
298
+ .result-gene-summary {
299
+ flex-flow: row;
300
+ justify-content: flex-start;
301
+ display: flex;
302
+ }
303
+
304
+ .result-gene-summary .species-name {
305
+ white-space: nowrap;
306
+ font-style: italic;
307
+ }
308
+
309
+ .result-gene-title-body {
310
+ flex: auto;
311
+ width: 1036px;
312
+ }
313
+
314
+ .model-ortholog, .closest-ortholog, .gene-summary-tair {
315
+ cursor: pointer;
316
+ border: 1px solid #ff8c00;
317
+ flex: auto;
318
+ width: 500px;
319
+ margin-top: 10px;
320
+ margin-left: 1rem;
321
+ padding: 0 1rem;
322
+ font-size: smaller;
323
+ }
324
+
325
+ .model-ortholog {
326
+ border: 1px dotted #ff8c00;
327
+ }
328
+
329
+ .closest-ortholog {
330
+ border: 1px dotted #006400;
331
+ }
332
+
333
+ .gene-summary-tair {
334
+ border: 1px dotted #00008b;
335
+ }
336
+
337
+ .gene-summary-tair .rest {
338
+ display: none;
339
+ }
340
+
341
+ .gene-summary-tair:hover .rest, .gene-summary-tair:focus .rest {
342
+ display: inline;
343
+ }
344
+
345
+ .gene-summary-tair:hover .ellipsis, .gene-summary-tair:focus .ellipsis {
346
+ display: none;
347
+ }
348
+
349
+ .closest-ortholog:before, .model-ortholog:before, .gene-summary-tair:before {
350
+ float: right;
351
+ background: #fff;
352
+ border: 1px dotted;
353
+ margin-top: -12px;
354
+ margin-right: 6px;
355
+ padding: 0 1rem;
356
+ position: relative;
357
+ }
358
+
359
+ .model-ortholog:before {
360
+ content: "Model Species Homolog";
361
+ color: orange;
362
+ }
363
+
364
+ .closest-ortholog:before {
365
+ content: "Closest Annotated Homolog";
366
+ color: #006400;
367
+ }
368
+
369
+ .gene-summary-tair:before {
370
+ content: "TAIR Curated Description";
371
+ color: #00008b;
372
+ }
373
+
374
+ .rep-identity {
375
+ float: right;
376
+ padding-top: 5px;
377
+ padding-right: 10px;
378
+ font-style: italic;
379
+ }
380
+
381
+ .rep-identity:after {
382
+ content: "% identity";
383
+ }
384
+
385
+ .eFP:before {
386
+ content: url("BAR-logo.fb7d0f73.png");
387
+ padding-right: 5px;
388
+ position: relative;
389
+ top: 5px;
390
+ }
391
+
392
+ .eFP:after {
393
+ content: "New!";
394
+ color: red;
395
+ vertical-align: super;
396
+ padding-left: 2px;
397
+ font-size: x-small;
398
+ font-style: italic;
399
+ font-weight: bold;
400
+ line-height: normal;
401
+ }
402
+
403
+ .gxa:before {
404
+ content: url("expression-atlas-logo.87d25571.png");
405
+ padding-right: 5px;
406
+ position: relative;
407
+ top: 5px;
408
+ }
409
+
410
+ .gene-search-pic-sugg {
411
+ background: url("suggestions.7b2830b6.png") 0 0 / contain no-repeat;
412
+ width: 100%;
413
+ height: 200px;
414
+ }
415
+
416
+ .gene-search-pic-results {
417
+ background: url("results.e437a98f.png") 0 0 / contain no-repeat;
418
+ width: 100%;
419
+ height: 200px;
420
+ }
421
+
422
+ .gene-search-pic-genetree {
423
+ background: url("genetree.145467e3.png") 0 0 / contain no-repeat;
424
+ width: 100%;
425
+ height: 200px;
426
+ }
427
+
428
+ .MSAlignments-wrapper {
429
+ overflow: scroll hidden;
430
+ }
431
+
432
+ .clustal {
433
+ white-space: nowrap;
434
+ height: 18px;
435
+ font-family: monospace;
436
+ font-size: 12px;
437
+ }
438
+
439
+ .clustal .A, .clustal .I, .clustal .L, .clustal .M, .clustal .F, .clustal .W, .clustal .V {
440
+ background-color: #80a0f0;
441
+ }
442
+
443
+ .clustal .R, .clustal .K {
444
+ color: #fcff89;
445
+ background-color: #f01505;
446
+ }
447
+
448
+ .clustal .N, .clustal .Q, .clustal .S, .clustal .T {
449
+ background-color: #0f0;
450
+ }
451
+
452
+ .clustal .D, .clustal .E {
453
+ color: #fcff89;
454
+ background-color: #c048c0;
455
+ }
456
+
457
+ .clustal .C {
458
+ background-color: #f08080;
459
+ }
460
+
461
+ .clustal .G {
462
+ background-color: #f09048;
463
+ }
464
+
465
+ .clustal .Y .clustal .H {
466
+ background-color: #15a4a4;
467
+ }
468
+
469
+ .clustal .P {
470
+ background-color: #ff0;
471
+ }
472
+
473
+ .clustal .B, .clustal .X, .clustal .Z {
474
+ background-color: #fff;
475
+ }
476
+
477
+ .clustal .gap {
478
+ color: #ccc;
479
+ }
480
+
481
+ .zappo {
482
+ white-space: nowrap;
483
+ height: 18px;
484
+ font-family: monospace;
485
+ font-size: 12px;
486
+ }
487
+
488
+ .zappo .A, .zappo .I, .zappo .L, .zappo .M, .zappo .V {
489
+ background-color: #ffafaf;
490
+ }
491
+
492
+ .zappo .R, .zappo .H, .zappo .K {
493
+ color: #fcff89;
494
+ background-color: #6464ff;
495
+ }
496
+
497
+ .zappo .N, .zappo .Q, .zappo .S, .zappo .T {
498
+ background-color: #0f0;
499
+ }
500
+
501
+ .zappo .D, .zappo .E {
502
+ background-color: red;
503
+ }
504
+
505
+ .zappo .C {
506
+ background-color: #ff0;
507
+ }
508
+
509
+ .zappo .G, .zappo .P {
510
+ color: #fcff89;
511
+ background-color: #f0f;
512
+ }
513
+
514
+ .zappo .F, .zappo .W, .zappo .Y {
515
+ background-color: #ffc800;
516
+ }
517
+
518
+ .zappo .B, .zappo .X, .zappo .Z {
519
+ background-color: #fff;
520
+ }
521
+
522
+ .zappo .gap {
523
+ color: #ccc;
524
+ }
525
+
526
+ .taylor {
527
+ white-space: nowrap;
528
+ height: 18px;
529
+ font-family: monospace;
530
+ font-size: 12px;
531
+ }
532
+
533
+ .taylor .A {
534
+ background-color: #cf0;
535
+ }
536
+
537
+ .taylor .R {
538
+ color: #fcff89;
539
+ background-color: #00f;
540
+ }
541
+
542
+ .taylor .N {
543
+ color: #fcff89;
544
+ background-color: #c0f;
545
+ }
546
+
547
+ .taylor .D {
548
+ color: #fcff89;
549
+ background-color: red;
550
+ }
551
+
552
+ .taylor .C {
553
+ background-color: #ff0;
554
+ }
555
+
556
+ .taylor .Q {
557
+ background-color: #f0c;
558
+ }
559
+
560
+ .taylor .E {
561
+ color: #fcff89;
562
+ background-color: #f06;
563
+ }
564
+
565
+ .taylor .G {
566
+ background-color: #f90;
567
+ }
568
+
569
+ .taylor .H {
570
+ color: #fcff89;
571
+ background-color: #06f;
572
+ }
573
+
574
+ .taylor .I {
575
+ background-color: #6f0;
576
+ }
577
+
578
+ .taylor .L {
579
+ background-color: #3f0;
580
+ }
581
+
582
+ .taylor .K {
583
+ color: #fcff89;
584
+ background-color: #60f;
585
+ }
586
+
587
+ .taylor .M {
588
+ background-color: #0f0;
589
+ }
590
+
591
+ .taylor .F {
592
+ background-color: #0f6;
593
+ }
594
+
595
+ .taylor .P {
596
+ background-color: #fc0;
597
+ }
598
+
599
+ .taylor .S {
600
+ color: #fcff89;
601
+ background-color: #f30;
602
+ }
603
+
604
+ .taylor .T {
605
+ background-color: #f60;
606
+ }
607
+
608
+ .taylor .W {
609
+ background-color: #0cf;
610
+ }
611
+
612
+ .taylor .Y {
613
+ background-color: #0fc;
614
+ }
615
+
616
+ .taylor .V {
617
+ background-color: #9f0;
618
+ }
619
+
620
+ .taylor .B, .taylor .X, .taylor .Z {
621
+ background-color: #fff;
622
+ }
623
+
624
+ .taylor .gap {
625
+ color: #ccc;
626
+ }
627
+
628
+ .hydrophobicity {
629
+ white-space: nowrap;
630
+ color: #fcff89;
631
+ height: 18px;
632
+ font-family: monospace;
633
+ font-size: 12px;
634
+ }
635
+
636
+ .hydrophobicity .A {
637
+ background-color: #ad0052;
638
+ }
639
+
640
+ .hydrophobicity .R, .hydrophobicity .K {
641
+ background-color: #00f;
642
+ }
643
+
644
+ .hydrophobicity .N, .hydrophobicity .D, .hydrophobicity .Q, .hydrophobicity .E, .hydrophobicity .B, .hydrophobicity .Z {
645
+ background-color: #0c00f3;
646
+ }
647
+
648
+ .hydrophobicity .C {
649
+ background-color: #c2003d;
650
+ }
651
+
652
+ .hydrophobicity .G {
653
+ background-color: #6a0095;
654
+ }
655
+
656
+ .hydrophobicity .H {
657
+ background-color: #1500ea;
658
+ }
659
+
660
+ .hydrophobicity .L {
661
+ background-color: #ea0015;
662
+ }
663
+
664
+ .hydrophobicity .M {
665
+ background-color: #b0004f;
666
+ }
667
+
668
+ .hydrophobicity .F {
669
+ background-color: #cb0034;
670
+ }
671
+
672
+ .hydrophobicity .P {
673
+ background-color: #4600b9;
674
+ }
675
+
676
+ .hydrophobicity .S {
677
+ background-color: #5e00a1;
678
+ }
679
+
680
+ .hydrophobicity .T {
681
+ background-color: #61009e;
682
+ }
683
+
684
+ .hydrophobicity .W {
685
+ background-color: #5b00a4;
686
+ }
687
+
688
+ .hydrophobicity .Y {
689
+ background-color: #4f00b0;
690
+ }
691
+
692
+ .hydrophobicity .V {
693
+ background-color: #f60009;
694
+ }
695
+
696
+ .hydrophobicity .X {
697
+ background-color: #680097;
698
+ }
699
+
700
+ .hydrophobicity .gap {
701
+ color: #ccc;
702
+ }
703
+
704
+ .helix_propensity {
705
+ white-space: nowrap;
706
+ height: 18px;
707
+ font-family: monospace;
708
+ font-size: 12px;
709
+ }
710
+
711
+ .helix_propensity .A {
712
+ background-color: #e718e7;
713
+ }
714
+
715
+ .helix_propensity .R {
716
+ background-color: #6f906f;
717
+ }
718
+
719
+ .helix_propensity .N {
720
+ background-color: #1be41b;
721
+ }
722
+
723
+ .helix_propensity .D {
724
+ background-color: #787;
725
+ }
726
+
727
+ .helix_propensity .C {
728
+ background-color: #23dc23;
729
+ }
730
+
731
+ .helix_propensity .Q {
732
+ background-color: #926d92;
733
+ }
734
+
735
+ .helix_propensity .E {
736
+ background-color: #f0f;
737
+ }
738
+
739
+ .helix_propensity .G {
740
+ background-color: #0f0;
741
+ }
742
+
743
+ .helix_propensity .H {
744
+ background-color: #758a75;
745
+ }
746
+
747
+ .helix_propensity .I {
748
+ background-color: #8a758a;
749
+ }
750
+
751
+ .helix_propensity .L {
752
+ background-color: #ae51ae;
753
+ }
754
+
755
+ .helix_propensity .K {
756
+ background-color: #a05fa0;
757
+ }
758
+
759
+ .helix_propensity .M {
760
+ background-color: #ef10ef;
761
+ }
762
+
763
+ .helix_propensity .F {
764
+ background-color: #986798;
765
+ }
766
+
767
+ .helix_propensity .P {
768
+ background-color: #0f0;
769
+ }
770
+
771
+ .helix_propensity .S {
772
+ background-color: #36c936;
773
+ }
774
+
775
+ .helix_propensity .T {
776
+ background-color: #47b847;
777
+ }
778
+
779
+ .helix_propensity .W {
780
+ background-color: #8a758a;
781
+ }
782
+
783
+ .helix_propensity .Y {
784
+ background-color: #21de21;
785
+ }
786
+
787
+ .helix_propensity .V {
788
+ background-color: #857a85;
789
+ }
790
+
791
+ .helix_propensity .B {
792
+ background-color: #49b649;
793
+ }
794
+
795
+ .helix_propensity .X {
796
+ background-color: #758a75;
797
+ }
798
+
799
+ .helix_propensity .Z {
800
+ background-color: #c936c9;
801
+ }
802
+
803
+ .helix_propensity .gap {
804
+ color: #ccc;
805
+ }
806
+
807
+ .strand_propensity {
808
+ white-space: nowrap;
809
+ height: 18px;
810
+ font-family: monospace;
811
+ font-size: 12px;
812
+ }
813
+
814
+ .strand_propensity .A {
815
+ background-color: #5858a7;
816
+ }
817
+
818
+ .strand_propensity .R {
819
+ background-color: #6b6b94;
820
+ }
821
+
822
+ .strand_propensity .N {
823
+ background-color: #64649b;
824
+ }
825
+
826
+ .strand_propensity .D {
827
+ background-color: #2121de;
828
+ }
829
+
830
+ .strand_propensity .C {
831
+ background-color: #9d9d62;
832
+ }
833
+
834
+ .strand_propensity .Q {
835
+ background-color: #8c8c73;
836
+ }
837
+
838
+ .strand_propensity .E {
839
+ background-color: #00f;
840
+ }
841
+
842
+ .strand_propensity .G {
843
+ background-color: #4949b6;
844
+ }
845
+
846
+ .strand_propensity .H {
847
+ background-color: #60609f;
848
+ }
849
+
850
+ .strand_propensity .I {
851
+ background-color: #ecec13;
852
+ }
853
+
854
+ .strand_propensity .L {
855
+ background-color: #b2b24d;
856
+ }
857
+
858
+ .strand_propensity .K {
859
+ background-color: #4747b8;
860
+ }
861
+
862
+ .strand_propensity .M {
863
+ background-color: #82827d;
864
+ }
865
+
866
+ .strand_propensity .F {
867
+ background-color: #c2c23d;
868
+ }
869
+
870
+ .strand_propensity .P {
871
+ background-color: #2323dc;
872
+ }
873
+
874
+ .strand_propensity .S {
875
+ background-color: #4949b6;
876
+ }
877
+
878
+ .strand_propensity .T {
879
+ background-color: #9d9d62;
880
+ }
881
+
882
+ .strand_propensity .W {
883
+ background-color: #c0c03f;
884
+ }
885
+
886
+ .strand_propensity .Y {
887
+ background-color: #d3d32c;
888
+ }
889
+
890
+ .strand_propensity .V {
891
+ background-color: #ff0;
892
+ }
893
+
894
+ .strand_propensity .B {
895
+ background-color: #4343bc;
896
+ }
897
+
898
+ .strand_propensity .X {
899
+ background-color: #797986;
900
+ }
901
+
902
+ .strand_propensity .Z {
903
+ background-color: #4747b8;
904
+ }
905
+
906
+ .strand_propensity .A, .strand_propensity .R, .strand_propensity .N, .strand_propensity .D, .strand_propensity .E, .strand_propensity .G, .strand_propensity .H, .strand_propensity .K, .strand_propensity .P, .strand_propensity .S, .strand_propensity .B, .strand_propensity .Z {
907
+ color: #fcff89;
908
+ }
909
+
910
+ .strand_propensity .gap {
911
+ color: #ccc;
912
+ }
913
+
914
+ .turn_propensity {
915
+ white-space: nowrap;
916
+ height: 18px;
917
+ font-family: monospace;
918
+ font-size: 12px;
919
+ }
920
+
921
+ .turn_propensity .gap {
922
+ color: #ccc;
923
+ }
924
+
925
+ .turn_propensity .A {
926
+ background-color: #2cd3d3;
927
+ }
928
+
929
+ .turn_propensity .R {
930
+ background-color: #708f8f;
931
+ }
932
+
933
+ .turn_propensity .N {
934
+ background-color: red;
935
+ }
936
+
937
+ .turn_propensity .D {
938
+ background-color: #e81717;
939
+ }
940
+
941
+ .turn_propensity .C {
942
+ background-color: #a85757;
943
+ }
944
+
945
+ .turn_propensity .Q {
946
+ background-color: #3fc0c0;
947
+ }
948
+
949
+ .turn_propensity .E {
950
+ background-color: #788;
951
+ }
952
+
953
+ .turn_propensity .G {
954
+ background-color: red;
955
+ }
956
+
957
+ .turn_propensity .H {
958
+ background-color: #708f8f;
959
+ }
960
+
961
+ .turn_propensity .I {
962
+ background-color: #0ff;
963
+ }
964
+
965
+ .turn_propensity .L {
966
+ background-color: #1ce3e3;
967
+ }
968
+
969
+ .turn_propensity .K {
970
+ background-color: #7e8181;
971
+ }
972
+
973
+ .turn_propensity .M, .turn_propensity .F {
974
+ background-color: #1ee1e1;
975
+ }
976
+
977
+ .turn_propensity .P {
978
+ background-color: #f60909;
979
+ }
980
+
981
+ .turn_propensity .S {
982
+ background-color: #e11e1e;
983
+ }
984
+
985
+ .turn_propensity .T, .turn_propensity .W {
986
+ background-color: #738c8c;
987
+ }
988
+
989
+ .turn_propensity .Y {
990
+ background-color: #9d6262;
991
+ }
992
+
993
+ .turn_propensity .V {
994
+ background-color: #07f8f8;
995
+ }
996
+
997
+ .turn_propensity .B {
998
+ background-color: #f30c0c;
999
+ }
1000
+
1001
+ .turn_propensity .X {
1002
+ background-color: #7c8383;
1003
+ }
1004
+
1005
+ .turn_propensity .Z {
1006
+ background-color: #5ba4a4;
1007
+ }
1008
+
1009
+ .turn_propensity .N, .turn_propensity .D, .turn_propensity .G, .turn_propensity .P, .turn_propensity .S, .turn_propensity .B {
1010
+ color: #fcff89;
1011
+ }
1012
+
1013
+ .buried_index {
1014
+ white-space: nowrap;
1015
+ height: 18px;
1016
+ font-family: monospace;
1017
+ font-size: 12px;
1018
+ }
1019
+
1020
+ .buried_index .gap {
1021
+ color: #ccc;
1022
+ }
1023
+
1024
+ .buried_index .A {
1025
+ background-color: #00a35c;
1026
+ }
1027
+
1028
+ .buried_index .R {
1029
+ background-color: #00fc03;
1030
+ }
1031
+
1032
+ .buried_index .N, .buried_index .D {
1033
+ background-color: #00eb14;
1034
+ }
1035
+
1036
+ .buried_index .C {
1037
+ background-color: #00f;
1038
+ }
1039
+
1040
+ .buried_index .Q, .buried_index .E {
1041
+ background-color: #00f10e;
1042
+ }
1043
+
1044
+ .buried_index .G {
1045
+ background-color: #009d62;
1046
+ }
1047
+
1048
+ .buried_index .H {
1049
+ background-color: #00d52a;
1050
+ }
1051
+
1052
+ .buried_index .I {
1053
+ background-color: #0054ab;
1054
+ }
1055
+
1056
+ .buried_index .L {
1057
+ background-color: #007b84;
1058
+ }
1059
+
1060
+ .buried_index .K {
1061
+ background-color: #0f0;
1062
+ }
1063
+
1064
+ .buried_index .M {
1065
+ background-color: #009768;
1066
+ }
1067
+
1068
+ .buried_index .F {
1069
+ background-color: #008778;
1070
+ }
1071
+
1072
+ .buried_index .P {
1073
+ background-color: #00e01f;
1074
+ }
1075
+
1076
+ .buried_index .S {
1077
+ background-color: #00d52a;
1078
+ }
1079
+
1080
+ .buried_index .T {
1081
+ background-color: #00db24;
1082
+ }
1083
+
1084
+ .buried_index .W {
1085
+ background-color: #00a857;
1086
+ }
1087
+
1088
+ .buried_index .Y {
1089
+ background-color: #00e619;
1090
+ }
1091
+
1092
+ .buried_index .V {
1093
+ background-color: #005fa0;
1094
+ }
1095
+
1096
+ .buried_index .B {
1097
+ background-color: #00eb14;
1098
+ }
1099
+
1100
+ .buried_index .X {
1101
+ background-color: #00b649;
1102
+ }
1103
+
1104
+ .buried_index .Z {
1105
+ background-color: #00f10e;
1106
+ }
1107
+
1108
+ .buried_index .C, .buried_index .I, .buried_index .V {
1109
+ color: #fcff89;
1110
+ }
1111
+
1112
+ .display-mode .btn-toolbar {
1113
+ padding-left: 10px;
1114
+ position: absolute;
1115
+ }
1116
+
1117
+ .tooltip-inner {
1118
+ max-width: 400px;
1119
+ }
1120
+
1121
+ .genetree-vis .node, .genetree-vis .edge {
1122
+ cursor: pointer;
1123
+ }
1124
+
1125
+ .genetree-vis .tree-wrapper * {
1126
+ transition: all 20ms ease-in-out;
1127
+ }
1128
+
1129
+ .genetree-vis .tree-wrapper .clade {
1130
+ transition: transform 20ms ease-in-out;
1131
+ }
1132
+
1133
+ .genetree-vis .tree-wrapper .clade .edge-rect {
1134
+ transition: scaleY 20ms ease-in-out, scaleX 20ms ease-in-out, transform 20ms ease-in-out;
1135
+ }
1136
+
1137
+ .genetree-vis .interaction-helper {
1138
+ opacity: 0;
1139
+ }
1140
+
1141
+ .genetree-vis .node circle {
1142
+ stroke: #777;
1143
+ fill: #fff;
1144
+ }
1145
+
1146
+ .genetree-vis .speciation rect {
1147
+ fill: navy;
1148
+ }
1149
+
1150
+ .genetree-vis .duplication rect {
1151
+ fill: #cd0000;
1152
+ }
1153
+
1154
+ .genetree-vis .node:hover .internal, .genetree-vis .edge:hover .internal, .genetree-vis .node:hover .gene circle, .genetree-vis .edge:hover .gene circle, .genetree-vis .node:hover ~ .clade .node rect, .genetree-vis .edge:hover ~ .clade .node rect, .genetree-vis .node:hover + .node rect, .genetree-vis .edge:hover + .node rect {
1155
+ transform: scale(2);
1156
+ }
1157
+
1158
+ .genetree-vis .node:hover ~ .clade .interaction-rect, .genetree-vis .edge:hover ~ .clade .interaction-rect {
1159
+ opacity: 1;
1160
+ fill-opacity: 1;
1161
+ }
1162
+
1163
+ .genetree-vis .node:hover ~ .clade circle, .genetree-vis .edge:hover ~ .clade circle, .genetree-vis .node:hover + .node circle, .genetree-vis .edge:hover + .node circle, .genetree-vis .node:hover .collapsed path, .genetree-vis .edge:hover .collapsed path, .genetree-vis .node:hover ~ .clade .collapsed path, .genetree-vis .edge:hover ~ .clade .collapsed path, .genetree-vis .node:hover + .node .collapsed path, .genetree-vis .edge:hover + .node .collapsed path {
1164
+ stroke-width: 2px;
1165
+ }
1166
+
1167
+ .genetree-vis .node:hover ~ .clade text, .genetree-vis .edge:hover ~ .clade text, .genetree-vis .node:hover text, .genetree-vis .edge:hover text {
1168
+ font-weight: bolder;
1169
+ }
1170
+
1171
+ .genetree-vis .node .gene.ortholog_one2one circle, .genetree-vis .node .gene.ortholog_one2many circle, .genetree-vis .node .gene.ortholog_many2many circle {
1172
+ stroke: orange;
1173
+ }
1174
+
1175
+ .genetree-vis .node .gene.within_species_paralog circle {
1176
+ stroke: green;
1177
+ }
1178
+
1179
+ .genetree-vis .node .gene.self circle {
1180
+ stroke: red;
1181
+ fill: red;
1182
+ }
1183
+
1184
+ .genetree-vis .node .gene.self text {
1185
+ font-weight: bolder;
1186
+ }
1187
+
1188
+ .genetree-vis .node .gene.representative circle {
1189
+ stroke: orange;
1190
+ fill: orange;
1191
+ }
1192
+
1193
+ .genetree-vis .node text {
1194
+ fill-opacity: 1;
1195
+ text-anchor: start;
1196
+ font-size: 11px;
1197
+ }
1198
+
1199
+ .genetree-vis .collapsed path {
1200
+ stroke-width: 1px;
1201
+ }
1202
+
1203
+ .genetree-vis .domains rect {
1204
+ cursor: pointer;
1205
+ stroke-opacity: 0;
1206
+ }
1207
+
1208
+ .genetree-vis .domains rect:hover {
1209
+ cursor: pointer;
1210
+ stroke-opacity: 1;
1211
+ }
1212
+
1213
+ .popover-title .tooltip-title-button {
1214
+ margin-top: -4px !important;
1215
+ margin-right: 4px !important;
1216
+ }
1217
+
1218
+ .msa-slider {
1219
+ margin-bottom: -10px;
1220
+ padding-top: 10px;
1221
+ padding-bottom: 0;
1222
+ position: relative;
1223
+ }
1224
+
1225
+ .resize-drag {
1226
+ color: red;
1227
+ box-sizing: border-box;
1228
+ background: none;
1229
+ border: 4px solid #7c8383;
1230
+ border-radius: 8px;
1231
+ font-family: sans-serif;
1232
+ font-size: 1px;
1233
+ }
1234
+
1235
+ .resize-container {
1236
+ width: 100%;
1237
+ height: 100%;
1238
+ }
1239
+
1240
+ .rstm-toggle-icon {
1241
+ display: inline-block;
1242
+ }
1243
+
1244
+ .rstm-toggle-icon-symbol {
1245
+ text-align: center;
1246
+ width: 2rem;
1247
+ height: 2rem;
1248
+ line-height: 2rem;
1249
+ }
1250
+
1251
+ .rstm-tree-item-group {
1252
+ text-align: left;
1253
+ border-top: 1px solid #ccc;
1254
+ width: 100%;
1255
+ padding-left: 0;
1256
+ list-style-type: none;
1257
+ }
1258
+
1259
+ .rstm-tree-item {
1260
+ cursor: pointer;
1261
+ color: #333;
1262
+ box-shadow: none;
1263
+ z-index: unset;
1264
+ background: none;
1265
+ border-bottom: 1px solid #ccc;
1266
+ padding: .75rem 1rem;
1267
+ position: relative;
1268
+ }
1269
+
1270
+ .rstm-tree-item--active {
1271
+ color: #fff;
1272
+ background: #179ed3;
1273
+ border-bottom: none;
1274
+ }
1275
+
1276
+ .rstm-tree-item--focused {
1277
+ z-index: 999;
1278
+ box-shadow: 0 0 5px #222;
1279
+ }
1280
+
1281
+ .rstm-search {
1282
+ border: none;
1283
+ width: 100%;
1284
+ padding: 1rem 1.5rem;
1285
+ }
1286
+
1287
+ .tree-view-node {
1288
+ margin-left: 10px;
1289
+ }
1290
+
1291
+ .tree-view-node-collapse-toggle.collapse-spacer {
1292
+ width: 14px;
1293
+ display: inline-block;
1294
+ }
1295
+
1296
+ .tree-view-node-collapse-toggle {
1297
+ width: 14px;
1298
+ margin-right: 3px;
1299
+ }
1300
+
1301
+ .tree-view-node-label {
1302
+ border: 1px solid #fff;
1303
+ margin-left: 3px;
1304
+ padding: 1px;
1305
+ font-size: smaller;
1306
+ }
1307
+
1308
+ .tree-view-node-label.selected {
1309
+ background-color: gray;
1310
+ border: 1px solid #003f81;
1311
+ border-radius: 3px;
1312
+ }
1313
+
1314
+ .button-like-link {
1315
+ color: #007bff;
1316
+ cursor: pointer;
1317
+ background-color: #fff0;
1318
+ border: none;
1319
+ padding: 0;
1320
+ text-decoration: underline;
1321
+ display: inline-block;
1322
+ }
1323
+
1324
+ .fasta-container {
1325
+ background-color: #fcfffd;
1326
+ border-style: dashed;
1327
+ border-color: #557b74;
1328
+ padding: 2ch;
1329
+ line-height: .925em;
1330
+ position: relative;
1331
+ }
1332
+
1333
+ .styled-span {
1334
+ text-align: center;
1335
+ align-items: center;
1336
+ display: flex;
1337
+ }
1338
+
1339
+ .vertical-line {
1340
+ background-color: #000;
1341
+ flex-grow: 1;
1342
+ height: 20px;
1343
+ }
1344
+
1345
+ .horizontal-line {
1346
+ background-color: #000;
1347
+ width: 57px;
1348
+ height: 3px;
1349
+ margin: 0;
1350
+ }
1351
+
1352
+ code.fasta {
1353
+ white-space: pre-wrap;
1354
+ color: #595959;
1355
+ }
1356
+
1357
+ .header {
1358
+ color: #000;
1359
+ }
1360
+
1361
+ .upstream, .downstream {
1362
+ color: #80a0a0;
1363
+ }
1364
+
1365
+ .intron {
1366
+ color: #aaa;
1367
+ }
1368
+
1369
+ .utr5 {
1370
+ background-color: #aaccaf;
1371
+ }
1372
+
1373
+ .utr5-other {
1374
+ background-color: #cfe1d2;
1375
+ }
1376
+
1377
+ .cds {
1378
+ background-color: #a7b4d3;
1379
+ }
1380
+
1381
+ .cds-other {
1382
+ background-color: #d0d8e6;
1383
+ }
1384
+
1385
+ .utr3 {
1386
+ background-color: #c5a3bf;
1387
+ }
1388
+
1389
+ .utr3-other {
1390
+ background-color: #dcc9d9;
1391
+ }
1392
+
1393
+ .square-utr5 {
1394
+ background: linear-gradient(to bottom right, #aaccaf 0% 50%, #cfe1d2 50% 100%);
1395
+ width: 20px;
1396
+ height: 20px;
1397
+ }
1398
+
1399
+ .square-cds {
1400
+ background: linear-gradient(to bottom right, #a7b4d3 0% 50%, #d0d8e6 50% 100%);
1401
+ width: 20px;
1402
+ height: 20px;
1403
+ }
1404
+
1405
+ .square-utr3 {
1406
+ background: linear-gradient(to bottom right, #c5a3bf 0% 50%, #dcc9d9 50% 100%);
1407
+ width: 20px;
1408
+ height: 20px;
1409
+ }
1410
+
1411
+ .reverse-slide {
1412
+ direction: rtl;
1413
+ }
1414
+
1415
+ .fasta-key {
1416
+ cursor: default;
1417
+ color: #555;
1418
+ background: none;
1419
+ border: none;
1420
+ font-family: monospace;
1421
+ font-size: 11pt;
1422
+ position: absolute;
1423
+ top: 9px;
1424
+ right: 40px;
1425
+ }
1426
+
1427
+ .copy-button {
1428
+ cursor: pointer;
1429
+ color: #555;
1430
+ background: none;
1431
+ border: none;
1432
+ font-size: 1.5rem;
1433
+ position: absolute;
1434
+ top: 3px;
1435
+ right: -5px;
1436
+ }
1437
+
1438
+ .notification {
1439
+ color: #fff;
1440
+ z-index: 999;
1441
+ background-color: #050505;
1442
+ padding: 5px;
1443
+ font-size: smaller;
1444
+ font-style: italic;
1445
+ font-weight: bold;
1446
+ position: absolute;
1447
+ top: 0;
1448
+ right: 0;
1449
+ }
1450
+
1451
+ .taxogenomic-vis .gramene-search-vis {
1452
+ -webkit-user-select: none;
1453
+ cursor: pointer;
1454
+ }
1455
+
1456
+ .taxogenomic-vis .gramene-search-vis canvas {
1457
+ position: absolute;
1458
+ }
1459
+
1460
+ .taxogenomic-vis .gramene-search-vis > * {
1461
+ display: inline;
1462
+ }
1463
+
1464
+ .taxogenomic-vis .gramene-search-vis text {
1465
+ fill: gray;
1466
+ stroke: #557b74;
1467
+ stroke-opacity: 0;
1468
+ stroke-width: .5px;
1469
+ -webkit-user-select: none;
1470
+ user-select: none;
1471
+ font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
1472
+ font-size: 12px;
1473
+ }
1474
+
1475
+ .taxogenomic-vis .gramene-search-vis text::selection {
1476
+ background: none;
1477
+ }
1478
+
1479
+ .taxogenomic-vis .gramene-search-vis .taxonomy * {
1480
+ transition: fill .2s ease-in-out, stroke-opacity .2s ease-in-out;
1481
+ }
1482
+
1483
+ .taxogenomic-vis .gramene-search-vis .clade .results-count {
1484
+ font-size: 10px;
1485
+ }
1486
+
1487
+ .taxogenomic-vis .gramene-search-vis .clade .node circle {
1488
+ stroke: #557b74;
1489
+ stroke-width: 1px;
1490
+ fill: #f6f6f6;
1491
+ }
1492
+
1493
+ .taxogenomic-vis .gramene-search-vis .clade .edge rect {
1494
+ fill: #ccc;
1495
+ }
1496
+
1497
+ .taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .node > circle, .taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .edge > rect {
1498
+ fill: #f0b866;
1499
+ }
1500
+
1501
+ .taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .node-label text {
1502
+ fill: #557b74;
1503
+ stroke-opacity: 1;
1504
+ }
1505
+
1506
+ .taxogenomic-vis .gramene-search-vis .clade .node:hover > circle, .taxogenomic-vis .gramene-search-vis .clade .edge:hover > circle, .taxogenomic-vis .gramene-search-vis .clade .node:hover > rect, .taxogenomic-vis .gramene-search-vis .clade .edge:hover > rect, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .node > circle, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .node > circle, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade .edge > rect, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade .edge > rect, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade .node > circle, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade .node > circle {
1507
+ fill: #f0b866;
1508
+ }
1509
+
1510
+ .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .node-label text, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .node-label text, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade text, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade text, .taxogenomic-vis .gramene-search-vis .clade .node-label:hover text {
1511
+ fill: #557b74;
1512
+ stroke-opacity: 1;
1513
+ }
1514
+
1515
+ .taxogenomic-vis .gramene-search-vis .clade .bin, .taxogenomic-vis .gramene-search-vis .clade .full-region {
1516
+ stroke: #557b74;
1517
+ stroke-width: 0;
1518
+ shape-rendering: crispedges;
1519
+ transition: none;
1520
+ }
1521
+
1522
+ .taxogenomic-vis .gramene-search-vis .clade .bin.selected {
1523
+ fill: #ea8e75;
1524
+ }
1525
+
1526
+ .taxogenomic-vis .gramene-search-vis .clade .bin:hover {
1527
+ fill: #557b74;
1528
+ }
1529
+
1530
+ .taxogenomic-vis .gramene-search-vis .clade .full-region.selected {
1531
+ stroke-width: 1px;
1532
+ stroke: #ea8e75;
1533
+ }
1534
+
1535
+ .taxogenomic-vis .gramene-search-vis .clade .full-region:hover {
1536
+ stroke-width: 1px;
1537
+ stroke: #557b74;
1538
+ }
1539
+
1540
+ .taxogenomic-vis .gramene-search-vis .clade .species-background {
1541
+ fill: none;
1542
+ }
1543
+
1544
+ .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .species-background, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .species-background, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade .species-background, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade .species-background, .taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .species-background {
1545
+ fill: #f9e3c3;
1546
+ }
1547
+
1548
+ .accordion-button {
1549
+ padding: .4rem !important;
1550
+ }
1551
+
1552
+ .accordion-button:hover {
1553
+ background-color: #dbe8f3;
1554
+ }
1555
+ /*# sourceMappingURL=index.css.map */