source: greenstone3/trunk/web/ui/skins/oran/css/oran.css@ 20160

Last change on this file since 20160 was 16315, checked in by davidb, 16 years ago

Merging of skin work with the main trunk

File size: 6.6 KB
Line 
1html { height: 100%; margin-bottom: 1px; }
2html.novertscroll { margin-bottom: 0; }
3
4body {
5 background: url('../img/header_bg.png') repeat-x scroll top left;
6 color: #333;
7 font-family: Arial,Helvetica,sans-serif;
8}
9
10#container {
11 position: relative;
12 width: 790px;
13 margin: 0px auto;
14}
15
16
17#header {
18 position: relative;
19 height: 82px;
20 padding:0; margin:0;
21}
22
23#sidebar {
24 margin: 15px 10px 10px 10px;
25 width: 230px;
26 border: 1px solid #ccc;
27 float: left;
28 padding: 5px;
29 background: url('../img/sidebarbg.png') repeat-y scroll top center;
30}
31
32#content {
33 font-size: 13px ;
34 text-align: justify;
35 min-height: 500px ;
36 overflow: visible;
37}
38
39.withSidebar{
40 width: 524px;
41 float: right;
42}
43
44.noSidebar {
45 width: 766px;
46}
47
48#footer {
49 padding: 5px;
50 font-size: 15px;
51 text-align: center ;
52 clear: both;
53 border-top: 1px solid #777;
54}
55
56#tablist ul{
57 bottom: 0;
58 right: 0;
59 padding: 0px;
60 margin-top: -3px ;
61 font-size: 14px;
62}
63
64
65.title {
66 color: white ;
67 font-size: 30px;
68 font-weight: bold ;
69
70}
71
72.title_minor {
73 color: white ;
74 font-size: 15px;
75 font-weight: bold ;
76 padding: 0px ;
77 margin: 0px ;
78}
79
80.title_minor a, .title_minor:visited{
81 color: #fff;
82 text-decoration: none;
83}
84
85.title_minor a:hover {
86 text-decoration: underline;
87}
88
89
90.title_major {
91 color: white ;
92 font-size: 25px;
93 font-weight: bold ;
94 padding: 0px ;
95 margin: 0px ;
96 padding-left: 20px ;
97}
98
99.title_major a, .title_major:visited{
100 color: #fff;
101 text-decoration: none;
102}
103
104
105h1, h2, h3, h4, h5, h6, a.h2, a.h3 {
106 font-size: 22px;
107 display: block;
108 font-weight: bold;
109 border-bottom: 1px solid #464;
110 color: #464;
111 margin: 10px 0 .3em 0;
112 padding: 0;
113}
114
115h2, a.h2 { font-size: 18px; }
116h3, a.h3 { font-size: 16px; border:none; }
117h4, a.h4 { font-size: 14px; border:none; }
118h5, a.h5 { font-size: 12px; border:none; }
119
120em {
121 font-style: normal;
122 font-weight: bold;
123}
124
125.quicksearchBox {
126 position: absolute;
127 right: 0px ;
128
129 top: 0px ;
130}
131
132.searchSummary {
133 border-bottom: 1px solid #464;
134 font-size: 14px ;
135 text-align: right;
136}
137
138.searchSummary a {
139 font-weight: bold ;
140 padding-right: 0.2em ;
141}
142
143
144input {
145 border: 1px solid black ;
146}
147
148
149.searchResults ul {
150 margin-left: 0px ;
151 padding-left: 0px ;
152 list-style-type: none;
153}
154
155.searchResults li {
156 margin-top: 10px ;
157 margin-left: 0px ;
158 background-repeat: no-repeat;
159 background-position: 0 .4em;
160 padding-left: 20px ;
161
162 background-image: url('../img/leafIcon.gif') ;
163}
164
165.searchResults a {
166 padding-left: 20px ;
167 font-size: 14px ;
168}
169
170/* -- tabs -- */
171
172/* -- the framework for lists of links -- */
173.linklist ul {
174 width: auto;
175 list-style: none;
176 margin-bottom: 6px;
177}
178
179.linklist li {
180 float: right;
181 margin: 0pt;
182}
183
184.linklist a {
185 display: block;
186 float: left;
187}
188
189#tablist ul{
190 bottom: 0;
191 right: 0;
192 padding: 0px 15px 0px 0px;
193 font-size: 14px;
194}
195
196#tablist li {
197 background: transparent url('../img/button-right.png') no-repeat scroll 100% -100px;
198 padding: 0 8px 0 0;
199}
200#tablist li:hover,
201#tablist li.current { background-position: 100% 0; }
202
203#tablist a {
204 margin:0;
205 padding: 5px 4px 3px 10px;
206 background: transparent url('../img/button-left.png') no-repeat scroll 0 -100px;
207 font-weight: bold;
208 color: #fff;
209 text-decoration: none;
210 line-height: 1em ;
211}
212
213#tablist li:hover a,
214#tablist li.current a {background-position: 0 0;}
215
216#subServiceList {
217 position:relative ;
218 top: -5px ;
219
220}
221
222#subServiceList ul {
223 border-collapse: collapse;
224 position: static ;
225}
226
227#subServiceList li {
228 font-weight: bold ;
229 padding: 0px 5px ;
230 font-size: 18px ;
231}
232
233#subServiceList a {
234 font-weight: normal ;
235}
236
237
238#classifierData {
239 position: static;
240 padding: 20px 0px ;
241
242}
243
244#classifierData ul {
245 margin-left: 0px ;
246 padding-left: 0px ;
247 list-style-type: none;
248}
249
250#classifierData li {
251 margin-top: 5px ;
252 margin-left: 0px ;
253 background-repeat: no-repeat;
254 background-position: 0 .2em;
255 padding-left: 20px ;
256}
257
258#classifierData .collapsedNode {
259 background-image: url('../img/collapsedIcon.gif') ;
260}
261
262#classifierData .expandedNode {
263 background-image: url('../img/expandedIcon.gif') ;
264
265}
266
267#classifierData .leafNode {
268 background-image: url('../img/leafIcon.gif') ;
269}
270
271
272
273/* -- document -- */
274
275.sectionNav {
276 height: 20px ;
277}
278
279
280.prevSection {
281
282 float:left ;
283}
284
285
286.nextSection {
287
288 float: right ;
289}
290
291.ancestorSections {
292
293 color: #464;
294 font-weight: bold ;
295 padding-bottom: 0px ;
296 margin-bottom: 0px ;
297 line-height: 1em ;
298}
299
300.subsectionHeader {
301 margin-top: 0px ;
302 padding-top: 0px ;
303 margin-left: 20px ;
304}
305
306.coverImage {
307 border: 1px solid gray ;
308 background-color: #f0f9f0 ;
309 padding: 5px ;
310
311 float: left ;
312 margin-right: 10px ;
313 margin-bottom: 10px ;
314}
315
316.coverImage img {
317
318 border: 1px solid gray ;
319}
320
321.divider {
322 clear: both;
323}
324
325#contentsLink {
326
327 position:relative ;
328 top: -5px ;
329
330 font-size: 18px ;
331 width: 100px ;
332}
333
334#contents {
335
336 position: absolute;
337 width: 400px ;
338 display:none ;
339 border: 1px solid gray ;
340 background-color: #f0f9f0 ;
341 padding: 5px ;
342}
343
344#contents ul {
345 margin-left: 0px ;
346 padding-left: 20px ;
347 list-style-type: none;
348}
349
350#contents li {
351 margin-top: 5px ;
352 margin-left: 0px ;
353
354 padding-left: 0px ;
355}
356
357#contents li a {
358 padding-left: 20px ;
359 background-repeat: no-repeat;
360 background-position: 0 .4em;
361 display: block;
362}
363
364
365
366#contents .collapsed a {
367 background-image: url('../img/collapsedIcon.gif') ;
368}
369
370#contents .collapsed ul {
371 display: none ;
372}
373
374#contents .expanded a {
375 background-image: url('../img/expandedIcon.gif') ;
376}
377
378#contents .expanded ul {
379 display: block ;
380}
381
382#contents .leaf a {
383 background-image: url('../img/leafIcon.gif') ;
384}
385
386
387#currentSection {
388 padding-left: 20px ;
389 background-repeat: no-repeat;
390 background-position: 0 .4em;
391 display: block;
392 background-image: url('../img/leafIcon.gif') ;
393 font-weight: bold ;
394 color: black ;
395}
396
397#contents li {
398
399}
400
401/* -- sidebar -- */
402
403
404
405#sidebar a:link, #sidebar a:active, #sidebar a:visited, #sidebar a:hover {
406 color: #575;
407}
408#sidebar a:visited { color: #464; }
409#sidebar a:hover { color: #9a9; }
410
411#sidebar .itemName {
412 font-size: 16px ;
413 margin: -1px;
414 padding: 5px ;
415 background: url('../img/sidebar-button-top.png') repeat-x scroll top left;
416 border: 1px solid gray;
417 list-style: none;
418}
419
420#sidebar .itemDetails {
421 font-size: 12px ;
422 padding: 5px ;
423 background-color: #f0f9f0;
424 border: 1px solid gray;
425 list-style: none;
426 margin: 0 0 9px 0;
427}
428
429a {
430 color: #575;
431 text-decoration: none ;
432 cursor: pointer;
433}
434
435a:hover {
436 text-decoration: underline;
437}
Note: See TracBrowser for help on using the repository browser.