source: main/trunk/model-interfaces-dev/respooled/style/core.css@ 33073

Last change on this file since 33073 was 29862, checked in by davidb, 9 years ago

Funk interface for video popup respooled project

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