better handling for errors, don't send filler text to server
[scpubgit/stemmaweb.git] / root / css / stexaminer.css
CommitLineData
f007ac1e 1#variants_table {
2 float: left;
19a64545 3 width: 90%;
4 height: 90px;
5 border: 1px #c6dcf1 solid;
6 margin-bottom: 20px;
f007ac1e 7 overflow: auto;
8}
9#stemma_graph {
10 height: 450px;
d5514865 11 clear: both;
f007ac1e 12 float: left;
19a64545 13 width: 700px;
f007ac1e 14 text-align: center;
15 border: 1px #c6dcf1 solid;
16}
d5514865 17#row_statistics {
18 float: left;
19 padding: 30px;
20}
f007ac1e 21#statistics {
22 font-style: italic;
23 margin-bottom: 25px;
24 position: relative;
25 top: -15px;
26}
d5514865 27#stats_template {
28 display: none;
29}
f007ac1e 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}