Removing some redundant information
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / includes / intranet.css
1 a:link {
2         color : #0066CC;
3 }
4
5 a:visited {
6         color : #0066CC;
7 }
8
9 a:hover {
10         color : #993300;
11 }
12
13 a.delete {
14         background-color : #CC3333;
15         color : #FFFF99;
16         display : block;
17         font-weight : bold;
18         margin : 2px;
19         padding : 1px;
20         text-align : center;
21         text-decoration : none;
22 }
23
24 a.delete:hover {
25         background-color : #FF3333;
26         color : #FFFF99;
27 }
28
29 a.edit {
30         background-color : #CCFF00;
31         color : #3366CC;
32         display : block;
33         font-weight : bold;
34         margin : 2px;
35         padding : 1px;
36         text-align : center;
37         text-decoration : none;
38 }
39
40 a.edit:hover {
41         background-color : #CCFF99;
42         color : #000088;
43 }
44
45 a:link.current {
46         background-color : transparent;
47         color : #3366CC;
48         font-size : 12px;
49         font-weight : bold;
50         padding : 1px 5px 1px 5px;
51         text-decoration : none;
52 }
53
54 a:link.current {
55         background-color : transparent;
56         color : #3366CC;
57 }
58
59 a:link.nav {
60         background-color : #D8DEB8;
61         color : #3366CC;
62 }
63
64 a:link.pages {
65         background-color : #FFFFCC;
66         color : #3366CC;
67         font-size : 12px;
68         font-weight : bold;
69         padding : 1px 5px 1px 5px;
70         text-decoration : none;
71 }
72
73 a:visited.current {
74         background-color : transparent;
75         color : #3366CC;
76         font-size : 12px;
77         font-weight : bold;
78         padding : 1px 5px 1px 5px;
79         text-decoration : none;
80 }
81
82 a:visited.current {
83         background-color : transparent;
84         color : #3366CC;
85 }
86
87 a:visited.nav {
88         background-color : #D8DEB8;
89         color : #3366CC;
90 }
91
92 a:visited.pages {
93         background-color : #FFFFCC;
94         color : #3366CC;
95         font-size : 12px;
96         font-weight : bold;
97         padding : 1px 5px 1px 5px;
98         text-decoration : none;
99 }
100
101 a:hover.current {
102         background-color : #CCFF00;
103         color : #CC3333;
104         font-size : 12px;
105         font-weight : bold;
106         padding : 1px 5px 1px 5px;
107         text-decoration : none;
108 }
109
110 a:hover.current {
111         background-color : #CCFF00;
112         color : #CC3333;
113 }
114
115 a:hover.nav {
116         background-color : #CCFF00;
117         color : #CC3333;
118 }
119
120 a:hover.pages {
121         background-color : #CCFF00;
122         color : #CC3333;
123         font-size : 12px;
124         font-weight : bold;
125         padding : 1px 5px 1px 5px;
126         text-decoration : none;
127 }
128
129 a:active.current {
130         background-color : #99CC00;
131         color : #FFFF99;
132         font-size : 12px;
133         font-weight : bold;
134         padding : 1px 5px 1px 5px;
135         text-decoration : none;
136 }
137
138 a:active.current {
139         background-color : #99CC00;
140         color : #FFFF99;
141 }
142
143 a:active.nav {
144         background-color : #99CC00;
145         color : #FFFF99;
146 }
147
148 a:active.pages {
149         background-color : #99CC00;
150         color : #FFFF99;
151         font-size : 12px;
152         font-weight : bold;
153         padding : 1px 5px 1px 5px;
154         text-decoration : none;
155 }
156
157 body {
158         background-color : #009999;
159         color : #333333;
160         font-family : arial, geneva, sans-serif;
161         font-size : 16px;
162         margin : 3px 0px 0px 5px;
163 }
164
165 caption {
166         color : #000066;
167         font-size : 20px;
168         font-weight : bold;
169         margin-top : 5px;
170         text-align : left;
171 }
172
173 div.form, div.details {
174         background-color : #FFFFCC;
175         border : 0px;
176         margin : 0px auto;
177         padding : 5px;
178 }
179
180 div.details {
181         margin-bottom: 5px;
182 }
183
184 div.details dl {
185         margin : 0px;
186         padding : 0px;
187 }
188
189 div.details dt {
190         font-weight: bold;
191         font-size: 12px;
192         border-bottom : 1px solid #D8DEB8;
193         padding : 2px;
194 }
195
196 div.details dd {
197         font-size: 12px;
198 }
199
200 div.details ul {
201         margin-top: 0px;
202         margin-bottom: 0px;
203         padding-top : 0px;
204         padding-bottom : 3px;
205         font-size : 12px;
206 }
207
208 div.items {
209         background-color : #FFFFCC;
210         border : 0px;
211         margin : 0px auto;
212         padding : 5px;
213         width : 100%;
214 }
215
216 div.items td {
217         border-bottom : 1px solid #E7E7CA;
218         border-left : 1px solid #E7E7CA;
219         border-right : 1px solid #E7E7CA;
220         border-top : 1px solid #E7E7CA;
221         font-size : .75em;
222         padding: 2px;
223 }
224
225 div.items th {
226         background-color : #FFC;
227         border-bottom : 1px solid #E7E7CA;
228         border-left : 1px solid #E7E7CA;
229         border-right : 0px;
230         border-top : 1px solid #E7E7CA;
231         color : #000088;
232         font-size: .75em;
233         font-weight : bold;
234         padding : 2px;
235         text-align : left;
236         vertical-align : top;
237 }
238
239 div.details td, div.form td {
240         border-bottom : 1px solid #E7E7CA;
241         border-left : 1px solid #E7E7CA;
242         border-right : 0px;
243         border-top : 0px;
244 }
245
246 div.details td:first-child, div.form td:first-child {
247         font-weight : bold;
248         text-align : right;
249         width : 25%;
250 }
251
252 div.details td+td, div.form td+td {
253         font-weight : normal;
254         text-align : left;
255         width : 75%;
256 }
257
258 div.compact td {
259         border-bottom : 1px solid #E7E7CA;
260         border-left : 1px solid #E7E7CA;
261         border-right : 0px;
262         border-top : 0px;
263         font-weight : normal;
264         font-size : 13px;
265         padding : 1px 1px 1px 10px;
266 }
267
268 div.compact th {
269         border-bottom : 1px solid #999933;
270         border-left : 1px solid #E7E7CA;
271         border-right : 1px solid #999933;
272         border-top : 0px;
273         padding : 1px 10px 1px 1px;
274         font-weight : normal;
275         font-size : 13px;
276         text-align : right;
277         width : 20%;
278         vertical-align: top;
279 }
280
281 div.error {
282         background-color : #FFFF99;
283         border : 1px dashed #990000;
284         font-size : 16px;
285         line-height : 18px;
286         margin : 10px auto;
287         padding : 5px;
288         width : 65%;
289 }
290
291 div.error .submit {
292         background-color : #993300;
293         font-size: 14px;
294         color: #E7E7CA;
295         padding : 2px 15px 2px 15px;
296 }
297
298 div.error h3 {
299         color : #990033;
300 }
301
302 div.error p {
303         margin : 0px;
304         padding : 0px 0px 0px 20px;
305 }
306
307 div.notice {
308         background-color : #FFFF99;
309         border : 1px dashed #990000;
310         font-size : 16px;
311         line-height : 18px;
312         margin : 10px auto;
313         padding : 5px;  
314 }
315
316 div.flags li {
317         list-style : circle;
318 }
319
320 div.flags ul {
321         margin : 0px;
322         padding : 0px;
323 }
324
325 div.menu {
326         width : 100%;
327 }
328
329 div.menu th {
330         background-color : #FFFFCC;
331         border-bottom : 1px solid #E7E7CA;
332         border-left : 1px solid #E7E7CA;
333         border-right : 0px;
334         border-top : 0px;
335         font-size : 101%;
336         font-weight : bold;
337         text-align : right;
338         }
339
340 div.menu td+td {
341         font-size : 90%;
342         font-weight : normal;
343         text-align : left;
344 }
345
346 div.tabitem {
347         display : inline;
348 }
349
350 div.tabitem form {
351         display : inline;
352         white-space : nowrap;
353 }
354
355 div.tabitem ul li {
356         margin-left: 0;
357         margin-bottom: 0;
358         padding: 2px 15px 5px;
359         border: 1px solid #000;
360         list-style: none;
361         display: inline;
362         }
363         
364                 
365 div.tabitem ul li.here {
366         border-bottom: 1px solid #ffc;
367         list-style: none;
368         display: inline;
369         }
370
371 fieldset {
372         border : 0;
373         padding : 0;
374         white-space : nowrap;
375 }
376
377 fieldset.list {
378         white-space : normal;
379 }
380
381 form {
382         margin : 0px;
383         padding : 0px;
384 }
385
386 h1
387         {
388         color : #000066;
389         font-size : 20px;
390         font-weight : bold;
391         margin-bottom : 3px;
392         margin-top : 3px;
393 }
394
395 h2 {
396         color : #000066;
397         font-size : 18px;
398         font-weight : bold;
399         margin-bottom : 3px;
400         margin-top : 3px;
401 }
402
403 h3 {
404         color : #000066;
405         font-size : 16px;
406         font-weight : bold;
407         margin-bottom : 3px;
408         margin-top : 3px;
409 }
410
411 h3.alert {
412         background-color: #FFCC33;
413         color: #CC0000;
414         padding: 3px;
415 }
416
417 h3.title {
418         background-color: #EEF0DB;
419         font-size : 18px;
420         display : block;
421         padding : 5px;
422         margin: 0px auto;
423 }
424
425 h4 {
426         color : #000066;
427         font-size : 14px;
428         font-weight : bold;
429         margin-bottom : 3px;
430         margin-top : 3px;
431 }
432
433 h5 {
434         color : #000066;
435         font-size : 13px;
436         font-weight : bold;
437         margin-bottom : 1px;
438         margin-top : 1px;
439 }
440
441 h6 {
442         color : #000066;
443         font-size : 12px;
444         font-weight : bold;
445         margin-bottom : 1px;
446         margin-top : 1px;
447 }
448
449 label {
450         font-weight : bold;
451         padding : 0px 5px 0px 5px;
452 }
453
454 sup {
455         font-size : .7em;
456         color : #cc0000;
457         font-weight : bold;
458         font-family : "courier new", courier, monospace;
459 }
460
461 table {
462         background-color : #FFFFCC;
463         border-bottom : 0px solid #000000;
464         border-collapse : collapse;
465         border-left : 0px solid #000000;
466         margin : 3px 0px 5px 0px;
467         padding : 0px;
468         width : 99%;
469 }
470
471 td {
472         border-bottom : 1px solid #E7E7CA;
473         border-right : 1px solid #E7E7CA;
474         font-size : 12px;
475         padding : 5px 5px 5px 5px;
476 }
477
478 td:last-child {
479         border-bottom : 1px solid #E7E7CA;
480         border-right : 0px solid #E7E7CA;
481         font-size : 12px;
482         padding : 5px 5px 5px 5px;
483 }
484
485 td+ul {
486         margin-top : 0px;
487         margin-bottom : 0px;
488 }
489
490 th {
491         background-color : #D8DEB8;
492         border-bottom : 1px solid #000000;
493         border-right : 1px solid #000000;
494         font-size : 14px;
495         font-weight : bold;
496         padding : 5px 5px 5px 5px;
497 }
498
499 th:last-child {
500         background-color : #D8DEB8;
501         border-bottom : 1px solid #000000;
502         border-right : 0px solid #000000;
503         font-size : 14px;
504         font-weight : bold;
505         padding : 5px 5px 5px 5px;
506 }
507
508 td.input, div.form td, div.details td {
509         border-bottom : 1px solid #E7E7CA;
510         border-left : 0px;
511         border-right : 0px;
512         color : #000000;
513         line-height : 1.5em;
514         padding : 4px;
515         text-align : right;
516 }
517
518 td.label, div.form th, div.details th {
519         background-color : #FFC;
520         border-bottom : 1px solid #E7E7CA;
521         border-left : 1px solid #E7E7CA;
522         border-right : 0px;
523         border-top : 0px;
524         color : #000088;
525         font-weight : bold;
526         line-height : 1.5em;
527         padding : 4px;
528         text-align : left;
529         vertical-align : top;
530 }
531
532 td.label {
533         border-bottom : 1px solid #E7E7CA;
534         border-left : 1px solid #E7E7CA;
535         color : #000088;
536         font-weight : bold;
537         line-height : 1.5em;
538         padding : 4px;
539 }
540
541 tr.highlight {
542         background-color : #FFFFFF;
543 }
544
545 table.marc {
546         background-color : #FFFFCC;
547         border-collapse : collapse;
548         margin : 3px 0px 5px 0px;
549         padding : 0px;
550         width : 95%;
551 }
552
553 table.marc th {
554         background-color: #E7E7CA;
555         border : 0px;
556         text-align : left;
557         font-weight : normal;
558 }
559
560 table.marc td.label {
561         color : #000000;
562         font-weight : bold;
563         width : 25%;
564 }
565
566 table.marc td.data {
567         background-color : #FFFFFF;
568 }
569
570 /*.barcode {
571         display : block;
572         text-align : right;
573         font-style: italic;
574         font-size : .95em;
575         color: #666633;
576 }*/
577
578 .cancel {
579         background-color : #993300;
580         color : #FFFFCC;
581         font-size : 12px;
582         font-weight : bold;
583         padding : 2px;
584 }
585
586 .current {
587         background-color : #FFFFFF;
588         color : #3366CC;
589         font-size : 12px;
590         font-weight : bold;
591         padding : 1px 5px 1px 5px;
592         text-decoration : none;
593 }
594
595 .error {
596         color : #CC0033;
597         font-weight : bold;
598 }
599
600 .ex {
601         font-family : "Courier New", Courier, monospace;
602 }
603
604 .form dd {
605         border-bottom : 1px solid #E7E7CA;
606         color : #000000;
607         display : block;
608         line-height : 1.5em;
609         padding : 4px;
610         text-align : right;
611 }
612
613 .form dl {
614         margin : 0px 0px 0px 0px;
615         padding : 3px;
616         width : 80%;
617 }
618
619 .form dt {
620         border-bottom : 1px solid #E7E7CA;
621         border-left : 1px solid #E7E7CA;
622         color : #000088;
623         float : left;
624         font-weight : bold;
625         line-height : 1.5em;
626         padding : 4px;
627 }
628
629 .help {
630                 cursor: help;
631 }
632
633 .inline {
634         display : inline;
635 }
636
637 .menu input {
638         font-size : 80%;
639 }
640
641 input.focus {
642         background-color: #FFF;
643         border-bottom: 2px dashed #993300;
644 }
645
646 input.unfocus {
647         background-color : #FFF;
648 }
649
650 .nav {
651         font-size : 12px;
652         font-weight : bold;
653         padding : 1px 5px 1px 5px;
654         text-decoration : none;
655 }
656
657 .print {
658         font-size: 10px;
659 }
660
661 .submit {
662         background-color : #669999;
663         color : #EEF0DB;
664         font-size : 12px;
665         font-weight : bold;
666         padding : 2px;
667 }
668
669 .yes {
670         float: left;
671         padding : 0px 15px 0px 15px;
672         width : 33%;
673         margin : 0px 2px 0px 2px;
674         text-align: center;
675 }
676
677 .no {
678         float: right;
679         padding : 0px 15px 0px 15px;
680         width : 33%;
681         margin : 0px 2px 0px 2px;
682         text-align: center;
683 }
684
685 #main {
686         background-color : #CCCC99;
687         border-left : 1px solid #CCCC99;
688         margin-left : 20%;
689         margin-right : 2%;
690         margin-top : 2%;
691         padding : 10px;
692 }
693
694 #main-compact {
695         background-color : #CCCC99;
696         border-left : 1px solid #CCCC99;
697         margin-left : 2%;
698         margin-right : 2%;
699         margin-top : 2%;
700         padding : 10px; 
701 }
702
703 #menu {
704         background-color : #FFFFCC;
705 }
706
707 #menu dd {
708         border-bottom : 1px dashed #D8DEB8;
709         border-left : 1px dashed #D8DEB8;
710         border-right : 0px solid #000000;
711         border-top : 0px solid #000000;
712         padding : 3px 45px 3px 10px;
713 }
714
715 #menu dd a {
716         font-size : 1.05em;
717         font-weight : bold;
718         text-decoration : none;
719 }
720
721 #menu dd li {
722         display : inline;
723         white-space : nowrap;
724 }
725
726 #menu dd li:before {
727         content : "\00BB \0020";
728 }
729
730 #menu dd ul {
731         display : inline;
732         list-style : disc;
733 }
734
735 #menu dl {
736         margin : 0px;
737         padding : 0px; /*width : 80%;*/
738 }
739
740 #menu dt {
741         background-color : #FFFFFF;
742         border-bottom : 1px solid #D8DEB8;
743         border-left : 0px solid #D8DEB8;
744         border-right : 0px solid #000000;
745         border-top : 0px solid #000000;
746         color : #000066;
747         font-size : 1.2em;
748         font-weight : bold;
749         padding : 2px 2px 2px 5px;
750 }
751
752 #menu dt a {
753         text-decoration : none;
754 }
755
756 #nav {
757         background-color : #CCCC99;
758         position : absolute;
759         left : 1px;
760         margin : 2% 0% 0% 1%;
761         padding : 0px;
762         width : 17%;
763 }
764
765 #nav .submit {
766         font-size : 9px;
767 }
768
769 #nav a {
770         font-family : Tahoma, arial, geneva, sans-serif;
771         font-weight : bold;
772         text-decoration : none;
773 }
774
775 #nav h4 {
776         font-size : 12px;
777         font-weight : bold;
778         margin : 0px;
779         padding : 0px;
780         text-align : left;
781 }
782
783 #nav input {
784         font-size : .8em;
785 }
786
787 #nav label {
788         font-size : 10px;
789 }
790
791 #nav ul {
792         margin : 0px;
793         padding : 0px;
794 }
795
796 #nav ul li {
797         background-color : #D8DEB8;
798         border-bottom : 1px solid #FFFFCC;
799         border-left : 0px solid #FFFFCC;
800         border-right : 0px solid #006699;
801         border-top : 0px solid #FFFFCC;
802         font-size : .8em;
803         list-style : none;
804         padding : 3px;
805         text-align : right;
806         width : 100%;
807 }
808
809 #nav ul li+li {
810         border-bottom : 1px solid #FFFFCC;
811         border-left : 0px solid #FFFFCC;
812         border-right : 0px solid #006699;
813 }
814
815 #nav ul ul {
816         margin : 0px 0px 0px 5px;
817 }
818
819 #nav ul ul li {
820         background-color : #EFF1D8;
821         border-bottom : 1px solid #CCCC99;
822         border-left : 0px solid #FFFFCC;
823         border-right : 0px solid #006699;
824         border-top : 0px solid #FFFFCC;
825         font-size : .9em;
826         list-style : none;
827         margin : 0px 0px 0px 0px;
828         padding : 0px 0px 0px 0px;
829         text-align : right;
830         width : 100%;
831 }
832
833 #nav ul ul li+li {
834         border-bottom : 1px solid #CCCC99;
835         border-left : 0px solid #FFFFCC;
836         border-right : 0px solid #006699;
837         padding : 0px 0px 0px 0px;
838 }
839
840 #notes {
841         float : right;
842         margin : 0px;
843         font-size : 12px;
844 }
845
846 #notes ul {
847         margin : 0px;
848         padding : 0px;
849 }
850
851 #results, .results {
852         color : #000066;
853         font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
854         font-size : .8em;
855         margin : 0px;
856         padding : 3px 0px 15px 0px;
857 }
858
859 #topmenu {
860         color : #CCCC99;
861         margin-bottom : 5px;
862         margin-left : 20px;
863         margin-right : 10px;
864 }
865
866 #topmenu .submit {
867         background-color : #999933;
868         color : #FFFFCC;
869         font-size : .7em;
870         padding : 2px;
871 }
872
873 #topmenu a:link {
874         color : #CCFF66;
875         font-weight : bold;
876         padding : 2px;
877 }
878
879 #topmenu a:visited {
880         color : #CCFF66;
881         font-weight : bold;
882         padding : 2px;
883 }
884
885 #topmenu a:hover {
886         color : #FFFFCC;
887         font-weight : bold;
888         padding : 2px;
889 }
890
891 #topmenu a:active {
892         color : #FFFFCC;
893         font-weight : bold;
894         padding : 2px;
895 }
896
897 #topmenu form {
898         display : inline;
899 }
900
901 #topmenu label {
902         font-weight : bold;
903 }
904
905 .searchresults p {
906         margin : .2em;
907 }
908
909 .searchresults p+p {
910         text-indent : 1em;
911 }
912
913 .searchresults a {
914         font-weight : bold;
915         font-size : 14px;
916 }
917
918 div.members th {
919         background-color : #FFFFCC;
920         border-bottom : 1px solid #E7E7CA;
921         border-right : 1px solid #E7E7CA;
922         font-size : 12px;
923         padding : 3px 5px;
924         width : 25%;
925         font-weight : bold;
926         text-align : left;
927         vertical-align : top;
928 }
929
930 div.members th label {
931         display : block;
932         margin : 0;
933         padding : 0;
934 }
935
936 div.members label.focus {
937         color : #cc0000;
938 }
939
940 div.members th p {
941         font-weight : normal;
942         padding : 0;
943         margin : 0;
944         text-indent : 1em;
945 }
946
947 td fieldset {
948         border : 1px solid #CCCCCC;
949         margin : 0 0 3px 0;
950         padding : 0 0 3px 0;
951 }
952
953 fieldset label {
954         float : left;
955         margin-left : 3px;
956         width : 25%;
957 }
958
959 td legend {
960         margin : 0;
961         padding : 4px;
962 }
963
964 table.editing tr:hover td {
965         background-color: #EFF1D8;
966 }
967
968 tfoot {
969         background-color : #E7E7CA;
970         font-weight : bold;
971 }
972
973 tfoot td, tfoot td:last-child {
974         border-right : 1px solid #999900;
975         border-bottom : 1px solid #999900;
976 }
977
978
979 div.data table {
980         background-color: #D8DeB8;
981         border-collapse: collapse;
982         margin : auto;
983         margin : 0 0 5px 0;
984 }
985
986 div.data table caption {
987         font-size : 1em;
988 }
989
990 div.data table td {
991         border-right : 1px solid #CCCC99;
992         border-bottom : 1px solid #CCCC99;
993         background-color: #FFFFCC;
994         font-size: 12px;
995         padding : 2px;
996         padding-left : .7em;
997         margin : 0 0 0 0;
998 }
999
1000 div.data table th {
1001         border-left : 1px solid #999933;
1002         border-right : 1px solid #CCCC99;
1003         border-bottom : 1px solid #CCCC99;
1004         font-size : 12px;
1005         font-weight: bold;
1006         text-align : right;
1007         padding : 2px;
1008         padding-right : 1em;
1009         background-color: #E7E7CA;
1010         width : 17%;
1011 }
1012
1013 div.data table th[scope=col] {
1014         text-align: center;
1015         border-left : 0;
1016 }
1017
1018 div.data table col {
1019         background-color : #CCCCCC;
1020 }
1021
1022 .accesskey {
1023         text-decoration : underline;
1024 }