|
|
|
|
5
|
}
|
5
|
}
|
6
|
|
6
|
|
7
|
/* We're going to opt for the category icon method for now, tags_* is also available */
|
7
|
/* We're going to opt for the category icon method for now, tags_* is also available */
|
8
|
-.cats_dna { width: 36px; height: 36px; background: url('/static/common/caticons/dna.png') no-repeat center center; }
|
|
|
9
|
-.cats_mrna { width: 36px; height: 36px; background: url('/static/common/caticons/rna.png') no-repeat center center; }
|
|
|
10
|
-.cats_rrna { width: 36px; height: 36px; background: url('/static/common/caticons/rna.png') no-repeat center center; }
|
|
|
11
|
-.cats_trna { width: 36px; height: 36px; background: url('/static/common/caticons/rna.png') no-repeat center center; }
|
|
|
12
|
-.cats_protein { width: 36px; height: 36px; background: url('/static/common/caticons/protein.png') no-repeat center center; }
|
|
|
13
|
-.cats_other { width: 36px; height: 36px; background: url('/static/common/caticons/other.png') no-repeat center center; }
|
|
|
|
|
8
|
+.cats_dna { width: 36px; height: 36px; background: url('/static/common/bioicons/dna.png') no-repeat center center; }
|
|
|
9
|
+.cats_mrna { width: 36px; height: 36px; background: url('/static/common/bioicons/rna.png') no-repeat center center; }
|
|
|
10
|
+.cats_rrna { width: 36px; height: 36px; background: url('/static/common/bioicons/rna.png') no-repeat center center; }
|
|
|
11
|
+.cats_trna { width: 36px; height: 36px; background: url('/static/common/bioicons/rna.png') no-repeat center center; }
|
|
|
12
|
+.cats_protein { width: 36px; height: 36px; background: url('/static/common/bioicons/protein.png') no-repeat center center; }
|
|
|
13
|
+.cats_other { width: 36px; height: 36px; background: url('/static/common/bioicons/other.png') no-repeat center center; }
|
14
|
|
14
|
|
15
|
/* Global */
|
15
|
/* Global */
|
16
|
* {
|
16
|
* {
|