Added CSS only tool tip to key map
[scpubgit/stemmaweb.git] / root / css / stexaminer.css
1 #variants_table {
2     clear: both;
3     width: 90%;
4     height: 190px;
5     border: 1px #c6dcf1 solid;
6     margin-bottom: 20px;
7     overflow: auto;
8 }
9 #stemma_graph {
10     height: 350px;
11     clear: both;
12     float: left;
13     width: 50%;
14     text-align: center;
15     border: 1px #c6dcf1 solid;
16 }
17 #row_statistics {
18         float: left;
19         padding-left: 30px;
20         width: 40%;
21 }
22 #statistics {
23     font-style: italic;
24     margin-bottom: 25px;
25     position: relative;
26     top: -15px;
27 }
28 .reading_statistics {
29         margin: 7pt;
30         border-bottom: 1px solid #488dd2;
31 }
32 .readinglabel {
33         font-weight: bold;
34 }
35 .readingroots .reversionroots {
36         font-weight: bold;
37         color: #488dd2;
38 }
39 .reading_copied {
40         color: #33dd33;
41 }
42 .reading_changed {
43         color: #dd3333;
44 }
45 .template {
46         display: none;
47 }
48 .genealogical {
49     background: #88ffaa;
50 }
51 .coincidental {
52     background: #fff;
53 }
54 .unsolved {
55         background: lightgrey;
56 }
57 .conflict {
58     background: #ff6666;
59 }
60 .reversion {
61         background: #ffd700;
62 }
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 }
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  
109 html[xmlns] .clearfix {
110         display: block;
111 }
112  
113 * html .clearfix {
114         height: 1%;
115 }
116
117 #options_button_container {
118     height: 24px;
119 }
120 #options_button {
121     float: left;
122 }
123 #aggregates {
124     clear: left;
125 }