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