add some final statistics; try to color anonymous nodes too
[scpubgit/stemmatology.git] / TreeOfTexts / root / src / style.tt2
CommitLineData
edc39fc3 1<style type="text/css" media="screen">
2body {
3 margin: 0;
4 padding: 20px;
5 font: 1em Arial, Helvetica, sans-serif;
6 font-size: 85%;
7 color: #666;
8}
9#svg_graph {
10 float: left;
11 width: 450px;
12 height: 550px;
13 border-right: 1px #c6dcf1 solid;
14}
15#variants_table {
16 float: left;
17 width: 450px;
18 height: 550px;
19 border-right: 1px #c6dcf1 solid;
20 margin-left: 20px;
21 overflow: auto;
edc39fc3 22}
732152b1 23#statistics {
24 font-style: italic;
25 position: absolute;
26 bottom: 5px;
27}
edc39fc3 28h1 {
29 border-bottom: 1px solid #488dd2;
30 color: #488dd2;
31 font-size: 24px;
32 font-weight: 100;
33 margin: 0 0 40px;
34 padding: 0;
35 width: 280px;
36}
37.genealogical {
0a8f09a9 38 background: #88ffaa;
edc39fc3 39}
40.coincidental {
41 background: #fff;
42}
732152b1 43.conflict {
44 background: #ffeeee;
45}
edc39fc3 46.active_variant_row {
47 background: #c6dcf1;
48}
81422c40 49.active_variant_cell {
50 background: #e8f1fe;
51}
edc39fc3 52</style>