show loading graphic while we wait; style text list
[scpubgit/stemmatology.git] / stemmaweb / root / css / style.css
CommitLineData
edc39fc3 1<style type="text/css" media="screen">
cf9626aa 2
3/* General site-wide layout */
edc39fc3 4body {
5 margin: 0;
6 padding: 20px;
7 font: 1em Arial, Helvetica, sans-serif;
8 font-size: 85%;
9 color: #666;
10}
cf9626aa 11h1 {
12 border-bottom: 1px solid #488dd2;
13 color: #488dd2;
14 font-size: 24px;
15 font-weight: 100;
16 margin: 0 0 17px;
17 padding: 0;
18 width: 650px;
19}
20h2 {
21 margin-top: 0px;
22}
23
24/* Index page components */
25
26#directory {
27 float: left;
28 width: 300px;
29 height: 450px;
30 border: 1px #c6dcf1 solid;
31}
56455620 32.traditionname {
33 text-decoration: underline;
34}
35.selected {
36 font-style: italic;
37}
cf9626aa 38#variant_graph {
39 clear: both;
40 width: 900px;
41 height: 400px;
a88e75b1 42 border: 1px #c6dcf1 solid;
43 overflow: auto;
56455620 44 text-align: center;
45}
46#variant_graph img {
47 margin-top: expression(( 400 - this.height ) / 2);
cf9626aa 48}
49#stemma_graph {
edc39fc3 50 float: left;
5b89f7ce 51 width: 500px;
52 height: 450px;
cf9626aa 53 border: 1px #c6dcf1 solid;
56455620 54 text-align: center;
55}
56#stemma_graph img {
57 margin-top: expression(( 450 - this.height ) / 2);
edc39fc3 58}
cf9626aa 59/* Additional components for the stexaminer */
edc39fc3 60#variants_table {
61 float: left;
62 width: 450px;
63 height: 550px;
64 border-right: 1px #c6dcf1 solid;
65 margin-left: 20px;
66 overflow: auto;
edc39fc3 67}
732152b1 68#statistics {
69 font-style: italic;
d5c17cec 70 margin-bottom: 25px;
71 position: relative;
72 top: -15px;
732152b1 73}
edc39fc3 74.genealogical {
0a8f09a9 75 background: #88ffaa;
edc39fc3 76}
77.coincidental {
78 background: #fff;
79}
732152b1 80.conflict {
d5c17cec 81 background: #ff6666;
732152b1 82}
edc39fc3 83.active_variant_row {
cf9626aa 84 background: #c6dcf1;
5b89f7ce 85 font-style: italic;
edc39fc3 86}
81422c40 87.active_variant_cell {
cf9626aa 88 background: #e8f1fe;
81422c40 89}
d5c17cec 90.cellb0 {
91 border-right: 20px solid #ffeeaa;
92}
93.cellb1 {
94 border-right: 20px solid #afc6e9;
95}
96.cellb2 {
97 border-right: 20px solid #d5fff6;
98}
99.cellb3 {
100 border-right: 20px solid #ffccaa;
101}
102.cellb4 {
103 border-right: 20px solid #ffaaaa;
104}
105.cellb5 {
106 border-right: 20px solid #e5ff80;
107}
108.cellb6 {
109 border-right: 20px solid #e5d5ff;
110}
111.cellb7 {
112 border-right: 20px solid #ffd5e5;
113}
114</style>