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