92c80371796fa4ec8e937a15f31cc21c771af8eb
[scpubgit/stemmatology.git] / stemmaweb / root / css / stexaminer.css
1 #variants_table {
2     float: left;
3     width: 90%;
4     height: 90px;
5     border: 1px #c6dcf1 solid;
6     margin-bottom: 20px;
7     overflow: auto;
8 }
9 #stemma_graph {
10     height: 450px;
11     clear: both;
12     float: left;
13     width: 700px;
14     text-align: center;
15     border: 1px #c6dcf1 solid;
16 }
17 #row_statistics {
18         float: left;
19         padding: 30px;
20 }
21 #statistics {
22     font-style: italic;
23     margin-bottom: 25px;
24     position: relative;
25     top: -15px;
26 }
27 .template {
28         display: none;
29 }
30 .genealogical {
31     background: #88ffaa;
32 }
33 .coincidental {
34     background: #fff;
35 }
36 .conflict {
37     background: #ff6666;
38 }
39 .active_variant_row {
40     background: #c6dcf1;
41     font-style: italic;
42 }
43 .active_variant_cell {
44     background: #e8f1fe;
45 }
46 .cellb0 {
47     border-right: 20px solid #ffeeaa;
48 }
49 .cellb1 {
50     border-right: 20px solid #afc6e9;
51 }
52 .cellb2 {
53     border-right: 20px solid #d5fff6;
54 }
55 .cellb3 {
56     border-right: 20px solid #ffccaa;
57 }
58 .cellb4 {
59     border-right: 20px solid #ffaaaa;
60 }
61 .cellb5 {
62     border-right: 20px solid #e5ff80;
63 }
64 .cellb6 {
65     border-right: 20px solid #e5d5ff;
66 }
67 .cellb7 {
68     border-right: 20px solid #ffd5e5;
69 }