Replaced HIIT/EADH logos
[scpubgit/stemmaweb.git] / root / css / dashboard.css
1 /* Index page components */
2
3 #directory_container {
4     background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
5     float: left;
6         width: 300px;
7         height: 450px;
8         border: 1px #c6dcf1 solid;
9         margin-left: 30px;
10         padding-left: 10px;
11         padding-right: 10px;
12 }
13 #loading_message {
14         display: none;
15 }
16 #directory {
17         height: 360px;
18         margin-left: 10px;
19         overflow: auto;
20 }
21 #new_trad_button {
22         margin-left: 10px;
23         position: relative;
24         top: 10px;
25 }
26 .traditionname {
27         text-decoration: underline;
28 }
29 .selected {
30         font-style: italic;
31 }
32 #textinfo_waitbox {
33         float: left;
34         padding-left: 50px;
35 }
36 #textinfo_container {
37     background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
38     border: 1px solid #C6DCF1;
39         float: left;
40         height: 510px;
41         width: 710px;
42         margin-left: 10px;
43         padding-left: 10px;
44         padding-right: 10px;
45 }
46 #edit_instructions {
47         float: left;
48 }
49 #stemma_container h2 h3 {
50         color: #666;
51 }
52 #stemma_graph {
53         height: 340px;
54     width: 500px;
55     text-align: center;
56     border: 1px #c6dcf1 solid;
57     background: #ffffff;
58 }
59 #stemma_graph img {
60         margin-top: expression(( 450 - this.height ) / 2);
61 }
62 #stemma_graph svg {
63 }
64 #stemma_graph_title {
65         bottom: 20px;
66         margin-left: 5px; 
67         position: relative;
68 }
69 #stemma_identifier {
70         color: #488dd2;
71         font-size: 12px;
72         font-weight: bold;
73 }       
74 #textinfo_container_buttons {
75     z-index: 100;
76     width: 224px;
77     float: right;
78     left: -18px;
79     position: relative;
80     top: 15px;
81 }
82 #run_stexaminer, #run_relater, #open_stemma_add, #open_stemma_edit, #open_stemweb_ui, #query_stemweb_ui {
83     height: 32px;
84 }
85 #stemma_pager {
86     height: 38px;
87 }
88 .stemma_node_highlight {
89     stroke-width: 1.5px;
90     stroke: #415555;
91     fill: #d6e0f5;
92 }
93 #open_textinfo_edit {
94     float: right;
95     height: 30px;
96     position: relative;
97     top: -34px;
98     left: -8px;
99 }
100 #upload-collation-dialog {
101     overflow: hidden;
102 }
103 .uploadfile {
104     font-weight: bold;
105 }
106 #uploadfile_label {
107     font-weight: normal;
108 }
109 #filelist {
110     position: relative;
111     top: 10px;
112     margin-bottom: 24px;
113 }
114 #new_file {
115     position: absolute;
116     top: -50px;
117     opacity: 0.0;
118 }
119 #new_file_name {
120     font-weight: bold;
121 }
122 #new_name, #new_lang, #new_public, #new_file_name_container {
123     margin-bottom: 6px;
124 }
125 #new_file_label {
126     float: left;
127     padding-right: 8px;
128 }
129 #root_tree_dialog {
130     position: absolute;
131     border: 2px solid #B2E0B2;
132     background: #e6f5e6;
133     padding: 4px 8px 4px 12px;
134     z-index: 200;
135     font-size: 75%;
136 }
137 #root_tree_dialog img {
138     vertical-align: middle;
139 }
140 #stemweb_algorithm_desc_text {
141         overflow: auto;
142         height: 150px;
143         margin-top: 5px;
144         padding: 10px;
145         border: 1px solid #ddd;
146         display: none;
147 }
148 #hiit_logo {
149     padding-bottom: 5px;
150     padding-top: 5px;
151     width: 478px;
152 }
153 #eadh_logo {
154     float: right;
155     padding-left: 20px;
156     padding-top: 5px;
157     width: 130px;
158 }