french translations
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / includes / intranet2.css
1 body {
2     font-family : Verdana, Geneva, Arial, sans-serif;
3     font-size : .9em;
4     color:#494949;
5     background: url( /intranet-tmpl/prog/images/css_header.png );
6     background-repeat:repeat-x;
7     background-color:#EDF5FA;
8 }
9
10 h1 {
11     margin:0px;
12 }
13 h2 {
14     display:block;
15     clear:left;
16     margin:0px 0px 10px 10px;
17 }
18
19 h3 {
20     display:block;
21     clear:left;
22     margin:0px 0px 0px 10px;
23 }
24
25 table {
26     border-collapse : inherit;
27     border : 1px solid #CCCCCC;
28     margin : 1em 0 1em 20px;
29     margin-right : 5%;
30     border-collapse:collapse;
31 }
32
33 caption {
34     font-size : 140%;
35     text-align : left;
36     font-weight : bold;
37 }
38
39 td,th {
40     /*border-left : 1px solid #CCCCCC;
41     border-bottom : 1px solid #CCCCCC;*/
42     border : 1px solid #CCCCCC;
43     padding : 5px;
44 }
45
46 th {
47     background-color : #CCCCCC;
48     border-left : 1px solid #999999;
49     border-bottom : 1px solid #999999;
50 }
51
52 th[scope=row] {
53     background-color : #EEEEEE;
54     text-align : right;
55 }
56
57 p {
58     margin:0px 0px 0px 20px;
59 }
60 input {
61     font-size:0.9em;
62 }
63
64 select {
65     font-size:0.9em;
66 }
67
68 fieldset {
69         border : 1px solid #bbb;
70         display: inline;
71         vertical-align: top;
72 }
73
74 input[type=submit], input[type=button], input[type=reset] {
75     border:0px;
76     color: #0072b9;
77     font-weight:bold;
78     background: url( /intranet-tmpl/prog/images/bg-tab.png );
79     font-size : 0.8em;
80     padding:3px;
81     text-decoration:none;
82     display:inline;
83     cursor:pointer;
84     margin-left:20px;
85 }
86
87 label {
88     font-style:italic;
89     vertical-align:top;
90     display:block;
91     float:left;
92 /*     text-align:right; */
93     width:10em;
94     margin-right:0.2em;
95 }
96
97 p {
98 clear:left;
99 }
100
101 a {
102     text-decoration:none;
103     color:#027ac6;
104 }
105 a:hover {
106     text-decoration:underline;
107     color:#0072b9;
108 }
109 .searchresults table tr:hover{
110     background-color: #CCFFFF;
111 }
112
113 tr.highlight td, tr.highlight th {
114     background-color : #EEEEEE;
115 }
116
117 .here {
118     color: black;
119     text-decoration:none;
120 }
121
122 #problem {
123     color: red;
124     background-color:white;
125     font-weight : bold;
126     margin:10px;
127 }
128
129 #admin_stopwords_select UL {
130    width: 600px;
131 }
132
133 #admin_stopwords_select UL LI {
134    white-space: nowrap;
135 }
136
137 legend {
138     font-size:120%;
139     font-weight:bold;
140 }
141
142 .problem {
143     color: white;
144     background-color:red;
145     font-weight : bold;
146     margin:10px;
147 }
148
149 /* css styles for reserves color alerts */
150 .onloan {
151     background-color: #FFED3D;
152 }
153
154 .reserved {
155     background-color: #8EBAFF;
156 }
157
158 .transfered {
159     background-color: #F9FF9A;
160 }
161
162 .inwait {
163     background-color: #33CC99;
164 }
165
166 .other {
167     background-color: #FF0000;
168 }
169
170 .available {
171     font-size:0.75em;
172 }
173
174 .unavailable {
175     background-color: #FFED3D;
176     font-size:0.75em;
177 }
178
179 .hasexpirated {
180     text-decoration: line-through;
181 }
182
183 /* style for search terms in catalogsearch */
184 .term {
185     background-color:yellow;
186 }
187
188 /* end of css styles for reserves color alerts */
189
190 /* the Koha logo (top left) */
191 #kohalogo {
192     position:fixed;
193     left:20px;
194     top:10px;
195 }
196
197 #kohalogo h3 {
198     padding-top:5px;
199     margin-left:0px;
200 }
201 #kohalogo h3 a {
202     color:white;
203 }
204 /* MAIN MENU STYLES */
205 #mainmenu {
206     display:block;
207     position:fixed;
208     font-weight : normal;
209     margin-top:30px;
210     margin-right: 5px;
211     padding-right: 5px;
212     font-size:0.9em;
213 }
214
215 #mainmenu a {
216     display:block;
217     margin-bottom:0px;
218     padding-left :5px;
219     text-decoration:none;
220     font-weight:bold;
221     color:#027ac6;
222 }
223
224
225 #mainmenu a:hover {
226     display:block;
227     margin-bottom:0px;
228     padding-left :5px;
229     text-decoration:none;
230     font-weight:bold;
231     background-color:#027ac6;
232     color:white;
233 }
234
235 #mainmenu ul a {
236     display:block;
237     margin-bottom:5px;
238     padding-left :5px;
239     text-decoration:none;
240     font-weight:normal;
241     color:#027ac6;
242 }
243
244 #mainmenu ul a:hover {
245     display:block;
246     margin-bottom:5px;
247     padding-left :5px;
248     text-decoration:none;
249     font-weight:normal;
250     background-color:#027ac6;
251     color:white;
252 }
253
254 #mainmenu ul {
255     list-style-type: none;
256     padding-left:20px;
257     margin-bottom:0px;
258     margin-top:0px;
259     color:#027ac6;
260 }
261
262 #mainmenu li {
263     list-style-type: none;
264     padding-left:0px;
265     margin-left:0px;
266     margin-bottom:0px;
267     margin-top:0px;
268     color:#027ac6;
269 }
270
271 #mainmenu label {
272     width:4em;
273 }
274
275 #mainmenu h3 {
276     color:white;
277     font-size:1.2em;
278     margin:10px 0px 10px 0px ;
279 }
280
281 #mainmenu input {
282     border:0px;
283     border-bottom:1px solid #027ac6;
284 }
285 #mainmenu input[type=submit], input[type=button], input[type=reset] {
286     margin-left:0px;
287     border-bottom:0px;
288 }
289
290
291 /* submenus styles */
292 #submenu {
293     position:absolute;
294     top:10px;
295     left:220px;
296 }
297
298 #submenu a {
299     margin:5px;
300     text-decoration:none;
301     color:white;
302 }
303
304 #submenu a:hover {
305     margin:5px;
306     background-color:white;
307     color:#027ac6;
308 }
309
310 /*Action button*/
311 #action {
312     float:right;
313 }
314
315 #action a {
316     color: #0072b9;
317     font-weight:bold;
318     background: url( /intranet-tmpl/prog/images/bg-tab.png );
319     font-size : 0.8em;
320     padding:3px;
321     margin-bottom:2px;
322     text-decoration:none;
323     display:block;
324 }
325
326 /*edit action*/
327 #action .edit {
328     display:inline;
329     margin-bottom:10px;
330 }
331
332 #action .edit a {
333     background:none;
334     background-color : #0072b9;
335     color : white;
336 }
337
338 #action .edit a:hover {
339     cursor:pointer;
340 }
341
342 #action .view {
343         display:inline;
344         margin-bottom:5px;
345 }
346
347 #action .view a {
348     background:none;
349     background-color : #5ab5ee;
350     color : white;
351     margin-top: 1px;
352 }
353
354 #action .view a:hover {
355     cursor:pointer;
356 }
357
358 #action .others {
359     display:inline;
360     margin-bottom:5px;
361 }
362
363 #action .others a {
364     background:none;
365     background-color : #2385C2;
366     color : white;
367     margin-top: 1px;
368 }
369
370 #action .others a:hover {
371     cursor:pointer;
372 }
373
374 /* Main body style */
375 #main {
376     margin-left:220px;
377     margin-top:75px;
378     padding:5px;
379     padding-bottom:100px;
380     background-color:white;
381     border:1px solid #bbb;
382 }
383
384 /* facets bloc */
385 #facets {
386     position:absolute;
387     right:1em;
388 }
389
390 #facets dl {
391     background-color:white;
392     margin:0px;
393 }
394
395 #facets dt {
396     text-align:right;
397     font-weight:bold;
398 }
399
400 #facets dd {
401     border:1px solid #CCCCCC;
402 }
403
404 /* the USER information block */
405 #librarian_information {
406 /*     position:absolute; */
407     float:right;
408     font-size:10pt;
409 }
410
411 /* css style for reregistration alert */
412
413 .reregistrinfo {
414     color: #6699cc;
415     font-weight : bold;
416     background-color : #eeeeee;
417 }
418 /* MARC editor */
419
420 /* styles for the 11 buttons that the user can click on */
421 /* the design of the active tab button (only 1 at a given time)*/
422 .tab_active {
423     color: #6699CC;
424     background-color : #CCCCCC;
425     font-size : 1em;
426     border: 2px inset;
427     font-weight : bold;
428     text-decoration:none;
429     display: inline;
430     text-decoration:none;
431     margin-left:10px;
432 }
433
434
435 /* the online help button */
436 #onlinehelp {
437     position:absolute;
438     top:0px;
439     right:0px;
440 }
441 #onlinehelp a {
442         color:white;
443 }
444
445 /* the login box */
446 #login {
447     font-size:0.7em;
448 }
449
450 /* the design of the INactives tab buttons (all other tabs) */
451 .tab_inactive {
452     background-color : #6699CC;
453     color : #FFFFFF;
454     font-size : 1em;
455     font-weight : bold;
456     display:inline;
457     border: 2px outset;
458     text-decoration:none;
459     margin-left:10px;
460 }
461
462 /* the button of INactive tabs : we need this one to have white color on links, otherwise, default a look will be choosen */
463 #tabs a {
464     color:white;
465     text-decoration:none;
466     padding-right:10px;
467     padding-left:10px;
468 }
469
470 /* specify that we to do when the mouse is on 1 button */
471 #tabs a:hover {
472     border: 2px inset;
473 }
474
475 #tabs {
476     margin-top:45px;
477     margin-bottom:5px;
478 }
479
480 /* styles for the 11 content blocks */
481 /* the property for hidden tabs */
482 .content_hidden {
483     visibility:hidden; /* you propably don't need to change this one */
484     display:none;
485 }
486
487 /* the property for the displayed tab */
488 .content_visible {
489     visibility:visible; /* you propably don't need to change this one */
490     display:block;
491 }
492
493 /* the style of tag description */
494 p.tag {
495     font-weight:bold;
496 }
497 /* the style of subfield paragraph */
498 p.subfield {
499     
500 }
501
502
503
504 .lineSelected {
505     background-color:yellow;
506 }
507
508
509 /* display more informations with css layer */
510 a.info {
511     position: relative;
512     text-decoration: none;
513     color: black;
514     border-bottom: 1px gray dotted;
515 }
516
517 a.info span {
518     display: none;
519     width:300px;
520 }
521
522 a.info:hover {
523     background: none; /* correcting IE bug*/
524     z-index: 500;
525 }
526 a.info:hover span {
527     display: inline;
528     position: absolute;
529     top: 2em;
530     right: 1em;
531     background: orange;
532     text-align: center;
533     color: white;
534     padding: 2px;
535 }
536
537 /* the itemtype list (in adv search) */
538 #itemtypelist {
539     width:700px;
540 }
541 #itemtypelist td {
542     border : 0px;
543     margin : 0px;
544     padding: 5px;
545     border-collapse:collapse;
546     border: 1px solid white;
547     background-color:#CCCCCC;
548     vertical-align:top;
549 }
550
551 #itemtypelist p {
552     margin:0px;
553 }