get new front page working, if poorly styled
[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;
12 font-size: 24px;
13 font-weight: 100;
14 margin: 0 0 17px;
15 padding: 0;
16 width: 650px;
17}
18h2 {
fb792f63 19 margin-top: 10px;
20 color: #488dd2;
21 font-size: 18px;
fb6e49b3 22}
fb792f63 23h3 {
24 color: #488dd2;
25 font-size: 14px;
26 font-style: italic;
27}
fb6e49b3 28
f007ac1e 29div.button {
30 background: transparent url('../images/b_button_a.png') no-repeat scroll top right;
31 color: #fff;
32 display: block;
33 float: left;
34 font: normal 12px Times, Times New Roman, Serif; /* arial, sans-serif; */
35 height: 24px;
36 margin-right: 6px;
37 padding-right: 18px; /* sliding doors padding */
38 text-decoration: none;
39}
40div.button.reset {
41 background: transparent url('../images/c_button_a.png') no-repeat scroll top right;
42}
43div.button span {
44 background: transparent url('../images/b_button_span.png') no-repeat;
45 display: block;
46 line-height: 14px;
47 padding: 5px 0 5px 18px;
48}
49div.button.reset span {
50 background: transparent url('../images/c_button_span.png') no-repeat;
51}
52div.button:hover {
53 background-position: bottom right;
54 color: #444;
55 outline: none; /* hide dotted outline in Firefox */
56}
57div.button:hover span {
58 background-position: bottom left;
59}
60
eb38afbc 61#topbanner {
62 width: 100%;
63 height: 100px;
64 margin-top: 20px;
65}
66#bannerinfo {
67 float: right;
68 margin-right: 12%;
69 margin-top: 15px;
70}
71.navlink {
72 color: #488dd2;
73 text-decoration: underline;
74}
75
76
f007ac1e 77
fb6e49b3 78/* Index page components */
79
fb792f63 80#directory_container {
fb6e49b3 81 float: left;
82 width: 300px;
83 height: 450px;
84 border: 1px #c6dcf1 solid;
85}
fb792f63 86#directory {
98a45925 87 height: 360px;
f007ac1e 88 margin-left: 10px;
98a45925 89 overflow: auto;
90}
91#new_trad_button {
92 margin-left: 10px;
93 position: relative;
94 top: 10px;
fb792f63 95}
62723740 96.traditionname {
97 text-decoration: underline;
98}
99.selected {
100 font-style: italic;
101}
7439e248 102.mainnav {
103 position: absolute;
104 top: 10px;
105 right: 80px;
106 font-size: 14px;
107 font-weight: 100;
108 color: #488dd2;
109}
110.mainnav a {
111 color: #488dd2;
112}
98a45925 113#textinfo_container {
f007ac1e 114 float: left;
98a45925 115 height: 500px;
116 width: 700px;
f007ac1e 117 margin-left: 40px;
118}
119#stemma_container h2 h3 {
120 color: #666;
121}
fb6e49b3 122#stemma_graph {
f007ac1e 123 height: 375px;
b8a92065 124 width: 500px;
62723740 125 text-align: center;
f007ac1e 126 border: 1px #c6dcf1 solid;
62723740 127}
128#stemma_graph img {
129 margin-top: expression(( 450 - this.height ) / 2);
b8a92065 130}
f007ac1e 131#stexaminer_button {
132 bottom: 0;
f79dd72c 133 margin-top: 13px;
b8a92065 134}
f007ac1e 135#relater_button {
136 float: left;
f79dd72c 137 margin-left: 100px;
b8a92065 138}