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

Last change on this file since 25458 was 25458, checked in by ak19, 12 years ago

All occurrences of the dos-style CRLF (hat-M) are replaced by nothing.

File size: 11.0 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 { position: relative;
127 margin: 0 auto 20px auto;
128 max-width: 1000px;
129 padding: 0;
130 line-height: 120%;
131 background-color: #fff;
132 border-top-width: 0px;
133}
134
135#topArea {
136 border-bottom-width: 0px;
137 max-width: 998px;
138 margin: 20px auto 0;
139}
140
141#topArea table {
142 width: 100%;
143}
144
145#topArea td {
146 width: 50%;
147}
148
149#gs_banner {
150 padding:0px;
151 height:100px;
152 position: relative;
153}
154
155#gs_content {
156 margin-top:-10px;
157 padding: 20px 20px 10px;
158 min-height: 300px;
159 /* background-color: #ff0; */
160}
161
162#gs_footer {
163 position: relative;
164 display: block;
165 /*background: transparent url('../images/gsdlhead.gif') scroll no-repeat left top;*/
166 margin: -1px auto;
167 text-align: center;
168 vertical-align: middle;
169 font-size: 70%;
170 padding-top:5px;
171 padding-bottom:5px;
172}
173
174#gs_footer a {
175 /*color:#FFF;*/
176}
177
178.termList {
179 font-size:12px;
180 line-height:14px;
181}
182
183.noTermHighlight{
184
185}
186
187.termHighlight{
188 background:yellow;
189}
190
191.viewOptions {
192 width: 100%;
193}
194
195.viewOptions td {
196 padding: 5px;
197}
198
199.tableOfContentsTitle{
200 font-weight:bold;
201 text-align:left;
202}
203
204.viewOptions a:link, .viewOptions a:hover, .viewOptions a:active, .viewOptions a:visited {
205 text-decoration:none;
206}
207
208#rightSidebar {
209 border: 1px solid #cdc;
210 width: 30%;
211 min-width:180px;
212 float:right;
213 margin: 0 0 10px 20px;
214 background-color: #FFFFFF;
215}
216
217#contentsArea {
218 padding:10px;
219}
220
221#collectionLinks {
222 position: relative;
223}
224
225#collectionLinks a div{
226 display: block;
227 float: left;
228 border: 1px solid #888;
229 margin: 0 20px 20px 0;
230 font-size: 150%;
231 color: #444;
232 text-decoration: none;
233 background: url(../images/collectionIconStripe.gif) scroll no-repeat 0 0;
234 padding: 20px;
235 min-width: 200px;
236}
237
238#collectionLinks a img{
239 display: block;
240 float: left;
241 border: 1px solid #888;
242 margin: 0 20px 20px 0;
243 font-size: 150%;
244 color: #444;
245 text-decoration: none;
246}
247
248/*
249.collectionLink {
250 display: block;
251 float: left;
252 border: 1px solid #888;
253 margin: 0 20px 20px 0;
254 font-size: 150%;
255 color: #444;
256 text-decoration: none;
257 background: url(../images/collectionIconStripe.gif) scroll no-repeat 0 0;
258 padding: 20px;
259}
260*/
261
262/* some text should not be rendered as it is just there for search engines */
263#collectionLinks a b {
264 display: none;
265}
266
267/* make sure h1s and h2s are readable on the green banner */
268#breadcrumbs, #gs_banner h2, #breadcrumbs a, #gs_banner h2 a {
269 /*color: #fff;*/
270}
271body.dAction #gs_banner h2 {
272 max-width: 600px;
273 font-size: 100;
274}
275
276#titlearea {
277 padding-left: 20px;
278 width:40%;
279}
280
281#titlesearchcontainer {
282 height: 70px;
283 width: 100%;
284}
285
286#titlesearchcontainer h2 {
287 padding-left: 0px;
288}
289
290#titlesearchcontainer, #titlesearchcontainer form, #titlesearchcontainer h2{
291 padding-top: 0px;
292 padding-bottom: 0px;
293 margin-top: 0px;
294 margin-bottom: 0px;
295}
296
297#quicksearcharea {
298 width: 60%;
299 text-align: right;
300 padding-right: 20px;
301 padding-top: 10px;
302}
303
304#quicksearcharea ul{
305 margin:0;
306}
307
308#quicksearcharea li{
309 display:inline;
310 list-style:none;
311 margin-left:5px;
312 padding: 2px 3px 2px 5px;
313 font-size: 10px;
314}
315
316#quicksearcharea a{
317 text-transform:lowercase;
318}
319
320#breadcrumbs {
321 margin-left: 20px;
322}
323
324#breadcrumbs a{
325 text-decoration:underline;
326}
327
328
329/* css to make the page links work (home, help, preference) */
330#bannerLinks {
331 text-align: right;
332 list-style: none;
333 margin: 0 20px;
334 font-size: 90%;
335}
336
337#bannerLinks li {
338 /*display: inline;*/
339 float:right;
340 margin-left: 5px;
341 padding: 1px 4px 1px 0px;
342}
343
344#bannerLinks ul {
345 padding: 0px 3px 0px 0px;
346 text-align: right;
347 list-style: none;
348}
349
350#bannerLinks li.current a {
351 cursor: default;
352}
353
354#bannerLinks li:hover, #bannerLinks li.current { background-position: 100% 0; }
355
356#bannerLinks li.current a { text-decoration: underline; background-position: 0 0;}
357#bannerLinks img.spacer { display: table-cell; }
358
359
360/* css to make the classifier list pretty */
361.navList {
362 margin: 0 0 10px 0;
363 padding: 0;
364 background-color: #0a0;
365}
366
367.navList ul {
368 margin: 0;
369 padding: 0;
370 list-style: none;
371}
372
373.navList td {
374 /*float: left;*/
375 padding-left: 3em;
376 padding-right: 3em;
377 text-align:center;
378 cursor: pointer;
379 color: #fff;
380}
381.navList li a, .navList li span {
382 padding: 0 1em;
383 display: block;
384 text-decoration: none;
385 color: #fff;
386}
387
388.navList td.current {
389 background-color: #efea6e;
390 color: #444;
391 cursor: default;
392}
393
394.navList li.current a, .navList li.current span {
395 color: #444;
396 cursor: default;
397}
398
399/* css to make the tabs work */
400#nav {
401 list-style: none outside none;
402 padding: 0px;
403 margin: 9px 0 0 20px;
404 font-size: 14px;
405}
406
407#nav ul {
408 margin:0px;
409 padding:0px;
410}
411
412#nav li {
413 display: inline;
414 margin-right: 5px;
415 padding: 3px 5px 4px 7px;
416 text-transform: capitalize;
417 text-align: center;
418 border-bottom: none;
419}
420
421#nav a{
422 margin:0px;
423 font-weight: bold;
424 text-decoration: none;
425}
426
427#nav li:hover, #nav li.current { background-position: 100% 0; }
428#nav li:hover a, #nav li.current a { background-position: 0 0; cursor:default; }
429
430/* style the search and classifier results */
431#results {
432 line-height: 160%;
433 margin: 0;
434 padding: 0;
435 /* border: 1px solid #f00; */
436}
437
438#results ul {
439 margin: 0 0 0 20px;
440 padding: 0;
441}
442
443#results li {
444 list-style: none;
445 margin: 0 0 .2em 0;
446 /* border: 1px solid #00f; */
447}
448
449#results li a {
450 padding: 3px 3px 3px 3px;
451 background-repeat: no-repeat;
452 background-position: 0 .1em;
453}
454
455
456#results .document a { /*background-image: url('../images/book.png'); */}
457#results .document a:visited { background-image: url('../images/book-visited.png'); color: #999; }
458#results .shelf>a { background-image: url('../images/bookshelf.png'); }
459
460/* corners of the banner */
461/*
462.corner {
463 position: absolute;
464 background-image: url('../images/layout/corners.png');
465 background-repeat: no-repeat;
466 width: 20px;
467 height: 20px;
468}
469
470#cornerTopLeft {
471 left: 0; top: 0;
472 background-position: 0 0;
473}
474#cornerTopRight {
475 right: 0; top: 0;
476 background-position: -20px 0;
477}
478#cornerBottomLeft {
479 left: 0; bottom: 0;
480 background-position: 0 -20px;
481}
482#cornerBottomRight {
483 right: 0; bottom: 0;
484 background-position: -20px -20px;
485}
486*/
487.clear {
488 clear: both;
489}
490
491
492/*a:link, a:hover, a:active, a:visited { color: #050; }*/
493
494/* bg image set in style macro */
495div.divbar {
496 clear: both;
497 background-image: url('../images/bg_green.png');
498 width: 100%;
499 text-align: center;
500 font-size:80%
501}
502
503
504/** query form style**/
505div#queryform{
506
507}
508
509/** search result style */
510div#terminfo{
511
512}
513
514div#matchdocs{
515
516}
517
518div.resultnavigation{
519 margin: 0;
520 padding:0;
521}
522
523ul#resultlist li{
524 display:block;
525}
526
527div#documentheading{
528 font-size: 16pt;
529 font-weight: bold;
530}
531
532div#documentinfo {
533 float:left;
534 padding:0;
535 margin:0;
536 width:24%;
537}
538
539div#toc{
540 float:left;
541 text-align:left;
542 width:60%;
543 padding:0;
544 margin:0;
545}
546
547ul#docbuttons li {
548 display: block;
549 font-size: 11px;
550 font-weight: bold;
551 background: #f7e7c5;
552 margin: 1px;
553 border: 1px solid #eeddbb;
554 text-align: center;
555 vertical-align: middle;
556 height: 30px; /* IE6 and NS4 treat width/height as min-width/min-height */
557 width: 110px;
558}
559
560
561ul#tocnodes li{
562 margin: 0;
563 padding: 5px 0 0 0;
564 display:block;
565}
566
567ul.tocnode {
568 margin:0;
569 padding:5px 0 0 20px;
570}
571
572ul.tocnode a{
573 margin: 0;
574 padding:0 5px 0 0;
575 }
576
577span.bold{
578 font-weight: bold;
579}
580
581div.documentarrows{
582 margin: 0 0 0 0;
583 padding: 1em 0 0 0;
584}
585
586img.lessarrow{
587 float:left;
588 border: none;
589}
590
591img.morearrow{
592 float:right;
593 border:none;
594}
595
596div.formheading{
597 font-size: 16pt;
598 font-weight: bold;
599 margin: .5em 0 0;
600 padding:0;
601}
602
603ul#presprefs li, ul#berrybasketprefs li, ul#searchprefs li{
604 display: block;
605}
606
607
608div.phrasebrowse{
609 text-align:center;
610 padding:0;
611 margin: .5em 0 .5em 0;
612}
613
614div.QuickSearch {
615 float: right;
616}
617
618#coverImage {
619 text-align: center;
620}
621
622/* ----- TABLE OF CONTENTS ------ */
623#tableOfContents {
624 margin: 0;
625 padding: 0;
626 font-size: 70%;
627}
628
629#tableOfContents li {
630 list-style: none;
631 margin: 0;
632 padding: 2px;
633 background-color: #fff;
634}
635
636#tableOfContents li a {
637 color: #444;
638}
639
640#tableOfContents li.current {
641 background-color: #090;
642}
643#tableOfContents li.current a {
644 color: #fff;
645}
646
647#tableOfContents li.current li {
648 background-color: #fff;
649}
650
651#tableOfContents li.current li a {
652 color: #444;
653}
654
655#tableOfContents ul {
656 padding: 0 0 0 0;
657}
658
659#tableOfContents ul ul{
660 padding: 0 0 0 0;
661}
662
663#tableOfContents ul ul ul{
664 padding: 0 0 0 16px;
665}
666
667/* -------- SEARCH ------- */
668.paramLabel {
669 float: left;
670 min-width: 250px;
671}
672.paramValue {
673 float: left;
674}
675
676
677table{
678 border-collapse:collapse;
679 border-spacing:0;
680}
681
682/* ------- BROWSE -------*/
683
684.childrenlist {
685 margin:0 0 0 10px;
686
687}
688.childrenlist td {
689 padding:3px 0px 0px 10px;
690}
691
692/* ------- PAGED IMAGE ------- */
693
694.pageSlider {
695 width: 250px;
696 overflow: auto;
697 margin-left: auto;
698 margin-right: auto;
699 padding: 2px;
700}
701
702.pageSliderSpacer {
703 width:2px;
704}
705
706.pageSliderCol {
707 width:75px;
708 height:100px;
709 padding: 2px;
710 text-align: center;
711 vertical-align: bottom;
712}
713
714/* ------- SPATIAL COLLECTIONS ------- */
715
716#nearbyDocs td, #nearbyDocs th {
717 padding: 5px;
718 border: 1px solid black;
719}
720
721#nearbyDocs th {
722 font-weight: bold;
723}
724
725#auth_navbar {
726 width: 90%;
727 margin: 10px auto;
728}
729
730#auth_navbar span{
731 padding:3px;
732}
733
734#userListTable {
735 text-align: center;
736 width: 90%;
737 margin: auto;
738}
739
740#userListTable td{
741 border: black 1px solid;
742 padding: 5px;
743}
744
745#gs_error{
746 padding: 5px;
747 margin: auto;
748 width: 50%;
749 text-align: center;
750}
751
752#loginTable{
753 margin: auto;
754 width: 25%;
755}
756
757#map_canvas{
758 margin:0px auto;
759 width:900px;
760 height:500px;
761}
762
763dl dt { font-weight:bold;
764 padding-top:10px; }
765dl dd { padding-bottom:10px}
766
767/*
768ul.childrenlist li {
769list-style-type:none;
770}
771ul#classifierlist,ul#classifiernodelist {
772 list-style-type:none;
773 margin:0;
774 padding:0
775}
776ul#classifierlist li{
777list-style:none;
778margin:0 0 5px 0;
779padding:0;display:block;
780}
781ul#classifiernodelist li{
782list-style:none;
783margin:0;
784padding:5px 0 0 0;
785display:block
786}
787ul.childrenlist{
788list-style:none;
789margin:0;
790padding:0 0 0 20px;
791display:block;
792width:100%
793}
794*/
Note: See TracBrowser for help on using the repository browser.