synch'ing 2.0.0 branch (RC4 tag) and head
[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: 3px;
5         border-style: solid;
6         border-width: 1px;
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 #problem {
16         color: red;
17         font-weight:bold;
18 }
19 #menubar {
20         border-top:1px solid #666666;
21         font: 1.2em sans-serif;
22         background-color:#DDDDDD;
23 }
24 #submenu {
25         font: 0.5em sans-serif;
26         background-color:#EEEEEE;
27         border-left:1px solid #000000;
28 }
29 a {
30         text-decoration: none;
31 }
32 a:hover {
33         text-decoration: none;
34 }
35 a.submenu {
36         font-weight: normal;
37         text-decoration: none;
38         cursor: hand;
39         color:#777777;
40         background-color:#EEEEEE;
41         padding:4px;
42         font-weight: bold;
43         margin:0;
44 }
45 a.submenu2 {
46         font-weight: normal;
47         text-decoration: none;
48         cursor: hand;
49         color:#777777;
50         background-color:#CCCCCC;
51         padding:4px;
52         font-weight: bold;
53         margin:0;
54 }
55 .koha {
56         text-align:center;
57         background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
58         }
59
60 a.home {
61         font-weight: normal;
62         text-decoration: none;
63         cursor: hand;
64         color:#777777;
65         padding:4px;
66         font-weight: bold;
67         }
68 a.home:hover {
69         background-color: #339933;
70         color: #000000;
71         text-decoration: none;
72         font-weight: normal;
73         font-weight: bold;
74         }
75
76 a.catalogue {
77         font-weight: normal;
78         text-decoration: none;
79         cursor: hand;
80         color:#777777;
81         padding:4px;
82         font-weight: bold;
83         margin:0;
84         }
85 a.catalogue:hover {
86         font-weight: normal;
87         text-decoration: none;
88         cursor: hand;
89         background-color:#ad11ad;
90         color:#FFFFFF;
91         font-weight: bold;
92         }
93
94 a.members {
95         font-weight: normal;
96         text-decoration: none;
97         cursor: hand;
98         color:#777777;
99         padding:4px;
100         font-weight: bold;
101         }
102 a.members:hover {
103         background-color: #86c268;
104         color: #000000;
105         text-decoration: none;
106         font-weight: bold;
107         }
108
109 a.acquisition {
110         font-weight: normal;
111         text-decoration: none;
112         cursor: hand;
113         color:#777777;
114         padding:4px;
115         font-weight: bold;
116         }
117 a.acquisition:hover {
118         background-color: #ffdf61;
119         color: #000000;
120         text-decoration: normal;
121         font-weight: bold;
122         }
123
124 a.reports {
125         font-weight: normal;
126         text-decoration: none;
127         cursor: hand;
128         color:#777777;
129         padding:4px;
130         font-weight: bold;
131         }
132 a.reports:hover {
133         background-color: #6b7cbe;
134         color: #000000;
135         text-decoration: normal;
136         font-weight: bold;
137         }
138
139 a.circulation {
140         font-weight: normal;
141         text-decoration: none;
142         cursor: hand;
143         color:#777777;
144         padding:4px;
145         font-weight: bold;
146         }
147 a.circulation:hover {
148         background-color: #be6170;
149         color: #000000;
150         text-decoration: normal;
151         font-weight: bold;
152         }
153
154 a.parameters {
155         font-weight: normal;
156         text-decoration: none;
157         cursor: hand;
158         color:#777777;
159         padding:4px;
160         font-weight: bold;
161         }
162 a.parameters:hover {
163         background-color: #86c268;
164         color: #000000;
165         text-decoration: normal;
166         font-weight: bold;
167         }
168 a.about {
169         font-weight: normal;
170         text-decoration: none;
171         cursor: hand;
172         color:#777777;
173         padding:4px;
174         font-weight: bold;
175         }
176 a.about:hover {
177         background-color: #86c268;
178         color: #000000;
179         text-decoration: normal;
180         font-weight: bold;
181         }