More enhancements to guided reports markup and layout.
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
1 @import url("/intranet-tmpl/prog/en/lib/yui/reset-fonts-grids.css");
2
3 a, a:link, a:visited, a:active {
4         color : #0000CC;
5 }
6
7 a:hover {
8         color : #669ACC;
9 }
10
11 body {
12         text-align : left;
13 }
14
15 br.clear {
16         clear : both;
17         line-height : 1px;
18 }
19
20 form {
21         display : inline;
22 }
23
24 h1 {
25         font-size : 161.6%;
26         font-weight : bold;
27 }
28
29 h2 {
30         font-size : 146.5%;
31         font-weight : bold;
32 }
33
34 h3 {
35         font-size : 131%;
36         font-weight : bold;
37 }
38
39 h4 {
40         font-size : 116%;       
41         font-weight : bold;
42 }
43
44 h5 {
45         font-size : 100%;       
46         font-weight : bold;
47 }
48
49 h6 {
50         font-size : 93%;
51         font-weight : bold;
52 }
53
54 h1,h2,h3,h4,h5,h6 {
55         margin : .3em 0;
56 }
57
58 p {
59         margin: .5em 0 .5em 0;
60 }
61
62 strong {
63         font-weight : bold;
64 }
65
66 em {
67         font-style : italic;
68 }
69
70 .subfield-label {
71     font-style : italic;
72 }
73
74 #hd {
75 }
76
77 #navigation {
78         border-right : 1px solid #BCBCBC;
79 }
80
81 #navigation li {
82         font-weight : bold;
83 }
84
85 #navigation li li {
86         font-weight : normal;
87 }
88
89 #navigation input {
90         font-size : 85%;
91 }
92
93 #ft {
94 }
95
96 .yui-u {
97 }
98
99 #doc, #doc1, #doc2, #doc3 {
100         padding-top : 1em;
101 }
102
103 #login   {
104         position : absolute;
105         top : 3px;
106         right : .5em;
107 }
108
109 #login a {
110
111 }
112
113 ul {
114         padding-left : 1.1em;
115 }
116
117 li {
118         
119         list-style-type : disc;
120 }
121
122 li li {
123         list-style-type : circle;
124 }
125
126 #header {
127         background-color : #F3F3F3;
128         border-bottom : 1px solid #E8E8E8;
129 }
130
131 #header:after { /* clearing without presentational markup, IE gets extra treatment */
132     display: block;
133     clear: both;
134     content: " ";
135 }
136
137 #sitetitle {
138 /*      background-image : url("../../img/koha-logo-black.png");
139         background-position : 5px 2px;
140         background-repeat : no-repeat;
141         float : left;
142         height : 54px;
143         padding-left : 50px;*/
144         border-bottom : 1px solid #E8E8E8;
145 }
146
147 #sitetitle h1 {
148         display : inline;
149         line-height : 54px;
150 }
151
152 #sitetitle h1 a {
153         text-decoration : none;
154 }
155
156 #toplevelnav {
157         float : left;
158         line-height : 2em;
159 }
160
161 #submenu {
162         margin : 0 0 .5em 0;
163         padding : 0;
164 }
165
166 #submenu ul {
167         margin : 0;
168         padding : 0;    
169 }
170
171 #submenu ul li {
172         padding-left : 0;
173 }
174
175 /*#toplevelnav ul {
176         margin : 0;
177         padding : 0;
178 }
179
180 #toplevelnav li, #submenu li {
181         display : inline;
182         border-right : 1px solid #E8E8E8;
183         padding : 0 .5em;
184         white-space : nowrap;
185 }
186
187 #toplevelnav li:last-child, #submenu li:last-child {
188         border : 0;
189 }*/
190
191 table {
192         border-collapse : collapse;
193         border-top : 1px solid #BCBCBC;
194         border-right : 1px solid #BCBCBC;
195 }
196
197 td, th {
198         border-bottom : 1px solid #BCBCBC;
199         border-left : 1px solid #BCBCBC;
200         padding : .2em .3em;
201 }
202
203 td {
204         background-color : White;
205 }
206
207 th {
208         background-color : #E8E8E8;
209         font-weight : bold;
210 }
211
212 tr.highlight td, td.highlight {
213         background-color : #F3F3F3;
214 }
215
216 tr.warn td {
217         background-color: #FF9090;
218 }
219
220 tr.onissue td {
221         background-color: #FFFFCC;
222 }
223
224 tr.highlight.onissue td {
225         background-color: #FFFFE1;
226 }
227
228 caption {
229         font-size : 153.9%;
230         font-weight : bold;
231 }
232
233 span.problem {
234         background-color : #FFFFCC;
235         color : #990000;
236         font-weight : bold;
237         line-height : 1.7em;
238 }
239
240 fieldset {
241         border : 2px solid #EEEEEE;
242         margin : 1em 1em 1em 0;
243         padding : 1em;
244 }
245
246 legend {
247         font-size : 123.1%;
248         font-weight : bold;
249         margin : 0 0 0 -1em;
250         padding : 0;
251 }
252
253 #breadcrumbs {
254         background-color : #F3F3F3;
255         border-bottom : 1px solid #E8E8E8;
256         clear : both;
257         font-size : 90%;
258         padding :.2em .5em .4em .5em;
259 }
260
261 #commonsearch {
262         display : inline;
263 }
264
265
266 div#header_search {
267         background-image : url("../../img/koha-logo-medium.gif");
268         background-position : .5em .5em;
269         background-repeat : no-repeat;
270         float: left;
271         padding-left : 14.2em;
272         margin: .3em 0 .5em 0;
273         min-height : 52px;
274 }
275
276 div#header_search input {
277         font-size : 1.3em;
278 }
279
280 div#header_search ul.link-tabs {
281         font-family : Arial, Geneva, sans-serif;
282         margin-bottom : -4px;
283 }
284
285 div#header_search ul.link-tabs li.on a,
286 div#header_search ul.link-tabs li a,
287 div#header_search ul.link-tabs li.off a {
288         padding : 0.1em .5em .2em .5em;
289 }
290
291 div#header_search div.residentsearch {
292         border : 0;
293         border-bottom : 1px solid #FF9900;
294         padding : 0 0 .2em 0;
295 }
296
297 div#reserves,div#checkouts {
298         border : 1px solid #E8E8E8;
299         padding : 1em;
300 }
301
302 div#header_search .tip {
303         font-size: 93%;
304         color : Gray;
305 }
306
307 .ex {
308         font-family : "Courier New", Courier, fixed-width;
309         font-weight : bold;
310 }
311
312 /* ClickMenu Overrides */
313
314 ul#toplevelmenu li {
315         display : inline;
316         list-style: none;
317 }
318
319 ul#toplevelmenu li ul {
320 }
321
322 div.cmDiv
323 {
324         border: 0;
325         background-color: #F3F3F3;
326 }
327
328 .clickMenu li.more a {
329         background-image: url("../../img/more-arrow.gif");
330         background-position: right;
331         background-repeat: no-repeat;
332         padding-right : 13px;
333 }
334
335 .clickMenu li.more li a {
336         background-image : none;
337         padding-right : 0;
338         white-space : nowrap;
339 }
340
341 .clickMenu
342 {
343         margin: 0;
344         padding: 0;
345         cursor: default;
346 }
347 .clickMenu, .clickMenu ul
348 {
349         list-style: none;
350 }
351 .clickMenu ul
352 {
353         margin: 0;
354         padding: 2px;
355         border: 0;
356         background-color: #F3F3F3;
357         min-width: 100px; /* ie doesnt know this :/ */
358         //float: left;/*ie again*/
359         //width: 100%;/*and again*/
360 }
361 .clickMenu div.outerbox
362 {
363         display: none;
364         min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
365 }
366 .clickMenu div.inner
367 {
368         //top: 20px; /* for ie */
369         left: 0;
370         margin: 0;
371 }
372 .clickMenu div.inner div.outerbox
373 {
374         margin: 0;
375         left: 98px;
376         //left: 90px; /* for ie */
377         top: -3px;
378 }
379 .clickMenu li
380 {
381         list-style-type : none;
382         position: relative;
383         padding: 0 20px 0 2px;
384         /*white-space: nowrap; does not really work in ie */
385 }
386 .clickMenu li.main
387 {
388         float: left;
389         padding: 0 10px;
390         background-color: #F3F3F3;
391         //height: 20px; /* for ie */
392 }
393 .clickMenu li.main li
394 {
395         z-index: 2;
396         min-width: 78px;
397 }
398 .clickMenu li.hover
399 {
400         z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
401         background-color : transparent;
402 }
403 .clickMenu img.liArrow
404 {
405         position: absolute;
406         right: 5px;
407         top: 0.41em;
408 }
409 .clickMenu ul a {
410         cursor: default;
411 }
412
413 ul.innerBox a {
414         cursor : pointer;
415 }
416
417 ul.innerBox {
418         border: 1px solid #E8E8E8;
419 }
420
421 div.yui-b h5 {
422         font-size : 100%;
423         margin : .5em 0;
424 }
425
426 dt {
427         font-size : 110%;
428         font-weight : bold;
429 }
430
431 dd {
432         padding : .2em;
433         text-indent : 1.5em;
434 }
435
436 div#toolbar {
437         background-color : #F3F3F3;
438         margin-bottom : .7em;
439 }
440
441 ul.toolbar {
442         padding-left : 0;
443 }
444
445 .yui-menu-button  {
446         
447 }
448
449 ul.toolbar li {
450         display : inline;
451         list-style : none;
452 }
453
454 div.message {
455    border : 1px solid #6699CC;
456         width : 33%;
457         margin : 1em;
458         padding : .5em;
459 }
460
461 div.patroninfo {
462         margin-top : -.5em;
463 }
464
465 div.patroninfo h5 {
466         background-color : #FCFAF3;
467         /*border-top :  1px solid #CCCC99;
468         border-left :  1px solid #CCCC99;*/
469         border-right :  1px solid #CCCC99;
470         margin-bottom : 0;
471         padding-left : .5em;
472         padding-top : .3em;
473         padding-bottom : .5em;
474 }
475
476 div.patroninfo ul {
477         /*border : 1px solid #CCCC99;*/
478         border-right : 1px solid #CCCC99;
479         border-bottom : 0;
480         border-top : 0;
481         background-color : #FCFAF3;
482         padding-bottom : .5em;
483 }
484
485 div.patroninfo ul li, div.patronviews ul li {
486         list-style-type : none;
487 }
488
489 div.patronviews {
490         background-color : #FDFCF7;
491         /*border-left : 1px solid #CCCC99;
492         border-bottom : 1px solid #CCCC99;*/
493         border-right :  1px solid #CCCC99;
494         border-top : 1px solid #CCCC99;
495         margin-bottom : .5em;
496         padding : .5em 0 .5em 0;
497 }
498
499 a.member-edit {
500         float : right;
501         background-color : #DBECC8;
502         margin-top : .5em;
503         padding : .3em;
504         text-align : right;
505         text-decoration : none;
506 }
507
508 fieldset.brief {
509         border : 1px solid #E8E8E8;
510 }
511
512 fieldset.brief label {
513         display : block;
514         font-weight : bold;
515         padding : .3em 0;
516 }
517
518 fieldset.brief ol, fieldset.brief li {
519         list-style-type : none;
520 }
521
522 fieldset.brief div.hint {
523         color : #999999;
524         font-size : 90%;
525         margin-bottom : .4em;
526 }
527
528 fieldset.rows {  
529 border-width : 1px;
530 border-bottom : 1px solid black;
531 float : left;
532 font-size : 90%;
533 clear : left;
534 margin: .9em 0 0 0;  
535 padding: 0;
536 width: 100%; 
537 }
538
539 fieldset.rows legend {  
540         margin-left: 1em;
541         font-weight: bold;
542         font-size : 110%;
543 }
544
545 fieldset.rows label, fieldset.rows span.label {  
546         float: left;  
547         font-weight : bold;
548         width: 6em;  
549         margin-right: 1em;  
550         text-align: right;
551 }
552
553 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
554         width: 9em;  
555 }
556
557 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
558         width: 6em;  
559 }
560
561 fieldset.rows.left label, fieldset.rows.left span.label {
562         width : 8em;
563         text-align : left;      
564 }
565
566 fieldset.rows ol {  
567 padding: 1em 1em 0 1em;  
568 list-style-type: none;
569 }
570
571 fieldset.rows li {  
572 float : left;
573 clear : left;
574 padding-bottom: 1em;
575 list-style-type: none;
576 width: 100%; 
577 }
578
579 fieldset.rows.left li {
580         padding-bottom : .4em;
581 }
582
583 fieldset.rows li.radio {
584         padding-left: 9em;
585         width : auto;
586 }
587
588 fieldset.rows li.radio label {
589         float : none;
590         width : auto;
591         margin : 0 0 0 1em;
592 }
593
594 fieldset.rows ol.radio label {
595         width : auto;
596         float : none;
597         margin-right : 0;
598 }
599
600 fieldset.rows ol.radio label.radio {
601         float : left;
602         width : 12em;
603         margin-right : 1em;
604 }
605
606 fieldset.rows table {
607         clear : both;
608         margin-left : 1em;
609 }
610
611 fieldset.rows td label {
612         float : none;
613         font-weight : normal;
614         width : auto;
615 }
616
617 fieldset.action {
618         clear : both;
619         float : none;
620         border : none;
621         margin : 0;
622         padding : 1em 0 .3em 0;
623         width : auto;
624 }
625
626 a.cancel {
627         padding-left : 1em;
628 }
629
630 fieldset.rows fieldset.action {
631         padding : 0 0 1em 1em;
632 }
633
634 fieldset.rows .inputnote {
635         float : left;
636         margin : .5em 0 0 10em;
637 }
638
639 .tabs-nav li {
640         list-style : none;
641 }
642
643 .tabs-nav a, .tabs-nav a span, .tabs-nav span.a {
644    background : none;
645         display : block;
646         padding: .2em .5em .25em .5em;
647 }
648
649 .tabs-nav a, .tabs-nav span.a {
650     z-index : auto;
651 }
652
653 .tabs-nav .tabs-selected a, .tabs-nav .tabs-selected span.a {
654         background-color : #FFFFCC;
655         border-top: 1px solid #FFFFCC;
656         border-right: 1px solid #FF9900;
657         border-bottom: 1px solid #FF9900;
658         border-left: 1px solid #FFCC66;
659         font-weight : bold;
660         text-align : center;
661         text-decoration : none;
662         top : -1px;
663 }
664
665 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
666     background-position : inherit;
667     outline: 0; /* prevent dotted border in Firefox */
668 }
669 .tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active, .tabs-nav span.a {
670     background-position: inherit;
671 }
672
673 .tabs-nav .tabs-selected a:hover {
674         color : #0000CC;
675 }
676
677 .tabs-nav li.tabs-selected {
678         background-color : #FFFFCC;
679 }
680
681 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
682          background : none;
683     outline: 0; /* prevent dotted border in Firefox */
684 }
685
686 .tabs-container {
687     border-top: 0;
688     padding : inherit;
689     background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
690 }
691 .tabs-loading em {
692     padding: inherit;
693     background: none;
694 }
695 .toptabs {
696         margin-top : 1em;
697 }
698
699 .toptabs .tabs-nav a, .toptabs .tabs-nav span.a {
700     top: 0;
701  }
702
703 .toptabs .tabs-nav li {
704         margin-right : .5em;
705 }
706
707 .toptabs .tabs-nav li a, .toptabs .tabs-nav li span.a {
708         background-color : #F3F3F3;
709         border-top : 1px solid #E8E8E8;
710         border-left : 1px solid #E8E8E8;
711         border-right : 1px solid #E8E8E8;
712         border-bottom : 0;
713         text-align : center;
714         text-decoration : none;
715 }
716
717 .toptabs .tabs-nav li.tabs-selected  {
718         background-color : #FFF;
719 }
720
721 .toptabs .tabs-nav li.tabs-selected a, .toptabs .tabs-nav li.tabs-selected span.a {
722         background-color : #FFF;
723         border-top : 1px solid #E8E8E8;
724         border-left : 1px solid #E8E8E8;
725         border-right : 1px solid #E8E8E8;
726         border-bottom : 1px solid #FFF;
727         margin-bottom : -5px;
728         text-align : center;
729 }
730
731 .toptabs.numbered .tabs-nav li {
732         min-width : 3em;
733 }
734
735 .toptabs .tabs-container {
736         border : 1px solid #E8E8E8;
737         padding : 1em;
738 }
739
740 .checkedout {
741         color : #999999;
742         font-style : italic;
743 }
744
745 .subfield_not_filled {
746         background-color : #FFFF99;
747 }
748 .content_hidden {
749     visibility:hidden; /* you propably don't need to change this one */
750     display:none;
751 }
752
753 /* the property for the displayed tab */
754 .content_visible {
755     visibility:visible; /* you propably don't need to change this one */
756     display:block;
757 }
758 #addbiblio a, #addchild a, #newentry a {
759         padding-left : 34px;
760         background-image: url("/intranet-tmpl/prog/img/toolbar-new.gif");
761         background-position : center left;
762         background-repeat : no-repeat;
763 }
764
765 #deletebiblio button, #deletebiblio a, #deletepatron a {
766         padding-left : 34px;
767         background-image: url("/intranet-tmpl/prog/img/toolbar-delete.gif");
768         background-position : center left;
769         background-repeat : no-repeat;
770 }
771
772 #printbiblio button, #printbiblio a {
773         padding-left : 34px;
774         background-image: url("/intranet-tmpl/prog/img/toolbar-print.gif");
775         background-position : center left;
776         background-repeat : no-repeat;
777 }
778
779 #addtoshelf button, #addtoshelf a {
780         padding-left : 34px;
781         background-image: url("/intranet-tmpl/prog/img/toolbar-add-to-shelf.gif");
782         background-position : center left;
783         background-repeat : no-repeat;
784 }
785
786 #placehold a {
787         padding-left : 34px;
788         background-image: url("/intranet-tmpl/prog/img/toolbar-hold.gif");
789         background-position : center left;
790         background-repeat : no-repeat;
791 }
792
793 div.error {
794         border : 2px dashed #990000;
795         background-color : #FFFF99;
796         padding : .5em;
797         margin : 1em;
798 }
799
800 ol.bibliodetails {
801         float: left;
802         margin : 0 0 1em 1em;
803 }
804
805 ol.bibliodetails li {
806         border-bottom: 1px solid #E8E8E8;
807         list-style-type : none;
808         padding : .1em;
809 }
810
811 ol.bibliodetails span.label {
812         border-right : 1px solid #E8E8E8;
813         float : left;
814         font-weight: bold;
815         width: 12em;  
816         margin-right: 1em;  
817 }
818
819 div.sysprefs h3 {
820         margin : .2em 0 .2em .4em;
821 }
822
823 div.sysprefs dl {
824         margin-left : 1.5em;
825 }
826
827 div.sysprefs div.hint {
828         width : 25%;
829         float : right;
830         padding : .5em;
831         margin : .7em;
832 }
833
834 tr.highlight td {
835         background-color : #F6F6F6;
836 }
837
838 #circ_circulation_issue label {
839         font-size: 105%;
840         font-weight : bold;
841 }
842
843 #circ_circulation_issue div.hint {
844         color : #666666;
845         margin: .2em 0;
846 }
847
848 tr.expired td {
849         color : #999999;
850 }
851
852 span.expired {
853         color : #990000;
854         font-style : italic;
855 }
856
857 div.subfield_line label {
858     font-size:75%;
859     float: left;
860     width: 200px;
861     text-align: left;
862     clear:left;
863 }
864
865 div.help {
866         margin: .9em 0 0 0;  
867 }
868
869 .blocker {
870         color : #990000;
871 }
872
873 .circmessage li {
874         list-style : url(../../img/arrow-bullet.gif);
875         margin-bottom : .2em;
876 }
877
878 div.circmessage:first-child {
879         margin-top : 1em;
880 }
881
882 div.circmessage {
883         border: 1px solid #CCC;
884         padding: .4em;
885         margin-bottom : .3em;
886 }
887
888 span.circ-hlt {
889         color : #cc0000;
890         font-weight : bold;
891 }
892
893 div.first fieldset {
894         margin-right : 0;
895 }
896
897 .dialog {
898   width: 50%;
899   float:left;
900   background: url(../../img/dropshadow-alpha.png) no-repeat bottom right !important;
901   background: url(../../img/dropshadow.gif) no-repeat bottom right;
902   margin: 10px 0 0 10px !important;
903   margin: 10px 0 0 5px;
904   }
905
906 .dialog div {
907   background: none !important;
908   background: url(../../img/dropshadow-mask.gif) no-repeat left top;
909   padding: 0 !important;
910   padding: 0 6px 6px 0;
911   }
912
913 .dialog div.confirm {
914   background-color: #fff;
915   background : url(../../img/dialog-bg.gif) repeat-x left 0 !important;
916   font: 1em sans-serif;
917   border: 1px solid #bcbcbc;
918   padding: 4px !important;
919   margin: -6px 6px 6px -6px !important;
920   margin: 0;
921   text-align : center;
922   }
923   
924  div.confirm input {
925         background-color : #FFF;
926         border : 1px solid #bcbcbc;
927         margin : .4em;
928         padding : .4em .4em .4em 25px;
929  }
930  
931  div.confirm input.approve {
932         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
933  }
934
935  div.confirm input.deny {
936         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
937  }
938  
939  div.confirm input:hover {
940         background-color : #ffc;
941  }
942  
943  div.results {
944         padding : .7em 0;
945  }