-
Notifications
You must be signed in to change notification settings - Fork 6
/
default.nexss
66 lines (55 loc) · 1.07 KB
/
default.nexss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
figure {
background-color: white;
width: 500px;
height: 500px;
font: 12pt "Helvetica",serif;
}
tree {
border: 2px black solid;
layout: rectangular;
tip-orientation: right;
scaled: true;
}
scale {
visible: false;
}
node[nexss:bootstrap>=91][nexss:bootstrap<=100] {
border: 10px;
font-style: italic;
font-size: 18px;
}
node[cdao:has_Support_Value>=0.9] {
border: 10px;
}
node[nexss:bootstrap>=0.91][nexss:bootstrap<=1.0] {
border: 10px;
font-style: italic;
font-size: 24px;
}
node[nexss:chromosome=Y] {
color: blue;
}
/* This rule demonstrates explicit inheritance (ie, apply these
* styles to all nodes within a clade)
/*
node[id=node681] node {
color: purple;
font-style: italic;
}
*/
node[nexss:chromosome=X] {
color: red;
background-color: #ffc;
}
node[nexss:sequence_type=SANG] {
font-style: bold;
background-color: #dff;
font-size: 14px;
}
node[nexss:sequence_type=TRAM] {
font-style: italic;
}
/* Here's a baroque selector, for testing purposes */
tree node[nexss:ingroupClade=true][id=234] node.collapsed {
color: green;
}