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