stexaminer now working to my satisfaction
[scpubgit/stemmatology.git] / stemmaweb / root / css / stexaminer.css
1 #variants_table {
2     float: left;
3     width: 90%;
4     height: 190px;
5     border: 1px #c6dcf1 solid;
6     margin-bottom: 20px;
7     overflow: auto;
8 }
9 #stemma_graph {
10     height: 350px;
11     clear: both;
12     float: left;
13     width: 600px;
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 .reading_statistics {
28         margin: 7pt;
29         border-bottom: 1px solid #488dd2;
30 }
31 .readinglabel {
32         font-weight: bold;
33 }
34 .readingroots {
35         font-weight: bold;
36         color: #488dd2;
37 }
38 .reading_copied {
39         color: #33dd33;
40 }
41 .reading_changed {
42         color: #dd3333;
43 }
44 .template {
45         display: none;
46 }
47 .genealogical {
48     background: #88ffaa;
49 }
50 .coincidental {
51     background: #fff;
52 }
53 .conflict {
54     background: #ff6666;
55 }
56 .active_variant_row {
57     background: #c6dcf1;
58     font-style: italic;
59 }
60 .active_variant_cell {
61     background: #e8f1fe;
62 }
63 .cellb0 {
64     border-right: 20px solid #ffeeaa;
65 }
66 .cellb1 {
67     border-right: 20px solid #afc6e9;
68 }
69 .cellb2 {
70     border-right: 20px solid #d5fff6;
71 }
72 .cellb3 {
73     border-right: 20px solid #ffccaa;
74 }
75 .cellb4 {
76     border-right: 20px solid #ffaaaa;
77 }
78 .cellb5 {
79     border-right: 20px solid #e5ff80;
80 }
81 .cellb6 {
82     border-right: 20px solid #e5d5ff;
83 }
84 .cellb7 {
85     border-right: 20px solid #ffd5e5;
86 }