some more look and feel tweaks
[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}
23h1 {
24 border-bottom: 1px solid #488dd2;
25 color: #488dd2;
26 font-size: 24px;
27 font-weight: 100;
28 margin: 0 0 40px;
29 padding: 0;
30 width: 280px;
31}
32.genealogical {
0a8f09a9 33 background: #88ffaa;
edc39fc3 34}
35.coincidental {
36 background: #fff;
37}
38.active_variant_row {
39 background: #c6dcf1;
40}
81422c40 41.active_variant_cell {
42 background: #e8f1fe;
43}
edc39fc3 44</style>