stexaminer now working to my satisfaction
[scpubgit/stemmatology.git] / stemmaweb / root / css / stexaminer.css
CommitLineData
57acbbe2 1#variants_table {
2 float: left;
deeeeaad 3 width: 90%;
f8d13166 4 height: 190px;
deeeeaad 5 border: 1px #c6dcf1 solid;
6 margin-bottom: 20px;
57acbbe2 7 overflow: auto;
8}
9#stemma_graph {
f8d13166 10 height: 350px;
23306161 11 clear: both;
57acbbe2 12 float: left;
f8d13166 13 width: 600px;
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}
f8d13166 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}
3751a3c2 44.template {
23306161 45 display: none;
46}
57acbbe2 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}