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