Tidying. Properly commenting javascript in some search includes. Standardizing markup...
[srvgit] / 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 td.od {
217         color : #cc0000;
218         font-weight : bold;
219 }
220
221 tr.warn td {
222         background-color: #FF9090;
223 }
224
225 tr.onissue td {
226         background-color: #FFFFCC;
227 }
228
229 tr.highlight.onissue td {
230         background-color: #FFFFE1;
231 }
232
233 caption {
234         font-size : 153.9%;
235         font-weight : bold;
236 }
237
238 span.problem {
239         background-color : #FFFFCC;
240         color : #990000;
241         font-weight : bold;
242         line-height : 1.7em;
243 }
244
245 fieldset {
246         border : 2px solid #EEEEEE;
247         margin : 1em 1em 1em 0;
248         padding : 1em;
249 }
250
251 legend {
252         font-size : 123.1%;
253         font-weight : bold;
254         margin : 0 0 0 -1em;
255         padding : 0;
256 }
257
258 #breadcrumbs {
259         background-color : #F3F3F3;
260         border-bottom : 1px solid #E8E8E8;
261         clear : both;
262         font-size : 90%;
263         padding :.2em .5em .4em .5em;
264 }
265
266 #commonsearch {
267         display : inline;
268 }
269
270
271 div#header_search {
272         background-image : url("../../img/koha-logo-medium.gif");
273         background-position : .5em .5em;
274         background-repeat : no-repeat;
275         float: left;
276         padding-left : 14.2em;
277         margin: .3em 0 .5em 0;
278         min-height : 52px;
279 }
280
281 div#header_search input {
282         font-size : 1.3em;
283 }
284
285 div#header_search ul.link-tabs {
286         font-family : Arial, Geneva, sans-serif;
287         margin-bottom : -4px;
288 }
289
290 div#header_search ul.link-tabs li.on a,
291 div#header_search ul.link-tabs li a,
292 div#header_search ul.link-tabs li.off a {
293         padding : 0.1em .5em .2em .5em;
294 }
295
296 div#header_search div.residentsearch {
297         border : 0;
298         border-bottom : 1px solid #FF9900;
299         padding : 0 0 .2em 0;
300         display: none;
301 }
302
303 div#header_search div.residentsearch.primary {
304         display : block;
305 }
306
307 div#reserves,div#checkouts {
308         border : 1px solid #E8E8E8;
309         padding : 1em;
310 }
311
312 div#header_search .tip {
313         font-size: 93%;
314         color : Gray;
315 }
316
317 div#header_search ul li {
318         display : inline;
319         list-style-type : none;
320 }
321
322 div#header_search ul li.tabs-selected {
323         font-weight: bold;
324 }
325
326 .ex {
327         font-family : "Courier New", Courier, fixed-width;
328         font-weight : bold;
329 }
330
331 /* ClickMenu Overrides */
332
333 ul#toplevelmenu li {
334         display : inline;
335         list-style: none;
336 }
337
338 ul#toplevelmenu li ul {
339 }
340
341 div.cmDiv
342 {
343         border: 0;
344         background-color: #F3F3F3;
345 }
346
347 .clickMenu li.more a {
348         background-image: url("../../img/more-arrow.gif");
349         background-position: right;
350         background-repeat: no-repeat;
351         padding-right : 13px;
352 }
353
354 .clickMenu li.more li a {
355         background-image : none;
356         padding-right : 0;
357         white-space : nowrap;
358 }
359
360 .clickMenu
361 {
362         margin: 0;
363         padding: 0;
364         cursor: default;
365 }
366 .clickMenu, .clickMenu ul
367 {
368         list-style: none;
369 }
370 .clickMenu ul
371 {
372         margin: 0;
373         padding: 2px;
374         border: 0;
375         background-color: #F3F3F3;
376         min-width: 100px; /* ie doesnt know this :/ */
377         //float: left;/*ie again*/
378         //width: 100%;/*and again*/
379 }
380 .clickMenu div.outerbox
381 {
382         display: none;
383         min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
384 }
385 .clickMenu div.inner
386 {
387         //top: 20px; /* for ie */
388         left: 0;
389         margin: 0;
390 }
391 .clickMenu div.inner div.outerbox
392 {
393         margin: 0;
394         left: 98px;
395         //left: 90px; /* for ie */
396         top: -3px;
397 }
398 .clickMenu li
399 {
400         list-style-type : none;
401         position: relative;
402         padding: 0 20px 0 2px;
403         /*white-space: nowrap; does not really work in ie */
404 }
405 .clickMenu li.main
406 {
407         float: left;
408         padding: 0 10px;
409         background-color: #F3F3F3;
410         //height: 20px; /* for ie */
411 }
412 .clickMenu li.main li
413 {
414         z-index: 2;
415         min-width: 78px;
416 }
417 .clickMenu li.hover
418 {
419         z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
420         background-color : transparent;
421 }
422 .clickMenu img.liArrow
423 {
424         position: absolute;
425         right: 5px;
426         top: 0.41em;
427 }
428 .clickMenu ul a {
429         cursor: default;
430 }
431
432 ul.innerBox a {
433         cursor : pointer;
434 }
435
436 ul.innerBox {
437         border: 1px solid #E8E8E8;
438 }
439
440 div.yui-b h5 {
441         font-size : 100%;
442         margin : .5em 0;
443 }
444
445 dt {
446         font-size : 110%;
447         font-weight : bold;
448 }
449
450 dd {
451         padding : .2em;
452         text-indent : 1.5em;
453 }
454
455 div#toolbar {
456         background-color : #F3F3F3;
457         margin-bottom : .7em;
458 }
459
460 ul.toolbar {
461         padding-left : 0;
462 }
463
464 .yui-menu-button  {
465         
466 }
467
468 ul.toolbar li {
469         display : inline;
470         list-style : none;
471 }
472
473 div.message {
474    border : 1px solid #6699CC;
475         width : 33%;
476         margin : 1em;
477         padding : .5em;
478 }
479
480 div.patroninfo {
481         margin-top : -.5em;
482 }
483
484 div.patroninfo h5 {
485         background-color : #FCFAF3;
486         /*border-top :  1px solid #CCCC99;
487         border-left :  1px solid #CCCC99;*/
488         border-right :  1px solid #CCCC99;
489         margin-bottom : 0;
490         padding-left : .5em;
491         padding-top : .3em;
492         padding-bottom : .5em;
493 }
494
495 div.patroninfo ul {
496         /*border : 1px solid #CCCC99;*/
497         border-right : 1px solid #CCCC99;
498         border-bottom : 0;
499         border-top : 0;
500         background-color : #FCFAF3;
501         padding-bottom : .5em;
502 }
503
504 div.patroninfo ul li, div.patronviews ul li {
505         list-style-type : none;
506 }
507
508 div.patronviews {
509         background-color : #FDFCF7;
510         /*border-left : 1px solid #CCCC99;
511         border-bottom : 1px solid #CCCC99;*/
512         border-right :  1px solid #CCCC99;
513         border-top : 1px solid #CCCC99;
514         margin-bottom : .5em;
515         padding : .5em 0 .5em 0;
516 }
517
518 a.member-edit {
519         float : right;
520         background-color : #DBECC8;
521         margin-top : .5em;
522         padding : .3em;
523         text-align : right;
524         text-decoration : none;
525 }
526
527 fieldset.brief {
528         border : 1px solid #E8E8E8;
529 }
530
531 fieldset.brief label {
532         display : block;
533         font-weight : bold;
534         padding : .3em 0;
535 }
536
537 fieldset.brief ol, fieldset.brief li {
538         list-style-type : none;
539 }
540
541 fieldset.brief div.hint, fieldset.rows div.hint {
542         color : #999999;
543         font-size : 95%;
544         margin-bottom : .4em;
545 }
546
547 fieldset.rows {  
548 border-width : 1px;
549 border-bottom : 1px solid black;
550 float : left;
551 font-size : 90%;
552 clear : left;
553 margin: .9em 0 0 0;  
554 padding: 0;
555 width: 100%; 
556 }
557
558 fieldset.rows legend {  
559         margin-left: 1em;
560         font-weight: bold;
561         font-size : 110%;
562 }
563
564 fieldset.rows label, fieldset.rows span.label {  
565         float: left;  
566         font-weight : bold;
567         width: 6em;  
568         margin-right: 1em;  
569         text-align: right;
570 }
571
572 fieldset.rows fieldset {
573         border-width : 1px;
574         margin : 0;
575         padding : .3em;
576 }
577
578 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
579         width: 9em;  
580 }
581
582 .yui-b fieldset.rows div.hint {
583         margin-left : 10.5em;
584 }
585
586 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
587         width: 6em;  
588 }
589
590 .yui-u fieldset.rows div.hint {
591         margin-left : 7.5em;
592 }
593
594 fieldset.rows.left label, fieldset.rows.left span.label {
595         width : 8em;
596         text-align : left;      
597 }
598
599 fieldset.rows ol {  
600 padding: 1em 1em 0 1em;  
601 list-style-type: none;
602 }
603
604 fieldset.rows li {  
605 float : left;
606 clear : left;
607 padding-bottom: 1em;
608 list-style-type: none;
609 width: 100%; 
610 }
611
612 fieldset.rows.left li {
613         padding-bottom : .4em;
614 }
615
616 fieldset.rows li.radio {
617         padding-left: 9em;
618         width : auto;
619 }
620
621 fieldset.rows li.radio label {
622         float : none;
623         width : auto;
624         margin : 0 0 0 1em;
625 }
626
627 fieldset.rows ol.radio label {
628         width : auto;
629         float : none;
630         margin-right : 0;
631 }
632
633 fieldset.rows ol.radio label.radio {
634         float : left;
635         width : 12em;
636         margin-right : 1em;
637 }
638
639 fieldset.rows table {
640         clear : both;
641         margin-left : 1em;
642 }
643
644 fieldset.rows td label {
645         float : none;
646         font-weight : normal;
647         width : auto;
648 }
649
650 fieldset.action {
651         clear : both;
652         float : none;
653         border : none;
654         margin : 0;
655         padding : 1em 0 .3em 0;
656         width : auto;
657 }
658
659 a.cancel {
660         padding-left : 1em;
661 }
662
663 fieldset.rows fieldset.action {
664         padding : 0 0 1em 1em;
665 }
666
667 fieldset.rows .inputnote {
668         float : left;
669         margin : .5em 0 0 10em;
670 }
671
672 .tabs-nav li {
673         list-style : none;
674 }
675
676 .tabs-nav a, .tabs-nav a span, .tabs-nav span.a {
677    background : none;
678         display : block;
679         padding: .2em .5em .25em .5em;
680 }
681
682 .tabs-nav a, .tabs-nav span.a {
683     z-index : auto;
684 }
685
686 .tabs-nav .tabs-selected a, .tabs-nav .tabs-selected span.a {
687         background-color : #FFFFCC;
688         border-top: 1px solid #FFFFCC;
689         border-right: 1px solid #FF9900;
690         border-bottom: 1px solid #FF9900;
691         border-left: 1px solid #FFCC66;
692         font-weight : bold;
693         text-align : center;
694         text-decoration : none;
695         top : -1px;
696 }
697
698 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
699     background-position : inherit;
700     outline: 0; /* prevent dotted border in Firefox */
701 }
702 .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 {
703     background-position: inherit;
704 }
705
706 .tabs-nav .tabs-selected a:hover {
707         color : #0000CC;
708 }
709
710 .tabs-nav li.tabs-selected {
711         background-color : #FFFFCC;
712 }
713
714 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
715          background : none;
716     outline: 0; /* prevent dotted border in Firefox */
717 }
718
719 .tabs-container {
720     border-top: 0;
721     padding : inherit;
722     background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
723 }
724 .tabs-loading em {
725     padding: inherit;
726     background: none;
727 }
728 .toptabs {
729         margin-top : 1em;
730 }
731
732 .toptabs .tabs-nav a, .toptabs .tabs-nav span.a {
733     top: 0;
734  }
735
736 .toptabs .tabs-nav li {
737         margin-right : .5em;
738 }
739
740 .toptabs .tabs-nav li a, .toptabs .tabs-nav li span.a {
741         background-color : #F3F3F3;
742         border-top : 1px solid #E8E8E8;
743         border-left : 1px solid #E8E8E8;
744         border-right : 1px solid #E8E8E8;
745         border-bottom : 0;
746         text-align : center;
747         text-decoration : none;
748 }
749
750 .toptabs .tabs-nav li.tabs-selected  {
751         background-color : #FFF;
752 }
753
754 .toptabs .tabs-nav li.tabs-selected a, .toptabs .tabs-nav li.tabs-selected span.a {
755         background-color : #FFF;
756         border-top : 1px solid #E8E8E8;
757         border-left : 1px solid #E8E8E8;
758         border-right : 1px solid #E8E8E8;
759         border-bottom : 1px solid #FFF;
760         margin-bottom : -5px;
761         text-align : center;
762 }
763
764 .toptabs.numbered .tabs-nav li {
765         min-width : 3em;
766 }
767
768 .toptabs .tabs-container {
769         border : 1px solid #E8E8E8;
770         padding : 1em;
771 }
772
773 .checkedout {
774         color : #999999;
775         font-style : italic;
776 }
777
778 .subfield_not_filled {
779         background-color : #FFFF99;
780 }
781 .content_hidden {
782     visibility:hidden; /* you propably don't need to change this one */
783     display:none;
784 }
785
786 /* the property for the displayed tab */
787 .content_visible {
788     visibility:visible; /* you propably don't need to change this one */
789     display:block;
790 }
791 #addbiblio a, #addchild a, #newentry a {
792         padding-left : 34px;
793         background-image: url("/intranet-tmpl/prog/img/toolbar-new.gif");
794         background-position : center left;
795         background-repeat : no-repeat;
796 }
797
798 #deletebiblio button, #deletebiblio a, #deletepatron a {
799         padding-left : 34px;
800         background-image: url("/intranet-tmpl/prog/img/toolbar-delete.gif");
801         background-position : center left;
802         background-repeat : no-repeat;
803 }
804
805 #printbiblio button, #printbiblio a {
806         padding-left : 34px;
807         background-image: url("/intranet-tmpl/prog/img/toolbar-print.gif");
808         background-position : center left;
809         background-repeat : no-repeat;
810 }
811
812 #addtoshelf button, #addtoshelf a {
813         padding-left : 34px;
814         background-image: url("/intranet-tmpl/prog/img/toolbar-add-to-shelf.gif");
815         background-position : center left;
816         background-repeat : no-repeat;
817 }
818
819 #placehold a {
820         padding-left : 34px;
821         background-image: url("/intranet-tmpl/prog/img/toolbar-hold.gif");
822         background-position : center left;
823         background-repeat : no-repeat;
824 }
825
826 div.error {
827         border : 2px dashed #990000;
828         background-color : #FFFF99;
829         padding : .5em;
830         margin : 1em;
831 }
832
833 ol.bibliodetails {
834         float: left;
835         margin : 0 0 1em 1em;
836 }
837
838 ol.bibliodetails li {
839         border-bottom: 1px solid #E8E8E8;
840         list-style-type : none;
841         padding : .1em;
842 }
843
844 ol.bibliodetails span.label {
845         border-right : 1px solid #E8E8E8;
846         float : left;
847         font-weight: bold;
848         width: 12em;  
849         margin-right: 1em;  
850 }
851
852 div.sysprefs h3 {
853         margin : .2em 0 .2em .4em;
854 }
855
856 div.sysprefs dl {
857         margin-left : 1.5em;
858 }
859
860 div.sysprefs div.hint {
861         width : 25%;
862         float : right;
863         padding : .5em;
864         margin : .7em;
865 }
866
867 tr.highlight td {
868         background-color : #F6F6F6;
869 }
870
871 tr.highlight th {
872         background-color : #DDDDDD;
873 }
874
875 #circ_circulation_issue label {
876         font-size: 105%;
877         font-weight : bold;
878 }
879
880 #circ_circulation_issue div.hint {
881         color : #666666;
882         margin: .2em 0;
883 }
884
885 tr.expired td {
886         color : #999999;
887 }
888
889 span.expired {
890         color : #990000;
891         font-style : italic;
892 }
893
894 div.subfield_line label {
895     font-size:75%;
896     float: left;
897     width: 200px;
898     text-align: left;
899     clear:left;
900 }
901
902 div.help {
903         margin: .9em 0 0 0;  
904 }
905
906 .blocker {
907         color : #990000;
908 }
909
910 .circmessage li {
911         list-style : url(../../img/arrow-bullet.gif);
912         margin-bottom : .2em;
913 }
914
915 div.circmessage:first-child {
916         margin-top : 1em;
917 }
918
919 div.circmessage {
920         border: 1px solid #CCC;
921         padding: .4em;
922         margin-bottom : .3em;
923 }
924
925 span.circ-hlt {
926         color : #cc0000;
927         font-weight : bold;
928 }
929
930 div.first fieldset {
931         margin-right : 0;
932 }
933
934 .dialog {
935   width: 50%;
936   float:left;
937   background: url(../../img/dropshadow-alpha.png) no-repeat bottom right !important;
938   background: url(../../img/dropshadow.gif) no-repeat bottom right;
939   margin: 10px 0 0 10px !important;
940   margin: 10px 0 0 5px;
941   }
942
943 .dialog div {
944   background: none !important;
945   background: url(../../img/dropshadow-mask.gif) no-repeat left top;
946   padding: 0 !important;
947   padding: 0 6px 6px 0;
948   }
949
950 .dialog div.confirm {
951   background-color: #fff;
952   background : url(../../img/dialog-bg.gif) repeat-x left 0 !important;
953   font: 1em sans-serif;
954   border: 1px solid #bcbcbc;
955   padding: 4px !important;
956   margin: -6px 6px 6px -6px !important;
957   margin: 0;
958   text-align : center;
959   }
960   
961  div.confirm input {
962         background-color : #FFF;
963         border : 1px solid #bcbcbc;
964         margin : .4em;
965         padding : .4em .4em .4em 25px;
966  }
967  
968  div.confirm input.approve {
969         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
970  }
971
972  div.confirm input.deny {
973         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
974  }
975  
976  div.confirm input:hover {
977         background-color : #ffc;
978  }
979  
980  div.results {
981         padding : .7em 0;
982  }
983  
984  .accesskey {
985         text-decoration : underline;
986  }
987  
988  #changelanguage {
989         background-color : #F3F3F3;
990         border-top : 1px solid #E8E8E8;
991         font-size : 93%;
992         margin-top : 2em;
993         padding : .3em .5em .5em .5em;
994  }
995  
996  #changelanguage ul {
997         margin : 0;
998         padding : 0;
999  }
1000  
1001  #changelanguage li {
1002         border-left : 1px solid #CCC;
1003         display : inline;
1004         list-style : none;
1005         padding : 0 .5em;
1006  }
1007  
1008  #changelanguage li:first-child {
1009         border-left : 0;
1010  }