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

Last change on this file since 30824 was 30824, checked in by kjdon, 8 years ago

float the quick search box on home page to the right

File size: 17.1 KB
RevLine 
[19988]1html {
2 height: 100%;
3 margin-bottom: 1px;
4}
[18617]5body {
[26570]6 font-family: Arial, "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
[18617]7 margin: 0;
[20465]8 background-color: #eae4d9;
[18617]9}
10
[23989]11h3 {
12 margin-top:2px;
13 margin-bottom:2px;
14}
15
16p {
17 margin-top:0px;
18 margin-bottom:0.75em;
19}
20
[26281]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
[23989]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{
[24651]40 font-size:1.4em;
[23989]41 line-height:1em;
42 font-weight:bold;
43}
44
45.sectionHeaderDepth1{
[24651]46 font-size:1.3em;
[23989]47 line-height:1em;
48 font-weight:bold;
49}
50
51.sectionHeaderDepth2{
[24651]52 font-size:1.2em;
[23989]53 line-height:1em;
54 font-weight:bold;
55 font-style:italic;
56}
57
58.sectionHeaderDepth3{
[24651]59 font-size:1.1em;
[23989]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{
[24018]71 /*Comment out this line to enable automatic section numbering*/
72 display:none;
[23989]73}
74
75.sectionContainer{
[24651]76 padding-top:0.5em;
[23989]77 padding-bottom:1em;
78 padding-left:1.5em;
79}
80
[24009]81.classifierContainer {
82 padding-left:1.5em;
83}
84
[26118]85.horizontalContainer {
86 padding-left:0px;
87 margin:0px;
[28544]88 text-transform: capitalize; /* To get the bookshelves and buckets titlecased (they're stored lowercased) */
[26118]89}
90
[26281]91.selectedHorizontalClassifierNode a{
[26280]92 font-weight: bold;
[26281]93 text-decoration: none;
[26280]94}
95
[25832]96.horizontalClassifierNode {
97 padding:0px 0px 10px 10px;
[26118]98 list-style:none;
99 display: inline-block;
[25832]100}
101
[23989]102.icon{
103 cursor:pointer;
[24009]104 padding:2px;
[25006]105 border:0px;
[23989]106}
107
[24009]108.emptyIcon {
109 height:16px;
110 width:16px;
[23989]111}
112
113.backToTop {
114 font-size:0.7em;
115 padding-left: 2em;
116 text-align:center;
117}
118
[24651]119.hidden{
120 display:none;
121}
122
[24009]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
[30049]151.HighlightSnippet {
152 font-size:0.7em;
153}
154
[26301]155#container {
156 position: relative;
[18617]157 margin: 0 auto 20px auto;
[26305]158 max-width: 1000px;
[18617]159 padding: 0;
[23989]160 line-height: 120%;
[20465]161 background-color: #fff;
[25006]162 border-top-width: 0px;
163}
164
165#topArea {
[26301]166 border: none;
[26305]167 max-width: 1000px;
[25006]168 margin: 20px auto 0;
169}
170
171#topArea table {
172 width: 100%;
173}
174
175#topArea td {
176 width: 50%;
[25458]177}
[18617]178
[22784]179#gs_banner {
[25006]180 padding:0px;
[18617]181 position: relative;
[26028]182 border: 0px;
[18617]183}
184
[22784]185#gs_content {
[25006]186 margin-top:-10px;
187 padding: 20px 20px 10px;
[19855]188 min-height: 300px;
[18617]189}
190
[25006]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
[23989]202.termList {
203 font-size:12px;
204 line-height:14px;
205}
206
207.noTermHighlight{
208
209}
210
211.termHighlight{
212 background:yellow;
213}
[30049]214.snippetText{
215 font-weight:bold;
216 font-style:italic;
217}
[23989]218
[30049]219
[25916]220#viewAndZoomOptions {
221 margin-bottom:10px;
222 border:0px;
[23989]223}
224
[25916]225#viewOptions {
226 margin: 0px;
227 padding: 0px;
228}
229
230#viewOptions li {
231 list-style:none;
[26216]232 float:left;
[24009]233 padding: 5px;
[26395]234 cursor:pointer;
[23989]235}
236
[25006]237.tableOfContentsTitle{
238 font-weight:bold;
239 text-align:left;
240}
241
[23989]242.viewOptions a:link, .viewOptions a:hover, .viewOptions a:active, .viewOptions a:visited {
243 text-decoration:none;
244}
245
[19855]246#rightSidebar {
[30167]247 /*width: 30%;*/
[25006]248 min-width:180px;
249 float:right;
[19855]250 margin: 0 0 10px 20px;
251}
[18617]252
[23989]253#contentsArea {
[25916]254 padding:0px 10px;
[23989]255}
256
[18617]257#collectionLinks {
258 position: relative;
259}
260
[28050]261/*
[25357]262#collectionLinks a div{
[18617]263 display: block;
264 float: left;
265 border: 1px solid #888;
266 margin: 0 20px 20px 0;
[20465]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;
[25357]272 min-width: 200px;
[28050]273 text-align:center;
[18617]274}
[28050]275*/
[25357]276
277#collectionLinks a img{
278 display: block;
[20630]279 float: left;
[25357]280 border: 1px solid #888;
281 margin: 0 20px 20px 0;
282 font-size: 150%;
283 color: #444;
284 text-decoration: none;
[25659]285 height:60px;
[20630]286}
[18617]287
[30540]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}
[25357]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;
[28050]318 min-width: 200px;
319 text-align:center;
[25357]320}
321
[28050]322.collectionLinkText {
323 padding: 15px 15px 10px;
324}
325
[30540]326.groupLinkText {
327 padding: 15px 15px 10px;
328}
329
[18617]330/* some text should not be rendered as it is just there for search engines */
331#collectionLinks a b {
332 display: none;
333}
334
[30540]335#groupLinks a b {
336 display: none;
337}
338
[18617]339/* make sure h1s and h2s are readable on the green banner */
[22784]340#breadcrumbs, #gs_banner h2, #breadcrumbs a, #gs_banner h2 a {
[25006]341 /*color: #fff;*/
[18617]342}
[22784]343body.dAction #gs_banner h2 {
[19988]344 max-width: 600px;
[23813]345 font-size: 100;
[19988]346}
[18617]347
[25006]348#titlesearchcontainer {
[26029]349 padding-top: 20px;
[25006]350 width: 100%;
[18617]351}
352
[25006]353#titlesearchcontainer, #titlesearchcontainer form, #titlesearchcontainer h2{
354 margin-top: 0px;
355 margin-bottom: 0px;
[23813]356}
357
[26028]358#titlearea {
359 float: left;
360 padding-left: 20px;
361}
362
363#titlearea h2{
364 padding-left: 0px;
[26029]365 padding-bottom: 20px;
[26028]366}
367
[30824]368#quickSearch {
369 float: right;
370}
371
[25006]372#quicksearcharea {
[30326]373 float: right;
[25006]374 text-align: right;
375 padding-right: 20px;
[23813]376}
377
[25006]378#quicksearcharea ul{
379 margin:0;
[23813]380}
381
[25006]382#quicksearcharea li{
383 display:inline;
384 list-style:none;
385 margin-left:5px;
386 padding: 2px 3px 2px 5px;
387 font-size: 10px;
[18617]388}
389
[25006]390#quicksearcharea a{
391 text-transform:lowercase;
[18617]392}
393
[25006]394#breadcrumbs {
395 margin-left: 20px;
396}
[23813]397
[25006]398#breadcrumbs a{
399 text-decoration:underline;
[18617]400}
401
402
[19855]403/* css to make the page links work (home, help, preference) */
404#bannerLinks {
[25006]405 text-align: right;
[19855]406 list-style: none;
[25006]407 margin: 0 20px;
[25121]408 font-size: 90%;
[19855]409}
410
411#bannerLinks li {
[25006]412 /*display: inline;*/
413 float:right;
414 padding: 1px 4px 1px 0px;
[19855]415}
416
[25006]417#bannerLinks ul {
418 padding: 0px 3px 0px 0px;
419 text-align: right;
420 list-style: none;
[19855]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
[18617]433/* css to make the classifier list pretty */
[19855]434.navList {
[18617]435 margin: 0 0 10px 0;
436 padding: 0;
437 background-color: #0a0;
438}
439
[19855]440.navList ul {
[18617]441 margin: 0;
442 padding: 0;
443 list-style: none;
444}
445
[24018]446.navList td {
447 /*float: left;*/
448 padding-left: 3em;
449 padding-right: 3em;
450 text-align:center;
[19855]451 cursor: pointer;
452 color: #fff;
[18617]453}
[19855]454.navList li a, .navList li span {
[18617]455 padding: 0 1em;
456 display: block;
457 text-decoration: none;
458 color: #fff;
459}
460
[24018]461.navList td.current {
[18617]462 background-color: #efea6e;
463 color: #444;
464 cursor: default;
465}
466
[19855]467.navList li.current a, .navList li.current span {
468 color: #444;
469 cursor: default;
470}
471
[25006]472/* css to make the tabs work */
[25935]473#gs-nav {
[25006]474 list-style: none outside none;
475 padding: 0px;
[26284]476 margin: 0 0 0 20px;
[25006]477 font-size: 14px;
478}
479
[25935]480#gs-nav ul {
[25006]481 margin:0px;
482 padding:0px;
483}
484
[25935]485#gs-nav li {
[26284]486 float:left;
[25006]487 display: inline;
488 margin-right: 5px;
[26284]489 padding: 3px 5px 5px 7px;
[25006]490 text-transform: capitalize;
491 text-align: center;
[26028]492 border-bottom: 0px;
[25006]493}
494
[25935]495#gs-nav a{
[25006]496 margin:0px;
497 font-weight: bold;
498 text-decoration: none;
499}
500
[25935]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; }
[25006]503
[19988]504/* style the search and classifier results */
[25832]505#resultsTable {
[30162]506 line-height: 130%;
[18617]507 margin: 0;
508 padding: 0;
509 /* border: 1px solid #f00; */
510}
511
[25832]512#resultsTable ul {
[18617]513 margin: 0 0 0 20px;
514 padding: 0;
515}
516
[25832]517#resultsTable li {
[18617]518 list-style: none;
519 margin: 0 0 .2em 0;
520 /* border: 1px solid #00f; */
521}
522
[25832]523#resultsTable li a {
[24772]524 padding: 3px 3px 3px 3px;
[18617]525 background-repeat: no-repeat;
526 background-position: 0 .1em;
527}
528
529
[25832]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'); }
[18617]533
[29978]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}
[18617]545/* corners of the banner */
[20465]546/*
[18617]547.corner {
548 position: absolute;
[19855]549 background-image: url('../images/layout/corners.png');
550 background-repeat: no-repeat;
551 width: 20px;
552 height: 20px;
[18617]553}
554
[19855]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}
[20465]571*/
[18617]572.clear {
573 clear: both;
574}
575
576
[25458]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%
[18617]586}
587
[25458]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
[19855]703#coverImage {
704 text-align: center;
[25916]705 margin: 20px;
[19855]706}
707
708/* ----- TABLE OF CONTENTS ------ */
[25916]709.tocTable {
710 width: 100%;
711 background: white !important;
712}
713
[26203]714.tocTextCell {
715 padding-left:5px;
716}
717
[25916]718.tableOfContentsContainer {
719 padding:1px;
[26216]720 max-height:500px;
721 overflow:auto;
[25916]722}
723
[19855]724#tableOfContents {
725 margin: 0;
726 padding: 0;
[23989]727 font-size: 70%;
[19855]728}
729
730#tableOfContents li {
731 list-style: none;
732 margin: 0;
733 padding: 2px;
734}
735
[25916]736#tableOfContents a {text-decoration: underline; color: #444 !important;}
737#tableOfContents a:visited{text-decoration: underline; color: #444 !important;}
738#tableOfContents a:link{text-decoration: underline; color: #444 !important;}
[19855]739
740#tableOfContents li.current {
741 background-color: #090;
742}
743#tableOfContents li.current a {
744 color: #fff;
745}
746
747#tableOfContents li.current li {
748 background-color: #fff;
749}
750
751#tableOfContents li.current li a {
752 color: #444;
753}
754
755#tableOfContents ul {
[23989]756 padding: 0 0 0 0;
[19855]757}
758
[23989]759#tableOfContents ul ul{
760 padding: 0 0 0 0;
761}
762
763#tableOfContents ul ul ul{
764 padding: 0 0 0 16px;
765}
766
[19988]767/* -------- SEARCH ------- */
768.paramLabel {
[25462]769 margin: 2px;
[19988]770 float: left;
771 min-width: 250px;
772}
773.paramValue {
[25462]774 margin: 2px;
[19988]775 float: left;
776}
777
778
779table{
[23989]780 border-collapse:collapse;
781 border-spacing:0;
[19988]782}
783
[24340]784/* ------- BROWSE -------*/
785
[24359]786.childrenlist {
787 margin:0 0 0 10px;
788
789}
790.childrenlist td {
791 padding:3px 0px 0px 10px;
792}
793
[25006]794/* ------- PAGED IMAGE ------- */
795
796.pageSlider {
797 width: 250px;
798 overflow: auto;
799 margin-left: auto;
800 margin-right: auto;
801 padding: 2px;
802}
803
804.pageSliderSpacer {
805 width:2px;
806}
807
808.pageSliderCol {
809 height:100px;
[25430]810 padding: 2px;
[25006]811 text-align: center;
[26299]812 vertical-align: top;
[25006]813}
814
815/* ------- SPATIAL COLLECTIONS ------- */
816
817#nearbyDocs td, #nearbyDocs th {
818 padding: 5px;
819 border: 1px solid black;
820}
821
822#nearbyDocs th {
823 font-weight: bold;
824}
825
[25273]826#auth_navbar {
827 width: 90%;
828 margin: 10px auto;
829}
830
831#auth_navbar span{
832 padding:3px;
833}
834
835#userListTable {
836 text-align: center;
837 width: 90%;
838 margin: auto;
839}
840
841#userListTable td{
842 border: black 1px solid;
843 padding: 5px;
844}
845
846#gs_error{
847 padding: 5px;
848 margin: auto;
849 width: 50%;
850 text-align: center;
851}
852
853#loginTable{
854 margin: auto;
855 width: 25%;
856}
857
[25462]858.map_canvas_full{
[25357]859 margin:0px auto;
860 width:900px;
861 height:500px;
862}
863
[25462]864.map_canvas_half{
865 float: right;
866 width:450px;
867 height:500px;
868}
869
[26871]870.pano_canvas_full{
871 margin:0px auto;
872 width:900px;
873 height:500px;
874}
875
876.pano_canvas_fullscreen{
[26883]877 margin-left:0px auto;
878 margin-right:0px auto;
879 width:1024px;
880 height:768px;;
[26871]881}
882
883.pano_canvas_half{
884 z-index: 1;
885 float: right;
886 width:450px;
887 height:500px;
888 background-color:#000000;
889}
890
891.navigate-point {
892 z-index: 97;
893 position: absolute;
894 overflow: hidden;
895 width: 80px;
896 height: 80px;
897 margin-left: -40px;
898 margin-top: -40px;
899 background-image: url("../images/navMarker.png");
900 cursor: pointer;
901}
902
903.fullscreenToggle{
904 z-index: 2;
905 position: relative;
906 float: right;
907 top: 28px;
908 left: 128px;
909 padding: 5px;
910}
911
[25457]912dl dt { font-weight:bold;
913 padding-top:10px; }
914dl dd { padding-bottom:10px}
915
[25832]916#facetSelector{
917 padding: 0px;
918 width:30%;
919 float:right;
920}
921
922.facetTable{
923 list-style:none;
924 margin: 0px 0px 20px;
925 padding: 0px;
926 overflow:auto;
927}
928
929.facetTable li{
930 margin-bottom:5px;
931}
932
933.checkboxList{
934 list-style:none;
935 padding-left:0px;
936}
937
938.facetedResults{
939 float:left;
940 width:65%;
941}
942
[26203]943.slideshowImage{
944 width:100%;
945}
946
[26931]947/* GREENBUG */
[27080]948#gbEnableButton{
949 position:fixed;
950 left:0px;
951 bottom:0px;
952}
953
[26931]954.gbTemplateContainer{
955 float:left;
956 cursor:pointer;
[27110]957 margin:0 1em;
[26931]958 font-size:1.1em;
959 text-align:center;
[27110]960 overflow:hidden;
961 min-width:4em;
962 padding: 0.5em;
[26931]963}
964
965.gbSpacer{
966 margin:0;
967 float:left;
968 height:1.2em;
969 text-align:center;
970}
971
[27080]972/* VISUAL XML EDITOR (GREENBUG)*/
[26931]973#veMainDiv{
974 margin:0;
975 padding:0;
976}
977
[27110]978#veTemplateSelector{
[27129]979 float:left;
980 padding:0.5em;
981 margin:0 0.5em 0 0;
[27110]982}
983
984#veFileSelector{
985 float:left;
986 padding:0.5em;
[27129]987 margin:0 0.5em 0 0 ;
[27110]988}
989
[26931]990#veToolboxDiv{
991 float:left;
992 width:10%;
993 margin:0;
994 padding:0;
995 overflow:auto;
996 height:300px;
997}
998
999#veEditorDiv{
1000 width:100%;
1001}
1002
1003#veEditorContainer{
[27011]1004 position:relative;
[26931]1005 float:left;
1006 width:70%;
1007 margin:0;
1008 padding:0;
1009 overflow:hidden;
1010 border: 3px groove;
1011 background-image: url(../images/veBackground.gif);
1012}
1013
1014#veSpacerDiv{
1015 float:left;
1016 width:1%;
1017 height:1px;
1018 margin:0;
1019 padding:0;
1020}
1021
1022#veInfoDiv{
1023 float:left;
1024 width:17%;
1025 margin:0 0 10px 0;
1026 padding:0;
1027 overflow:auto;
1028}
1029
1030.veElement{
[27055]1031 border:1px solid black;
[26931]1032 float:left;
1033 margin:5px -1px;
1034 overflow:hidden;
1035 color:black;
1036 cursor:pointer;
1037}
1038
1039.veDropArea{
1040 margin:5px 0;
1041 float:left;
1042 height:1em;
1043 background:#FFAAAA;
1044}
1045
1046.veContainerElement{
1047 width:90%;
1048 margin:0 auto;
1049}
1050
1051.veTitleElement{
1052 text-align:center;
1053}
1054
1055.veGSFElement{
1056 background:#DFD;
1057}
1058
1059.veGSLIBElement{
1060 background:#FF9;
1061}
1062
1063.veXSLElement{
1064 background:#DDF;
1065}
1066
1067.veHTMLElement{
1068 background:#FFFFFF;
1069}
1070
1071.veTextElement{
1072 background:#F9F;
1073}
1074
1075.veTempElement{
1076 background:#9FF;
1077}
1078
1079.veTab{
1080 font-size:0.8em;
1081 padding:0.5em;
1082}
1083
[27110]1084.veInfoDivTitle{
1085 text-align:center;
1086 margin-bottom:1em;
1087}
1088
[26931]1089.veAttributeTableContainer{
1090 text-align:center;
1091 width:100%;
[27110]1092 margin-bottom:1em;
[26931]1093}
1094
1095.veAttributeTableContainer td{
1096 border:1px solid black;
1097}
1098
1099.veAttributeTableRow{
1100 min-height:1.1em;
1101}
1102
1103.veNameCell{
1104 width:25%;
1105}
1106
1107.veValueCell{
1108 width:50%;
1109}
1110
1111.veUtilCell{
1112 font-size:0.8em;
1113 width:25%;
1114}
1115
[27011]1116#veTrash{
1117 position:absolute;
1118 right:0px;
1119 bottom:0px;
1120 text-align:center;
1121}
1122
[26931]1123.toolbarElem{
1124 border:1px dashed black;
1125 text-align:center;
1126 margin-bottom:2px;
1127}
1128
[27812]1129/* DEPOSITOR STYLES */
1130
1131#wizardBar {
1132 display: table;
1133 margin: 0 auto;
1134}
1135
1136#wizardBar li {
1137 display: inline;
1138 list-style-type: none;
1139 padding: 0 10px;
1140 margin: 0 5px;
1141}
1142
1143#wizardContainer {
1144 display: table;
1145 margin: 0 auto;
1146}
1147
1148#depositorform {
1149 min-height: 300px;
1150}
1151
[24359]1152/*
[24340]1153ul.childrenlist li {
1154list-style-type:none;
1155}
1156ul#classifierlist,ul#classifiernodelist {
1157 list-style-type:none;
1158 margin:0;
1159 padding:0
1160}
1161ul#classifierlist li{
1162list-style:none;
1163margin:0 0 5px 0;
1164padding:0;display:block;
1165}
1166ul#classifiernodelist li{
1167list-style:none;
1168margin:0;
1169padding:5px 0 0 0;
1170display:block
1171}
1172ul.childrenlist{
1173list-style:none;
1174margin:0;
1175padding:0 0 0 20px;
1176display:block;
1177width:100%
1178}
1179*/
[30382]1180
1181.metaDataHierarchyMenu{
1182 position: absolute;
1183 margin-left: -1px;
1184 z-index:1;
1185
1186}
1187.metaDataHierarchyMenu ul{
1188 margin: 0;
1189 padding: 0;
1190 display: block;
1191 position: absolute;
1192
1193}
1194.metaDataHierarchyMenu ul li {
1195 margin: 0;
1196 padding: 0;
1197 display: block;
1198 position: relative;
1199 width: 200px;
1200}
1201.metaDataHierarchyMenu ul li button{
1202 display: block;
1203 padding:10px 10px 10px 10px;
1204 width: 180px;
1205 margin: 0;
1206 color: #000000;
1207 text-decoration: none;
1208 font-size: 90%;
1209 border:1px dotted #999;
1210 text-align: left;
1211 white-space: normal;
1212 overflow: auto;
1213}
1214.metaDataHierarchyMenu ul li button:HOVER{
1215 color: #0000CC;
1216}
1217.metaDataHierarchyMenu li ul {
1218 position: absolute;
1219 left: 180px;
1220 top: 0;
1221 display: none;
1222}
1223
1224.metaDataHierarchyMenu button:focus {
1225 outline: none;
1226}
1227
1228.active {
1229 background-color:#eee;
1230}
1231
Note: See TracBrowser for help on using the repository browser.