add some final statistics; try to color anonymous nodes too
[scpubgit/stemmatology.git] / TreeOfTexts / root / src / style.tt2
1 <style type="text/css" media="screen">
2 body { 
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;
22 }
23 #statistics {
24     font-style: italic;
25     position: absolute;
26     bottom: 5px;
27 }
28 h1 {
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 {
38     background: #88ffaa;
39 }
40 .coincidental {
41     background: #fff;
42 }
43 .conflict {
44     background: #ffeeee;
45 }
46 .active_variant_row {
47     background: #c6dcf1;
48 }
49 .active_variant_cell {
50     background: #e8f1fe;
51 }
52 </style>