source: main/trunk/greenstone3/web/interfaces/default/style/core.css@ 31537

Last change on this file since 31537 was 31537, checked in by ak19, 7 years ago

First commit for getting user comments working for GS3. It all works, but there's debugging statements still and haven't cleaned up commented out code. After that, would like to make POST rather than GET AJAX calls, so more refactoring required. 1. config_format.xsl is just minor spelling corrections. 2. header.xsl has a new function generateLogoutURL. 3. document.xsl imports and calls new usercomments.xsl to set up the user comments area. 4. New usercomments.js is imported by new usercomments.xsl, and sets up the interaction of the usercomments area. 5. javascript-global-functions.js now contains setMetadataArray and getMetadataArray functions to parallel what GS2 used in gsajaxapi.js, but for GS3 need to go through GS2Construct.processModifyMetadata() service in java code. 5. GS2Construct.java does different checking for users adding user comments versus users doing document editing. For the latter, the user needs to have editing permissions for the document. But any user is allowed to add comments on any accessible document. But ModifyMetadata should not allow any other metadata to be modified other than meta fields. 6. New language strings for usercomment area and GS2Construct errors in the 2 changed properties files.

File size: 18.2 KB
Line 
1html {
2 height: 100%;
3 margin-bottom: 1px;
4}
5body {
6 font-family: Arial, "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", 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
21pre {
22 white-space: pre-wrap; /* css-3 */
23 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
24 white-space: -pre-wrap; /* Opera 4-6 */
25 white-space: -o-pre-wrap; /* Opera 7 */
26 word-wrap: break-word; /* Internet Explorer 5.5+ */
27}
28
29.sectionHeader {
30 margin-top:0px;
31 margin-bottom:0px;
32}
33
34.headerTD {
35 vertical-align: middle;
36}
37
38/* Styles for the different depths */
39.sectionHeaderDepthTitle{
40 font-size:1.4em;
41 line-height:1em;
42 font-weight:bold;
43}
44
45.sectionHeaderDepth1{
46 font-size:1.3em;
47 line-height:1em;
48 font-weight:bold;
49}
50
51.sectionHeaderDepth2{
52 font-size:1.2em;
53 line-height:1em;
54 font-weight:bold;
55 font-style:italic;
56}
57
58.sectionHeaderDepth3{
59 font-size:1.1em;
60 line-height:1em;
61 font-style:italic;
62}
63
64.sectionHeaderDepth4{
65 font-size:1em;
66 line-height:1em;
67 font-weight:italic;
68}
69
70.sectionNumberSpan{
71 /*Comment out this line to enable automatic section numbering*/
72 display:none;
73}
74
75.sectionContainer{
76 padding-top:0.5em;
77 padding-bottom:1em;
78 padding-left:1.5em;
79}
80
81.classifierContainer {
82 padding-left:1.5em;
83}
84
85.horizontalContainer {
86 padding-left:0px;
87 margin:0px;
88 text-transform: capitalize; /* To get the bookshelves and buckets titlecased (they're stored lowercased) */
89}
90
91.selectedHorizontalClassifierNode a{
92 font-weight: bold;
93 text-decoration: none;
94}
95
96.horizontalClassifierNode {
97 padding:0px 0px 10px 10px;
98 list-style:none;
99 display: inline-block;
100}
101
102.icon{
103 cursor:pointer;
104 padding:2px;
105 border:0px;
106}
107
108.emptyIcon {
109 height:16px;
110 width:16px;
111}
112
113.backToTop {
114 font-size:0.7em;
115 padding-left: 2em;
116 text-align:center;
117}
118
119.hidden{
120 display:none;
121}
122
123#prevArrowTD {
124 text-align:right;
125 width:10%;
126}
127
128#nextArrowTD {
129 text-align:left;
130 width:10%;
131}
132
133#prevTD {
134 text-align:left;
135 width:20%;
136}
137
138#nextTD {
139 text-align:right;
140 width:20%;
141}
142
143#searchResultNavTable {
144 width:100%;
145}
146
147#searchResultsStatusBar {
148 text-align:center;
149}
150
151.HighlightSnippet {
152 font-size:0.7em;
153}
154
155#container {
156 position: relative;
157 margin: 0 auto 20px auto;
158 max-width: 1000px;
159 padding: 0;
160 line-height: 120%;
161 background-color: #fff;
162 border-top-width: 0px;
163}
164
165#topArea {
166 border: none;
167 max-width: 1000px;
168 margin: 20px auto 0;
169}
170
171#topArea table {
172 width: 100%;
173}
174
175#topArea td {
176 width: 50%;
177}
178
179#gs_banner {
180 padding:0px;
181 position: relative;
182 border: 0px;
183}
184
185#gs_content {
186 margin-top:-10px;
187 padding: 20px 20px 10px;
188 min-height: 300px;
189}
190
191#gs_footer {
192 position: relative;
193 display: block;
194 margin: -1px auto;
195 text-align: center;
196 vertical-align: middle;
197 font-size: 70%;
198 padding-top:5px;
199 padding-bottom:5px;
200}
201
202.termList {
203 font-size:12px;
204 line-height:14px;
205}
206
207.noTermHighlight{
208
209}
210
211.termHighlight{
212 background:yellow;
213}
214.snippetText{
215 font-weight:bold;
216 font-style:italic;
217}
218
219
220#viewAndZoomOptions {
221 margin-bottom:10px;
222 border:0px;
223}
224
225#viewOptions {
226 margin: 0px;
227 padding: 0px;
228}
229
230#viewOptions li {
231 list-style:none;
232 float:left;
233 padding: 5px;
234 cursor:pointer;
235}
236
237.tableOfContentsTitle{
238 font-weight:bold;
239 text-align:left;
240}
241
242.viewOptions a:link, .viewOptions a:hover, .viewOptions a:active, .viewOptions a:visited {
243 text-decoration:none;
244}
245
246#rightSidebar {
247 /*width: 30%;*/
248 min-width:180px;
249 float:right;
250 margin: 0 0 10px 20px;
251}
252
253#contentsArea {
254 padding:0px 10px;
255}
256
257#collectionLinks {
258 position: relative;
259}
260
261/*
262#collectionLinks a div{
263 display: block;
264 float: left;
265 border: 1px solid #888;
266 margin: 0 20px 20px 0;
267 font-size: 150%;
268 color: #444;
269 text-decoration: none;
270 background: url(../images/collectionIconStripe.gif) scroll no-repeat 0 0;
271 padding: 20px;
272 min-width: 200px;
273 text-align:center;
274}
275*/
276
277#collectionLinks a img{
278 display: block;
279 float: left;
280 border: 1px solid #888;
281 margin: 0 20px 20px 0;
282 font-size: 150%;
283 color: #444;
284 text-decoration: none;
285 height:60px;
286}
287
288#groupLinks a img{
289 display: block;
290 float: left;
291 border: 1px solid #888;
292 margin: 0 20px 20px 0;
293 font-size: 150%;
294 color: #444;
295 text-decoration: none;
296 height:60px;
297}
298
299.groupLink {
300 display: block;
301 float: left;
302 border: 1px solid #888;
303 margin: 0 20px 20px 0;
304 font-size: 150%;
305 color: #444;
306 text-decoration: none;
307 min-width: 200px;
308 text-align:center;
309}
310.collectionLink {
311 display: block;
312 float: left;
313 border: 1px solid #888;
314 margin: 0 20px 20px 0;
315 font-size: 150%;
316 color: #444;
317 text-decoration: none;
318 min-width: 200px;
319 text-align:center;
320}
321
322.collectionLinkText {
323 padding: 15px 15px 10px;
324}
325
326.groupLinkText {
327 padding: 15px 15px 10px;
328}
329
330/* some text should not be rendered as it is just there for search engines */
331#collectionLinks a b {
332 display: none;
333}
334
335#groupLinks a b {
336 display: none;
337}
338
339/* make sure h1s and h2s are readable on the green banner */
340#breadcrumbs, #gs_banner h2, #breadcrumbs a, #gs_banner h2 a {
341 /*color: #fff;*/
342}
343body.dAction #gs_banner h2 {
344 max-width: 600px;
345 font-size: 100;
346}
347
348#titlesearchcontainer {
349 padding-top: 20px;
350 width: 100%;
351}
352
353#titlesearchcontainer, #titlesearchcontainer form, #titlesearchcontainer h2{
354 margin-top: 0px;
355 margin-bottom: 0px;
356}
357
358#titlearea {
359 float: left;
360 padding-left: 20px;
361}
362
363#titlearea h2{
364 padding-left: 0px;
365 padding-bottom: 20px;
366}
367
368#quickSearch {
369 float: right;
370}
371
372#quicksearcharea {
373 float: right;
374 text-align: right;
375 padding-right: 20px;
376}
377
378#quicksearcharea ul{
379 margin:0;
380}
381
382#quicksearcharea li{
383 display:inline;
384 list-style:none;
385 margin-left:5px;
386 padding: 2px 3px 2px 5px;
387 font-size: 10px;
388}
389
390#quicksearcharea a{
391 text-transform:lowercase;
392}
393
394#breadcrumbs {
395 margin-left: 20px;
396}
397
398#breadcrumbs a{
399 text-decoration:underline;
400}
401
402
403/* css to make the page links work (home, help, preference) */
404#bannerLinks {
405 text-align: right;
406 list-style: none;
407 margin: 0 20px;
408 font-size: 90%;
409}
410
411#bannerLinks li {
412 /*display: inline;*/
413 float:right;
414 padding: 1px 4px 1px 0px;
415}
416
417#bannerLinks ul {
418 padding: 0px 3px 0px 0px;
419 text-align: right;
420 list-style: none;
421}
422
423#bannerLinks li.current a {
424 cursor: default;
425}
426
427#bannerLinks li:hover, #bannerLinks li.current { background-position: 100% 0; }
428
429#bannerLinks li.current a { text-decoration: underline; background-position: 0 0;}
430#bannerLinks img.spacer { display: table-cell; }
431
432
433/* css to make the classifier list pretty */
434.navList {
435 margin: 0 0 10px 0;
436 padding: 0;
437 background-color: #0a0;
438}
439
440.navList ul {
441 margin: 0;
442 padding: 0;
443 list-style: none;
444}
445
446.navList td {
447 /*float: left;*/
448 padding-left: 3em;
449 padding-right: 3em;
450 text-align:center;
451 cursor: pointer;
452 color: #fff;
453}
454.navList li a, .navList li span {
455 padding: 0 1em;
456 display: block;
457 text-decoration: none;
458 color: #fff;
459}
460
461.navList td.current {
462 background-color: #efea6e;
463 color: #444;
464 cursor: default;
465}
466
467.navList li.current a, .navList li.current span {
468 color: #444;
469 cursor: default;
470}
471
472/* css to make the tabs work */
473#gs-nav {
474 list-style: none outside none;
475 padding: 0px;
476 margin: 0 0 0 20px;
477 font-size: 14px;
478}
479
480#gs-nav ul {
481 margin:0px;
482 padding:0px;
483}
484
485#gs-nav li {
486 float:left;
487 display: inline;
488 margin-right: 5px;
489 padding: 3px 5px 5px 7px;
490 text-transform: capitalize;
491 text-align: center;
492 border-bottom: 0px;
493}
494
495#gs-nav a{
496 margin:0px;
497 font-weight: bold;
498 text-decoration: none;
499}
500
501#gs-nav li:hover, #gs-nav li.current { background-position: 100% 0; }
502#gs-nav li:hover a, #gs-nav li.current a { background-position: 0 0; cursor:default; }
503
504/* style the search and classifier results */
505#resultsTable {
506 line-height: 130%;
507 margin: 0;
508 padding: 0;
509 /* border: 1px solid #f00; */
510}
511
512#resultsTable ul {
513 margin: 0 0 0 20px;
514 padding: 0;
515}
516
517#resultsTable li {
518 list-style: none;
519 margin: 0 0 .2em 0;
520 /* border: 1px solid #00f; */
521}
522
523#resultsTable li a {
524 padding: 3px 3px 3px 3px;
525 background-repeat: no-repeat;
526 background-position: 0 .1em;
527}
528
529
530#resultsTable .document a { /*background-image: url('../images/book.png'); */}
531#resultsTable .document a:visited { background-image: url('../images/book-visited.png'); color: #999; }
532#resultsTable .shelf>a { background-image: url('../images/bookshelf.png'); }
533
534.metaTableCell { border: 1;}
535.metaTableCellArea {
536 border: none;
537 resize: none;
538 outline: none;
539 overflow: auto;
540 width: 400px;
541 -webkit-box-sizing: border-box;
542 -moz-box-sizing: border-box;
543 box-sizing: border-box;
544}
545/* corners of the banner */
546/*
547.corner {
548 position: absolute;
549 background-image: url('../images/layout/corners.png');
550 background-repeat: no-repeat;
551 width: 20px;
552 height: 20px;
553}
554
555#cornerTopLeft {
556 left: 0; top: 0;
557 background-position: 0 0;
558}
559#cornerTopRight {
560 right: 0; top: 0;
561 background-position: -20px 0;
562}
563#cornerBottomLeft {
564 left: 0; bottom: 0;
565 background-position: 0 -20px;
566}
567#cornerBottomRight {
568 right: 0; bottom: 0;
569 background-position: -20px -20px;
570}
571*/
572.clear {
573 clear: both;
574}
575
576
577/*a:link, a:hover, a:active, a:visited { color: #050; }*/
578
579/* bg image set in style macro */
580div.divbar {
581 clear: both;
582 background-image: url('../images/bg_green.png');
583 width: 100%;
584 text-align: center;
585 font-size:80%
586}
587
588
589/** query form style**/
590div#queryform{
591
592}
593
594/** search result style */
595div#terminfo{
596
597}
598
599div#matchdocs{
600
601}
602
603div.resultnavigation{
604 margin: 0;
605 padding:0;
606}
607
608ul#resultlist li{
609 display:block;
610}
611
612div#documentheading{
613 font-size: 16pt;
614 font-weight: bold;
615}
616
617div#documentinfo {
618 float:left;
619 padding:0;
620 margin:0;
621 width:24%;
622}
623
624div#toc{
625 float:left;
626 text-align:left;
627 width:60%;
628 padding:0;
629 margin:0;
630}
631
632ul#docbuttons li {
633 display: block;
634 font-size: 11px;
635 font-weight: bold;
636 background: #f7e7c5;
637 margin: 1px;
638 border: 1px solid #eeddbb;
639 text-align: center;
640 vertical-align: middle;
641 height: 30px; /* IE6 and NS4 treat width/height as min-width/min-height */
642 width: 110px;
643}
644
645
646ul#tocnodes li{
647 margin: 0;
648 padding: 5px 0 0 0;
649 display:block;
650}
651
652ul.tocnode {
653 margin:0;
654 padding:5px 0 0 20px;
655}
656
657ul.tocnode a{
658 margin: 0;
659 padding:0 5px 0 0;
660 }
661
662span.bold{
663 font-weight: bold;
664}
665
666div.documentarrows{
667 margin: 0 0 0 0;
668 padding: 1em 0 0 0;
669}
670
671img.lessarrow{
672 float:left;
673 border: none;
674}
675
676img.morearrow{
677 float:right;
678 border:none;
679}
680
681div.formheading{
682 font-size: 16pt;
683 font-weight: bold;
684 margin: .5em 0 0;
685 padding:0;
686}
687
688ul#presprefs li, ul#berrybasketprefs li, ul#searchprefs li{
689 display: block;
690}
691
692
693div.phrasebrowse{
694 text-align:center;
695 padding:0;
696 margin: .5em 0 .5em 0;
697}
698
699div.QuickSearch {
700 float: right;
701}
702
703#coverImage {
704 text-align: center;
705 margin: 20px;
706}
707
708/* ----- TABLE OF CONTENTS ------ */
709.tocTable {
710 width: 100%;
711 background: white !important;
712}
713
714.tocTextCell {
715 padding-left:5px;
716}
717
718.tableOfContentsContainer {
719 padding:1px;
720 max-height:500px;
721 overflow:auto;
722}
723
724#expandContractLinks {
725 margin: 0;
726 padding: 0;
727 font-size: 70%;
728}
729
730#expandContractLinks a {text-decoration: underline; color: #444 !important;}
731#expandContractLinks a:visited {text-decoration: underline; color: #444 !important;}
732#expandContractLinks a:link {text-decoration: underline; color: #444 !important;}
733
734#tableOfContents {
735 margin: 0;
736 padding: 0;
737 font-size: 70%;
738}
739
740#tableOfContents li {
741 list-style: none;
742 margin: 0;
743 padding: 2px;
744}
745
746#tableOfContents a {text-decoration: underline; color: #444 !important;}
747#tableOfContents a:visited{text-decoration: underline; color: #444 !important;}
748#tableOfContents a:link{text-decoration: underline; color: #444 !important;}
749
750#tableOfContents li.current {
751 background-color: #090;
752}
753#tableOfContents li.current a {
754 color: #fff;
755}
756
757#tableOfContents li.current li {
758 background-color: #fff;
759}
760
761#tableOfContents li.current li a {
762 color: #444;
763}
764
765#tableOfContents ul {
766 padding: 0 0 0 0;
767}
768
769#tableOfContents ul ul{
770 padding: 0 0 0 0;
771}
772
773#tableOfContents ul ul ul{
774 padding: 0 0 0 16px;
775}
776
777/* -------- SEARCH ------- */
778.paramLabel {
779 margin: 2px;
780 float: left;
781 min-width: 250px;
782}
783.paramValue {
784 margin: 2px;
785 float: left;
786}
787
788
789table{
790 border-collapse:collapse;
791 border-spacing:0;
792}
793
794/* ------- BROWSE -------*/
795
796.childrenlist {
797 margin:0 0 0 10px;
798
799}
800.childrenlist td {
801 padding:3px 0px 0px 10px;
802}
803
804/* ------- PAGED IMAGE ------- */
805
806.pageSlider {
807 width: 250px;
808 overflow: auto;
809 margin-left: auto;
810 margin-right: auto;
811 padding: 2px;
812}
813
814.pageSliderSpacer {
815 width:2px;
816}
817
818.pageSliderCol {
819 height:100px;
820 padding: 2px;
821 text-align: center;
822 vertical-align: top;
823}
824
825/* ------- SPATIAL COLLECTIONS ------- */
826
827#nearbyDocs td, #nearbyDocs th {
828 padding: 5px;
829 border: 1px solid black;
830}
831
832#nearbyDocs th {
833 font-weight: bold;
834}
835
836#auth_navbar {
837 width: 90%;
838 margin: 10px auto;
839}
840
841#auth_navbar span{
842 padding:3px;
843}
844
845#userListTable {
846 text-align: center;
847 width: 90%;
848 margin: auto;
849}
850
851#userListTable td{
852 border: black 1px solid;
853 padding: 5px;
854}
855
856#gs_error{
857 padding: 5px;
858 margin: auto;
859 width: 50%;
860 text-align: center;
861}
862
863#loginTable{
864 margin: auto;
865 width: 25%;
866}
867
868.map_canvas_full{
869 margin:0px auto;
870 width:900px;
871 height:500px;
872}
873
874.map_canvas_half{
875 float: right;
876 width:450px;
877 height:500px;
878}
879
880.pano_canvas_full{
881 margin:0px auto;
882 width:900px;
883 height:500px;
884}
885
886.pano_canvas_fullscreen{
887 margin-left:0px auto;
888 margin-right:0px auto;
889 width:1024px;
890 height:768px;;
891}
892
893.pano_canvas_half{
894 z-index: 1;
895 float: right;
896 width:450px;
897 height:500px;
898 background-color:#000000;
899}
900
901.navigate-point {
902 z-index: 97;
903 position: absolute;
904 overflow: hidden;
905 width: 80px;
906 height: 80px;
907 margin-left: -40px;
908 margin-top: -40px;
909 background-image: url("../images/navMarker.png");
910 cursor: pointer;
911}
912
913.fullscreenToggle{
914 z-index: 2;
915 position: relative;
916 float: right;
917 top: 28px;
918 left: 128px;
919 padding: 5px;
920}
921
922dl dt { font-weight:bold;
923 padding-top:10px; }
924dl dd { padding-bottom:10px}
925
926#facetSelector{
927 padding: 0px;
928 width:30%;
929 float:right;
930}
931
932.facetTable{
933 list-style:none;
934 margin: 0px 0px 20px;
935 padding: 0px;
936 overflow:auto;
937}
938
939.facetTable li{
940 margin-bottom:5px;
941}
942
943.checkboxList{
944 list-style:none;
945 padding-left:0px;
946}
947
948.facetedResults{
949 float:left;
950 width:65%;
951}
952
953.slideshowImage{
954 width:100%;
955}
956
957/* GREENBUG */
958#gbEnableButton{
959 position:fixed;
960 left:0px;
961 bottom:0px;
962}
963
964.gbTemplateContainer{
965 float:left;
966 cursor:pointer;
967 margin:0 1em;
968 font-size:1.1em;
969 text-align:center;
970 overflow:hidden;
971 min-width:4em;
972 padding: 0.5em;
973}
974
975.gbSpacer{
976 margin:0;
977 float:left;
978 height:1.2em;
979 text-align:center;
980}
981
982/* VISUAL XML EDITOR (GREENBUG)*/
983#veMainDiv{
984 margin:0;
985 padding:0;
986}
987
988#veTemplateSelector{
989 float:left;
990 padding:0.5em;
991 margin:0 0.5em 0 0;
992}
993
994#veFileSelector{
995 float:left;
996 padding:0.5em;
997 margin:0 0.5em 0 0 ;
998}
999
1000#veToolboxDiv{
1001 float:left;
1002 width:10%;
1003 margin:0;
1004 padding:0;
1005 overflow:auto;
1006 height:300px;
1007}
1008
1009#veEditorDiv{
1010 width:100%;
1011}
1012
1013#veEditorContainer{
1014 position:relative;
1015 float:left;
1016 width:70%;
1017 margin:0;
1018 padding:0;
1019 overflow:hidden;
1020 border: 3px groove;
1021 background-image: url(../images/veBackground.gif);
1022}
1023
1024#veSpacerDiv{
1025 float:left;
1026 width:1%;
1027 height:1px;
1028 margin:0;
1029 padding:0;
1030}
1031
1032#veInfoDiv{
1033 float:left;
1034 width:17%;
1035 margin:0 0 10px 0;
1036 padding:0;
1037 overflow:auto;
1038}
1039
1040.veElement{
1041 border:1px solid black;
1042 float:left;
1043 margin:5px -1px;
1044 overflow:hidden;
1045 color:black;
1046 cursor:pointer;
1047}
1048
1049.veDropArea{
1050 margin:5px 0;
1051 float:left;
1052 height:1em;
1053 background:#FFAAAA;
1054}
1055
1056.veContainerElement{
1057 width:90%;
1058 margin:0 auto;
1059}
1060
1061.veTitleElement{
1062 text-align:center;
1063}
1064
1065.veGSFElement{
1066 background:#DFD;
1067}
1068
1069.veGSLIBElement{
1070 background:#FF9;
1071}
1072
1073.veXSLElement{
1074 background:#DDF;
1075}
1076
1077.veHTMLElement{
1078 background:#FFFFFF;
1079}
1080
1081.veTextElement{
1082 background:#F9F;
1083}
1084
1085.veTempElement{
1086 background:#9FF;
1087}
1088
1089.veTab{
1090 font-size:0.8em;
1091 padding:0.5em;
1092}
1093
1094.veInfoDivTitle{
1095 text-align:center;
1096 margin-bottom:1em;
1097}
1098
1099.veAttributeTableContainer{
1100 text-align:center;
1101 width:100%;
1102 margin-bottom:1em;
1103}
1104
1105.veAttributeTableContainer td{
1106 border:1px solid black;
1107}
1108
1109.veAttributeTableRow{
1110 min-height:1.1em;
1111}
1112
1113.veNameCell{
1114 width:25%;
1115}
1116
1117.veValueCell{
1118 width:50%;
1119}
1120
1121.veUtilCell{
1122 font-size:0.8em;
1123 width:25%;
1124}
1125
1126#veTrash{
1127 position:absolute;
1128 right:0px;
1129 bottom:0px;
1130 text-align:center;
1131}
1132
1133.toolbarElem{
1134 border:1px dashed black;
1135 text-align:center;
1136 margin-bottom:2px;
1137}
1138
1139/* DEPOSITOR STYLES */
1140
1141#wizardBar {
1142 display: table;
1143 margin: 0 auto;
1144}
1145
1146#wizardBar li {
1147 display: inline;
1148 list-style-type: none;
1149 padding: 0 10px;
1150 margin: 0 5px;
1151}
1152
1153#wizardContainer {
1154 display: table;
1155 margin: 0 auto;
1156}
1157
1158#depositorform {
1159 min-height: 300px;
1160}
1161
1162/*
1163ul.childrenlist li {
1164list-style-type:none;
1165}
1166ul#classifierlist,ul#classifiernodelist {
1167 list-style-type:none;
1168 margin:0;
1169 padding:0
1170}
1171ul#classifierlist li{
1172list-style:none;
1173margin:0 0 5px 0;
1174padding:0;display:block;
1175}
1176ul#classifiernodelist li{
1177list-style:none;
1178margin:0;
1179padding:5px 0 0 0;
1180display:block
1181}
1182ul.childrenlist{
1183list-style:none;
1184margin:0;
1185padding:0 0 0 20px;
1186display:block;
1187width:100%
1188}
1189*/
1190
1191.metaDataHierarchyMenu{
1192 position: absolute;
1193 margin-left: -1px;
1194 z-index:1;
1195
1196}
1197.metaDataHierarchyMenu ul{
1198 margin: 0;
1199 padding: 0;
1200 display: block;
1201 position: absolute;
1202
1203}
1204.metaDataHierarchyMenu ul li {
1205 margin: 0;
1206 padding: 0;
1207 display: block;
1208 position: relative;
1209 width: 180px;
1210}
1211.metaDataHierarchyMenu ul li button{
1212 display: block;
1213 padding:10px 10px 10px 10px;
1214 width: 180px;
1215 margin: 0;
1216 color: #000000;
1217 text-decoration: none;
1218 font-size: 90%;
1219 border:1px dotted #999;
1220 text-align: left;
1221 white-space: normal;
1222 overflow: auto;
1223}
1224.metaDataHierarchyMenu ul li button:HOVER{
1225 color: #0000CC;
1226}
1227.metaDataHierarchyMenu li ul {
1228 position: absolute;
1229 left: 180px;
1230 top: 0;
1231 display: none;
1232}
1233
1234.metaDataHierarchyMenu button:focus {
1235 outline: none;
1236}
1237
1238.active {
1239 background-color:#eee;
1240}
1241
1242/* User comments area: display of existing user comments and display of the form and of the add user/logout links */
1243
1244#usercomments, #usercommentform, #usercommentlink a, #usercommentlogoutlink a {
1245 font-family: sans-serif;
1246 font-size: 12px;
1247}
1248
1249#usercomments {
1250 margin: 10px 0;
1251}
1252
1253.usercommentheading {
1254 font-weight: bold;
1255 color: #006666;
1256 border-top: solid 1px black;
1257}
1258
1259.usercomment {
1260 margin: 10px 0;
1261}
1262
1263#usercommentlink, #usercommentlogoutlink {
1264 margin: 10px 0 20px 0;
1265}
1266
1267#usercommentlink a, #usercommentlogoutlink a {
1268 text-decoration: none;
1269 font-weight: bold;
1270 color: #006666;
1271}
1272#usercommentlink a:visited, #usercommentlogoutlink a:visited {
1273 color: #006666;
1274}
1275
1276.centrediv {
1277 width:50%;
1278 margin: 0 auto;
1279}
Note: See TracBrowser for help on using the repository browser.