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