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