fixing small bug in catalogue style
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / includes / common-style.css
1 .button {
2         text-align: center;
3         font: 1.2em sans-serif;
4         padding: 10px 15px;
5         border-style: solid;
6         border-width: 2px;
7         border-color: black;
8         text-decoration: none;
9         color: black;
10         border-radius: 6px;
11         -moz-border-radius: 6px;
12         background-color:#FFFFFF;
13         background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
14 }
15
16 #menubar {
17         border-top:1px solid #666666;
18         font: 1.2em sans-serif;
19         background-color:#DDDDDD;
20 }
21 #submenu {
22         font: 0.5em sans-serif;
23         background-color:#EEEEEE;
24         border-left:1px solid #000000;
25 }
26 a.submenu {
27         font-weight: normal;
28         text-decoration: none;
29         cursor: hand;
30         color:#777777;
31         padding:4px;
32         font-weight: bold;
33         margin:0;
34 }
35
36 .koha {
37         text-align:center;
38         background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
39         }
40
41 a.home {
42         font-weight: normal;
43         text-decoration: none;
44         cursor: hand;
45         color:#777777;
46         padding:4px;
47         font-weight: bold;
48         }
49 a.home:hover {
50         background-color: #339933;
51         color: #000000;
52         text-decoration: none;
53         font-weight: normal;
54         font-weight: bold;
55         }
56
57 a.catalogue {
58         font-weight: normal;
59         text-decoration: none;
60         cursor: hand;
61         color:#777777;
62         padding:4px;
63         font-weight: bold;
64         margin:0;
65         }
66 a.catalogue:hover {
67         font-weight: normal;
68         text-decoration: none;
69         cursor: hand;
70         background-color:#ad11ad;
71         color:#FFFFFF;
72         font-weight: bold;
73         }
74
75 a.members {
76         font-weight: normal;
77         text-decoration: none;
78         cursor: hand;
79         color:#777777;
80         padding:4px;
81         font-weight: bold;
82         }
83 a.members:hover {
84         background-color: #86c268;
85         color: #000000;
86         text-decoration: none;
87         font-weight: bold;
88         }
89
90 a.acquisition {
91         font-weight: normal;
92         text-decoration: none;
93         cursor: hand;
94         color:#777777;
95         padding:4px;
96         font-weight: bold;
97         }
98 a.acquisition:hover {
99         background-color: #ffdf61;
100         color: #000000;
101         text-decoration: normal;
102         font-weight: bold;
103         }
104
105 a.reports {
106         font-weight: normal;
107         text-decoration: none;
108         cursor: hand;
109         color:#777777;
110         padding:4px;
111         font-weight: bold;
112         }
113 a.reports:hover {
114         background-color: #6b7cbe;
115         color: #000000;
116         text-decoration: normal;
117         font-weight: bold;
118         }
119
120 a.circulation {
121         font-weight: normal;
122         text-decoration: none;
123         cursor: hand;
124         color:#777777;
125         padding:4px;
126         font-weight: bold;
127         }
128 a.circulation:hover {
129         background-color: #be6170;
130         color: #000000;
131         text-decoration: normal;
132         font-weight: bold;
133         }
134
135 a.parameters {
136         font-weight: normal;
137         text-decoration: none;
138         cursor: hand;
139         color:#777777;
140         padding:4px;
141         font-weight: bold;
142         }
143 a.parameters:hover {
144         background-color: #86c268;
145         color: #000000;
146         text-decoration: normal;
147         font-weight: bold;
148         }
149 a.about {
150         font-weight: normal;
151         text-decoration: none;
152         cursor: hand;
153         color:#777777;
154         padding:4px;
155         font-weight: bold;
156         }
157 a.about:hover {
158         background-color: #86c268;
159         color: #000000;
160         text-decoration: normal;
161         font-weight: bold;
162         }