handle file upload server responses
[scpubgit/stemmaweb.git] / root / css / style.css
CommitLineData
fb6e49b3 1/* General site-wide layout */
b8a92065 2body {
3 margin: 0;
4 padding: 20px;
5 font: 1em Arial, Helvetica, sans-serif;
6 font-size: 85%;
7 color: #666;
8}
fb6e49b3 9h1 {
10 border-bottom: 1px solid #488dd2;
11 color: #488dd2;
a35b3190 12 font-size: 18pt;
fb6e49b3 13}
14h2 {
fb792f63 15 margin-top: 10px;
16 color: #488dd2;
17 font-size: 18px;
fb6e49b3 18}
fb792f63 19h3 {
20 color: #488dd2;
21 font-size: 14px;
22 font-style: italic;
23}
fb6e49b3 24
f007ac1e 25div.button {
26 background: transparent url('../images/b_button_a.png') no-repeat scroll top right;
27 color: #fff;
28 display: block;
29 float: left;
30 font: normal 12px Times, Times New Roman, Serif; /* arial, sans-serif; */
31 height: 24px;
32 margin-right: 6px;
33 padding-right: 18px; /* sliding doors padding */
34 text-decoration: none;
35}
36div.button.reset {
37 background: transparent url('../images/c_button_a.png') no-repeat scroll top right;
38}
39div.button span {
40 background: transparent url('../images/b_button_span.png') no-repeat;
41 display: block;
42 line-height: 14px;
43 padding: 5px 0 5px 18px;
44}
45div.button.reset span {
46 background: transparent url('../images/c_button_span.png') no-repeat;
47}
48div.button:hover {
49 background-position: bottom right;
50 color: #444;
51 outline: none; /* hide dotted outline in Firefox */
52}
53div.button:hover span {
54 background-position: bottom left;
55}
56
eb38afbc 57#topbanner {
58 width: 100%;
eb38afbc 59}
60#bannerinfo {
61 float: right;
62 margin-right: 12%;
63 margin-top: 15px;
64}
65.navlink {
66 color: #488dd2;
67 text-decoration: underline;
68}
69
70
f007ac1e 71
fb6e49b3 72/* Index page components */
73
fb792f63 74#directory_container {
fb6e49b3 75 float: left;
76 width: 300px;
77 height: 450px;
78 border: 1px #c6dcf1 solid;
a35b3190 79 padding-left: 10px;
80 padding-right: 10px;
fb6e49b3 81}
04469f3e 82#loading_message {
83 display: none;
84}
fb792f63 85#directory {
98a45925 86 height: 360px;
f007ac1e 87 margin-left: 10px;
98a45925 88 overflow: auto;
89}
90#new_trad_button {
91 margin-left: 10px;
92 position: relative;
93 top: 10px;
fb792f63 94}
62723740 95.traditionname {
96 text-decoration: underline;
97}
98.selected {
99 font-style: italic;
100}
7439e248 101.mainnav {
102 position: absolute;
103 top: 10px;
a35b3190 104 right: 22px;
7439e248 105 font-size: 14px;
106 font-weight: 100;
107 color: #488dd2;
108}
109.mainnav a {
110 color: #488dd2;
111}
98a45925 112#textinfo_container {
a35b3190 113 border: 1px solid #C6DCF1;
f007ac1e 114 float: left;
98a45925 115 height: 500px;
a35b3190 116 width: 710px;
117 margin-left: 10px;
118 padding-left: 10px;
119 padding-right: 10px;
f007ac1e 120}
121#stemma_container h2 h3 {
122 color: #666;
123}
fb6e49b3 124#stemma_graph {
f007ac1e 125 height: 375px;
b8a92065 126 width: 500px;
62723740 127 text-align: center;
f007ac1e 128 border: 1px #c6dcf1 solid;
62723740 129}
130#stemma_graph img {
131 margin-top: expression(( 450 - this.height ) / 2);
b8a92065 132}
f007ac1e 133#stexaminer_button {
134 bottom: 0;
f79dd72c 135 margin-top: 13px;
b8a92065 136}
f007ac1e 137#relater_button {
a35b3190 138}
139#textinfo_container_buttons {
140 float: right;
141}
5cc32d47 142#run_stexaminer, #run_relater, #stemma_pager, #add_edit_stemma {
a35b3190 143 height: 30px;
144 left: -10px;
145 position: relative;
b8a92065 146}
5cc32d47 147#upload-collation-dialog {
148 overflow: hidden;
149}
150.uploadfile {
151 font-weight: bold;
152}
153#uploadfile_label {
154 font-weight: normal;
155}
156#filelist {
157 position: relative;
158 top: 10px;
159 margin-bottom: 24px;
160}