Skip to content

Commit a38e885

Browse files
committed
styled drosha miRNA boxes
1 parent efb3820 commit a38e885

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

assets/css/main.css

+15-7
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ p {
22
margin-bottom: 0.75rem;
33
}
44

5-
#version-title
6-
{
5+
#version-title {
76
font-size: 80%;
7+
opacity: 0.75;
88
}
99

1010
#header-box {
@@ -346,13 +346,21 @@ tr .mi-rna .mi-arm {
346346
}
347347

348348
.mi-arm.mi-arm-drosha {
349-
color:;
350-
border-color: #ec2;
351-
border-width: 2px;
349+
background-color: #c19e66;
350+
border-color: #82644a;
352351
}
353352
.mi-arm.mi-arm-drosha:hover {
354-
color:;
355-
border-color: #fd3;
353+
background-color: #503f2e;
354+
}
355+
.mi-arm.mi-arm-less.mi-arm-drosha {
356+
color: #7c7656;
357+
background-color: #d4ccc3;
358+
border-color: #c2b3a5;
359+
}
360+
.mi-arm.mi-arm-less.mi-arm-drosha:hover {
361+
color: #211c13;
362+
background-color: #a89d87;
363+
border-color: #8e8372;
356364
}
357365

358366
.red-badge {

assets/js/main.js

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ $(document).ready(function() {
9292
for(var i = 0; i < dataStore.seedArr.length; ++i)
9393
dataStore.seedMap[dataStore.seedArr[i].seed] = dataStore.seedArr[i];
9494

95-
9695
// A lookup map of mi_rna to its data
9796
for(var i = 0; i < dataStore.stemArr.length; ++i) {
9897
let item = dataStore.stemArr[i];

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ <h5 class="card-title">Info</h5>
141141

142142
<p>Click on a miRNA in the results to be taken to the mirbase site describing the miRNA.
143143
<ul>
144-
<li>Mature miRNAs representing the predominant arm are shown in <div style="border-color: #8d7eaf66" class="badge badge-light mi-arm mi-arm-dom">dark purple</div>.</li>
145-
<li>Mature miRNAs representing the lesser expressed arm (the * activity) are shown in <div style="border-color: #e3dff0" class="badge badge-light mi-arm mi-arm-less">light purple</div>.</li>
144+
<li>Mature miRNAs representing the predominant arm are shown in <div style="border-color: #8d7eaf66" class="badge badge-light mi-arm mi-arm-dom">dark color</div>.</li>
145+
<li>Mature miRNAs representing the lesser expressed arm (the * activity) are shown in <div style="border-color: #e3dff0" class="badge badge-light mi-arm mi-arm-less">light color</div>.</li>
146146
<li>miRNAs that are highly expressed and processed by Drosha (RISC bound in wild-type but not Drosha k.o. HCT116 cells) are in a <div class="badge badge-light mi-arm mi-arm-dom mi-arm-drosha">yellow</div> <div class="badge badge-light mi-arm mi-arm-less mi-arm-drosha">box</div>.
147147
<ul>
148148
<li>All other miRNAs are either not processed by Drosha (i.e. miR-320a), miRtrons, or not significantly expressed in HCT116 cells.</li>

0 commit comments

Comments
 (0)