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

Last change on this file since 32825 was 32825, checked in by ak19, 5 years ago

Zeddy stuff. Styling map to now be a size that won't hide the GS3 editor rebuilding controls.

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