Tweaks to opac-detail, opac-results. Many changes to opac-shelves.tmpl following...
[koha.git] / koha-tmpl / opac-tmpl / prog / en / css / hierarchy.css
1 .hierarchies {
2         background-color:#fff;
3         color:#000000;
4         padding:5px;
5         margin-left:50px;
6         -moz-border-radius:6px;
7         display:block;
8         font-size:10px;
9 }
10 .hierarchy {
11         padding:5px;
12         width:90%;
13         -moz-border-radius:6px;
14         display:block;
15 }
16 .child {
17     margin-left : 50px;
18     width:150%;
19   display:none;
20 }
21 .child a:hover{
22   background-color:#BFCFFF;
23 }
24 .parent {
25     margin-left : -50px;
26 }
27 .parent a:hover{
28   background-color:#BFCFFF;
29 }
30 .child0{
31   width : 20%;
32   text-align : left;
33 }
34 .child0 a:hover{
35   background-color:#BFCFFF;
36 }
37 .child1{
38   width : 20%;
39   text-align : left;
40   margin-left : 50px;
41 }
42 .child1 a:hover{
43   background-color:#BFCFFF;
44 }
45 .child2{
46   width : 20%;
47   text-align : left;
48   margin-left : 100px;
49 }
50 .child2 a:hover{
51   background-color:#BFCFFF;
52 }
53 .child3{
54   width : 20%;
55   text-align : left;
56   margin-left : 150px;
57 }
58 .child3 a:hover{
59   background-color:#BFCFFF;
60 }
61 .child4{
62   width : 20%;
63   text-align : left;
64   margin-left : 200px;
65 }
66 .child4 a:hover{
67   background-color:#BFCFFF;
68 }
69 .child5{
70   width : 20%;
71   text-align : left;
72   margin-left : 250px;
73 }
74 .child5 a:hover{
75   background-color:#BFCFFF;
76 }
77 .child6{
78   width : 20%;
79   text-align : left;
80   margin-left : 300px;
81 }
82 .child6 a:hover{
83   background-color:#BFCFFF;
84 }
85 .child7{
86   width : 20%;
87   text-align : left;
88   margin-left : 350px;
89 }
90 .child7 a:hover{
91   background-color:#BFCFFF;
92 }
93 .child8{
94   width : 10%;
95   text-align : left;
96   margin-left : 400px;
97 }
98 .child8 a:hover{
99   background-color:#BFCFFF;
100 }
101 .parents{
102   display:inline;
103   cursor:crosshair;
104 }