d661bb3fabfa11c0f26b5ce5903ddbc3367bd144
[koha.git] / koha-tmpl / intranet-tmpl / prog / 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         display:none;
18     margin-left : 50px;
19     width:150%;
20 }
21 .child a:hover{
22   background-color:#BFCFFF;
23 }
24 .parent {
25         display:none;
26     margin-left : -50px;
27 }
28 .parent a:hover{
29   background-color:#BFCFFF;
30 }
31 .child0{
32   width : 20%;
33   text-align : left;
34 }
35 .child0 a:hover{
36   background-color:#BFCFFF;
37 }
38 .child1{
39   width : 20%;
40   text-align : left;
41   margin-left : 50px;
42 }
43 .child1 a:hover{
44   background-color:#BFCFFF;
45 }
46 .child2{
47   width : 20%;
48   text-align : left;
49   margin-left : 100px;
50 }
51 .child2 a:hover{
52   background-color:#BFCFFF;
53 }
54 .child3{
55   width : 20%;
56   text-align : left;
57   margin-left : 150px;
58 }
59 .child3 a:hover{
60   background-color:#BFCFFF;
61 }
62 .child4{
63   width : 20%;
64   text-align : left;
65   margin-left : 200px;
66 }
67 .child4 a:hover{
68   background-color:#BFCFFF;
69 }
70 .child5{
71   width : 20%;
72   text-align : left;
73   margin-left : 250px;
74 }
75 .child5 a:hover{
76   background-color:#BFCFFF;
77 }
78 .child6{
79   width : 20%;
80   text-align : left;
81   margin-left : 300px;
82 }
83 .child6 a:hover{
84   background-color:#BFCFFF;
85 }
86 .child7{
87   width : 20%;
88   text-align : left;
89   margin-left : 350px;
90 }
91 .child7 a:hover{
92   background-color:#BFCFFF;
93 }
94 .child8{
95   width : 10%;
96   text-align : left;
97   margin-left : 400px;
98 }
99 .child8 a:hover{
100   background-color:#BFCFFF;
101 }
102 .parents{
103   display:inline;
104   cursor:crosshair;
105 }