Removing some warnings.
[pazpar2-moved-to-github.git] / www / demo / css / styles.css
1 html {
2 overflow-y: scroll;
3 }
4
5 html, body {
6 background-color: #5d82b7;
7 color: #002863;
8 font: 11px verdana, arial, sans-serif;
9 }
10
11 div.container {
12 position: relative;
13 width: 995px;
14 background-color: #ffffff;
15 color: #002863;
16 margin-left: auto;
17 margin-right: auto;
18 height: 100%;
19 }
20
21 img {
22 border: none;
23 }
24
25 div.topbar {
26 background-color: #002863;
27 color: #ffffff;
28 height: 105px;
29 position: absolute;
30 left: 0px;
31 top: 0px;
32 width: 100%;
33 border-bottom: 5px solid #335382;
34 }
35
36 #logo {
37 position: relative;
38 left: 71px;
39 top: 44px;
40 }
41
42 div.topmenu {
43 position: absolute;
44 right: 0px;
45 top: 64px;
46 text-align: right;
47 width: 729px;
48 padding-top: 4px;
49 padding-right: 35px;
50 border-top: 1px solid #335382;
51 height: 25px;
52 }
53
54 div.topmenu a {
55 color: #ffffff;
56 font: bold 11px verdana, arial, sans-serif;
57 padding-left: 41px;
58 }
59
60
61 div.search {
62 position: relative;
63 top: 110px;
64 left: 0px;
65 width: 100%;
66 height: 90px;
67 background-color: #ffffff;
68 color: #002863;
69 font-weight: bold;
70 }
71
72 div.search span {
73 position: absolute;
74 right: 788px;
75 top: 30px;
76 }
77
78 div.search div {
79 position: absolute;
80 left: 225px;
81 top: 25px;
82 }
83
84 input.search {
85 background-color: #f0f0f0;
86 color: #002863;
87 border: 1px solid #a5acb2;
88 height: 17px;
89 line-height: 17px;
90 width: 420px;
91 }
92
93
94 div.main {
95 width: 100%;
96 height: 100%;
97 background-color: #ffffff;
98 background-image: url(../gfx/background.gif);
99 background-position: top left;
100 background-repeat: repeat-y;
101 color: #002863;
102 position: relative;
103 top: 100px;
104 left: 0px;
105 }
106
107 div.clear {
108 clear: both;
109 }
110
111 div.leftbar {
112 float: left;
113 width: 167px;
114 padding-left: 23px;
115 padding-top: 15px;
116 padding-right: 20px;
117 padding-bottom: 30px;
118 margin-right: 17px;
119 border-top: 1px solid #c5cedc;
120 color: #000000;
121 height: 100%;
122 }
123
124 div.content {
125 float: right;
126 width: 733px;
127 padding-right: 35px;
128 padding-top: 15px;
129 padding-bottom: 30px;
130 background-color: #ffffff;
131 color: #002863;
132 border-top: 1px solid #c5cedc;
133 height: 100%;
134 }
135
136
137 input.button {
138 background-color: #5d82b7;
139 color: #ffffff;
140 border: none;
141 line-height: 19px;
142 height: 19px;
143 font: bold 11px verdana;
144 }
145
146
147 a {
148 color: #5d82b7;
149 text-decoration: none;
150 }
151
152 a:visited {
153 color: #a0689d;
154 }
155
156 a:hover {
157 text-decoration: underline;
158 }
159
160 a.record {
161 padding-left: 27px;
162 background-image: url(../gfx/arrow_right.gif);
163 background-position: 7px 6px;
164 background-repeat: no-repeat;
165 display: block;
166 line-height: 20px;
167 margin-bottom: 5px;
168 }
169
170 div.records a.select {
171 padding-left: 27px;
172 background-image: url(../gfx/arrow_down.gif);
173 background-position: 7px 8px;
174 background-repeat: no-repeat;
175 font-weight: bold;
176 line-height: 20px;
177 background-color: #e7ecf4;
178 display: block;
179 }
180
181 div.results {
182 float: left;
183 font-weight: bold;
184 color: #000000;
185 }
186
187 div.detail {
188 background-color: #e7ecf4;
189 margin-top: 2px;
190 width: 100%;
191 padding-top: 5px;
192 padding-bottom: 5px;
193 }
194
195 table {
196 padding: 0px;
197 margin: 0px;
198 border-collapse: collapse;
199 }
200
201 td.item {
202 width: 100px;
203 color: #000000;
204 font-weight: bold;
205 }
206
207 div.detail a {
208 background: none;
209 padding: 0px;
210 margin: 0px;
211 }
212
213 div.detail table {
214 margin-left: 40px;
215 }
216
217 div.pages {
218 float: right;
219 }
220
221 div.pages a {
222 text-decoration: underline;
223 }
224
225 div.pages a.select {
226 text-decoration: none;
227 font-weight: bold;
228 }
229
230 div.leftbar a {
231 display: block;
232 padding-left: 20px;
233 }
234
235 a.unselected {
236 background-image: url(../gfx/minus.gif);
237 background-position: 0px 2px;
238 background-repeat: no-repeat;
239 }
240
241 a.selected {
242 background-image: url(../gfx/plus.gif);
243 background-position: 0px 2px;
244 background-repeat: no-repeat;
245 }
246
247 span.green {
248 color: #63b05d;
249 font-weight: bold;
250 }
251
252
253 div.facet {
254 }