add options for stexaminer re-analysis
[scpubgit/stemmatology.git] / stemmaweb / root / css / stexaminer.css
1 #options {
2         position: relative;
3         border: 1px #c6dcf1 solid;
4         margin-left: 20px;
5         margin-bottom: 20px;
6         padding: 10px;
7         width: 500px;
8 }
9 .optionformelement {
10         float: left;
11         padding-left: 15px;
12 }
13 #options_button {
14         position: absolute;
15         bottom: 20px;
16         right: 20px;
17 }
18 #variants_table {
19     clear: both;
20     width: 90%;
21     height: 190px;
22     border: 1px #c6dcf1 solid;
23     margin-bottom: 20px;
24     overflow: auto;
25 }
26 #stemma_graph {
27     height: 350px;
28     clear: both;
29     float: left;
30     width: 600px;
31     text-align: center;
32     border: 1px #c6dcf1 solid;
33 }
34 #row_statistics {
35         float: left;
36         padding: 30px;
37 }
38 #statistics {
39     font-style: italic;
40     margin-bottom: 25px;
41     position: relative;
42     top: -15px;
43 }
44 .reading_statistics {
45         margin: 7pt;
46         border-bottom: 1px solid #488dd2;
47 }
48 .readinglabel {
49         font-weight: bold;
50 }
51 .readingroots {
52         font-weight: bold;
53         color: #488dd2;
54 }
55 .reading_copied {
56         color: #33dd33;
57 }
58 .reading_changed {
59         color: #dd3333;
60 }
61 .template {
62         display: none;
63 }
64 .genealogical {
65     background: #88ffaa;
66 }
67 .coincidental {
68     background: #fff;
69 }
70 .conflict {
71     background: #ff6666;
72 }
73 .active_variant_row {
74     background: #c6dcf1;
75     font-style: italic;
76 }
77 .active_variant_cell {
78     background: #e8f1fe;
79 }
80 .cellb0 {
81     border-right: 20px solid #ffeeaa;
82 }
83 .cellb1 {
84     border-right: 20px solid #afc6e9;
85 }
86 .cellb2 {
87     border-right: 20px solid #d5fff6;
88 }
89 .cellb3 {
90     border-right: 20px solid #ffccaa;
91 }
92 .cellb4 {
93     border-right: 20px solid #ffaaaa;
94 }
95 .cellb5 {
96     border-right: 20px solid #e5ff80;
97 }
98 .cellb6 {
99     border-right: 20px solid #e5d5ff;
100 }
101 .cellb7 {
102     border-right: 20px solid #ffd5e5;
103 }
104
105 /* Clearfix hack to make div container height work */
106 .clearfix:after {
107         content: ".";
108         display: block;
109         clear: both;
110         visibility: hidden;
111         line-height: 0;
112         height: 0;
113 }
114  
115 .clearfix {
116         display: inline-block;
117 }
118  
119 html[xmlns] .clearfix {
120         display: block;
121 }
122  
123 * html .clearfix {
124         height: 1%;
125 }