fix some styling throughout the site
[scpubgit/stemmaweb.git] / root / css / stexaminer.css
CommitLineData
917bee1c 1#main_page {
2 padding-left: 20px;
3 padding-right: 20px;
4}
5#topbanner {
6 padding: 0px;
7}
8
f007ac1e 9#variants_table {
4deac901 10 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
0c236c96 11 clear: both;
19a64545 12 width: 90%;
be8bf746 13 height: 190px;
19a64545 14 border: 1px #c6dcf1 solid;
15 margin-bottom: 20px;
f007ac1e 16 overflow: auto;
17}
18#stemma_graph {
4deac901 19 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
be8bf746 20 height: 350px;
d5514865 21 clear: both;
f007ac1e 22 float: left;
0b4231b3 23 width: 50%;
f007ac1e 24 text-align: center;
25 border: 1px #c6dcf1 solid;
26}
d5514865 27#row_statistics {
28 float: left;
0b4231b3 29 padding-left: 30px;
30 width: 40%;
d5514865 31}
f007ac1e 32#statistics {
33 font-style: italic;
34 margin-bottom: 25px;
35 position: relative;
36 top: -15px;
37}
be8bf746 38.reading_statistics {
39 margin: 7pt;
40 border-bottom: 1px solid #488dd2;
41}
42.readinglabel {
43 font-weight: bold;
44}
f7371955 45.readingroots .reversionroots {
be8bf746 46 font-weight: bold;
47 color: #488dd2;
48}
49.reading_copied {
50 color: #33dd33;
51}
52.reading_changed {
53 color: #dd3333;
54}
ef3db56f 55.template {
d5514865 56 display: none;
57}
f007ac1e 58.genealogical {
59 background: #88ffaa;
60}
61.coincidental {
62 background: #fff;
63}
d35db27a 64.unsolved {
65 background: lightgrey;
66}
f007ac1e 67.conflict {
68 background: #ff6666;
69}
f7371955 70.reversion {
71 background: #ffd700;
72}
f007ac1e 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}
0c236c96 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
119html[xmlns] .clearfix {
120 display: block;
121}
122
123* html .clearfix {
124 height: 1%;
9e1f59ef 125}
126
127#options_button_container {
128 height: 24px;
129}
130#options_button {
131 float: left;
132}
133#aggregates {
134 clear: left;
0c236c96 135}