fixing misplaced apostrophe
[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     width:10em;
93     margin-right:0.2em;
94 }
95 label.inline {
96     font-style:italic;
97     vertical-align:top;
98     display:block;
99     float:right;
100     width:10em;
101     margin-right:0.2em;
102 }
103
104 p {
105 clear:left;
106 }
107
108 a {
109     text-decoration:none;
110     color:#027ac6;
111 }
112 a:hover {
113     text-decoration:underline;
114     color:#0072b9;
115 }
116 .searchresults table tr:hover{
117     background-color: #CCFFFF;
118 }
119
120 tr.highlight td, tr.highlight th {
121     background-color : #EEEEEE;
122 }
123
124 .here {
125     color: black;
126     text-decoration:none;
127 }
128
129 .click{
130     cursor:pointer;
131     color: #027ac6;/*blue*/
132 }
133 .click:hover{   
134     text-decoration:underline;
135 }
136
137 #problem {
138     color: red;
139     background-color:white;
140     font-weight : bold;
141     margin:10px;
142 }
143
144 #admin_stopwords_select UL {
145    width: 600px;
146 }
147
148 #admin_stopwords_select UL LI {
149    white-space: nowrap;
150 }
151
152 legend {
153     font-size:120%;
154     font-weight:bold;
155 }
156
157 .problem {
158     color: white;
159     background-color:red;
160     font-weight : bold;
161     margin:10px;
162 }
163
164 .toogle{
165         background-color:#ffffcc;
166 }
167
168 .pages{
169         margin:.7em;
170 }
171 /* css styles for reserves color alerts */
172 .onloan {
173     background-color: #FFED3D;
174 }
175
176 .reserved {
177     background-color: #8EBAFF;
178 }
179
180 .transfered {
181     background-color: #F9FF9A;
182 }
183
184 .inwait {
185     background-color: #33CC99;
186 }
187
188 .other {
189     background-color: #FF0000;
190 }
191
192 .available {
193     font-size:0.75em;
194 }
195
196 .unavailable {
197     background-color: #FFED3D;
198     font-size:0.75em;
199 }
200
201 .hasexpirated {
202     text-decoration: line-through;
203 }
204
205 /* style for search terms in catalogsearch */
206 .term {
207     background-color:yellow;
208 }
209
210 /* end of css styles for reserves color alerts */
211
212 /* the Koha logo (top left) */
213 #kohalogo {
214     position:fixed;
215     left:20px;
216     top:10px;
217 }
218
219 #kohalogo h3 {
220     padding-top:5px;
221     margin-left:0px;
222 }
223 #kohalogo h3 a {
224     color:white;
225 }
226 /* MAIN MENU STYLES */
227 #mainmenu {
228     display:block;
229     position:fixed;
230     font-weight : normal;
231     margin-top:30px;
232     margin-right: 5px;
233     padding-right: 5px;
234     font-size:0.9em;
235 }
236
237 #mainmenu a {
238     display:block;
239     margin-bottom:0px;
240     padding-left :5px;
241     text-decoration:none;
242     font-weight:bold;
243     color:#027ac6;
244 }
245
246
247 #mainmenu a:hover {
248     display:block;
249     margin-bottom:0px;
250     padding-left :5px;
251     text-decoration:none;
252     font-weight:bold;
253     background-color:#027ac6;
254     color:white;
255 }
256
257 #mainmenu ul a {
258     display:block;
259     margin-bottom:5px;
260     padding-left :5px;
261     text-decoration:none;
262     font-weight:normal;
263     color:#027ac6;
264 }
265
266 #mainmenu ul a:hover {
267     display:block;
268     margin-bottom:5px;
269     padding-left :5px;
270     text-decoration:none;
271     font-weight:normal;
272     background-color:#027ac6;
273     color:white;
274 }
275
276 #mainmenu ul {
277     list-style-type: none;
278     padding-left:20px;
279     margin-bottom:0px;
280     margin-top:0px;
281     color:#027ac6;
282 }
283
284 #mainmenu li {
285     list-style-type: none;
286     padding-left:0px;
287     margin-left:0px;
288     margin-bottom:0px;
289     margin-top:0px;
290     color:#027ac6;
291 }
292
293 #mainmenu label {
294     width:4em;
295 }
296
297 #mainmenu h3 {
298     color:white;
299     font-size:1.2em;
300     margin:10px 0px 10px 0px ;
301 }
302
303 #mainmenu input {
304     border:0px;
305     border-bottom:1px solid #027ac6;
306 }
307 #mainmenu input[type=submit], input[type=button], input[type=reset] {
308     margin-left:0px;
309     border-bottom:0px;
310 }
311
312
313 /* submenus styles */
314 #submenu {
315     position:absolute;
316     top:10px;
317     left:220px;
318 }
319
320 #submenu a {
321     margin:5px;
322     text-decoration:none;
323     color:white;
324 }
325
326 #submenu a:hover {
327     margin:5px;
328     background-color:white;
329     color:#027ac6;
330 }
331
332 /*Action button*/
333 #action {
334     float:right;
335 }
336
337 #action a {
338     color: #0072b9;
339     font-weight:bold;
340     background: url( /intranet-tmpl/prog/images/bg-tab.png );
341     font-size : 0.8em;
342     padding:3px;
343     margin-bottom:2px;
344     text-decoration:none;
345     display:block;
346 }
347
348 /*edit action*/
349 #action .edit {
350     display:inline;
351     margin-bottom:10px;
352 }
353
354 #action .edit a {
355     background:none;
356     background-color : #0072b9;
357     color : white;
358 }
359
360 #action .edit a:hover {
361     cursor:pointer;
362 }
363
364 #action .view {
365         display:inline;
366         margin-bottom:5px;
367 }
368
369 #action .view a {
370     background:none;
371     background-color : #5ab5ee;
372     color : white;
373     margin-top: 1px;
374 }
375
376 #action .view a:hover {
377     cursor:pointer;
378 }
379
380 #action .others {
381     display:inline;
382     margin-bottom:5px;
383 }
384
385 #action .others a {
386     background:none;
387     background-color : #2385C2;
388     color : white;
389     margin-top: 1px;
390 }
391
392 #action .others a:hover {
393     cursor:pointer;
394 }
395
396 /* Main body style */
397 #main {
398     margin-left:220px;
399     margin-top:75px;
400     padding:5px;
401     padding-bottom:100px;
402     background-color:white;
403     border:1px solid #bbb;
404 }
405
406 /* facets bloc */
407 #facets {
408     position:absolute;
409     right:1em;
410 }
411
412 #facets dl {
413     background-color:white;
414     margin:0px;
415 }
416
417 #facets dt {
418     text-align:right;
419     font-weight:bold;
420 }
421
422 #facets dd {
423     border:1px solid #CCCCCC;
424 }
425
426 /* the USER information block */
427 #librarian_information {
428 /*     position:absolute; */
429     float:right;
430     font-size:10pt;
431 }
432
433 /* css style for reregistration alert */
434
435 .reregistrinfo {
436     color: #6699cc;
437     font-weight : bold;
438     background-color : #eeeeee;
439 }
440 /* MARC editor */
441
442 /* styles for the 11 buttons that the user can click on */
443 /* the design of the active tab button (only 1 at a given time)*/
444 .tab_active {
445     color: #6699CC;
446     background-color : #CCCCCC;
447     font-size : 1em;
448     border: 2px inset;
449     font-weight : bold;
450     text-decoration:none;
451     display: inline;
452     text-decoration:none;
453     margin-left:10px;
454 }
455
456
457 /* the online help button */
458 #onlinehelp {
459     position:absolute;
460     top:0px;
461     right:0px;
462 }
463 #onlinehelp a {
464         color:white;
465 }
466
467 /* the login box */
468 #login {
469     font-size:0.7em;
470 }
471
472 /* the design of the INactives tab buttons (all other tabs) */
473 .tab_inactive {
474     background-color : #6699CC;
475     color : #FFFFFF;
476     font-size : 1em;
477     font-weight : bold;
478     display:inline;
479     border: 2px outset;
480     text-decoration:none;
481     margin-left:10px;
482 }
483
484 /* the button of INactive tabs : we need this one to have white color on links, otherwise, default a look will be choosen */
485 #tabs a {
486     color:white;
487     text-decoration:none;
488     padding-right:1.2em;
489     padding-left:1.2em;
490     -moz-border-radius:4px;
491 }
492
493 /* specify that we to do when the mouse is on 1 button */
494 #tabs a:hover {
495     border: 2px inset;
496 }
497
498 #tabs {
499     margin-top:35px;
500     margin-bottom:10px;
501 }
502
503 /* styles for the 11 content blocks */
504 /* the property for hidden tabs */
505 .content_hidden {
506     visibility:hidden; /* you propably don't need to change this one */
507     display:none;
508 }
509
510 /* the property for the displayed tab */
511 .content_visible {
512     visibility:visible; /* you propably don't need to change this one */
513     display:block;
514 }
515
516 .lineSelected {
517     background-color:yellow;
518 }
519
520 /* display more informations with css layer */
521 a.info {
522     position: relative;
523     text-decoration: none;
524     color: black;
525     border-bottom: 1px gray dotted;
526 }
527
528 a.info span {
529     display: none;
530     width:300px;
531 }
532
533 a.info:hover {
534     background: none; /* correcting IE bug*/
535     z-index: 500;
536 }
537 a.info:hover span {
538     display: inline;
539     position: absolute;
540     top: 2em;
541     right: 1em;
542     background: orange;
543     text-align: center;
544     color: white;
545     padding: 2px;
546 }
547
548 /* the itemtype list (in adv search) */
549 #itemtypelist {
550     width:700px;
551 }
552 #itemtypelist td {
553     border : 0px;
554     margin : 0px;
555     padding: 5px;
556     border-collapse:collapse;
557     border: 1px solid white;
558     background-color:#CCCCCC;
559     vertical-align:top;
560 }
561
562 #itemtypelist p {
563     margin:0px;
564 }
565
566 /* MARC Editor stylesheet */
567
568 /* the style of tag description */
569 div.tag_title {
570     font-weight:bold;
571     cursor:pointer;
572 }
573
574 div.tag_title span {
575     display:inline;
576     font-size:1em;
577     color : #027ac6;
578 }
579
580 div.tag_title a:hover{
581     text-decoration:none;
582 }
583
584
585 .subfield_line{
586     margin-left:1.1em;
587 }
588
589 .CursorHelp{
590     cursor:help;
591 }
592
593 .buttonDot{
594     cursor:help;
595 }
596
597 .buttonUp {
598     cursor: crosshair;
599     color: grey;
600     font-size: .8em;
601 }
602
603 .labelsubfield{
604     min-width:210px;
605     display:inline;
606 }
607
608 .subfield_mandatory{
609     color:red;
610 }
611
612 .subfield_not_filled {
613     width:506px;
614     color:darkblue;
615     background-color:#ffe5ed;
616     border:1px solid #ffe5ed;
617     border-bottom:1px solid red;
618     padding:0.15em;
619 }
620
621 .line_not_filled{
622     margin-left:1.1em;
623     background-color:#ffe5ed;
624     border:1px solid red;
625 }
626
627 .indicator{
628     width:20px;
629     color:darkblue;
630     background-color: #ffffff;
631     border:1px dotted #a4cde6;
632     padding:0.15em;
633 }
634
635 .indicator:focus {
636     background-color:#fdfde3;
637     border-bottom:1px solid darkblue;
638     width:20px;
639     color:darkblue;
640 }
641
642 .input_marceditor {
643     width:506px;
644     color:darkblue;
645     background-color:#ffffff;
646     border:1px solid #ffffff;
647     border-bottom:1px solid lightgray;
648     padding:0.15em;
649 }
650
651 .input_marceditor:focus{
652     background-color:#fdfde3;
653     border-bottom:1px solid darkblue;
654     width:506px;
655     color:darkblue;
656 }
657
658 .tag{
659     padding-bottom:1.1em;
660 /*     border-bottom:1px dotted #a4cde6; */
661 }
662
663 .buttonPlus {
664     cursor: crosshair;
665     color: grey; 
666     font-size: 80%;
667 }
668
669 /*.flat{
670     border:0px;
671 }*/
672
673 /* End of Marc Editor stylesheet */