1 |
canvas { |
2 |
background-color: none; /* Transparent background */ |
3 |
} |
4 |
|
5 |
tree { |
6 |
layout: rectangular; |
7 |
} |
8 |
|
9 |
#un6gt { /* Some unique node name */ |
10 |
font-family: arial, sans-serif; |
11 |
font-size: 8 mm; |
12 |
font-weight: bold; |
13 |
} |
14 |
|
15 |
/*node { |
16 |
font-size: abc(0.7em+metadataValue(currentNode, 'a:flowerSize', 'a:averageSize')+0.01em); |
17 |
}*/ |
18 |
|
19 |
*:terminal { /* This would reference terminal nodes, branches, labels, ... */ |
20 |
color: blue; |
21 |
} |
22 |
|
23 |
/*node:matches(:first-child, :last-child) { |
24 |
color: #FF0000; |
25 |
}*/ |
26 |
|
27 |
text-label.baysianSupport { /* Example to reference labels by their ID. (Temporary, since label IDs will be removed from TG.) */ |
28 |
-biw-line-position: 25.6; |
29 |
} |
30 |
|
31 |
scale { |
32 |
visible : true; |
33 |
} |