Added a lot of files for styling.
[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;
22 overflow-x: hidden;
23}
24h1 {
25 border-bottom: 1px solid #488dd2;
26 color: #488dd2;
27 font-size: 24px;
28 font-weight: 100;
29 margin: 0 0 40px;
30 padding: 0;
31 width: 280px;
32}
33.genealogical {
34 background: #fff;
35}
36.coincidental {
37 background: #fff;
38}
39.active_variant_row {
40 background: #c6dcf1;
41}
42</style>