various & sundry small bugfixes
[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}
fb792f63 82#directory {
98a45925 83 height: 360px;
f007ac1e 84 margin-left: 10px;
98a45925 85 overflow: auto;
86}
87#new_trad_button {
88 margin-left: 10px;
89 position: relative;
90 top: 10px;
fb792f63 91}
62723740 92.traditionname {
93 text-decoration: underline;
94}
95.selected {
96 font-style: italic;
97}
7439e248 98.mainnav {
99 position: absolute;
100 top: 10px;
a35b3190 101 right: 22px;
7439e248 102 font-size: 14px;
103 font-weight: 100;
104 color: #488dd2;
105}
106.mainnav a {
107 color: #488dd2;
108}
98a45925 109#textinfo_container {
a35b3190 110 border: 1px solid #C6DCF1;
f007ac1e 111 float: left;
98a45925 112 height: 500px;
a35b3190 113 width: 710px;
114 margin-left: 10px;
115 padding-left: 10px;
116 padding-right: 10px;
f007ac1e 117}
118#stemma_container h2 h3 {
119 color: #666;
120}
fb6e49b3 121#stemma_graph {
f007ac1e 122 height: 375px;
b8a92065 123 width: 500px;
62723740 124 text-align: center;
f007ac1e 125 border: 1px #c6dcf1 solid;
62723740 126}
127#stemma_graph img {
128 margin-top: expression(( 450 - this.height ) / 2);
b8a92065 129}
f007ac1e 130#stexaminer_button {
131 bottom: 0;
f79dd72c 132 margin-top: 13px;
b8a92065 133}
f007ac1e 134#relater_button {
a35b3190 135}
136#textinfo_container_buttons {
137 float: right;
138}
5cc32d47 139#run_stexaminer, #run_relater, #stemma_pager, #add_edit_stemma {
a35b3190 140 height: 30px;
141 left: -10px;
142 position: relative;
b8a92065 143}
5cc32d47 144#upload-collation-dialog {
145 overflow: hidden;
146}
147.uploadfile {
148 font-weight: bold;
149}
150#uploadfile_label {
151 font-weight: normal;
152}
153#filelist {
154 position: relative;
155 top: 10px;
156 margin-bottom: 24px;
157}