source: main/trunk/greenstone3/web/interfaces/oran/style/core.css@ 25121

Last change on this file since 25121 was 25121, checked in by sjm84, 12 years ago

A very minor style change

File size: 10.3 KB
Line 
1html {
2 height: 100%;
3 margin-bottom: 1px;
4}
5body {
6 font-family: sans-serif;
7 margin: 0;
8 background-color: #eae4d9;
9}
10
11h3 {
12 margin-top:2px;
13 margin-bottom:2px;
14}
15
16p {
17 margin-top:0px;
18 margin-bottom:0.75em;
19}
20
21.sectionHeader {
22 margin-top:0px;
23 margin-bottom:0px;
24}
25
26.headerTD {
27 vertical-align: middle;
28}
29
30/* Styles for the different depths */
31.sectionHeaderDepthTitle{
32 font-size:1.4em;
33 line-height:1em;
34 font-weight:bold;
35}
36
37.sectionHeaderDepth1{
38 font-size:1.3em;
39 line-height:1em;
40 font-weight:bold;
41}
42
43.sectionHeaderDepth2{
44 font-size:1.2em;
45 line-height:1em;
46 font-weight:bold;
47 font-style:italic;
48}
49
50.sectionHeaderDepth3{
51 font-size:1.1em;
52 line-height:1em;
53 font-style:italic;
54}
55
56.sectionHeaderDepth4{
57 font-size:1em;
58 line-height:1em;
59 font-weight:italic;
60}
61
62.sectionNumberSpan{
63 /*Comment out this line to enable automatic section numbering*/
64 display:none;
65}
66
67.sectionContainer{
68 padding-top:0.5em;
69 padding-bottom:1em;
70 padding-left:1.5em;
71}
72
73.classifierContainer {
74 padding-left:1.5em;
75}
76
77.icon{
78 cursor:pointer;
79 padding:2px;
80 border:0px;
81}
82
83.emptyIcon {
84 height:16px;
85 width:16px;
86}
87
88.backToTop {
89 font-size:0.7em;
90 padding-left: 2em;
91 text-align:center;
92}
93
94.hidden{
95 display:none;
96}
97
98#prevArrowTD {
99 text-align:right;
100 width:10%;
101}
102
103#nextArrowTD {
104 text-align:left;
105 width:10%;
106}
107
108#prevTD {
109 text-align:left;
110 width:20%;
111}
112
113#nextTD {
114 text-align:right;
115 width:20%;
116}
117
118#searchResultNavTable {
119 width:100%;
120}
121
122#searchResultsStatusBar {
123 text-align:center;
124}
125
126#container {
127 position: relative;
128 margin: 0 auto 20px auto;
129 max-width: 1000px;
130 padding: 0;
131 line-height: 120%;
132 background-color: #fff;
133 border-top-width: 0px;
134}
135
136#topArea {
137 border-bottom-width: 0px;
138 max-width: 998px;
139 margin: 20px auto 0;
140}
141
142#topArea table {
143 width: 100%;
144}
145
146#topArea td {
147 width: 50%;
148}
149
150#gs_banner {
151 padding:0px;
152 height:100px;
153 position: relative;
154}
155
156#gs_content {
157 margin-top:-10px;
158 padding: 20px 20px 10px;
159 min-height: 300px;
160 /* background-color: #ff0; */
161}
162
163#gs_footer {
164 position: relative;
165 display: block;
166 /*background: transparent url('../images/gsdlhead.gif') scroll no-repeat left top;*/
167 margin: -1px auto;
168 text-align: center;
169 vertical-align: middle;
170 font-size: 70%;
171 padding-top:5px;
172 padding-bottom:5px;
173}
174
175#gs_footer a {
176 /*color:#FFF;*/
177}
178
179.termList {
180 font-size:12px;
181 line-height:14px;
182}
183
184.noTermHighlight{
185
186}
187
188.termHighlight{
189 background:yellow;
190}
191
192.viewOptions {
193 width: 100%;
194}
195
196.viewOptions td {
197 padding: 5px;
198}
199
200.tableOfContentsTitle{
201 font-weight:bold;
202 text-align:left;
203}
204
205.viewOptions a:link, .viewOptions a:hover, .viewOptions a:active, .viewOptions a:visited {
206 text-decoration:none;
207}
208
209#rightSidebar {
210 border: 1px solid #cdc;
211 width: 30%;
212 min-width:180px;
213 float:right;
214 margin: 0 0 10px 20px;
215 background-color: #FFFFFF;
216}
217
218#contentsArea {
219 padding:10px;
220}
221
222#collectionLinks {
223 position: relative;
224}
225
226.collectionLink {
227 display: block;
228 float: left;
229 border: 1px solid #888;
230 margin: 0 20px 20px 0;
231 font-size: 150%;
232 color: #444;
233 text-decoration: none;
234 background: url(../images/collectionIconStripe.gif) scroll no-repeat 0 0;
235 padding: 20px;
236}
237collectionLinkImage {
238 float: left;
239}
240
241/* some text should not be rendered as it is just there for search engines */
242#collectionLinks a b {
243 display: none;
244}
245
246/* make sure h1s and h2s are readable on the green banner */
247#breadcrumbs, #gs_banner h2, #breadcrumbs a, #gs_banner h2 a {
248 /*color: #fff;*/
249}
250body.dAction #gs_banner h2 {
251 max-width: 600px;
252 font-size: 100;
253}
254
255#titlearea {
256 padding-left: 20px;
257 width:40%;
258}
259
260#titlesearchcontainer {
261 height: 70px;
262 width: 100%;
263}
264
265#titlesearchcontainer h2 {
266 padding-left: 0px;
267}
268
269#titlesearchcontainer, #titlesearchcontainer form, #titlesearchcontainer h2{
270 padding-top: 0px;
271 padding-bottom: 0px;
272 margin-top: 0px;
273 margin-bottom: 0px;
274}
275
276#quicksearcharea {
277 width: 60%;
278 text-align: right;
279 padding-right: 20px;
280 padding-top: 10px;
281}
282
283#quicksearcharea ul{
284 margin:0;
285}
286
287#quicksearcharea li{
288 display:inline;
289 list-style:none;
290 margin-left:5px;
291 padding: 2px 3px 2px 5px;
292 font-size: 10px;
293}
294
295#quicksearcharea a{
296 text-transform:lowercase;
297}
298
299#breadcrumbs {
300 margin-left: 20px;
301}
302
303#breadcrumbs a{
304 text-decoration:underline;
305}
306
307
308/* css to make the page links work (home, help, preference) */
309#bannerLinks {
310 text-align: right;
311 list-style: none;
312 margin: 0 20px;
313 font-size: 90%;
314}
315
316#bannerLinks li {
317 /*display: inline;*/
318 float:right;
319 margin-left: 5px;
320 padding: 1px 4px 1px 0px;
321}
322
323#bannerLinks ul {
324 padding: 0px 3px 0px 0px;
325 text-align: right;
326 list-style: none;
327}
328
329#bannerLinks li.current a {
330 cursor: default;
331}
332
333#bannerLinks li:hover, #bannerLinks li.current { background-position: 100% 0; }
334
335#bannerLinks li.current a { text-decoration: underline; background-position: 0 0;}
336#bannerLinks img.spacer { display: table-cell; }
337
338
339/* css to make the classifier list pretty */
340.navList {
341 margin: 0 0 10px 0;
342 padding: 0;
343 background-color: #0a0;
344}
345
346.navList ul {
347 margin: 0;
348 padding: 0;
349 list-style: none;
350}
351
352.navList td {
353 /*float: left;*/
354 padding-left: 3em;
355 padding-right: 3em;
356 text-align:center;
357 cursor: pointer;
358 color: #fff;
359}
360.navList li a, .navList li span {
361 padding: 0 1em;
362 display: block;
363 text-decoration: none;
364 color: #fff;
365}
366
367.navList td.current {
368 background-color: #efea6e;
369 color: #444;
370 cursor: default;
371}
372
373.navList li.current a, .navList li.current span {
374 color: #444;
375 cursor: default;
376}
377
378/* css to make the tabs work */
379#nav {
380 list-style: none outside none;
381 padding: 0px;
382 margin: 9px 0 0 20px;
383 font-size: 14px;
384}
385
386#nav ul {
387 margin:0px;
388 padding:0px;
389}
390
391#nav li {
392 display: inline;
393 margin-right: 5px;
394 padding: 3px 5px 4px 7px;
395 text-transform: capitalize;
396 text-align: center;
397 border-bottom: none;
398}
399
400#nav a{
401 margin:0px;
402 font-weight: bold;
403 text-decoration: none;
404}
405
406#nav li:hover, #nav li.current { background-position: 100% 0; }
407#nav li:hover a, #nav li.current a { background-position: 0 0; cursor:default; }
408
409/* style the search and classifier results */
410#results {
411 line-height: 160%;
412 margin: 0;
413 padding: 0;
414 /* border: 1px solid #f00; */
415}
416
417#results ul {
418 margin: 0 0 0 20px;
419 padding: 0;
420}
421
422#results li {
423 list-style: none;
424 margin: 0 0 .2em 0;
425 /* border: 1px solid #00f; */
426}
427
428#results li a {
429 padding: 3px 3px 3px 3px;
430 background-repeat: no-repeat;
431 background-position: 0 .1em;
432}
433
434
435#results .document a { /*background-image: url('../images/book.png'); */}
436#results .document a:visited { background-image: url('../images/book-visited.png'); color: #999; }
437#results .shelf>a { background-image: url('../images/bookshelf.png'); }
438
439/* corners of the banner */
440/*
441.corner {
442 position: absolute;
443 background-image: url('../images/layout/corners.png');
444 background-repeat: no-repeat;
445 width: 20px;
446 height: 20px;
447}
448
449#cornerTopLeft {
450 left: 0; top: 0;
451 background-position: 0 0;
452}
453#cornerTopRight {
454 right: 0; top: 0;
455 background-position: -20px 0;
456}
457#cornerBottomLeft {
458 left: 0; bottom: 0;
459 background-position: 0 -20px;
460}
461#cornerBottomRight {
462 right: 0; bottom: 0;
463 background-position: -20px -20px;
464}
465*/
466.clear {
467 clear: both;
468}
469
470
471/*a:link, a:hover, a:active, a:visited { color: #050; }*/
472
473/* bg image set in style macro */
474div.divbar {
475 clear: both;
476 background-image: url('../images/bg_green.png');
477 width: 100%;
478 text-align: center;
479 font-size:80%
480}
481
482
483/** query form style**/
484div#queryform{
485
486}
487
488/** search result style */
489div#terminfo{
490
491}
492
493div#matchdocs{
494
495}
496
497div.resultnavigation{
498 margin: 0;
499 padding:0;
500}
501
502ul#resultlist li{
503 display:block;
504}
505
506div#documentheading{
507 font-size: 16pt;
508 font-weight: bold;
509}
510
511div#documentinfo {
512 float:left;
513 padding:0;
514 margin:0;
515 width:24%;
516}
517
518div#toc{
519 float:left;
520 text-align:left;
521 width:60%;
522 padding:0;
523 margin:0;
524}
525
526ul#docbuttons li {
527 display: block;
528 font-size: 11px;
529 font-weight: bold;
530 background: #f7e7c5;
531 margin: 1px;
532 border: 1px solid #eeddbb;
533 text-align: center;
534 vertical-align: middle;
535 height: 30px; /* IE6 and NS4 treat width/height as min-width/min-height */
536 width: 110px;
537}
538
539
540ul#tocnodes li{
541 margin: 0;
542 padding: 5px 0 0 0;
543 display:block;
544}
545
546ul.tocnode {
547 margin:0;
548 padding:5px 0 0 20px;
549}
550
551ul.tocnode a{
552 margin: 0;
553 padding:0 5px 0 0;
554 }
555
556span.bold{
557 font-weight: bold;
558}
559
560div.documentarrows{
561 margin: 0 0 0 0;
562 padding: 1em 0 0 0;
563}
564
565img.lessarrow{
566 float:left;
567 border: none;
568}
569
570img.morearrow{
571 float:right;
572 border:none;
573}
574
575div.formheading{
576 font-size: 16pt;
577 font-weight: bold;
578 margin: .5em 0 0;
579 padding:0;
580}
581
582ul#presprefs li, ul#berrybasketprefs li, ul#searchprefs li{
583 display: block;
584}
585
586
587div.phrasebrowse{
588 text-align:center;
589 padding:0;
590 margin: .5em 0 .5em 0;
591}
592
593div.QuickSearch {
594 float: right;
595}
596
597#coverImage {
598 text-align: center;
599}
600
601/* ----- TABLE OF CONTENTS ------ */
602#tableOfContents {
603 margin: 0;
604 padding: 0;
605 font-size: 70%;
606}
607
608#tableOfContents li {
609 list-style: none;
610 margin: 0;
611 padding: 2px;
612 background-color: #fff;
613}
614
615#tableOfContents li a {
616 color: #444;
617}
618
619#tableOfContents li.current {
620 background-color: #090;
621}
622#tableOfContents li.current a {
623 color: #fff;
624}
625
626#tableOfContents li.current li {
627 background-color: #fff;
628}
629
630#tableOfContents li.current li a {
631 color: #444;
632}
633
634#tableOfContents ul {
635 padding: 0 0 0 0;
636}
637
638#tableOfContents ul ul{
639 padding: 0 0 0 0;
640}
641
642#tableOfContents ul ul ul{
643 padding: 0 0 0 16px;
644}
645
646/* -------- SEARCH ------- */
647.paramLabel {
648 float: left;
649 min-width: 250px;
650}
651.paramValue {
652 float: left;
653}
654
655
656table{
657 border-collapse:collapse;
658 border-spacing:0;
659}
660
661/* ------- BROWSE -------*/
662
663.childrenlist {
664 margin:0 0 0 10px;
665
666}
667.childrenlist td {
668 padding:3px 0px 0px 10px;
669}
670
671/* ------- PAGED IMAGE ------- */
672
673.pageSlider {
674 width: 250px;
675 overflow: auto;
676 margin-left: auto;
677 margin-right: auto;
678 background: #BBFFBB;
679 border:2px solid #00AA00;
680 padding: 2px;
681}
682
683.pageSliderSpacer {
684 width:2px;
685}
686
687.pageSliderCol {
688 width:75px;
689 height:100px;
690 margin: 3px;
691 text-align: center;
692}
693
694/* ------- SPATIAL COLLECTIONS ------- */
695
696#nearbyDocs td, #nearbyDocs th {
697 padding: 5px;
698 border: 1px solid black;
699}
700
701#nearbyDocs th {
702 font-weight: bold;
703}
704
705/*
706ul.childrenlist li {
707list-style-type:none;
708}
709ul#classifierlist,ul#classifiernodelist {
710 list-style-type:none;
711 margin:0;
712 padding:0
713}
714ul#classifierlist li{
715list-style:none;
716margin:0 0 5px 0;
717padding:0;display:block;
718}
719ul#classifiernodelist li{
720list-style:none;
721margin:0;
722padding:5px 0 0 0;
723display:block
724}
725ul.childrenlist{
726list-style:none;
727margin:0;
728padding:0 0 0 20px;
729display:block;
730width:100%
731}
732*/
Note: See TracBrowser for help on using the repository browser.