Merge branch 'master' of github.com:tla/stemmatology
[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
61
fb6e49b3 62/* Index page components */
63
fb792f63 64#directory_container {
fb6e49b3 65 float: left;
66 width: 300px;
67 height: 450px;
68 border: 1px #c6dcf1 solid;
69}
fb792f63 70#directory {
f007ac1e 71 margin-left: 10px;
fb792f63 72}
62723740 73.traditionname {
74 text-decoration: underline;
75}
76.selected {
77 font-style: italic;
78}
7439e248 79.mainnav {
80 position: absolute;
81 top: 10px;
82 right: 80px;
83 font-size: 14px;
84 font-weight: 100;
85 color: #488dd2;
86}
87.mainnav a {
88 color: #488dd2;
89}
f007ac1e 90#variant_container {
fb6e49b3 91 clear: both;
fb6e49b3 92 height: 400px;
f007ac1e 93 padding-top: 20px;
94}
95#variant_graph {
96 /* width: 900px; */
25d07c77 97 height: 350px;
f007ac1e 98 clear: both;
5ba6c2b4 99 overflow: auto;
62723740 100 text-align: center;
101}
102#variant_graph img {
103 margin-top: expression(( 400 - this.height ) / 2);
fb6e49b3 104}
f007ac1e 105#stemma_container {
106 float: left;
107 height: 450px;
108 margin-left: 40px;
109}
110#stemma_container h2 h3 {
111 color: #666;
112}
fb6e49b3 113#stemma_graph {
f007ac1e 114 height: 375px;
b8a92065 115 width: 500px;
62723740 116 text-align: center;
f007ac1e 117 border: 1px #c6dcf1 solid;
62723740 118}
119#stemma_graph img {
120 margin-top: expression(( 450 - this.height ) / 2);
b8a92065 121}
f007ac1e 122#stexaminer_button {
123 bottom: 0;
f79dd72c 124 margin-top: 13px;
b8a92065 125}
f007ac1e 126#relater_button {
127 float: left;
f79dd72c 128 margin-left: 100px;
b8a92065 129}