icn3d 3.23.6 → 3.24.0
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/css/icn3d.css +8 -3
- package/icn3d.js +322 -156
- package/icn3d.min.js +3 -3
- package/icn3d.module.js +322 -156
- package/package.json +1 -1
package/css/icn3d.css
CHANGED
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
|
|
15
15
|
/* theme: blue */
|
|
16
16
|
.ui-widget-header {border:1px solid #4297d7;background:#5c9ccc url("https://www.ncbi.nlm.nih.gov/Structure/icn3d/lib/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}
|
|
17
|
-
|
|
17
|
+
/*.ui-button .ui-icon {background-image: url("https://www.ncbi.nlm.nih.gov/Structure/icn3d/lib/images/ui-icons_228ef1_256x240.png");}*/
|
|
18
|
+
.ui-icon {background-image: url("https://www.ncbi.nlm.nih.gov/Structure/icn3d/lib/images/ui-icons_228ef1_256x240.png")!important;}
|
|
18
19
|
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color: #444;text-decoration: none;}
|
|
19
20
|
|
|
20
21
|
.icn3d-text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px!important;}
|
|
@@ -52,7 +53,7 @@ accordion ul li {cursor:default!important; white-space:nowrap;}
|
|
|
52
53
|
.icn3d-residueNum {color: green; width:40px!important; text-align:center; white-space:nowrap;}
|
|
53
54
|
|
|
54
55
|
.icn3d-dl_sequence span {display:inline-block; font-size:11px; width:10px; text-align:center;}
|
|
55
|
-
|
|
56
|
+
/*.icn3d-dl_2ddgm {} */
|
|
56
57
|
.icn3d-chemical {width:30px!important;}
|
|
57
58
|
|
|
58
59
|
button, select, input { font-size: 10px; }
|
|
@@ -78,10 +79,12 @@ button, select, input { font-size: 10px; }
|
|
|
78
79
|
|
|
79
80
|
.icn3d-box {border: solid 1px #ccc; padding: 5px; margin: 5px;}
|
|
80
81
|
|
|
81
|
-
/*
|
|
82
|
+
/*
|
|
83
|
+
//sequence alignent, 'cons' means aligned and conserved, 'ncons' means aligned and not conserved, 'nalign' means not aligned
|
|
82
84
|
.icn3d-cons {}
|
|
83
85
|
.icn3d-ncons {}
|
|
84
86
|
.icn3d-nalign {}
|
|
87
|
+
*/
|
|
85
88
|
|
|
86
89
|
.icn3d-node, .icn3d-ctnode {cursor:pointer!important; }
|
|
87
90
|
.icn3d-interaction {cursor:pointer!important; }
|
|
@@ -281,6 +284,8 @@ input:checked + .icn3d-slider:before {
|
|
|
281
284
|
|
|
282
285
|
.icn3d-menupd {padding-left:1.5em!important;}
|
|
283
286
|
|
|
287
|
+
.icn3d-nbclose {cursor:pointer; background-color:white;}
|
|
288
|
+
|
|
284
289
|
.color-picker,
|
|
285
290
|
.color-picker:before,
|
|
286
291
|
.color-picker:after,
|