french OPAC for 2.2
[koha_gimpoz] / koha-tmpl / opac-tmpl / css / fr / includes / opac.css
1 body {
2         background-color:#009999;
3         font-family:verdana,arial,helvetica;
4         font-size:12pt;
5         margin:0px;
6         padding:0px
7 }
8
9 /* base tags */
10 a {
11         background-color: #ACE6E6;
12         text-decoration:none;
13         color:#000000;
14 }
15
16 a.transparent {
17         background-color: transparent;
18         text-decoration:none;
19         color:#000000;
20 }
21
22 a:hover {
23 /*      background-color: #FF6600; */
24         background-image: url(/opac-tmpl/css/en/images/bar.gif);
25         background-repeat:no-repeat;
26         text-decoration:none;
27         color:#000000;
28 }
29
30 a.results {
31         background-color : #FFD9BF;
32         padding : 0px 2px 0px 2px;
33         margin : 2px 1px 2px 0px;
34 }
35
36 a.results:hover {
37         background-color: #FFFFCC;
38         padding : 0px 2px 0px 2px;
39         margin : 2px 1px 2px 0px;
40 }
41
42 label {
43         float:left;
44         width: 10em;
45 }
46
47 img {
48         border-width:0px;
49         text-align:left;
50         position:absolute;
51 }
52
53 .relative { /* for images in relative position */
54         border-width:5px;
55         text-align:left;
56         position:relative;
57 }
58
59 h1 {
60         color:#FFD9BF;
61         background-color:#FF6600;
62         font-weight:bold;
63         font-size: 150%;
64         text-align:center;
65         padding: 2px;
66         border: 4px inset #FFD9BF;
67         width:60%;
68 }
69
70 /* style for library name, on top of menu (defined in LibraryName systempref) */
71 .LibraryName {
72         color:#FFD9BF;
73         background-color:transparent;
74         font-weight:bold;
75         font-size: 150%;
76         text-align:center;
77         padding: 2px;
78         border: 4px inset #FF6600;
79         width:75%;
80 }
81
82 .SmallLibraryName {
83         color:#FFD9BF;
84         background-color:transparent;
85         font-weight:bold;
86         font-size: 115%;
87         text-align : center;
88         vertical-align:top;
89         padding: 2px;
90         width:100%;
91         margin-left:70px;
92 }
93
94 h2 {
95         color:#FFD9BF;
96 /*      background-color:#FF6600; */
97         background-image: url(/opac-tmpl/css/en/images/bar.gif);
98         background-repeat:no-repeat;
99         font-weight:bold;
100         font-size: 125%;
101         margin: 0px 0px 10px 0px;
102 }
103
104 p {
105         padding-left:10pt;
106         padding-bottom:0pt;
107         margin:0pt;
108 }
109 p.center {
110         padding-left:10pt;
111         padding-bottom:0pt;
112         margin:0pt;
113         text-align:center;
114 }
115 p.copyright {
116         border-top: 1px solid #000000;
117         margin-top:10px;
118         text-align:center;
119 }
120
121 /* TABLES */
122 table {
123         border:1px solid #000000;
124         border-collapse:collapse;
125         width:90%;
126 }
127 /* header */
128 th {
129         background-color: #99cccc;
130         background-image: url(/opac-tmpl/css/en/images/background-opac.gif);
131         font-weight:bold;
132         text-align:center;
133         font-size:10pt;
134         border-left:1px solid #000000;
135         border-bottom:1px solid #000000;
136         border-top:1px solid #000000;
137         padding:5px;
138 }
139 /* standard cell */
140 td {
141         font-size:10pt;
142         border-left:1px solid #000000;
143         vertical-align:top;
144 }
145
146 /* hilighted cell */
147 td.hilighted {
148         font-size:10pt;
149         border-left:1px solid #000000;
150         background-color:#ffffcc;
151         vertical-align:top;
152 }
153
154 /* FORMS */
155 /* class used in form buttons */
156 .button {
157         text-align: center;
158         padding: 2px 2px;
159         border-style: solid;
160         border-width: 1px;
161         border-color: black;
162         text-decoration: none;
163         color: black;
164         line-height:175%;
165         border-radius: 6px;
166         -moz-border-radius: 6px;
167         background-color:#FFD9BF;
168         margin : 3px 3px 3px 0px;
169 }
170
171 .button:hover {
172         text-align: center;
173         padding: 2px 2px;
174         border-style: solid;
175         border-width: 1px;
176         border-color: black;
177         text-decoration: none;
178         color: black;
179         line-height:175%;
180         border-radius: 6px;
181         -moz-border-radius: 6px;
182         background-color:#FF6600;
183         background-image: url(/opac-tmpl/css/en/images/bar.gif);
184         background-repeat:no-repeat;
185         margin : 3px 3px 3px 0px;
186 }
187
188 input {
189         border:0px;
190         border-bottom:1px solid #000000;
191         margin-bottom:2px;
192         background-color:#009999;
193 }
194
195 input:hover {
196         border:0px;
197         border-bottom:1px solid #000000;
198         background-color:#FF6600;
199 }
200
201 textarea {
202         border:0px;
203         border-bottom:1px solid #000000;
204         background-color:#009999;
205 }
206
207 textarea:hover {
208         border:0px;
209         border-bottom:1px solid #000000;
210         background-color:#FF6600;
211 }
212
213 select {
214         border:0px;
215         border-bottom:1px solid #000000;
216         background-color:#009999;
217 }
218
219 select:hover {
220         border:0px;
221         border-bottom:1px solid #000000;
222         background-color:#FF6600;
223 }
224
225
226 /* span classes */
227 /* used to show small 1,2,3, to reach other pages when too much results */
228 .smallnumber {
229         background-color:#99cccc;
230         font-family:Times,serif;
231         font-size:small;
232         border:1px solid #000000;
233         padding:1pt;
234         vertical-align:top;
235 }
236
237 .smallnumberactive {
238         background-color:#FF6600;
239         font-family:Times,serif;
240         font-size:small;
241         border:1px solid #000000;
242         padding:1pt;
243         vertical-align:top;
244 }
245
246 /* BLOCS */
247
248 /* the mainbloc : everything is in mainbloc, except menu */
249 #mainbloc {
250         float:left;
251         width:90%;
252         background-color:#ACE6E6;
253         border:1px solid #000000;
254         margin-left:10px;
255         margin-right:10px;
256         padding-bottom:100px;
257         padding-left:10px;
258         padding-top:10px;
259         padding-right:10px;
260 }
261
262 #homebloc {
263         float:left;
264         width:60%;
265         border:0;
266 }
267
268 #leftbloc {
269         float:left;
270         width=30%;
271         border:1;
272 }
273
274 #bottombloc {
275         width:100%;
276         height:200%;
277         margin-top:10px;
278         vertical-align:top;
279         text-align:center;
280         float:left;
281 }
282
283 /* used in members */
284 #bloc20, .bloc20 {
285         float:left;
286         width:30%;
287         border:0;
288         border:1px solid #000000;
289         margin-right:20px;
290         margin-bottom:20px;
291 }
292 #bloc60, .bloc60 {
293         float:left;
294         width:60%;
295         border:0;
296         border:1px solid #000000;
297         margin-right:20px;
298         margin-bottom:20px;
299 }
300
301 /* used in biblio detail */
302
303 #bibliobloc {
304         float:left;
305         width:40%;
306         border:0;
307 }
308
309 #itembloc {
310         float:left;
311         width:50%;
312         border:0;
313 }
314
315 /* menu styles */
316 .menu {
317         border:1px solid #000000;
318         padding-left:10pt;
319         padding-right:10pt;
320 /*      float:left; */
321         margin-bottom:10px;
322         -moz-border-radius: 6px;
323 }
324
325 #menuline {
326 /*      width:100%;
327         vertical-align:top;*/
328         float:left;
329 /*      position:relative;*/
330         display:block;
331 }
332
333 #bibliomenu {
334         position: relative;
335         float:left;
336         display:block;
337         margin-left:10%;
338         width:100%;
339 }
340
341 /* a little spacer. should not be used */
342 .spacer {
343         padding-left:20pt;
344         float:left;
345 }
346 .basketspacer {
347         padding-left:8pt;
348         float:left;
349 }