Implementation of merge back-end & UI
[scpubgit/stemmaweb.git] / root / css / stexaminer.css
CommitLineData
917bee1c 1#main_page {
31d98e42 2 padding: 30px;
917bee1c 3}
4#topbanner {
5 padding: 0px;
6}
7
f007ac1e 8#variants_table {
4deac901 9 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
0c236c96 10 clear: both;
19a64545 11 width: 90%;
be8bf746 12 height: 190px;
19a64545 13 border: 1px #c6dcf1 solid;
14 margin-bottom: 20px;
f007ac1e 15 overflow: auto;
16}
17#stemma_graph {
d5b3c010 18 background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
be8bf746 19 height: 350px;
d5514865 20 clear: both;
f007ac1e 21 float: left;
0b4231b3 22 width: 50%;
f007ac1e 23 text-align: center;
24 border: 1px #c6dcf1 solid;
25}
d5514865 26#row_statistics {
27 float: left;
0b4231b3 28 padding-left: 30px;
29 width: 40%;
d5514865 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}
d35db27a 63.unsolved {
64 background: lightgrey;
65}
f007ac1e 66.conflict {
67 background: #ff6666;
68}
f7371955 69.reversion {
70 background: #ffd700;
71}
f007ac1e 72.active_variant_row {
73 background: #c6dcf1;
74 font-style: italic;
75}
76.active_variant_cell {
77 background: #e8f1fe;
78}
79.cellb0 {
80 border-right: 20px solid #ffeeaa;
81}
82.cellb1 {
83 border-right: 20px solid #afc6e9;
84}
85.cellb2 {
86 border-right: 20px solid #d5fff6;
87}
88.cellb3 {
89 border-right: 20px solid #ffccaa;
90}
91.cellb4 {
92 border-right: 20px solid #ffaaaa;
93}
94.cellb5 {
95 border-right: 20px solid #e5ff80;
96}
97.cellb6 {
98 border-right: 20px solid #e5d5ff;
99}
100.cellb7 {
101 border-right: 20px solid #ffd5e5;
102}
0c236c96 103
9e1f59ef 104#options_button_container {
105 height: 24px;
106}
107#options_button {
108 float: left;
109}
110#aggregates {
111 clear: left;
0c236c96 112}