source: greenstone3/branches/customizingGreenstone3/web/ui/skins/oran/css/oran.css@ 14712

Last change on this file since 14712 was 14712, checked in by dnk2, 17 years ago

dump of existing code

File size: 6.2 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: sans-serif;
8}
9
10#container {
11 position: relative;
12 width: 766px;
13 margin: 0 auto;
14}
15
16#header {
17 position: relative;
18 height: 82px;
19 padding:0; margin:0;
20}
21
22#sidebar {
23 margin: 10px 0 10px 0;
24 width: 210px;
25 border: 1px solid #ccc;
26 float: left;
27 padding: 8px;
28 background: url('../img/sidebarbg.png') repeat-y scroll top center;
29}
30
31#content {
32 font-size: 13px ;
33 text-align: justify;
34 min-height: 500px ;
35 overflow: visible;
36}
37
38.withSidebar{
39 width: 524px;
40 float: right;
41}
42
43.noSidebar {
44 width: 766px;
45}
46
47#footer {
48 padding: 5px;
49 font-size: 15px;
50 text-align: center ;
51 clear: both;
52 border-top: 1px solid #777;
53}
54
55#tablist ul{
56 bottom: 0;
57 right: 0;
58 padding: 0px;
59 margin-bottom: 8px ;
60 font-size: 14px;
61}
62
63
64.title {
65 color: white ;
66 font-size: 30px;
67 font-weight: bold ;
68
69}
70
71.title_minor {
72 color: white ;
73 font-size: 15px;
74 font-weight: bold ;
75 padding: 0px ;
76 margin: 0px ;
77}
78
79.title_minor a, .title_minor:visited{
80 color: #fff;
81 text-decoration: none;
82}
83
84.title_minor a:hover {
85 text-decoration: underline;
86}
87
88
89.title_major {
90 color: white ;
91 font-size: 25px;
92 font-weight: bold ;
93 padding: 0px ;
94 margin: 0px ;
95 padding-left: 20px ;
96}
97
98.title_major a, .title_major:visited{
99 color: #fff;
100 text-decoration: none;
101}
102
103
104h1, h2, h3, h4, h5, h6, a.h2, a.h3 {
105 font-size: 22px;
106 display: block;
107 font-weight: bold;
108 border-bottom: 1px solid #464;
109 color: #464;
110 margin: 10px 0 .3em 0;
111 padding: 0;
112}
113
114h2, a.h2 { font-size: 18px; }
115h3, a.h3 { font-size: 16px; border:none; }
116h4, a.h4 { font-size: 14px; border:none; }
117h5, a.h5 { font-size: 12px; border:none; }
118
119em {
120 font-style: normal;
121 font-weight: bold;
122}
123
124.quicksearchBox {
125 position: absolute;
126 right: 0px ;
127
128 top: 0px ;
129}
130
131.searchSummary {
132 border-bottom: 1px solid #464;
133 font-size: 14px ;
134 text-align: right;
135}
136
137.searchSummary a {
138 font-weight: bold ;
139 padding-right: 0.2em ;
140}
141
142
143input {
144 border: 1px solid black ;
145}
146
147
148.searchResults ul {
149 margin-left: 0px ;
150 padding-left: 0px ;
151 list-style-type: none;
152}
153
154.searchResults li {
155 margin-top: 10px ;
156 margin-left: 0px ;
157 background-repeat: no-repeat;
158 background-position: 0 .4em;
159 padding-left: 20px ;
160
161 background-image: url('../img/leafIcon.gif') ;
162}
163
164.searchResults a {
165 padding-left: 20px ;
166 font-size: 14px ;
167}
168
169/* -- tabs -- */
170
171/* -- the framework for lists of links -- */
172.linklist ul {
173 width: auto;
174 position: absolute;
175 list-style: none;
176 margin:0;
177}
178
179.linklist li {
180 float: right;
181 margin: 0;
182}
183
184.linklist a {
185 display: block;
186 float: left;
187}
188
189#tablist ul{
190 bottom: 0;
191 right: 0;
192 padding: 0 15px 0 0;
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 .4em;
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 padding: 5px ;
414 background: url('../img/sidebar-button-top.png') repeat-x scroll top left;
415 border-top: 1px solid gray;
416 border-left: 1px solid gray;
417 border-right: 1px solid gray;
418 list-style: none;
419}
420
421#sidebar .itemDetails {
422 font-size: 12px ;
423 padding: 5px ;
424 background-color: #f0f9f0;
425 border: 1px solid gray;
426 list-style: none;
427 margin: 0 0 9px 0;
428}
429
430a {
431 color: #575;
432 text-decoration: none ;
433 cursor: pointer;
434}
435
436a:hover {
437 text-decoration: underline;
438}
Note: See TracBrowser for help on using the repository browser.