FRENCH templates
[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         }
68
69 a.members {
70         font-weight: normal;
71         text-decoration: none;
72         cursor: hand;
73         color:#777777;
74         padding:4px;
75         font-weight: bold;
76         }
77 a.members:hover {
78         background-color: #86c268;
79         color: #000000;
80         text-decoration: none;
81         font-weight: bold;
82         }
83
84 a.acquisition {
85         font-weight: normal;
86         text-decoration: none;
87         cursor: hand;
88         color:#777777;
89         padding:4px;
90         font-weight: bold;
91         }
92 a.acquisition:hover {
93         background-color: #ffdf61;
94         color: #000000;
95         text-decoration: normal;
96         font-weight: bold;
97         }
98
99 a.reports {
100         font-weight: normal;
101         text-decoration: none;
102         cursor: hand;
103         color:#777777;
104         padding:4px;
105         font-weight: bold;
106         }
107 a.reports:hover {
108         background-color: #6b7cbe;
109         color: #000000;
110         text-decoration: normal;
111         font-weight: bold;
112         }
113
114 a.circulation {
115         font-weight: normal;
116         text-decoration: none;
117         cursor: hand;
118         color:#777777;
119         padding:4px;
120         font-weight: bold;
121         }
122 a.circulation:hover {
123         background-color: #be6170;
124         color: #000000;
125         text-decoration: normal;
126         font-weight: bold;
127         }
128
129 a.parameters {
130         font-weight: normal;
131         text-decoration: none;
132         cursor: hand;
133         color:#777777;
134         padding:4px;
135         font-weight: bold;
136         }
137 a.parameters:hover {
138         background-color: #86c268;
139         color: #000000;
140         text-decoration: normal;
141         font-weight: bold;
142         }
143 a.about {
144         font-weight: normal;
145         text-decoration: none;
146         cursor: hand;
147         color:#777777;
148         padding:4px;
149         font-weight: bold;
150         }
151 a.about:hover {
152         background-color: #86c268;
153         color: #000000;
154         text-decoration: normal;
155         font-weight: bold;
156         }