integrate login/register functionality more properly with app
[scpubgit/stemmatology.git] / stemmaweb / root / css / style.css
CommitLineData
cf9626aa 1/* General site-wide layout */
edc39fc3 2body {
3 margin: 0;
4 padding: 20px;
5 font: 1em Arial, Helvetica, sans-serif;
6 font-size: 85%;
7 color: #666;
8}
cf9626aa 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 {
329b68ed 19 margin-top: 10px;
20 color: #488dd2;
21 font-size: 18px;
cf9626aa 22}
329b68ed 23h3 {
24 color: #488dd2;
25 font-size: 14px;
26 font-style: italic;
27}
cf9626aa 28
57acbbe2 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
3e97c22c 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
57acbbe2 77
cf9626aa 78/* Index page components */
79
329b68ed 80#directory_container {
cf9626aa 81 float: left;
82 width: 300px;
83 height: 450px;
84 border: 1px #c6dcf1 solid;
85}
329b68ed 86#directory {
57acbbe2 87 margin-left: 10px;
329b68ed 88}
56455620 89.traditionname {
90 text-decoration: underline;
91}
92.selected {
93 font-style: italic;
94}
0dd07adc 95.mainnav {
96 position: absolute;
97 top: 10px;
98 right: 80px;
99 font-size: 14px;
100 font-weight: 100;
101 color: #488dd2;
102}
103.mainnav a {
104 color: #488dd2;
105}
57acbbe2 106#variant_container {
cf9626aa 107 clear: both;
cf9626aa 108 height: 400px;
57acbbe2 109 padding-top: 20px;
110}
111#variant_graph {
112 /* width: 900px; */
7b5da8b6 113 height: 350px;
57acbbe2 114 clear: both;
a88e75b1 115 overflow: auto;
56455620 116 text-align: center;
117}
118#variant_graph img {
119 margin-top: expression(( 400 - this.height ) / 2);
cf9626aa 120}
57acbbe2 121#stemma_container {
122 float: left;
123 height: 450px;
124 margin-left: 40px;
125}
126#stemma_container h2 h3 {
127 color: #666;
128}
cf9626aa 129#stemma_graph {
57acbbe2 130 height: 375px;
5b89f7ce 131 width: 500px;
56455620 132 text-align: center;
57acbbe2 133 border: 1px #c6dcf1 solid;
56455620 134}
135#stemma_graph img {
136 margin-top: expression(( 450 - this.height ) / 2);
edc39fc3 137}
57acbbe2 138#stexaminer_button {
139 bottom: 0;
91b888ed 140 margin-top: 13px;
edc39fc3 141}
57acbbe2 142#relater_button {
143 float: left;
91b888ed 144 margin-left: 100px;
d5c17cec 145}