Merge branch 'master' of github.com:tla/stemmatology
[scpubgit/stemmatology.git] / stemmaweb / root / css / stexaminer.css
CommitLineData
e217c221 1#options {
2 position: relative;
3 border: 1px #c6dcf1 solid;
4 margin-left: 20px;
5 margin-bottom: 20px;
6 padding: 10px;
7 width: 500px;
8}
9.optionformelement {
10 float: left;
11 padding-left: 15px;
12}
13#options_button {
14 position: absolute;
15 bottom: 20px;
16 right: 20px;
17}
57acbbe2 18#variants_table {
e217c221 19 clear: both;
deeeeaad 20 width: 90%;
f8d13166 21 height: 190px;
deeeeaad 22 border: 1px #c6dcf1 solid;
23 margin-bottom: 20px;
57acbbe2 24 overflow: auto;
25}
26#stemma_graph {
f8d13166 27 height: 350px;
23306161 28 clear: both;
57acbbe2 29 float: left;
f8d13166 30 width: 600px;
57acbbe2 31 text-align: center;
32 border: 1px #c6dcf1 solid;
33}
23306161 34#row_statistics {
35 float: left;
36 padding: 30px;
37}
57acbbe2 38#statistics {
39 font-style: italic;
40 margin-bottom: 25px;
41 position: relative;
42 top: -15px;
43}
f8d13166 44.reading_statistics {
45 margin: 7pt;
46 border-bottom: 1px solid #488dd2;
47}
48.readinglabel {
49 font-weight: bold;
50}
51.readingroots {
52 font-weight: bold;
53 color: #488dd2;
54}
55.reading_copied {
56 color: #33dd33;
57}
58.reading_changed {
59 color: #dd3333;
60}
3751a3c2 61.template {
23306161 62 display: none;
63}
57acbbe2 64.genealogical {
65 background: #88ffaa;
66}
67.coincidental {
68 background: #fff;
69}
70.conflict {
71 background: #ff6666;
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}
e217c221 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%;
125}