get analysis info into the stexaminer, unstyled as yet
[scpubgit/stemmatology.git] / stemmaweb / root / css / stexaminer.css
CommitLineData
57acbbe2 1#variants_table {
2 float: left;
deeeeaad 3 width: 90%;
4 height: 90px;
5 border: 1px #c6dcf1 solid;
6 margin-bottom: 20px;
57acbbe2 7 overflow: auto;
8}
9#stemma_graph {
10 height: 450px;
23306161 11 clear: both;
57acbbe2 12 float: left;
deeeeaad 13 width: 700px;
57acbbe2 14 text-align: center;
15 border: 1px #c6dcf1 solid;
16}
23306161 17#row_statistics {
18 float: left;
19 padding: 30px;
20}
57acbbe2 21#statistics {
22 font-style: italic;
23 margin-bottom: 25px;
24 position: relative;
25 top: -15px;
26}
3751a3c2 27.template {
23306161 28 display: none;
29}
57acbbe2 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}