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