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

Last change on this file since 35811 was 35811, checked in by cstephen, 2 years ago

Improve shared form templates:

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