Lines 10-23
Link Here
|
10 |
a { |
10 |
a { |
11 |
&:link, |
11 |
&:link, |
12 |
&:visited { |
12 |
&:visited { |
13 |
color: #000; |
13 |
color: #71B443; |
14 |
text-decoration: none; |
14 |
padding: .3em; |
|
|
15 |
border: none; |
16 |
background-color: transparent; |
17 |
box-shadow: none; |
18 |
font-size: 100%; |
15 |
} |
19 |
} |
16 |
|
20 |
|
17 |
&:hover, |
21 |
&:hover, |
18 |
&:active { |
22 |
&:active, &:focus { |
19 |
color: #000; |
|
|
20 |
text-decoration: underline; |
23 |
text-decoration: underline; |
|
|
24 |
color: #71B443; |
25 |
padding: .3em; |
26 |
border: none; |
27 |
background-color: transparent; |
28 |
box-shadow: none; |
29 |
font-size: 100%; |
21 |
} |
30 |
} |
22 |
|
31 |
|
23 |
&:hover { |
32 |
&:hover { |
Lines 35-46
a {
Link Here
|
35 |
} |
44 |
} |
36 |
|
45 |
|
37 |
&.btn { |
46 |
&.btn { |
38 |
&:link, |
|
|
39 |
&:visited { |
40 |
//color: #71B443; |
41 |
// padding: 6px 25px; |
42 |
} |
43 |
|
44 |
&.btn-link { |
47 |
&.btn-link { |
45 |
&:link, |
48 |
&:link, |
46 |
&:visited { |
49 |
&:visited { |
Lines 54-79
a {
Link Here
|
54 |
} |
57 |
} |
55 |
|
58 |
|
56 |
} |
59 |
} |
57 |
|
60 |
|
58 |
&.lientype{ |
61 |
&.edit-patronimage{ |
59 |
color: #71B443; |
62 |
color: #333; |
60 |
padding: .3em; |
63 |
background-color: #e6e6e6; |
61 |
border: none; |
64 |
border-color: #adadad; |
62 |
background-color: transparent; |
|
|
63 |
border: none; |
64 |
box-shadow: none; |
65 |
font-size: 100%; |
66 |
|
67 |
&:hover, &:focus, &:active, &:active:hover, &:active:focus{ |
68 |
text-decoration: underline; |
69 |
color: #71B443; |
70 |
padding: .3em; |
71 |
border: none; |
72 |
background-color: transparent; |
73 |
border: none; |
74 |
box-shadow: none; |
75 |
font-size: 100%; |
76 |
} |
77 |
} |
65 |
} |
78 |
|
66 |
|
79 |
&.cancel { |
67 |
&.cancel { |
Lines 83-91
a {
Link Here
|
83 |
border: #696969 double 1px; |
71 |
border: #696969 double 1px; |
84 |
margin: 5px; |
72 |
margin: 5px; |
85 |
|
73 |
|
86 |
//font-family: $font-main; |
|
|
87 |
font-family: 'Poppins', sans-serif; |
74 |
font-family: 'Poppins', sans-serif; |
88 |
//box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%); |
|
|
89 |
display: inline-block; |
75 |
display: inline-block; |
90 |
font-weight: normal; |
76 |
font-weight: normal; |
91 |
text-align: center; |
77 |
text-align: center; |
Lines 127-138
a {
Link Here
|
127 |
} |
113 |
} |
128 |
} |
114 |
} |
129 |
|
115 |
|
130 |
&.close { |
|
|
131 |
&:hover { |
132 |
//color: #418940; |
133 |
} |
134 |
} |
135 |
|
136 |
&.csv { |
116 |
&.csv { |
137 |
background-image: url("../img/famfamfam/silk/page_white_excel.png"); |
117 |
background-image: url("../img/famfamfam/silk/page_white_excel.png"); |
138 |
} |
118 |
} |
Lines 145-150
a {
Link Here
|
145 |
color: #666; |
125 |
color: #666; |
146 |
} |
126 |
} |
147 |
|
127 |
|
|
|
128 |
&.principal{ |
129 |
background-color: #FEC32C; |
130 |
color: #000; |
131 |
text-shadow: 0 1px 0 #fff; |
132 |
padding: 6px 25px; |
133 |
border: none; |
134 |
background-image: none; |
135 |
margin: 5px; |
136 |
|
137 |
&:hover, |
138 |
&:active, |
139 |
&:focus{ |
140 |
background-color: #fec22c9f; |
141 |
color: #000; |
142 |
border: none; |
143 |
} |
144 |
} |
145 |
|
148 |
&.disabled { |
146 |
&.disabled { |
149 |
color: #999999; |
147 |
color: #999999; |
150 |
} |
148 |
} |
Lines 194-200
a {
Link Here
|
194 |
background-image: url("../img/famfamfam/silk/page_white_code.png"); |
192 |
background-image: url("../img/famfamfam/silk/page_white_code.png"); |
195 |
} |
193 |
} |
196 |
|
194 |
|
197 |
&.pat{ |
195 |
&.toolbar-btn{ |
198 |
font-family: 'Poppins', sans-serif; |
196 |
font-family: 'Poppins', sans-serif; |
199 |
font-weight: normal; |
197 |
font-weight: normal; |
200 |
text-align: center; |
198 |
text-align: center; |
Lines 206-212
a {
Link Here
|
206 |
background-image: none; |
204 |
background-image: none; |
207 |
padding: 6px 12px; |
205 |
padding: 6px 12px; |
208 |
font-size: 12px; |
206 |
font-size: 12px; |
209 |
//line-height: 1.42857143; |
|
|
210 |
border-radius: 4px; |
207 |
border-radius: 4px; |
211 |
-webkit-user-select: none; |
208 |
-webkit-user-select: none; |
212 |
-moz-user-select: none; |
209 |
-moz-user-select: none; |
Lines 219-231
a {
Link Here
|
219 |
margin: 5px 10px; |
216 |
margin: 5px 10px; |
220 |
color: #696969; |
217 |
color: #696969; |
221 |
|
218 |
|
222 |
&:hover{ |
219 |
&:hover, &:focus{ |
223 |
text-decoration: none; |
220 |
text-decoration: none; |
|
|
221 |
background-color: #dadada; |
224 |
} |
222 |
} |
225 |
|
223 |
|
226 |
&:active{ |
224 |
&:active{ |
227 |
border: none; |
225 |
border: none; |
228 |
} |
226 |
} |
|
|
227 |
|
228 |
&.word{ |
229 |
margin-right: 0; |
230 |
padding-right: .1em; |
231 |
} |
232 |
|
233 |
&.arrow{ |
234 |
margin-left: 0; |
235 |
border-radius: 4px; |
236 |
padding-left: .1em; |
237 |
|
238 |
&:active{ |
239 |
border: 1px solid #000; |
240 |
border-radius: 4px; |
241 |
} |
242 |
} |
243 |
} |
244 |
|
245 |
&.more_link{ |
246 |
color: #71B443; |
247 |
background-color: transparent; |
248 |
|
249 |
display: block; |
250 |
position: absolute; |
251 |
right: 45px; |
252 |
bottom: 10px; |
253 |
line-height: 15px; |
254 |
|
255 |
&:hover{ |
256 |
text-decoration: none; |
257 |
color:#71B443; |
258 |
background-color: transparent; |
259 |
} |
229 |
} |
260 |
} |
230 |
} |
261 |
} |
231 |
|
262 |
|
Lines 235-285
a {
Link Here
|
235 |
color: #71B443; |
266 |
color: #71B443; |
236 |
} |
267 |
} |
237 |
|
268 |
|
238 |
#plus{ |
|
|
239 |
color: #71B443; |
240 |
background-color: transparent; |
241 |
|
242 |
display: block; |
243 |
position: absolute; |
244 |
right: 45px; |
245 |
bottom: 10px; |
246 |
line-height: 15px; |
247 |
|
248 |
&:hover{ |
249 |
text-decoration: none; |
250 |
color:#71B443; |
251 |
background-color: transparent; |
252 |
} |
253 |
} |
254 |
|
255 |
a.ctrl_link { |
269 |
a.ctrl_link { |
256 |
display: inline-block; |
270 |
display: inline-block; |
257 |
padding-right: 1rem; |
271 |
padding-right: 1rem; |
258 |
} |
272 |
} |
259 |
|
|
|
260 |
aside { |
261 |
h5 { |
262 |
font-size: 100%; |
263 |
margin: .5em 0; |
264 |
} |
265 |
|
273 |
|
266 |
.radio, .checkbox { |
|
|
267 |
margin: 0; |
268 |
} |
269 |
|
274 |
|
270 |
p{ |
275 |
aside { |
271 |
margin: 0; |
276 |
position: absolute; |
272 |
} |
277 |
left: 0px; |
|
|
278 |
width: 100%; |
273 |
|
279 |
|
274 |
fieldset { |
280 |
fieldset{ |
275 |
&.brief { |
281 |
&.sidebar{ |
276 |
padding: 1.4em 1.7em; |
282 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
277 |
//height: auto; |
283 |
padding: 0.9em; |
278 |
width: 100%; |
284 |
width: 100%; |
279 |
left: 0px; |
285 |
left: 0px; |
280 |
|
|
|
281 |
overflow: auto; |
286 |
overflow: auto; |
282 |
//white-space: nowrap; |
|
|
283 |
height: auto; |
287 |
height: auto; |
284 |
max-height: 500px; |
288 |
max-height: 500px; |
285 |
|
289 |
|
Lines 290-298
aside {
Link Here
|
290 |
|
294 |
|
291 |
&::-webkit-scrollbar-track { |
295 |
&::-webkit-scrollbar-track { |
292 |
background: #eeeeee; |
296 |
background: #eeeeee; |
293 |
//border-color: #696969; |
|
|
294 |
//border-radius: 20px; |
295 |
|
296 |
} |
297 |
} |
297 |
|
298 |
|
298 |
&::-webkit-scrollbar-thumb { |
299 |
&::-webkit-scrollbar-thumb { |
Lines 301-306
aside {
Link Here
|
301 |
border: 3px solid #eeeeee; |
302 |
border: 3px solid #eeeeee; |
302 |
} |
303 |
} |
303 |
|
304 |
|
|
|
305 |
button + button, |
306 |
input + input { |
307 |
margin-left: 5px; |
308 |
} |
309 |
|
310 |
input{ |
311 |
&.cancel { |
312 |
|
313 |
background-color: transparent; |
314 |
color: #696969; |
315 |
border: #696969 double 1px; |
316 |
margin: 5px; |
317 |
|
318 |
font-family: 'Poppins', sans-serif; |
319 |
display: inline-block; |
320 |
font-weight: normal; |
321 |
text-align: center; |
322 |
white-space: nowrap; |
323 |
vertical-align: middle; |
324 |
touch-action: manipulation; |
325 |
width: 90px; |
326 |
cursor: pointer; |
327 |
background-image: none; |
328 |
padding: 6px 12px; |
329 |
font-size: 12px; |
330 |
line-height: 1.42857143; |
331 |
border-radius: 4px; |
332 |
user-select: none; |
333 |
|
334 |
&:hover{ |
335 |
font-weight: bold; |
336 |
background-color: #f1f1f1; |
337 |
border: #696969 double 1px; |
338 |
text-decoration: none; |
339 |
} |
340 |
} |
341 |
} |
342 |
|
343 |
fieldset.brief{ |
344 |
width: 100%; |
345 |
|
346 |
legend{ |
347 |
color: #696969; |
348 |
font-weight: bold; |
349 |
font-size: 13px; |
350 |
margin: 0; |
351 |
border-bottom: 0; |
352 |
} |
353 |
|
354 |
li{ |
355 |
margin-top: 0; |
356 |
padding: 0; |
357 |
|
358 |
&.radio{ |
359 |
padding: 0; |
360 |
} |
361 |
|
362 |
label { |
363 |
color: #696969; |
364 |
font-size: 13px; |
365 |
padding: 0.5em 0.3em 0 0; |
366 |
margin: 0; |
367 |
font-weight: normal; |
368 |
} |
369 |
|
370 |
input, select { |
371 |
height: calc(1.5em + .75rem + 2px); |
372 |
width: calc(100% - 20px); |
373 |
} |
374 |
} |
375 |
} |
376 |
|
377 |
ol{ |
378 |
padding: 0; |
379 |
li { |
380 |
list-style: none; |
381 |
left: 0px; |
382 |
flex-direction: row; |
383 |
width: 100%; |
384 |
height: auto; |
385 |
padding: 0.9em 0; |
386 |
|
387 |
fieldset{ |
388 |
width: 100%; |
389 |
|
390 |
legend{ |
391 |
color: #696969; |
392 |
font-weight: bold; |
393 |
font-size: 13px; |
394 |
margin: 0; |
395 |
border-bottom: 0; |
396 |
} |
397 |
|
398 |
li{ |
399 |
margin-top: 0; |
400 |
padding: 0; |
401 |
|
402 |
label { |
403 |
color: #696969; |
404 |
font-size: 13px; |
405 |
padding: 0.5em 0.3em 0 0; |
406 |
margin: 0; |
407 |
font-weight: normal; |
408 |
} |
409 |
|
410 |
input, select { |
411 |
height: calc(1.5em + .75rem + 2px); |
412 |
width: calc(100% - 20px); |
413 |
} |
414 |
} |
415 |
|
416 |
} |
417 |
|
418 |
label { |
419 |
color: #696969; |
420 |
padding: 0.5em 0.3em 0 0; |
421 |
margin: 0; |
422 |
} |
423 |
|
424 |
input, select { |
425 |
height: calc(1.5em + .75rem + 2px); |
426 |
width: calc(100% - 20px); |
427 |
|
428 |
|
429 |
&[type="checkbox"], |
430 |
&[type="radio"] { |
431 |
width: auto; |
432 |
margin: 0; |
433 |
vertical-align: middle; |
434 |
} |
435 |
} |
436 |
|
437 |
|
438 |
|
439 |
&.checkbox { |
440 |
label { |
441 |
display: inline; |
442 |
margin-left: 0; |
443 |
} |
444 |
} |
445 |
|
446 |
&.dateinsert { |
447 |
label { |
448 |
display: inline; |
449 |
} |
450 |
|
451 |
span { |
452 |
&.label { |
453 |
display: inline; |
454 |
} |
455 |
} |
456 |
} |
457 |
|
458 |
&.radio { |
459 |
// padding: .3em 0; |
460 |
|
461 |
input { |
462 |
padding: .3em 0; |
463 |
} |
464 |
|
465 |
label { |
466 |
display: inline; |
467 |
} |
468 |
|
469 |
span { |
470 |
&.label { |
471 |
display: inline; |
472 |
} |
473 |
} |
474 |
|
475 |
select, |
476 |
[type="text"] { |
477 |
width: 100%; |
478 |
} |
479 |
|
480 |
.flatpickr-input { |
481 |
margin-right: 3px; |
482 |
width: calc(100% - 20px); |
483 |
} |
484 |
|
485 |
&+.action { |
486 |
margin-left: 0; |
487 |
padding: 0; |
488 |
} |
489 |
|
490 |
.radio, .checkbox { |
491 |
margin: 0; |
492 |
} |
493 |
|
494 |
select, |
495 |
[type="text"] { |
496 |
width: 100%; |
497 |
} |
498 |
|
499 |
.flatpickr-input { |
500 |
margin-right: 3px; |
501 |
width: calc(100% - 20px); |
502 |
} |
503 |
|
504 |
&.action { |
505 |
margin-left: 0; |
506 |
padding: 0; |
507 |
} |
508 |
} |
509 |
} |
510 |
} |
511 |
} |
512 |
} |
513 |
|
514 |
|
515 |
/* |
516 |
|
517 |
|
518 |
|
519 |
|
520 |
ol { |
521 |
margin: 0; |
522 |
padding: 0; |
523 |
} |
524 |
|
525 |
|
526 |
|
304 |
button + button, |
527 |
button + button, |
305 |
input + input { |
528 |
input + input { |
306 |
margin-left: 5px; |
529 |
margin-left: 5px; |
Lines 342-352
aside {
Link Here
|
342 |
} |
565 |
} |
343 |
|
566 |
|
344 |
&.dateinsert { |
567 |
&.dateinsert { |
345 |
label { |
568 |
label {goto |
346 |
display: inline; |
569 |
display: inline; |
347 |
} |
570 |
} |
348 |
|
571 |
|
349 |
span { |
572 |
&.menu { |
|
|
573 |
padding: 1.4em 1.7em; |
574 |
width: 100%; |
575 |
left: 0px; |
576 |
overflow: auto; |
577 |
height: auto; |
578 |
max-height: 500px; |
579 |
|
580 |
|
581 |
&::-webkit-scrollbar { |
582 |
width: 12px; |
583 |
} |
584 |
|
585 |
&::-webkit-scrollbar-track { |
586 |
background: #eeeeee; |
587 |
} |
588 |
|
589 |
&::-webkit-scrollbar-thumb { |
590 |
background: #696969; |
591 |
border-radius: 20px; |
592 |
border: 3px solid #eeeeee; |
593 |
} |
594 |
|
595 |
button + button, |
596 |
input + input { |
597 |
margin-left: 5px; |
598 |
} |
599 |
|
600 |
fieldset { |
601 |
border-width: 1px; |
602 |
border-radius: 0; |
603 |
margin: 0 0 .5em 0; |
604 |
padding: .5em; |
605 |
|
606 |
legend { |
607 |
font-size: 95%; |
608 |
margin: 0; |
609 |
border-bottom: none; |
610 |
} |
611 |
|
612 |
&.action { |
613 |
margin-left: 0; |
614 |
padding: .5em 0; |
615 |
} |
616 |
} |
617 |
|
618 |
input, select { |
619 |
height: calc(1.5em + .75rem + 2px); |
620 |
} |
621 |
|
622 |
label { |
623 |
margin: .5em 0 0 0; |
624 |
border-top : 1px inset #999999; |
625 |
} |
626 |
|
627 |
li { |
628 |
&.checkbox { |
629 |
label { |
630 |
display: inline; |
631 |
margin-left: 0; |
632 |
} |
633 |
} |
634 |
|
635 |
&.dateinsert { |
636 |
label { |
637 |
display: inline; |
638 |
} |
639 |
|
640 |
span { |
641 |
&.label { |
642 |
display: inline; |
643 |
} |
644 |
} |
645 |
} |
646 |
|
647 |
&.radio { |
648 |
padding: .3em 0; |
649 |
|
650 |
input { |
651 |
padding: .3em 0; |
652 |
} |
653 |
|
654 |
label { |
655 |
display: inline; |
656 |
} |
657 |
|
658 |
span { |
659 |
&.label { |
660 |
display: inline; |
661 |
} |
662 |
} |
663 |
} |
664 |
} |
665 |
|
666 |
ol { |
667 |
margin: 0; |
668 |
padding: 0; |
669 |
} |
670 |
|
671 |
select, |
672 |
[type="text"] { |
673 |
width: 100%; |
674 |
} |
675 |
|
676 |
.flatpickr-input { |
677 |
margin-right: 3px; |
678 |
width: calc(100% - 20px); |
679 |
} |
680 |
|
681 |
&+.action { |
682 |
margin-left: 0; |
683 |
padding: 0; |
684 |
} |
685 |
} span { |
350 |
&.label { |
686 |
&.label { |
351 |
display: inline; |
687 |
display: inline; |
352 |
} |
688 |
} |
Lines 391-422
aside {
Link Here
|
391 |
margin-left: 0; |
727 |
margin-left: 0; |
392 |
padding: 0; |
728 |
padding: 0; |
393 |
} |
729 |
} |
|
|
730 |
} |
731 |
*/ |
732 |
} |
733 |
|
734 |
#navmenulist{ |
735 |
background-color: #e6e6e6; |
736 |
width: 100%; |
737 |
overflow: auto; |
738 |
display: block; |
739 |
// position: absolute; |
740 |
// left: 0px; |
741 |
max-height: 700px; |
742 |
height: auto; |
743 |
|
744 |
&::-webkit-scrollbar { |
745 |
width: 12px; |
746 |
} |
747 |
|
748 |
&::-webkit-scrollbar-track { |
749 |
background: #eeeeee; |
750 |
|
751 |
} |
752 |
|
753 |
&::-webkit-scrollbar-thumb { |
754 |
background: #696969; |
755 |
border-radius: 20px; |
756 |
border: 3px solid #eeeeee; |
757 |
} |
758 |
|
759 |
h2{ |
760 |
width: 100%; |
761 |
text-align: center; |
762 |
|
763 |
a, a:link, a:visited{ |
764 |
text-align: center; |
765 |
color: #000; |
766 |
|
767 |
&:hover, &.current{ |
768 |
text-decoration: none; |
769 |
} |
770 |
} |
771 |
} |
772 |
|
773 |
h4 { |
774 |
margin: .5em 0; |
775 |
padding-left: 0.5em; |
776 |
padding-bottom: 0.2em; |
777 |
color: #696969; |
778 |
border-bottom: 1px solid #696969; |
779 |
font-weight: normal; |
780 |
} |
781 |
|
782 |
ul { |
783 |
margin-bottom: 10px; |
784 |
padding-left: 0px; |
785 |
|
786 |
&.goto{ |
787 |
margin-bottom: 13px; |
788 |
margin-left: 0; |
789 |
margin-right: 0; |
790 |
padding-left: 0px; |
791 |
position: relative; |
792 |
top: 0px; |
793 |
|
794 |
li{ |
795 |
a{ |
796 |
font-size: 75%; |
797 |
} |
798 |
} |
799 |
} |
800 |
|
801 |
li { |
802 |
list-style: none; |
803 |
left: 0px; |
804 |
flex-direction: row; |
805 |
width: 100%; |
806 |
height: auto; |
807 |
|
808 |
a, a:link, a:visited { |
809 |
color: #000; |
810 |
width: 100%; |
811 |
display: block; |
812 |
text-decoration: none; |
813 |
padding: 0.7em 0.3em 0.7em 1.2em; |
814 |
|
815 |
&.current, &:hover, &:active, &:focus { |
816 |
background-color: #F3F4F4; |
817 |
text-decoration: none; |
818 |
color: #418940; |
819 |
border-left: solid 5px #418940; |
820 |
font-weight: bold; |
821 |
} |
822 |
} |
394 |
} |
823 |
} |
395 |
} |
824 |
} |
396 |
} |
825 |
} |
397 |
|
826 |
|
|
|
827 |
|
398 |
div { |
828 |
div { |
399 |
display: block; |
829 |
display: block; |
400 |
|
830 |
|
401 |
&.menuspe{ |
831 |
&.mainmenu{ |
402 |
display: inline; |
832 |
display: inline; |
403 |
//align-items: center; |
|
|
404 |
//justify-content: center; |
405 |
} |
833 |
} |
406 |
|
834 |
|
407 |
|
835 |
|
408 |
&.menuspebas{ |
836 |
&.koha-mainpage{ |
409 |
///display: inline; |
|
|
410 |
display: flex; |
837 |
display: flex; |
411 |
//-webkit-box-align: center; |
|
|
412 |
//-ms-flex-align: center; |
413 |
align-items: center; |
838 |
align-items: center; |
414 |
//-webkit-box-pack: center; |
|
|
415 |
//-ms-flex-pack: center; |
416 |
justify-content: center; |
839 |
justify-content: center; |
417 |
} |
840 |
} |
418 |
|
841 |
|
419 |
&.vert{ |
842 |
&.settings-links{ |
420 |
display: block; |
843 |
display: block; |
421 |
float: right; |
844 |
float: right; |
422 |
top: 0px; |
845 |
top: 0px; |
Lines 430-453
div {
Link Here
|
430 |
height: 150px; |
853 |
height: 150px; |
431 |
margin-right: auto; |
854 |
margin-right: auto; |
432 |
margin-left: auto; |
855 |
margin-left: auto; |
|
|
856 |
|
857 |
a, a:visited, a:link{ |
858 |
color: #000; |
859 |
} |
433 |
} |
860 |
} |
434 |
} |
861 |
} |
435 |
|
862 |
|
436 |
&.bas{ |
863 |
&.koha-bottom{ |
437 |
background: transparent url(../img/koha-logo-medium.png) no-repeat center; |
864 |
background: transparent url(../img/koha-logo-medium.png) no-repeat center; |
438 |
width: 150px; |
865 |
width: 150px; |
439 |
background-size: 70%; |
866 |
background-size: 70%; |
440 |
height: 50px; |
867 |
height: 50px; |
441 |
margin: 25px; |
868 |
margin: 25px; |
442 |
// position: inherit; |
|
|
443 |
bottom: 0px; |
869 |
bottom: 0px; |
444 |
text-align: center; |
870 |
text-align: center; |
445 |
display: flex; |
871 |
display: flex; |
446 |
align-items: center; |
872 |
align-items: center; |
447 |
justify-content: center; |
873 |
justify-content: center; |
448 |
position: fixed; |
874 |
position: fixed; |
449 |
//right: 0; |
|
|
450 |
//left: 0; |
451 |
z-index: 1030; |
875 |
z-index: 1030; |
452 |
|
876 |
|
453 |
a{ |
877 |
a{ |
Lines 455-500
div {
Link Here
|
455 |
height: 100%; |
879 |
height: 100%; |
456 |
} |
880 |
} |
457 |
} |
881 |
} |
|
|
882 |
} |
458 |
|
883 |
|
459 |
/* &.plus{ |
884 |
.settings{ |
460 |
display: block; |
885 |
i, img{ |
461 |
background-color: #352C2E; |
|
|
462 |
padding: 10px; |
463 |
border-radius: 4px; |
464 |
padding: 10px; |
465 |
border-radius: 4px; |
466 |
position: absolute; |
467 |
text-align: center; |
886 |
text-align: center; |
468 |
right: 0px; |
887 |
color: #71B443; |
469 |
bottom: -80px; |
888 |
border: solid 3px #71B443; |
470 |
|
889 |
border-radius: 50%; |
471 |
label{ |
890 |
background-color: transparent; |
472 |
color: #fff; |
891 |
width: 40px; |
473 |
font-weight: bold; |
892 |
height: 40px; |
|
|
893 |
margin-bottom: 5px; |
894 |
margin-left: auto; |
895 |
margin-right: auto; |
896 |
padding: 5px; |
897 |
align-items: center; |
898 |
justify-content: center; |
899 |
-webkit-box-sizing: content-box; |
900 |
box-sizing: content-box; |
901 |
display: flex; |
902 |
|
903 |
} |
904 |
|
905 |
&:hover{ |
906 |
color: #418940; |
907 |
text-decoration: none; |
908 |
font-weight: bold; |
909 |
|
910 |
i, img{ |
911 |
border-color: #418940; |
912 |
color: #418940; |
474 |
} |
913 |
} |
475 |
}*/ |
914 |
|
476 |
} |
915 |
} |
477 |
|
916 |
|
478 |
#filters{ |
917 |
img{ |
479 |
width: 100%; |
918 |
max-width: 30px; |
480 |
display: block; |
919 |
height: auto; |
481 |
position: absolute; |
920 |
padding: 10px; |
482 |
left: 0px; |
921 |
} |
483 |
height: 500px; |
|
|
484 |
} |
922 |
} |
485 |
|
923 |
|
486 |
#filtres{ |
924 |
.home-page{ |
487 |
width: 100%; |
925 |
text-align: center; |
488 |
display: block; |
926 |
text-decoration: none; |
489 |
position: absolute; |
927 |
font-family: 'Poppins', sans-serif; |
490 |
left: 0px; |
928 |
|
491 |
height: 500px; |
929 |
h1 { |
|
|
930 |
font-size: 150%; |
931 |
font-weight: normal; |
932 |
color: #000; |
933 |
} |
934 |
|
935 |
i{ |
936 |
text-align: center; |
937 |
color: #fff; |
938 |
border: solid 3px #71B443; |
939 |
border-radius: 50%; |
940 |
background-color: #71B443; |
941 |
width: 40px; |
942 |
height: 40px; |
943 |
margin-bottom: 5px; |
944 |
margin-left: auto; |
945 |
margin-right: auto; |
946 |
padding: 5px; |
947 |
align-items: center; |
948 |
justify-content: center; |
949 |
-webkit-box-sizing: content-box; |
950 |
box-sizing: content-box; |
951 |
display: flex; |
952 |
|
953 |
} |
954 |
|
955 |
&:hover{ |
956 |
text-decoration: none; |
957 |
|
958 |
i{ |
959 |
background-color: #418940; |
960 |
border-color: #418940; |
961 |
} |
962 |
|
963 |
h1{ |
964 |
color: #418940; |
965 |
} |
966 |
} |
492 |
} |
967 |
} |
493 |
|
968 |
|
494 |
button { |
969 |
button { |
495 |
//@include default-button; |
970 |
@include default-button; |
496 |
|
971 |
|
497 |
&:active { |
972 |
&:active, &:hover { |
498 |
border: 1px inset #999999; |
973 |
border: 1px inset #999999; |
499 |
} |
974 |
} |
500 |
|
975 |
|
Lines 590-615
h1 {
Link Here
|
590 |
font-weight: bold; |
1065 |
font-weight: bold; |
591 |
} |
1066 |
} |
592 |
|
1067 |
|
593 |
#logo { |
|
|
594 |
background: transparent url("../img/koha-logo-medium.png") no-repeat 50% 50%; |
595 |
border: 0 none; |
596 |
margin: 2rem 1rem; |
597 |
padding: 0; |
598 |
width: 180px; |
599 |
|
600 |
a { |
601 |
border: 0; |
602 |
cursor: pointer; |
603 |
display: block; |
604 |
height: 0 !important; |
605 |
margin: 0; |
606 |
overflow: hidden; |
607 |
padding: 44px 0 0; |
608 |
text-decoration: none; |
609 |
width: 180px; |
610 |
} |
611 |
} |
612 |
|
613 |
h2 { |
1068 |
h2 { |
614 |
font-size: 150%; |
1069 |
font-size: 150%; |
615 |
font-weight: bold; |
1070 |
font-weight: bold; |
Lines 629-635
h4 {
Link Here
|
629 |
|
1084 |
|
630 |
h5 { |
1085 |
h5 { |
631 |
font-size: 100%; |
1086 |
font-size: 100%; |
632 |
//font-weight: bold; |
|
|
633 |
} |
1087 |
} |
634 |
|
1088 |
|
635 |
h6 { |
1089 |
h6 { |
Lines 637-651
h6 {
Link Here
|
637 |
font-weight: bold; |
1091 |
font-weight: bold; |
638 |
} |
1092 |
} |
639 |
|
1093 |
|
640 |
h7 { |
|
|
641 |
font-size: 93%; |
642 |
font-weight: bold; |
643 |
text-align: center; |
644 |
//padding: 5px; |
645 |
position: relative; |
646 |
left: 0px; |
647 |
bottom: 0px; |
648 |
} |
649 |
|
1094 |
|
650 |
|
1095 |
|
651 |
h1, |
1096 |
h1, |
Lines 653-661
h2,
Link Here
|
653 |
h3, |
1098 |
h3, |
654 |
h4, |
1099 |
h4, |
655 |
h5, |
1100 |
h5, |
656 |
h6, |
1101 |
h6 { |
657 |
h7 { |
|
|
658 |
margin: .5em 0; |
1102 |
margin: .5em 0; |
|
|
1103 |
|
1104 |
a, a:link, a:visited{ |
1105 |
color: #000; |
1106 |
} |
659 |
} |
1107 |
} |
660 |
|
1108 |
|
661 |
hr { |
1109 |
hr { |
Lines 666-677
hr {
Link Here
|
666 |
p { |
1114 |
p { |
667 |
margin: .7em 0; |
1115 |
margin: .7em 0; |
668 |
|
1116 |
|
669 |
&.plus{ |
1117 |
&.more{ |
670 |
background-color: #352C2E; |
|
|
671 |
height: 100% !important; |
1118 |
height: 100% !important; |
672 |
top: 30px; |
1119 |
top: 30px; |
673 |
border-bottom-left-radius: 17px; |
1120 |
width: 100%; |
674 |
border-bottom-right-radius: 17px; |
1121 |
display: block; |
|
|
1122 |
position: absolute; |
1123 |
left: 0px; |
1124 |
background-color: #352C2E; |
1125 |
padding: 10px; |
1126 |
border-radius: 4px; |
1127 |
text-align: center; |
1128 |
right: 0px; |
1129 |
bottom: -70px; |
675 |
|
1130 |
|
676 |
input{ |
1131 |
input{ |
677 |
outline-offset: 0px; |
1132 |
outline-offset: 0px; |
Lines 687-693
p {
Link Here
|
687 |
top: -5px; |
1142 |
top: -5px; |
688 |
right: 30px; |
1143 |
right: 30px; |
689 |
z-index: 100; |
1144 |
z-index: 100; |
690 |
display: inline-block !important; |
1145 |
display: inline !important; |
691 |
letter-spacing: normal; |
1146 |
letter-spacing: normal; |
692 |
word-spacing: normal; |
1147 |
word-spacing: normal; |
693 |
text-transform: none; |
1148 |
text-transform: none; |
Lines 699-705
p {
Link Here
|
699 |
} |
1154 |
} |
700 |
} |
1155 |
} |
701 |
|
1156 |
|
702 |
&.plusdessous{ |
1157 |
&.more_bottom{ |
703 |
background-color: #352C2E; |
1158 |
background-color: #352C2E; |
704 |
height: auto !important; |
1159 |
height: auto !important; |
705 |
padding: 0 5px 10px 5px; |
1160 |
padding: 0 5px 10px 5px; |
Lines 707-712
p {
Link Here
|
707 |
border-bottom-left-radius: 17px; |
1162 |
border-bottom-left-radius: 17px; |
708 |
border-bottom-right-radius: 17px; |
1163 |
border-bottom-right-radius: 17px; |
709 |
|
1164 |
|
|
|
1165 |
label{ |
1166 |
color: #fff; |
1167 |
} |
1168 |
|
710 |
input{ |
1169 |
input{ |
711 |
outline-offset: 0px; |
1170 |
outline-offset: 0px; |
712 |
outline: 1px black; |
1171 |
outline: 1px black; |
Lines 732-737
p {
Link Here
|
732 |
} |
1191 |
} |
733 |
} |
1192 |
} |
734 |
|
1193 |
|
|
|
1194 |
#patron_search { |
1195 |
.address { |
1196 |
font-size: 100%; |
1197 |
} |
1198 |
} |
1199 |
|
735 |
strong { |
1200 |
strong { |
736 |
font-weight: bold; |
1201 |
font-weight: bold; |
737 |
|
1202 |
|
Lines 774-780
input {
Link Here
|
774 |
//font-family: $font-main; |
1239 |
//font-family: $font-main; |
775 |
font-family: 'Poppins', sans-serif; |
1240 |
font-family: 'Poppins', sans-serif; |
776 |
text-shadow: 0 1px 0 #fff; |
1241 |
text-shadow: 0 1px 0 #fff; |
777 |
//box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%); |
|
|
778 |
display: inline-block; |
1242 |
display: inline-block; |
779 |
margin-bottom: 0; |
1243 |
margin-bottom: 0; |
780 |
font-weight: normal; |
1244 |
font-weight: normal; |
Lines 802-808
input {
Link Here
|
802 |
display: inline-block; |
1266 |
display: inline-block; |
803 |
font-size: inherit; |
1267 |
font-size: inherit; |
804 |
line-height: 1.42857143; |
1268 |
line-height: 1.42857143; |
805 |
//padding: .3em .8em; |
|
|
806 |
margin: 5px; |
1269 |
margin: 5px; |
807 |
text-align: center; |
1270 |
text-align: center; |
808 |
text-shadow: 0 1px 0 #fff; |
1271 |
text-shadow: 0 1px 0 #fff; |
Lines 829-834
input {
Link Here
|
829 |
@include disabled-button; |
1292 |
@include disabled-button; |
830 |
} |
1293 |
} |
831 |
} |
1294 |
} |
|
|
1295 |
|
1296 |
&.principal{ |
1297 |
background-color: #FEC32C; |
1298 |
color: #000; |
1299 |
text-shadow: 0 1px 0 #fff; |
1300 |
border: none; |
1301 |
background-image: none; |
1302 |
margin: 5px; |
1303 |
padding: 6px 25px; |
1304 |
|
1305 |
&:hover, |
1306 |
&:active, |
1307 |
&:focus{ |
1308 |
background-color: #fec22c9f; |
1309 |
color: #000; |
1310 |
border: none; |
1311 |
} |
1312 |
} |
832 |
} |
1313 |
} |
833 |
|
1314 |
|
834 |
.input-warning { |
1315 |
.input-warning { |
Lines 837-843
input {
Link Here
|
837 |
} |
1318 |
} |
838 |
|
1319 |
|
839 |
|
1320 |
|
840 |
//a suppr |
|
|
841 |
label, |
1321 |
label, |
842 |
.label { |
1322 |
.label { |
843 |
color: #000; |
1323 |
color: #000; |
Lines 858-1156
label,
Link Here
|
858 |
} |
1338 |
} |
859 |
|
1339 |
|
860 |
&.circ_barcode { |
1340 |
&.circ_barcode { |
861 |
display: inline-block; |
1341 |
display: inline-block; |
862 |
font-size: 105%; |
1342 |
font-size: 105%; |
863 |
font-weight: bold; |
1343 |
font-weight: bold; |
864 |
margin-bottom: 1rem; |
1344 |
margin-bottom: 1rem; |
865 |
max-width: 75%; |
1345 |
max-width: 75%; |
866 |
} |
1346 |
} |
867 |
|
|
|
868 |
&.required { |
869 |
color: #C00; |
870 |
} |
871 |
} |
872 |
|
873 |
.subfield-label { |
874 |
font-style: italic; |
875 |
|
876 |
span { |
877 |
&.subfield-code { |
878 |
font-weight: bold; |
879 |
} |
880 |
} |
881 |
} |
882 |
|
883 |
.members-update-table { |
884 |
padding-top: 10px; |
885 |
} |
886 |
|
887 |
.col-sm-3 { |
888 |
width: 25%; |
889 |
} |
890 |
|
891 |
.col-sm-6 { |
892 |
width: 100%; |
893 |
} |
894 |
|
895 |
#area-news{ |
896 |
background-color: #FFF; |
897 |
color: #696969; |
898 |
margin: 0em 0em 1em 0em; |
899 |
display: block; |
900 |
padding: 1em; |
901 |
|
902 |
h3{ |
903 |
background-color: #fff; |
904 |
} |
905 |
} |
906 |
|
907 |
.col-sm-9 { |
908 |
width: 75%; |
909 |
} |
910 |
|
911 |
|
912 |
.biglinks-list{ |
913 |
padding: 0px; |
914 |
margin: 10px 30px; |
915 |
align-items: center; |
916 |
height: 150px; |
917 |
|
918 |
li{ |
919 |
list-style-type: none; |
920 |
display: flex; |
921 |
float: left; |
922 |
text-align: center; |
923 |
margin-bottom: 5px; |
924 |
padding: 10px; |
925 |
//display: flex; |
926 |
align-items: center; |
927 |
justify-content: center; |
928 |
flex-wrap: wrap; |
929 |
width: 200px; |
930 |
height: 150px; |
931 |
margin-right: auto; |
932 |
margin-left: auto; |
933 |
} |
934 |
} |
935 |
|
936 |
.accueil{ |
937 |
text-align: center; |
938 |
//display: block; |
939 |
text-decoration: none; |
940 |
font-family: verdana, arial; |
941 |
|
942 |
h1 { |
943 |
font-size: 150%; |
944 |
font-weight: normal; |
945 |
} |
946 |
|
947 |
i{ |
948 |
text-align: center; |
949 |
//max-height: 100%; |
950 |
//max-width: 100%; |
951 |
color: #fff; |
952 |
border: solid 3px #71B443; |
953 |
border-radius: 50%; |
954 |
background-color: #71B443; |
955 |
width: 40px; |
956 |
height: 40px; |
957 |
margin-bottom: 5px; |
958 |
margin-left: auto; |
959 |
margin-right: auto; |
960 |
padding: 5px; |
961 |
align-items: center; |
962 |
justify-content: center; |
963 |
-webkit-box-sizing: content-box; |
964 |
box-sizing: content-box; |
965 |
//font-weight: bold; |
966 |
//font-size: large; |
967 |
display: flex; |
968 |
|
969 |
} |
970 |
|
971 |
&:hover{ |
972 |
color: #418940; |
973 |
//border-color: #418940; |
974 |
text-decoration: none; |
975 |
//font-weight: bold; |
976 |
|
977 |
i{ |
978 |
background-color: #418940; |
979 |
border-color: #418940; |
980 |
} |
981 |
|
982 |
} |
983 |
} |
984 |
|
985 |
#reglages{ |
986 |
i, img{ |
987 |
text-align: center; |
988 |
//max-height: 100%; |
989 |
//max-width: 100%; |
990 |
color: #71B443; |
991 |
border: solid 3px #71B443; |
992 |
border-radius: 50%; |
993 |
background-color: transparent; |
994 |
width: 40px; |
995 |
height: 40px; |
996 |
margin-bottom: 5px; |
997 |
margin-left: auto; |
998 |
margin-right: auto; |
999 |
padding: 5px; |
1000 |
align-items: center; |
1001 |
justify-content: center; |
1002 |
-webkit-box-sizing: content-box; |
1003 |
box-sizing: content-box; |
1004 |
//font-weight: bold; |
1005 |
//font-size: large; |
1006 |
display: flex; |
1007 |
|
1008 |
} |
1009 |
|
1010 |
&:hover{ |
1011 |
color: #418940; |
1012 |
//border-color: #418940; |
1013 |
text-decoration: none; |
1014 |
font-weight: bold; |
1015 |
|
1016 |
i, img{ |
1017 |
border-color: #418940; |
1018 |
color: #418940; |
1019 |
} |
1020 |
|
1021 |
} |
1022 |
|
1023 |
img{ |
1024 |
max-width: 30px; |
1025 |
height: auto; |
1026 |
padding: 10px; |
1027 |
} |
1028 |
} |
1029 |
|
1030 |
|
1031 |
|
1032 |
#navmenulist { |
1033 |
background-color: #e6e6e6; |
1034 |
width: 100%; |
1035 |
overflow: auto; |
1036 |
//white-space: nowrap; |
1037 |
display: block; |
1038 |
position: absolute; |
1039 |
left: 0px; |
1040 |
max-height: 700px; |
1041 |
height: auto; |
1042 |
|
1043 |
&::-webkit-scrollbar { |
1044 |
width: 12px; |
1045 |
} |
1046 |
|
1047 |
&::-webkit-scrollbar-track { |
1048 |
background: #eeeeee; |
1049 |
//border-color: #696969; |
1050 |
//border-radius: 20px; |
1051 |
|
1052 |
} |
1053 |
|
1054 |
&::-webkit-scrollbar-thumb { |
1055 |
background: #696969; |
1056 |
border-radius: 20px; |
1057 |
border: 3px solid #eeeeee; |
1058 |
} |
1059 |
|
1060 |
|
1061 |
|
1062 |
|
1063 |
ul { |
1064 |
margin-bottom: 8.5px; |
1065 |
margin-left: 0; |
1066 |
margin-right: 0; |
1067 |
padding-left: 0px; |
1068 |
// position: relative; |
1069 |
// top: 30px; |
1070 |
|
1071 |
h5{ |
1072 |
padding-left: 0.5em; |
1073 |
padding-bottom: 0.5em; |
1074 |
font-size: 120%; |
1075 |
margin-top: 15px; |
1076 |
margin-left: 0; |
1077 |
margin-right: 0; |
1078 |
margin-bottom: 5px; |
1079 |
color: #696969; |
1080 |
|
1347 |
|
1081 |
border-bottom: 1px solid #696969; |
1348 |
&.required { |
1082 |
//position: absolute; |
1349 |
color: #C00; |
1083 |
//top: 0px; |
1350 |
} |
1084 |
} |
1351 |
} |
1085 |
|
|
|
1086 |
&.sousmenu{ |
1087 |
margin-bottom: 13px; |
1088 |
margin-left: 0; |
1089 |
margin-right: 0; |
1090 |
padding-left: 0px; |
1091 |
position: relative; |
1092 |
top: 0px; |
1093 |
|
1352 |
|
1094 |
li{ |
1353 |
.subfield-label { |
1095 |
a{ |
1354 |
font-style: italic; |
1096 |
font-size: 75%; |
1355 |
|
1097 |
} |
1356 |
span { |
1098 |
} |
1357 |
&.subfield-code { |
|
|
1358 |
font-weight: bold; |
1099 |
} |
1359 |
} |
|
|
1360 |
} |
1361 |
} |
1100 |
|
1362 |
|
1101 |
li { |
1363 |
.members-update-table { |
1102 |
//border-bottom: 1px solid #352C2E; |
1364 |
padding-top: 10px; |
1103 |
list-style: $nav-menu-bullet; |
1365 |
} |
1104 |
list-style: none; |
|
|
1105 |
//padding: .2em 0; |
1106 |
//background-color: #a8a8a8; |
1107 |
//position: block; |
1108 |
//position: absolute; |
1109 |
left: 0px; |
1110 |
flex-direction: row; |
1111 |
width: 100%; |
1112 |
height: auto; |
1113 |
|
1366 |
|
1114 |
a { |
1367 |
#area-news{ |
1115 |
//text-decoration: none; |
1368 |
background-color: #FFF; |
1116 |
color: #000; |
1369 |
color: #696969; |
1117 |
width: 100%; |
1370 |
margin: 0em 0em 1em 0em; |
1118 |
display: block; |
1371 |
display: block; |
1119 |
//margin: .5em 0; |
1372 |
padding: 1em; |
1120 |
//padding: .4em .3em; |
|
|
1121 |
text-decoration: none; |
1122 |
padding: 0.5em 0.3em 0.5em 1.2em; |
1123 |
|
1373 |
|
1124 |
&.current, &:hover { |
1374 |
h3{ |
1125 |
background-color: #F3F4F4; |
1375 |
background-color: #fff; |
1126 |
color: #418940; |
1376 |
} |
1127 |
border-left: solid 5px #418940; |
1377 |
} |
1128 |
font-weight: bold; |
|
|
1129 |
} |
1130 |
|
1378 |
|
1131 |
&.titre{ |
1379 |
.biglinks-list{ |
1132 |
width: 100%; |
1380 |
padding: 0px; |
1133 |
font-size: 146.5%; |
1381 |
margin: 10px 30px; |
1134 |
font-weight: bold; |
1382 |
align-items: center; |
1135 |
text-align: center; |
1383 |
height: 150px; |
1136 |
color: #000; |
|
|
1137 |
|
1384 |
|
1138 |
&:hover, &.current{ |
1385 |
li{ |
1139 |
background-color: #e6e6e6; |
1386 |
list-style-type: none; |
1140 |
color: #000; |
1387 |
display: flex; |
1141 |
border-left: none; |
1388 |
float: left; |
1142 |
font-weight: bold; |
1389 |
text-align: center; |
1143 |
} |
1390 |
margin-bottom: 5px; |
1144 |
} |
1391 |
padding: 10px; |
1145 |
} |
1392 |
//display: flex; |
1146 |
} |
1393 |
align-items: center; |
|
|
1394 |
justify-content: center; |
1395 |
flex-wrap: wrap; |
1396 |
width: 200px; |
1397 |
height: 150px; |
1398 |
margin-right: auto; |
1399 |
margin-left: auto; |
1147 |
} |
1400 |
} |
1148 |
} |
1401 |
} |
1149 |
|
1402 |
|
1150 |
|
|
|
1151 |
.main { |
1403 |
.main { |
1152 |
margin-bottom: $language-footer-min-height * 1.5; |
1404 |
margin-bottom: $language-footer-min-height * 1.5; |
1153 |
//display: block; |
|
|
1154 |
margin-top: 1em; |
1405 |
margin-top: 1em; |
1155 |
} |
1406 |
} |
1156 |
|
1407 |
|
Lines 1162-1168
label,
Link Here
|
1162 |
|
1413 |
|
1163 |
ul { |
1414 |
ul { |
1164 |
padding-left: 1.1em; |
1415 |
padding-left: 1.1em; |
1165 |
//height: 50px; |
|
|
1166 |
|
1416 |
|
1167 |
li { |
1417 |
li { |
1168 |
list-style-type: none; |
1418 |
list-style-type: none; |
Lines 1183-1189
ul {
Link Here
|
1183 |
padding-left: 0; |
1433 |
padding-left: 0; |
1184 |
|
1434 |
|
1185 |
button { |
1435 |
button { |
1186 |
//font-family: $font-main; |
|
|
1187 |
font-family: 'Poppins', sans-serif; |
1436 |
font-family: 'Poppins', sans-serif; |
1188 |
padding-bottom: 2px; |
1437 |
padding-bottom: 2px; |
1189 |
} |
1438 |
} |
Lines 1199-1206
ul {
Link Here
|
1199 |
padding: .2em 1.4em 0 1.4em; |
1448 |
padding: .2em 1.4em 0 1.4em; |
1200 |
} |
1449 |
} |
1201 |
|
1450 |
|
1202 |
|
|
|
1203 |
|
1204 |
&.budget_hierarchy { |
1451 |
&.budget_hierarchy { |
1205 |
margin-left: 0; |
1452 |
margin-left: 0; |
1206 |
padding-left: 0; |
1453 |
padding-left: 0; |
Lines 1226-1232
ul {
Link Here
|
1226 |
} |
1473 |
} |
1227 |
} |
1474 |
} |
1228 |
|
1475 |
|
1229 |
// For Font Awesome icon bullets |
|
|
1230 |
&.fa-ul { |
1476 |
&.fa-ul { |
1231 |
li { |
1477 |
li { |
1232 |
list-style-type: none; |
1478 |
list-style-type: none; |
Lines 1271-1279
ol {
Link Here
|
1271 |
font-weight: bold; |
1517 |
font-weight: bold; |
1272 |
} |
1518 |
} |
1273 |
|
1519 |
|
1274 |
|
|
|
1275 |
|
1276 |
|
1277 |
.strong { |
1520 |
.strong { |
1278 |
font-weight: bold; |
1521 |
font-weight: bold; |
1279 |
} |
1522 |
} |
Lines 1284-1299
ol {
Link Here
|
1284 |
} |
1527 |
} |
1285 |
|
1528 |
|
1286 |
fieldset { |
1529 |
fieldset { |
1287 |
//overflow: auto; |
1530 |
width: 100%; |
|
|
1531 |
color: #71B443; |
1288 |
background-color: #FFF; |
1532 |
background-color: #FFF; |
1289 |
position: relative; |
1533 |
position: relative; |
1290 |
color: #696969; |
1534 |
color: #696969; |
1291 |
left: 0px; |
1535 |
left: 0px; |
1292 |
top: 0px; |
1536 |
top: 0px; |
1293 |
//border: 2px solid #bfd9b9; |
|
|
1294 |
//border-radius: 5px; |
1295 |
margin: 0em 1em 1em 0em; |
1537 |
margin: 0em 1em 1em 0em; |
1296 |
//display: block; |
1538 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
1297 |
padding: 1em; |
1539 |
padding: 1em; |
1298 |
|
1540 |
|
1299 |
+ fieldset { |
1541 |
+ fieldset { |
Lines 1302-1307
fieldset {
Link Here
|
1302 |
} |
1544 |
} |
1303 |
} |
1545 |
} |
1304 |
|
1546 |
|
|
|
1547 |
legend{ |
1548 |
position: relative; |
1549 |
top: 1.5em; |
1550 |
margin: .5em 0; |
1551 |
font-size: 131%; |
1552 |
font-weight: bold; |
1553 |
color: #696969; |
1554 |
border-bottom: none; |
1555 |
} |
1556 |
|
1305 |
&.lastchecked { |
1557 |
&.lastchecked { |
1306 |
border-bottom-left-radius: 0; |
1558 |
border-bottom-left-radius: 0; |
1307 |
border-bottom-right-radius: 0; |
1559 |
border-bottom-right-radius: 0; |
Lines 1310-1320
fieldset {
Link Here
|
1310 |
margin-right: 0; |
1562 |
margin-right: 0; |
1311 |
} |
1563 |
} |
1312 |
|
1564 |
|
1313 |
.standard { |
1565 |
&.standard { |
1314 |
background-color:#F4F8F9 !important; |
1566 |
background-color:#F4F8F9 !important; |
1315 |
} |
1567 |
} |
1316 |
|
1568 |
|
1317 |
.contrast { |
1569 |
&.contrast { |
1318 |
background-color:#F3F3F3 !important; |
1570 |
background-color:#F3F3F3 !important; |
1319 |
} |
1571 |
} |
1320 |
|
1572 |
|
Lines 1322-1343
fieldset {
Link Here
|
1322 |
background-color: transparent; |
1574 |
background-color: transparent; |
1323 |
border: 0; |
1575 |
border: 0; |
1324 |
clear: both; |
1576 |
clear: both; |
|
|
1577 |
box-shadow: none; |
1325 |
float: none; |
1578 |
float: none; |
1326 |
margin: .9em 0 0; |
1579 |
margin: .9em 0 0; |
1327 |
padding: .4em; |
1580 |
padding: .4em; |
1328 |
width: auto; |
1581 |
width: auto; |
1329 |
} |
1582 |
} |
1330 |
|
1583 |
|
1331 |
&.briefgr { |
|
|
1332 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
1333 |
display: inline-block; |
1334 |
} |
1335 |
|
1336 |
|
1584 |
|
1337 |
&.brief { |
1585 |
&.brief { |
1338 |
//border: 2px solid #bfd9b9; |
|
|
1339 |
width: 50%; |
1586 |
width: 50%; |
1340 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
|
|
1341 |
overflow: visible; |
1587 |
overflow: visible; |
1342 |
|
1588 |
|
1343 |
div { |
1589 |
div { |
Lines 1347-1353
fieldset {
Link Here
|
1347 |
} |
1593 |
} |
1348 |
|
1594 |
|
1349 |
label { |
1595 |
label { |
1350 |
//display: block; |
|
|
1351 |
font-weight: bold; |
1596 |
font-weight: bold; |
1352 |
padding: .3em 0; |
1597 |
padding: .3em 0; |
1353 |
|
1598 |
|
Lines 1388-1394
fieldset {
Link Here
|
1388 |
ol, |
1633 |
ol, |
1389 |
li { |
1634 |
li { |
1390 |
list-style-type: none; |
1635 |
list-style-type: none; |
1391 |
//margin-bottom: 1.9em; |
|
|
1392 |
} |
1636 |
} |
1393 |
|
1637 |
|
1394 |
span { |
1638 |
span { |
Lines 1414-1420
fieldset {
Link Here
|
1414 |
|
1658 |
|
1415 |
&.rows { |
1659 |
&.rows { |
1416 |
border: none; |
1660 |
border: none; |
1417 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
|
|
1418 |
clear: left; |
1661 |
clear: left; |
1419 |
float: left; |
1662 |
float: left; |
1420 |
font-size: 90%; |
1663 |
font-size: 90%; |
Lines 1519-1529
fieldset {
Link Here
|
1519 |
} |
1762 |
} |
1520 |
} |
1763 |
} |
1521 |
|
1764 |
|
1522 |
legend { |
1765 |
/*legend { |
1523 |
font-size: 110%; |
1766 |
font-size: 110%; |
1524 |
font-weight: bold; |
1767 |
font-weight: bold; |
1525 |
margin-left: 1em; |
1768 |
margin-left: 1em; |
1526 |
} |
1769 |
}*/ |
1527 |
|
1770 |
|
1528 |
li { |
1771 |
li { |
1529 |
clear: left; |
1772 |
clear: left; |
Lines 1559-1566
fieldset {
Link Here
|
1559 |
} |
1802 |
} |
1560 |
|
1803 |
|
1561 |
fieldset { |
1804 |
fieldset { |
1562 |
//margin-left: 10em; |
|
|
1563 |
|
1564 |
label { |
1805 |
label { |
1565 |
width: 6em; |
1806 |
width: 6em; |
1566 |
} |
1807 |
} |
Lines 1677-1690
fieldset {
Link Here
|
1677 |
} |
1918 |
} |
1678 |
} |
1919 |
} |
1679 |
|
1920 |
|
1680 |
} |
1921 |
fieldset{ |
1681 |
|
1922 |
box-shadow: none; |
1682 |
#select-libs{ |
1923 |
} |
1683 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
|
|
1684 |
} |
1685 |
|
1686 |
#searchterms{ |
1687 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
1688 |
} |
1924 |
} |
1689 |
|
1925 |
|
1690 |
#multi_receiving { |
1926 |
#multi_receiving { |
Lines 1697-1715
fieldset {
Link Here
|
1697 |
} |
1933 |
} |
1698 |
} |
1934 |
} |
1699 |
|
1935 |
|
1700 |
|
|
|
1701 |
/* |
1702 |
legend { |
1703 |
background-color: #FFFFFF; |
1704 |
border: 2px solid #bfd9b9; |
1705 |
border-radius: 3px; |
1706 |
font-size: 123.1%; |
1707 |
font-weight: bold; |
1708 |
margin-bottom: 0; |
1709 |
padding: .2em .5em; |
1710 |
width: auto; |
1711 |
}*/ |
1712 |
|
1713 |
details { |
1936 |
details { |
1714 |
> summary { |
1937 |
> summary { |
1715 |
cursor: pointer; |
1938 |
cursor: pointer; |
Lines 1747-1753
details[open] {
Link Here
|
1747 |
} |
1970 |
} |
1748 |
|
1971 |
|
1749 |
#breadcrumbs { |
1972 |
#breadcrumbs { |
1750 |
background-color: transparent;//derrière la maison |
1973 |
background-color: transparent; |
1751 |
clear: both; |
1974 |
clear: both; |
1752 |
margin: 0; |
1975 |
margin: 0; |
1753 |
padding: .8em .5em .8em 10px; |
1976 |
padding: .8em .5em .8em 10px; |
Lines 1782-1788
div {
Link Here
|
1782 |
|
2005 |
|
1783 |
.renew_formfield { |
2006 |
.renew_formfield { |
1784 |
margin-bottom: 1em; |
2007 |
margin-bottom: 1em; |
1785 |
//itemtype |
|
|
1786 |
} |
2008 |
} |
1787 |
|
2009 |
|
1788 |
.circmessage { |
2010 |
.circmessage { |
Lines 1823-1829
div {
Link Here
|
1823 |
} |
2045 |
} |
1824 |
} |
2046 |
} |
1825 |
|
2047 |
|
1826 |
// Tools > automatic_item_modification_by_age |
|
|
1827 |
&.rules { |
2048 |
&.rules { |
1828 |
display: block; |
2049 |
display: block; |
1829 |
} |
2050 |
} |
Lines 1986-2130
div {
Link Here
|
1986 |
} |
2207 |
} |
1987 |
} |
2208 |
} |
1988 |
|
2209 |
|
1989 |
|
|
|
1990 |
/* |
1991 |
#header_search { |
1992 |
//position : relative; |
1993 |
//right : - 500px; |
1994 |
//top: -45px; |
1995 |
//line-height: 40px; |
1996 |
//width: 500px; |
1997 |
padding: 0px 50px; |
1998 |
border-radius: 28px; |
1999 |
background-color: #71B443; |
2000 |
height: 2.2em; |
2001 |
background-position: .2em .5em; |
2002 |
background-repeat: no-repeat; |
2003 |
float: left; |
2004 |
margin: .3em 0 .5em; |
2005 |
|
2006 |
input { |
2007 |
&[type="submit"] { |
2008 |
border-radius: 3px; |
2009 |
padding: .2em .8em; |
2010 |
position: relative; |
2011 |
right: .2em; |
2012 |
|
2013 |
} |
2014 |
} |
2015 |
|
2016 |
div { |
2017 |
&.residentsearch { |
2018 |
border: 0; |
2019 |
//border-bottom: 1px solid #85CA11; |
2020 |
padding: 0 0 .2em; |
2021 |
} |
2022 |
} |
2023 |
|
2024 |
ul { |
2025 |
&.ui-tabs-nav { |
2026 |
margin-left: 1em; |
2027 |
padding-top: 0; |
2028 |
|
2029 |
|
2030 |
li { |
2031 |
|
2032 |
&.ui-state-default { |
2033 |
//background: transparent none; |
2034 |
//border: 0; |
2035 |
//top: 0; |
2036 |
|
2037 |
//position: absolute; |
2038 |
// line-height: 40px; |
2039 |
top: 0; |
2040 |
left: 0; |
2041 |
display: flex; |
2042 |
justify-content: space-around; |
2043 |
align-items: center; |
2044 |
color: white; |
2045 |
box-shadow: 0px 0px 3px 0px #0000004d; |
2046 |
|
2047 |
//padding: 10px 20px; |
2048 |
border-radius: 28px; |
2049 |
background: #71B443; |
2050 |
height: 1.5em; |
2051 |
|
2052 |
a { |
2053 |
padding: .3em .6em; |
2054 |
} |
2055 |
} |
2056 |
|
2057 |
&.ui-tabs-active { |
2058 |
background-color: #FFFFF1; |
2059 |
border: 1px solid #85CA11; |
2060 |
border-top-width: 0; |
2061 |
top: -2px; |
2062 |
|
2063 |
a { |
2064 |
text-decoration: none; |
2065 |
} |
2066 |
} |
2067 |
} |
2068 |
} |
2069 |
} |
2070 |
|
2071 |
.ui-corner-top { |
2072 |
border-radius: 0 0 4px 4px; |
2073 |
} |
2074 |
|
2075 |
> div, |
2076 |
> ul { |
2077 |
display: none; |
2078 |
|
2079 |
> li { |
2080 |
display: none; |
2081 |
|
2082 |
&:first-of-type { |
2083 |
display: block; |
2084 |
} |
2085 |
} |
2086 |
|
2087 |
&:first-of-type { |
2088 |
display: block; |
2089 |
} |
2090 |
} |
2091 |
|
2092 |
.head-searchbox { |
2093 |
font-size: 1.3em; |
2094 |
//width: 30em; |
2095 |
|
2096 |
//min-height: 2.5em; |
2097 |
border-radius: 17px; |
2098 |
padding-left: 1.5em; |
2099 |
border: none; |
2100 |
margin-left: 0px; |
2101 |
transition: 0.5s; |
2102 |
|
2103 |
//-webkit-writing-mode: horizontal-tb !important; |
2104 |
text-rendering: auto; |
2105 |
//color: -internal-light-dark(black, white); |
2106 |
letter-spacing: normal; |
2107 |
word-spacing: normal; |
2108 |
text-transform: none; |
2109 |
text-indent: 10px; |
2110 |
text-shadow: none; |
2111 |
display: inline-block; |
2112 |
text-align: start; |
2113 |
appearance: auto; |
2114 |
//background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); |
2115 |
-webkit-rtl-ordering: logical; |
2116 |
cursor: text; |
2117 |
margin: 0em; |
2118 |
font: 400 13.3333px Arial; |
2119 |
padding: 1px 2px; |
2120 |
} |
2121 |
} |
2122 |
|
2123 |
*/ |
2124 |
|
2125 |
#reserves, |
2210 |
#reserves, |
2126 |
#checkouts { |
2211 |
#checkouts { |
2127 |
//border-top: 3px solid #418940; |
|
|
2128 |
padding: 1em; |
2212 |
padding: 1em; |
2129 |
} |
2213 |
} |
2130 |
|
2214 |
|
Lines 2162-2187
dd {
Link Here
|
2162 |
border-radius: 5px 5px 0 0; |
2246 |
border-radius: 5px 5px 0 0; |
2163 |
margin: 0; |
2247 |
margin: 0; |
2164 |
padding: 5px; |
2248 |
padding: 5px; |
2165 |
//height: 50px; |
|
|
2166 |
display: block; |
2249 |
display: block; |
|
|
2250 |
// width: 851px !important; |
2167 |
|
2251 |
|
2168 |
div{ |
2252 |
/*a{ |
|
|
2253 |
font-family: 'Poppins', sans-serif; |
2254 |
font-weight: normal; |
2255 |
text-align: center; |
2256 |
white-space: nowrap; |
2257 |
vertical-align: middle; |
2258 |
-ms-touch-action: manipulation; |
2259 |
touch-action: manipulation; |
2260 |
cursor: pointer; |
2261 |
background-image: none; |
2262 |
padding: 6px 12px; |
2263 |
font-size: 12px; |
2264 |
border-radius: 4px; |
2265 |
-webkit-user-select: none; |
2266 |
-moz-user-select: none; |
2267 |
-ms-user-select: none; |
2268 |
user-select: none; |
2269 |
font-size: 105%; |
2270 |
background-color: transparent; |
2271 |
border: none; |
2169 |
display: inline-block; |
2272 |
display: inline-block; |
|
|
2273 |
margin: 5px 10px; |
2274 |
color: #696969; |
2275 |
|
2276 |
&:hover{ |
2277 |
text-decoration: none; |
2278 |
background-color: #dadada; |
2279 |
} |
2280 |
|
2281 |
&:active{ |
2282 |
border: none; |
2283 |
} |
2284 |
}*/ |
2285 |
|
2286 |
div{ |
2170 |
position: relative; |
2287 |
position: relative; |
2171 |
float: right; |
|
|
2172 |
height: 100%; |
2288 |
height: 100%; |
2173 |
// padding: 0.3em; |
2289 |
float: right; |
2174 |
|
2290 |
|
2175 |
.dropdown-menu { |
2291 |
a{ |
2176 |
/*border-top-width: 1px; |
2292 |
&.principal{ |
2177 |
font-size: 13px; |
2293 |
background-color: #FEC32C; |
2178 |
background-color: #F3F4F4; |
2294 |
color: #000; |
2179 |
border: none; |
2295 |
text-shadow: 0 1px 0 #fff; |
2180 |
box-shadow: none; |
2296 |
border: none; |
2181 |
position: absolute;*/ |
2297 |
background-image: none; |
2182 |
//right: 10px; |
2298 |
margin: 5px; |
2183 |
//top: 30px; |
2299 |
padding: 6px 25px; |
|
|
2300 |
|
2301 |
&:hover, |
2302 |
&:active, |
2303 |
&:focus{ |
2304 |
background-color: #fec22c9f; |
2305 |
color: #000; |
2306 |
border: none; |
2307 |
} |
2308 |
} |
2309 |
} |
2184 |
|
2310 |
|
|
|
2311 |
.dropdown-menu { |
2185 |
border-top-width: 1px; |
2312 |
border-top-width: 1px; |
2186 |
text-align: center; |
2313 |
text-align: center; |
2187 |
padding: 0; |
2314 |
padding: 0; |
Lines 2203-2212
dd {
Link Here
|
2203 |
right: 0; |
2330 |
right: 0; |
2204 |
|
2331 |
|
2205 |
a{ |
2332 |
a{ |
2206 |
//color: #696969; |
|
|
2207 |
//float: right; |
2208 |
//padding: .2em .5em; |
2209 |
//border-bottom: 1px solid #000; |
2210 |
color: #000; |
2333 |
color: #000; |
2211 |
display: block; |
2334 |
display: block; |
2212 |
padding: 3px 20px; |
2335 |
padding: 3px 20px; |
Lines 2214-2233
dd {
Link Here
|
2214 |
font-weight: normal; |
2337 |
font-weight: normal; |
2215 |
line-height: 1.42857143; |
2338 |
line-height: 1.42857143; |
2216 |
white-space: nowrap; |
2339 |
white-space: nowrap; |
2217 |
border-bottom: none; |
2340 |
border-bottom: none; |
2218 |
float: left; |
2341 |
float: left; |
2219 |
|
|
|
2220 |
&:hover, |
2221 |
&:focus{ |
2222 |
//text-decoration: none; |
2223 |
//background-color: #F3F4F4; |
2224 |
//background-image: none; |
2225 |
//font-weight: bold; |
2226 |
//border: 1px solid #696969; |
2227 |
//border-radius: 4px; |
2228 |
|
2229 |
|
2230 |
|
2342 |
|
|
|
2343 |
&:hover, |
2344 |
&:focus{ |
2231 |
text-decoration: none; |
2345 |
text-decoration: none; |
2232 |
font-weight: bold; |
2346 |
font-weight: bold; |
2233 |
background-color: #fff; |
2347 |
background-color: #fff; |
Lines 2288-2294
dd {
Link Here
|
2288 |
border-radius: 0; |
2402 |
border-radius: 0; |
2289 |
margin-top: 0; |
2403 |
margin-top: 0; |
2290 |
z-index: 300; |
2404 |
z-index: 300; |
2291 |
left: auto !important; |
2405 |
// left: auto !important; |
2292 |
width: 851px; |
2406 |
width: 851px; |
2293 |
} |
2407 |
} |
2294 |
|
2408 |
|
Lines 2311-2325
dd {
Link Here
|
2311 |
} |
2425 |
} |
2312 |
} |
2426 |
} |
2313 |
|
2427 |
|
2314 |
.btn-toolbar-pat{ |
|
|
2315 |
border: none; |
2316 |
background-color: transparent; |
2317 |
position: relative; |
2318 |
right: 0px; |
2319 |
height: 50px; |
2320 |
line-height: 25px; |
2321 |
} |
2322 |
|
2323 |
#disabled { |
2428 |
#disabled { |
2324 |
a { |
2429 |
a { |
2325 |
color: #999; |
2430 |
color: #999; |
Lines 2338-2355
dd {
Link Here
|
2338 |
|
2443 |
|
2339 |
|
2444 |
|
2340 |
.patroninfo { |
2445 |
.patroninfo { |
2341 |
//margin-top: -.5em; |
|
|
2342 |
margin-right: .5em; |
2446 |
margin-right: .5em; |
2343 |
//padding-bottom: 2em; |
|
|
2344 |
padding-top: 1em; |
2447 |
padding-top: 1em; |
2345 |
background-color: #e6e6e6; |
2448 |
background-color: #e6e6e6; |
2346 |
//position: absolute; |
|
|
2347 |
left: -10px; |
2449 |
left: -10px; |
2348 |
width: 100%; |
2450 |
width: 100%; |
2349 |
padding-bottom: 25px; |
2451 |
padding-bottom: 25px; |
2350 |
|
2452 |
|
2351 |
h5 { |
2453 |
h5 { |
2352 |
//border-right: 1px solid #bfd9b9; |
|
|
2353 |
margin-bottom: 0; |
2454 |
margin-bottom: 0; |
2354 |
padding: .5em .9em; |
2455 |
padding: .5em .9em; |
2355 |
font-weight: bold; |
2456 |
font-weight: bold; |
Lines 2364-2370
dd {
Link Here
|
2364 |
font-size: 75%; |
2465 |
font-size: 75%; |
2365 |
font-weight: normal; |
2466 |
font-weight: normal; |
2366 |
list-style-type: none; |
2467 |
list-style-type: none; |
2367 |
//display: table; |
|
|
2368 |
text-align: center; |
2468 |
text-align: center; |
2369 |
} |
2469 |
} |
2370 |
} |
2470 |
} |
Lines 2387-2401
dd {
Link Here
|
2387 |
} |
2487 |
} |
2388 |
|
2488 |
|
2389 |
> div { |
2489 |
> div { |
2390 |
//border-right: 1px solid #bfd9b9; |
|
|
2391 |
width: 100%; |
2490 |
width: 100%; |
2392 |
} |
2491 |
} |
2393 |
|
|
|
2394 |
&.is-staff { |
2395 |
h5 { |
2396 |
//background-color: #EEE; |
2397 |
} |
2398 |
} |
2399 |
} |
2492 |
} |
2400 |
|
2493 |
|
2401 |
.patroninfo-section { |
2494 |
.patroninfo-section { |
Lines 2408-2414
dd {
Link Here
|
2408 |
} |
2501 |
} |
2409 |
|
2502 |
|
2410 |
.patroninfo-heading { |
2503 |
.patroninfo-heading { |
2411 |
// background-color: rgba(237, 244, 246, .4); |
|
|
2412 |
padding: .5em; |
2504 |
padding: .5em; |
2413 |
margin-bottom: .3em; |
2505 |
margin-bottom: .3em; |
2414 |
clear: both; |
2506 |
clear: both; |
Lines 2422-2429
dd {
Link Here
|
2422 |
} |
2514 |
} |
2423 |
} |
2515 |
} |
2424 |
|
2516 |
|
2425 |
/* Patron image */ |
|
|
2426 |
|
2427 |
.patronimage-container { |
2517 |
.patronimage-container { |
2428 |
padding: .2em; |
2518 |
padding: .2em; |
2429 |
position: relative; |
2519 |
position: relative; |
Lines 2495-2500
dd {
Link Here
|
2495 |
background-color: #F3F4F4; |
2585 |
background-color: #F3F4F4; |
2496 |
li { |
2586 |
li { |
2497 |
list-style-type: none; |
2587 |
list-style-type: none; |
|
|
2588 |
display: flex; |
2498 |
|
2589 |
|
2499 |
a{ |
2590 |
a{ |
2500 |
color: #000; |
2591 |
color: #000; |
Lines 2514-2520
dd {
Link Here
|
2514 |
fieldset { |
2605 |
fieldset { |
2515 |
&.action { |
2606 |
&.action { |
2516 |
margin-top: 0; |
2607 |
margin-top: 0; |
2517 |
float: left; |
2608 |
float: right; |
2518 |
} |
2609 |
} |
2519 |
} |
2610 |
} |
2520 |
|
2611 |
|
Lines 2624-2632
i {
Link Here
|
2624 |
} |
2715 |
} |
2625 |
|
2716 |
|
2626 |
.circ-settings { |
2717 |
.circ-settings { |
2627 |
//background-color: #F4F8F9; |
|
|
2628 |
border-radius: 0; |
2718 |
border-radius: 0; |
2629 |
//border-top: 2px solid #bfd9b9; |
|
|
2630 |
display: none; |
2719 |
display: none; |
2631 |
margin-left: -1em; |
2720 |
margin-left: -1em; |
2632 |
margin-right: -1em; |
2721 |
margin-right: -1em; |
Lines 2638-2648
i {
Link Here
|
2638 |
margin-top: .5em; |
2727 |
margin-top: .5em; |
2639 |
display: inline; |
2728 |
display: inline; |
2640 |
background: transparent url("../img/UIKit/setting.svg") no-repeat scroll 0%; |
2729 |
background: transparent url("../img/UIKit/setting.svg") no-repeat scroll 0%; |
2641 |
background-size: 100%; |
2730 |
background-size: 70%; |
2642 |
position: relative; |
2731 |
position: relative; |
2643 |
margin: 3px; |
2732 |
margin: 3px; |
2644 |
align-items: center; |
2733 |
align-items: center; |
2645 |
right: 25px; |
2734 |
right: 35px; |
2646 |
opacity: 0.3; |
2735 |
opacity: 0.3; |
2647 |
|
2736 |
|
2648 |
&:hover{ |
2737 |
&:hover{ |
Lines 2701-2711
i {
Link Here
|
2701 |
} |
2790 |
} |
2702 |
|
2791 |
|
2703 |
.dialog { |
2792 |
.dialog { |
2704 |
//border: 1px solid #BCBCBC; |
|
|
2705 |
border-radius: 2px; |
2793 |
border-radius: 2px; |
2706 |
margin: 1em auto; |
2794 |
margin: 1em auto; |
2707 |
padding: .5em; |
2795 |
padding: .5em; |
2708 |
text-align: center; |
2796 |
text-align: center; |
|
|
2797 |
display: table; |
2709 |
width: 65%; |
2798 |
width: 65%; |
2710 |
max-width: 600px; |
2799 |
max-width: 600px; |
2711 |
|
2800 |
|
Lines 2743-2749
i {
Link Here
|
2743 |
|
2832 |
|
2744 |
input { |
2833 |
input { |
2745 |
background-color: #FFFFFF; |
2834 |
background-color: #FFFFFF; |
2746 |
//border: 1px solid #BCBCBC; |
|
|
2747 |
margin: .4em; |
2835 |
margin: .4em; |
2748 |
padding: .4em; |
2836 |
padding: .4em; |
2749 |
|
2837 |
|
Lines 2776-2784
i {
Link Here
|
2776 |
margin-top: 5px; |
2864 |
margin-top: 5px; |
2777 |
margin-left: 5px; |
2865 |
margin-left: 5px; |
2778 |
|
2866 |
|
2779 |
//font-family: $font-main; |
|
|
2780 |
font-family: 'Poppins', sans-serif; |
2867 |
font-family: 'Poppins', sans-serif; |
2781 |
//box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%); |
|
|
2782 |
display: inline-block; |
2868 |
display: inline-block; |
2783 |
margin-bottom: 0; |
2869 |
margin-bottom: 0; |
2784 |
font-weight: normal; |
2870 |
font-weight: normal; |
Lines 2786-2792
i {
Link Here
|
2786 |
white-space: nowrap; |
2872 |
white-space: nowrap; |
2787 |
vertical-align: middle; |
2873 |
vertical-align: middle; |
2788 |
touch-action: manipulation; |
2874 |
touch-action: manipulation; |
2789 |
//width: 90px; |
|
|
2790 |
cursor: pointer; |
2875 |
cursor: pointer; |
2791 |
background-image: none; |
2876 |
background-image: none; |
2792 |
padding: 6px 12px; |
2877 |
padding: 6px 12px; |
Lines 2833-2844
i {
Link Here
|
2833 |
} |
2918 |
} |
2834 |
|
2919 |
|
2835 |
&.message { |
2920 |
&.message { |
2836 |
//background: linear-gradient(to bottom, #FFFFFF 0%, #F4F6FA 2%, #EAEEF5 23%, #E8EDF6 94%, #CDDBF2 100%); |
|
|
2837 |
//border: 1px solid #BCBCBC; |
2838 |
color: #000000; |
2921 |
color: #000000; |
2839 |
text-align: center; |
2922 |
text-align: center; |
2840 |
background-color: transparent; |
2923 |
background-color: transparent; |
2841 |
// box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
|
|
2842 |
|
2924 |
|
2843 |
|
2925 |
|
2844 |
ul, |
2926 |
ul, |
Lines 2854-2861
i {
Link Here
|
2854 |
|
2936 |
|
2855 |
&.alert, |
2937 |
&.alert, |
2856 |
&.error { |
2938 |
&.error { |
2857 |
//background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%); |
|
|
2858 |
//border: 1px solid #E0C726; |
2859 |
color: inherit; |
2939 |
color: inherit; |
2860 |
background-color: #fff; |
2940 |
background-color: #fff; |
2861 |
text-align: center; |
2941 |
text-align: center; |
Lines 2985-3022
i {
Link Here
|
2985 |
} |
3065 |
} |
2986 |
} |
3066 |
} |
2987 |
} |
3067 |
} |
2988 |
|
3068 |
/* |
2989 |
|
|
|
2990 |
|
2991 |
/* a { |
2992 |
//text-decoration: none; |
2993 |
color: #000; |
2994 |
width: 100%; |
2995 |
display: block; |
2996 |
margin: .5em 0; |
2997 |
//padding: .4em .3em; |
2998 |
text-decoration: none; |
2999 |
padding: 0.5em 0.3em 0.5em 1.2em; |
3000 |
|
3001 |
|
3002 |
|
3003 |
&.current, &.hover { |
3004 |
background-color: #F3F4F4; |
3005 |
color: #418940; |
3006 |
border-left: solid 5px #418940; |
3007 |
font-weight: bold; |
3008 |
} |
3009 |
}*/ |
3010 |
|
3011 |
|
3012 |
|
3013 |
|
3014 |
|
3015 |
|
3016 |
|
3017 |
|
3018 |
#menu-side { |
3069 |
#menu-side { |
3019 |
//border-right: 1px solid #B9D8D9; |
|
|
3020 |
margin-right: .5em; |
3070 |
margin-right: .5em; |
3021 |
padding-bottom: 2em; |
3071 |
padding-bottom: 2em; |
3022 |
padding-top: 1em; |
3072 |
padding-top: 1em; |
Lines 3036-3047
i {
Link Here
|
3036 |
left: 0px; |
3086 |
left: 0px; |
3037 |
color: #000; |
3087 |
color: #000; |
3038 |
display: block; |
3088 |
display: block; |
3039 |
//margin: .5em 0; |
|
|
3040 |
//padding: .4em .3em; |
3041 |
//padding: 0.5em 0.3em 0.5em 1.2em; |
3042 |
//flex-direction: row; |
3043 |
//width: 100%; |
3044 |
//height: 2.1em; |
3045 |
|
3089 |
|
3046 |
&:hover { |
3090 |
&:hover { |
3047 |
background-color: #F3F4F4; |
3091 |
background-color: #F3F4F4; |
Lines 3073-3080
i {
Link Here
|
3073 |
list-style-type: none; |
3117 |
list-style-type: none; |
3074 |
} |
3118 |
} |
3075 |
} |
3119 |
} |
3076 |
} |
3120 |
}*/ |
3077 |
|
|
|
3078 |
|
3121 |
|
3079 |
#closewindow { |
3122 |
#closewindow { |
3080 |
margin-top: 2em; |
3123 |
margin-top: 2em; |
Lines 3089-3123
i {
Link Here
|
3089 |
font-size: 100%; |
3132 |
font-size: 100%; |
3090 |
vertical-align: middle; |
3133 |
vertical-align: middle; |
3091 |
font-style: italic; |
3134 |
font-style: italic; |
3092 |
|
|
|
3093 |
//background: transparent url("../img/UIKit/arrow.svg") no-repeat scroll 0%; |
3094 |
//position: absolute;20px |
3095 |
//right : 0px; |
3096 |
//top: 0px; |
3097 |
width: 250px; |
3135 |
width: 250px; |
3098 |
height: 30px; |
3136 |
height: 30px; |
3099 |
//border: none; |
|
|
3100 |
padding-left: 5px; |
3137 |
padding-left: 5px; |
3101 |
padding-right: 30px; |
3138 |
padding-right: 30px; |
3102 |
border-radius: 0; |
3139 |
border-radius: 0; |
3103 |
} |
3140 |
} |
3104 |
|
3141 |
|
3105 |
.petit-barcode{ |
|
|
3106 |
background-repeat: no-repeat; |
3107 |
background-position: 3px; |
3108 |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='#369' class='bi bi-calendar3'%3E%3Cg stroke-width='1.333'%3E%3Cpath d='M10.5 0h-9A1.5 1.5 0 0 0 0 1.5v9A1.5 1.5 0 0 0 1.5 12h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 0zM.75 2.893c0-.355.336-.643.75-.643h9c.414 0 .75.288.75.643v7.714c0 .355-.336.643-.75.643h-9c-.414 0-.75-.288-.75-.643z'/%3E%3Cpath d='M4.875 5.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zM2.625 7.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm-6.75 2.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5z'/%3E%3C/g%3E%3C/svg%3E"); |
3109 |
border-style: inset; |
3110 |
border-width: 1px; |
3111 |
padding: 5px; |
3112 |
font-style: italic; |
3113 |
border-radius: 0; |
3114 |
|
3115 |
font-size: 90%; |
3116 |
vertical-align: middle; |
3117 |
height: 25px; |
3118 |
margin-right: 5px; |
3119 |
} |
3120 |
|
3121 |
li { |
3142 |
li { |
3122 |
&.email { |
3143 |
&.email { |
3123 |
overflow: hidden; |
3144 |
overflow: hidden; |
Lines 3198-3207
li {
Link Here
|
3198 |
margin-top: 20px; |
3219 |
margin-top: 20px; |
3199 |
min-width: 100%; |
3220 |
min-width: 100%; |
3200 |
width: fit-content; |
3221 |
width: fit-content; |
3201 |
// overflow: auto; |
|
|
3202 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
3203 |
padding: 20px; |
3222 |
padding: 20px; |
3204 |
|
3223 |
|
|
|
3224 |
fieldset{ |
3225 |
box-shadow: none; |
3226 |
} |
3227 |
|
3205 |
h3{ |
3228 |
h3{ |
3206 |
padding-bottom: .7em; |
3229 |
padding-bottom: .7em; |
3207 |
margin: 0; |
3230 |
margin: 0; |
Lines 3211-3216
li {
Link Here
|
3211 |
td { |
3234 |
td { |
3212 |
border: none; |
3235 |
border: none; |
3213 |
|
3236 |
|
|
|
3237 |
|
3238 |
button, a{ |
3239 |
&.btn-default{ |
3240 |
color: #71B443; |
3241 |
padding: .3em; |
3242 |
border: none; |
3243 |
background-color: transparent; |
3244 |
border: none; |
3245 |
box-shadow: none; |
3246 |
font-size: 100%; |
3247 |
|
3248 |
&:hover, &:active, &:focus, &:active:hover, &:active:focus{ |
3249 |
background-color: transparent; |
3250 |
color: #71B443; |
3251 |
text-decoration: underline; |
3252 |
} |
3253 |
} |
3254 |
} |
3255 |
|
3214 |
ul { |
3256 |
ul { |
3215 |
li { |
3257 |
li { |
3216 |
clear: left; |
3258 |
clear: left; |
Lines 3278-3285
li {
Link Here
|
3278 |
} |
3320 |
} |
3279 |
|
3321 |
|
3280 |
.dropdown-menu { |
3322 |
.dropdown-menu { |
3281 |
//position: absolute; |
|
|
3282 |
//top: 50px; |
3283 |
background-color: #fff; |
3323 |
background-color: #fff; |
3284 |
color: #000; |
3324 |
color: #000; |
3285 |
height: fit-content; |
3325 |
height: fit-content; |
Lines 3307-3313
li {
Link Here
|
3307 |
margin-bottom: .5em; |
3347 |
margin-bottom: .5em; |
3308 |
padding: 5px; |
3348 |
padding: 5px; |
3309 |
width: 100%; |
3349 |
width: 100%; |
3310 |
//padding: .4em 1em .4em 1em; |
|
|
3311 |
color: #696969; |
3350 |
color: #696969; |
3312 |
display: block; |
3351 |
display: block; |
3313 |
|
3352 |
|
Lines 3350-3358
li {
Link Here
|
3350 |
|
3389 |
|
3351 |
|
3390 |
|
3352 |
#search-facets { |
3391 |
#search-facets { |
3353 |
//border: 3px solid #71B443; |
|
|
3354 |
//border-radius: 4px; |
3355 |
|
3356 |
h4 { |
3392 |
h4 { |
3357 |
background-color: #71B443; |
3393 |
background-color: #71B443; |
3358 |
border-bottom: 1px solid #71B443; |
3394 |
border-bottom: 1px solid #71B443; |
Lines 3459-3464
td {
Link Here
|
3459 |
} |
3495 |
} |
3460 |
} |
3496 |
} |
3461 |
|
3497 |
|
|
|
3498 |
/* |
3462 |
#lientype, #add, #merge-patrons, #btn_batchremove, #doedit, #show_invoice_adjustment, #cancel_invoice_adjustment, #show_active_vendors, #add-contact, #multi_hold_submit, #show-picture-upload, #edit_suggester, #expand_all, #collapse_all, #hide_inactive, #show_inactive, #addnewmessageLabel, #results_batch_ops, #highlight_toggle_off, #selectall, #clearall, #highlight_toggle_on, #addColumn, #remove_from_cart, #place_hold, #add_to_list, #batch_modify, #batch_delete, #delColumn, #edit_manager, #unset, #UncheckAll, #check-all, #results_batch_ops #uncheck-all, #frameworkactions, #authtypeactions, #modify_sru_fields, #cartsubmit, #add_manual_restriction{ |
3499 |
#lientype, #add, #merge-patrons, #btn_batchremove, #doedit, #show_invoice_adjustment, #cancel_invoice_adjustment, #show_active_vendors, #add-contact, #multi_hold_submit, #show-picture-upload, #edit_suggester, #expand_all, #collapse_all, #hide_inactive, #show_inactive, #addnewmessageLabel, #results_batch_ops, #highlight_toggle_off, #selectall, #clearall, #highlight_toggle_on, #addColumn, #remove_from_cart, #place_hold, #add_to_list, #batch_modify, #batch_delete, #delColumn, #edit_manager, #unset, #UncheckAll, #check-all, #results_batch_ops #uncheck-all, #frameworkactions, #authtypeactions, #modify_sru_fields, #cartsubmit, #add_manual_restriction{ |
3463 |
color: #71B443; |
3500 |
color: #71B443; |
3464 |
padding: .3em; |
3501 |
padding: .3em; |
Lines 3471-3477
td {
Link Here
|
3471 |
&:hover, &:active, &:focus, &:active:hover, &:active:focus{ |
3508 |
&:hover, &:active, &:focus, &:active:hover, &:active:focus{ |
3472 |
text-decoration: underline; |
3509 |
text-decoration: underline; |
3473 |
} |
3510 |
} |
3474 |
} |
3511 |
}*/ |
3475 |
|
3512 |
|
3476 |
.highlight_toggle{ |
3513 |
.highlight_toggle{ |
3477 |
color: #71B443; |
3514 |
color: #71B443; |
Lines 3633-3639
td {
Link Here
|
3633 |
|
3670 |
|
3634 |
#cartDetails { |
3671 |
#cartDetails { |
3635 |
background-color: #352C2E; |
3672 |
background-color: #352C2E; |
3636 |
//border: 1px solid #739ACF; |
|
|
3637 |
box-shadow: 1px 1px 3px 0 #666; |
3673 |
box-shadow: 1px 1px 3px 0 #666; |
3638 |
color: #fff; |
3674 |
color: #fff; |
3639 |
display: none; |
3675 |
display: none; |
Lines 3645-3658
td {
Link Here
|
3645 |
} |
3681 |
} |
3646 |
|
3682 |
|
3647 |
#cartmenulink { |
3683 |
#cartmenulink { |
3648 |
//padding-left: 15px; |
|
|
3649 |
position: relative; |
3684 |
position: relative; |
3650 |
left: 0px; |
3685 |
left: 0px; |
3651 |
top: 0px; |
3686 |
top: 0px; |
3652 |
|
|
|
3653 |
/* i.fa.fa-shopping-cart { |
3654 |
//padding-right: 7px; |
3655 |
}*/ |
3656 |
} |
3687 |
} |
3657 |
|
3688 |
|
3658 |
#basketcount { |
3689 |
#basketcount { |
Lines 3711-3717
td {
Link Here
|
3711 |
} |
3742 |
} |
3712 |
|
3743 |
|
3713 |
.container { |
3744 |
.container { |
3714 |
border: 1px solid #EEE; |
3745 |
// border: 1px solid #EEE; |
3715 |
margin: 1em 0; |
3746 |
margin: 1em 0; |
3716 |
padding: 1em; |
3747 |
padding: 1em; |
3717 |
} |
3748 |
} |
Lines 3803-3810
td {
Link Here
|
3803 |
} |
3834 |
} |
3804 |
|
3835 |
|
3805 |
.advsearch { |
3836 |
.advsearch { |
3806 |
//margin: 0; |
|
|
3807 |
//box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
3808 |
margin: 0em 1em 1em 0em; |
3837 |
margin: 0em 1em 1em 0em; |
3809 |
|
3838 |
|
3810 |
table { |
3839 |
table { |
Lines 3939-3945
td {
Link Here
|
3939 |
.ui-state-default, |
3968 |
.ui-state-default, |
3940 |
.ui-widget-content .ui-state-default, |
3969 |
.ui-widget-content .ui-state-default, |
3941 |
.ui-widget-header .ui-state-default { |
3970 |
.ui-widget-header .ui-state-default { |
3942 |
// background: #F4F8F9 none; |
|
|
3943 |
border: 1px solid #bfd9b9; |
3971 |
border: 1px solid #bfd9b9; |
3944 |
color: #555555; |
3972 |
color: #555555; |
3945 |
font-weight: normal; |
3973 |
font-weight: normal; |
Lines 3957-3971
td {
Link Here
|
3957 |
font-weight: normal; |
3985 |
font-weight: normal; |
3958 |
} |
3986 |
} |
3959 |
|
3987 |
|
3960 |
// .ui-state-active, |
|
|
3961 |
// .ui-widget-content .ui-state-active, |
3962 |
// .ui-widget-header .ui-state-active { |
3963 |
// background: #FFFFFF none; |
3964 |
// border: 1px solid #AAAAAA; |
3965 |
// color: #212121; |
3966 |
// font-weight: normal; |
3967 |
// } |
3968 |
|
3969 |
.ui-state-highlight, |
3988 |
.ui-state-highlight, |
3970 |
.ui-widget-content .ui-state-highlight, |
3989 |
.ui-widget-content .ui-state-highlight, |
3971 |
.ui-widget-header .ui-state-highlight { |
3990 |
.ui-widget-header .ui-state-highlight { |
Lines 4030-4036
td {
Link Here
|
4030 |
|
4049 |
|
4031 |
.ui-tabs-nav { |
4050 |
.ui-tabs-nav { |
4032 |
|
4051 |
|
4033 |
|
|
|
4034 |
.ui-tabs-active a, |
4052 |
.ui-tabs-active a, |
4035 |
a:hover, |
4053 |
a:hover, |
4036 |
a:focus, |
4054 |
a:focus, |
Lines 4062-4068
td {
Link Here
|
4062 |
background: #71B443; |
4080 |
background: #71B443; |
4063 |
border: none; |
4081 |
border: none; |
4064 |
margin-right: .4em; |
4082 |
margin-right: .4em; |
4065 |
//top: 1px; |
|
|
4066 |
border-radius: 4px 4px 0 0; |
4083 |
border-radius: 4px 4px 0 0; |
4067 |
|
4084 |
|
4068 |
&.ui-tabs-active, &.ui-state-hover { |
4085 |
&.ui-tabs-active, &.ui-state-hover { |
Lines 4074-4080
td {
Link Here
|
4074 |
|
4091 |
|
4075 |
a { |
4092 |
a { |
4076 |
color: #FFF; |
4093 |
color: #FFF; |
4077 |
//font-weight: bold; |
|
|
4078 |
} |
4094 |
} |
4079 |
|
4095 |
|
4080 |
|
4096 |
|
Lines 4087-4093
td {
Link Here
|
4087 |
border: 0; |
4103 |
border: 0; |
4088 |
} |
4104 |
} |
4089 |
|
4105 |
|
4090 |
.ui-state-default {//le menu de la barre de recherche du haut |
4106 |
.ui-state-default { |
4091 |
a { |
4107 |
a { |
4092 |
color: #fff; |
4108 |
color: #fff; |
4093 |
|
4109 |
|
Lines 4178-4187
td {
Link Here
|
4178 |
> ul { |
4194 |
> ul { |
4179 |
background: none repeat scroll 0 0 transparent; |
4195 |
background: none repeat scroll 0 0 transparent; |
4180 |
border: 0 none; |
4196 |
border: 0 none; |
4181 |
// border-bottom-left-radius: 4px; |
|
|
4182 |
// border-bottom-right-radius: 4px; |
4183 |
//border-top-left-radius: 4px; |
4184 |
// border-top-right-radius: 4px; |
4185 |
color: #222222; |
4197 |
color: #222222; |
4186 |
font-size: 100%; |
4198 |
font-size: 100%; |
4187 |
font-weight: bold; |
4199 |
font-weight: bold; |
Lines 4203-4217
td {
Link Here
|
4203 |
} |
4215 |
} |
4204 |
|
4216 |
|
4205 |
li { |
4217 |
li { |
4206 |
//background: none repeat scroll 0 0 #e3f1df; |
|
|
4207 |
//border: 1px solid #bfd9b9; |
4208 |
// border-bottom: 0 none; |
4209 |
border-top-left-radius: 4px; |
4218 |
border-top-left-radius: 4px; |
4210 |
border-top-right-radius: 4px; |
4219 |
border-top-right-radius: 4px; |
4211 |
border-bottom-right-radius: 0; |
4220 |
border-bottom-right-radius: 0; |
4212 |
border-bottom-left-radius: 0; |
4221 |
border-bottom-left-radius: 0; |
4213 |
// border-radius: 0; |
|
|
4214 |
//color: #555555; |
4215 |
float: left; |
4222 |
float: left; |
4216 |
font-weight: normal; |
4223 |
font-weight: normal; |
4217 |
list-style: none outside none; |
4224 |
list-style: none outside none; |
Lines 4221-4249
td {
Link Here
|
4221 |
position: relative; |
4228 |
position: relative; |
4222 |
top: 1px; |
4229 |
top: 1px; |
4223 |
white-space: nowrap; |
4230 |
white-space: nowrap; |
4224 |
|
|
|
4225 |
background: #71B443; |
4231 |
background: #71B443; |
4226 |
// border: none; |
|
|
4227 |
//margin-right: .4em; |
4228 |
//top: 1px; |
4229 |
// border-radius: 4px; |
4230 |
|
4232 |
|
4231 |
&.active, &:hover { |
4233 |
&.active, &:hover { |
4232 |
//background-color: #FFFFFF; |
|
|
4233 |
//color: #212121; |
4234 |
font-weight: normal; |
4234 |
font-weight: normal; |
4235 |
padding-bottom: 1px; |
4235 |
padding-bottom: 1px; |
4236 |
|
4236 |
|
4237 |
background-color: #418940; |
4237 |
background-color: #418940; |
4238 |
border: none; |
4238 |
border: none; |
4239 |
border-bottom-width: 0; |
4239 |
border-bottom-width: 0; |
4240 |
//padding-bottom: 0; |
|
|
4241 |
|
4240 |
|
4242 |
a { |
4241 |
a { |
4243 |
background: none repeat scroll 0 0 transparent; |
4242 |
background: none repeat scroll 0 0 transparent; |
4244 |
color: #fff; |
4243 |
color: #fff; |
4245 |
// cursor: text; |
|
|
4246 |
//font-weight: bold; |
4247 |
outline: 0 none; |
4244 |
outline: 0 none; |
4248 |
top: 1px; |
4245 |
top: 1px; |
4249 |
} |
4246 |
} |
Lines 4257-4266
td {
Link Here
|
4257 |
text-decoration: none; |
4254 |
text-decoration: none; |
4258 |
|
4255 |
|
4259 |
&:hover { |
4256 |
&:hover { |
4260 |
//background-color: #EDF4F5; |
|
|
4261 |
border-top-left-radius: 4px; |
4257 |
border-top-left-radius: 4px; |
4262 |
border-top-right-radius: 4px; |
4258 |
border-top-right-radius: 4px; |
4263 |
//color: #418940; |
|
|
4264 |
} |
4259 |
} |
4265 |
} |
4260 |
} |
4266 |
} |
4261 |
} |
Lines 4446-4452
nav {
Link Here
|
4446 |
background-color: transparent; |
4441 |
background-color: transparent; |
4447 |
clear: both; |
4442 |
clear: both; |
4448 |
margin: 0; |
4443 |
margin: 0; |
4449 |
//padding: .8em .5em .8em 10px; |
|
|
4450 |
position: absolute; |
4444 |
position: absolute; |
4451 |
top: 0px; |
4445 |
top: 0px; |
4452 |
left: Opx; |
4446 |
left: Opx; |
Lines 4477-4483
nav {
Link Here
|
4477 |
|
4471 |
|
4478 |
[aria-current="page"] { |
4472 |
[aria-current="page"] { |
4479 |
color: #696969; |
4473 |
color: #696969; |
4480 |
//font-weight: 700; |
|
|
4481 |
text-decoration: none; |
4474 |
text-decoration: none; |
4482 |
} |
4475 |
} |
4483 |
} |
4476 |
} |
Lines 4485-4520
nav {
Link Here
|
4485 |
|
4478 |
|
4486 |
.navbar{ |
4479 |
.navbar{ |
4487 |
background-color: #352C2E; |
4480 |
background-color: #352C2E; |
4488 |
//display: inline-block; |
|
|
4489 |
// float: left; |
4490 |
width: 100%; |
4481 |
width: 100%; |
4491 |
// overflow: hidden; |
|
|
4492 |
} |
4482 |
} |
4493 |
|
4483 |
|
4494 |
.navbar-header, .collapse{ |
4484 |
.navbar-header, .collapse{ |
4495 |
/* //background-image: linear-gradient(to right, #352C2E , #3A4F2A); |
|
|
4496 |
//background-color: #352C2E; |
4497 |
box-shadow: none; |
4498 |
height: 50px; |
4499 |
// width: 100%;*/ |
4500 |
padding-left: 10px; |
4485 |
padding-left: 10px; |
4501 |
padding-right: 10px; |
4486 |
padding-right: 10px; |
4502 |
/*display: inline-block;*/ |
|
|
4503 |
float: left; |
4487 |
float: left; |
4504 |
|
4488 |
|
4505 |
a{ |
4489 |
a{ |
4506 |
color: #fff; |
4490 |
color: #fff; |
4507 |
// display: inline-block; |
|
|
4508 |
line-height: 40px; |
4491 |
line-height: 40px; |
4509 |
} |
4492 |
} |
4510 |
} |
4493 |
} |
4511 |
|
4494 |
|
4512 |
.navbar-head{ |
4495 |
.navbar-head{ |
4513 |
// top: 0px; |
|
|
4514 |
//position: absolute; |
4515 |
//right: 5px; |
4516 |
//overflow-x: hidden; |
4517 |
//overflow-y: visible; |
4518 |
display: block !important; |
4496 |
display: block !important; |
4519 |
height: auto !important; |
4497 |
height: auto !important; |
4520 |
} |
4498 |
} |
Lines 4546-4552
nav {
Link Here
|
4546 |
#toplevelmenu{ |
4524 |
#toplevelmenu{ |
4547 |
background-color: transparent; |
4525 |
background-color: transparent; |
4548 |
box-shadow: none; |
4526 |
box-shadow: none; |
4549 |
//height: 50px; |
|
|
4550 |
position: relative; |
4527 |
position: relative; |
4551 |
left: 0px; |
4528 |
left: 0px; |
4552 |
top: 0px; |
4529 |
top: 0px; |
Lines 4556-4562
nav {
Link Here
|
4556 |
li { |
4533 |
li { |
4557 |
list-style: none; |
4534 |
list-style: none; |
4558 |
|
4535 |
|
4559 |
.haut{ |
4536 |
.upper{ |
4560 |
position: relative; |
4537 |
position: relative; |
4561 |
bottom: 3px; |
4538 |
bottom: 3px; |
4562 |
left: 300px; |
4539 |
left: 300px; |
Lines 4580-4586
nav {
Link Here
|
4580 |
|
4557 |
|
4581 |
&:hover, &:active{ |
4558 |
&:hover, &:active{ |
4582 |
background-color: transparent; |
4559 |
background-color: transparent; |
4583 |
//font-weight: bold; |
|
|
4584 |
text-decoration: none; |
4560 |
text-decoration: none; |
4585 |
color: #71B443; |
4561 |
color: #71B443; |
4586 |
} |
4562 |
} |
Lines 4590-4596
nav {
Link Here
|
4590 |
|
4566 |
|
4591 |
.residentsearch { |
4567 |
.residentsearch { |
4592 |
border: 0; |
4568 |
border: 0; |
4593 |
//border-bottom: 1px solid #85CA11; |
|
|
4594 |
cursor: text; |
4569 |
cursor: text; |
4595 |
padding: 0 0 .2em; |
4570 |
padding: 0 0 .2em; |
4596 |
background-color: transparent; |
4571 |
background-color: transparent; |
Lines 4603-4625
nav {
Link Here
|
4603 |
#buttonssearch,#header_search{ |
4578 |
#buttonssearch,#header_search{ |
4604 |
padding: 10px; |
4579 |
padding: 10px; |
4605 |
border-radius: 28px; |
4580 |
border-radius: 28px; |
4606 |
//height: 2.2em; |
|
|
4607 |
height: 30px; |
4581 |
height: 30px; |
4608 |
background-image: linear-gradient(to right, #418940, #71B443); |
4582 |
background-image: linear-gradient(to right, #418940, #71B443); |
4609 |
z-index: 1; |
4583 |
z-index: 1; |
4610 |
} |
4584 |
} |
4611 |
|
4585 |
|
4612 |
#header_search{ |
4586 |
#header_search{ |
4613 |
//position: relative; |
|
|
4614 |
//top : 10px; |
4615 |
//left: 0px; |
4616 |
|
4617 |
position: relative; |
4587 |
position: relative; |
4618 |
left: 0px; |
4588 |
left: 0px; |
4619 |
top: 0px; |
4589 |
top: 0px; |
4620 |
width: 500px; |
4590 |
width: 500px; |
4621 |
//line-height: 40px; |
|
|
4622 |
// overflow: hidden; |
4623 |
display: block; |
4591 |
display: block; |
4624 |
margin: 10px 0; |
4592 |
margin: 10px 0; |
4625 |
} |
4593 |
} |
Lines 4642-4653
nav {
Link Here
|
4642 |
#header_search{ |
4610 |
#header_search{ |
4643 |
width: 500px; |
4611 |
width: 500px; |
4644 |
} |
4612 |
} |
4645 |
|
|
|
4646 |
|
4647 |
|
4648 |
|
4649 |
|
4650 |
|
4651 |
|
4613 |
|
4652 |
.ui-tabs-nav { |
4614 |
.ui-tabs-nav { |
4653 |
background-image: linear-gradient(to right, #418940, #71B443); |
4615 |
background-image: linear-gradient(to right, #418940, #71B443); |
Lines 4665-4672
nav {
Link Here
|
4665 |
li { |
4627 |
li { |
4666 |
background: transparent; |
4628 |
background: transparent; |
4667 |
border: none; |
4629 |
border: none; |
4668 |
// margin-right: .4em; |
|
|
4669 |
//top: 1px; |
4670 |
border-radius: 0; |
4630 |
border-radius: 0; |
4671 |
|
4631 |
|
4672 |
&.ui-tabs-active, &.ui-state-hover { |
4632 |
&.ui-tabs-active, &.ui-state-hover { |
Lines 4678-4690
nav {
Link Here
|
4678 |
|
4638 |
|
4679 |
a { |
4639 |
a { |
4680 |
color: #FFF; |
4640 |
color: #FFF; |
4681 |
//font-weight: bold; |
|
|
4682 |
cursor: pointer; |
4641 |
cursor: pointer; |
4683 |
padding: 3px; |
4642 |
padding: 3px; |
4684 |
font-size: .9em; |
4643 |
font-size: .9em; |
4685 |
} |
4644 |
} |
4686 |
|
|
|
4687 |
|
4688 |
} |
4645 |
} |
4689 |
} |
4646 |
} |
4690 |
} |
4647 |
} |
Lines 4694-4700
nav {
Link Here
|
4694 |
border: 0; |
4651 |
border: 0; |
4695 |
} |
4652 |
} |
4696 |
|
4653 |
|
4697 |
.ui-state-default {//le menu de la barre de recherche du haut |
4654 |
.ui-state-default { |
4698 |
a { |
4655 |
a { |
4699 |
color: #fff; |
4656 |
color: #fff; |
4700 |
cursor: pointer; |
4657 |
cursor: pointer; |
Lines 4713-4719
nav {
Link Here
|
4713 |
.ui-state-hover, .ui-state-active { |
4670 |
.ui-state-hover, .ui-state-active { |
4714 |
a { |
4671 |
a { |
4715 |
font-size: 1em; |
4672 |
font-size: 1em; |
4716 |
// box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.10); |
|
|
4717 |
cursor: pointer; |
4673 |
cursor: pointer; |
4718 |
padding: 3px; |
4674 |
padding: 3px; |
4719 |
font-size: .9em; |
4675 |
font-size: .9em; |
Lines 4726-4768
nav {
Link Here
|
4726 |
} |
4682 |
} |
4727 |
} |
4683 |
} |
4728 |
|
4684 |
|
4729 |
|
4685 |
.ui-widget { |
4730 |
.ui-widget { |
|
|
4731 |
font-family: inherit; |
4732 |
font-size: inherit; |
4733 |
|
4734 |
input, |
4735 |
select, |
4736 |
textarea, |
4737 |
button { |
4738 |
font-family: inherit; |
4686 |
font-family: inherit; |
4739 |
font-size: inherit; |
4687 |
font-size: inherit; |
|
|
4688 |
|
4689 |
input, |
4690 |
select, |
4691 |
textarea, |
4692 |
button { |
4693 |
font-family: inherit; |
4694 |
font-size: inherit; |
4695 |
} |
4740 |
} |
4696 |
} |
4741 |
} |
|
|
4742 |
|
4743 |
|
4697 |
|
4744 |
|
|
|
4745 |
|
4746 |
|
4747 |
|
4748 |
|
4749 |
|
4750 |
|
4751 |
|
4752 |
.buttonsearch{ |
4698 |
.buttonsearch{ |
4753 |
display: none; |
4699 |
display: none; |
4754 |
} |
4700 |
} |
4755 |
|
4701 |
|
4756 |
.buttonsearch:hover, |
4702 |
.buttonsearch:hover, |
4757 |
.buttonsearch.active{ |
4703 |
.buttonsearch.active{ |
4758 |
// border-bottom: 2px solid white; |
|
|
4759 |
margin-right: 0; |
4704 |
margin-right: 0; |
4760 |
font-size: 0.85em; |
4705 |
font-size: 0.85em; |
4761 |
cursor: text; |
4706 |
cursor: text; |
4762 |
padding: 0.25em; |
4707 |
padding: 0.25em; |
4763 |
//border-bottom: 2px solid transparent; |
|
|
4764 |
margin: 0; |
4708 |
margin: 0; |
4765 |
// transition: 0.25s; |
|
|
4766 |
display: inline-block; |
4709 |
display: inline-block; |
4767 |
overflow: hidden; |
4710 |
overflow: hidden; |
4768 |
opacity: 1; |
4711 |
opacity: 1; |
Lines 4770-4802
nav {
Link Here
|
4770 |
|
4713 |
|
4771 |
input{ |
4714 |
input{ |
4772 |
display: none; |
4715 |
display: none; |
4773 |
} |
4716 |
|
4774 |
|
|
|
4775 |
input{ |
4776 |
|
4777 |
|
4778 |
&.focus{ |
4717 |
&.focus{ |
4779 |
outline-offset: 0px; |
4718 |
outline-offset: 0px; |
4780 |
outline: 1px black; |
4719 |
outline: 1px black; |
4781 |
float: right; |
4720 |
float: right; |
4782 |
// width: calc(301px); |
|
|
4783 |
|
4784 |
|
4785 |
// width: 0%; |
4786 |
height: 30px; |
4721 |
height: 30px; |
4787 |
border-radius: 17px; |
4722 |
border-radius: 17px; |
4788 |
padding-left: 2em; |
4723 |
padding-left: 2em; |
4789 |
padding-right: 1.5em; |
4724 |
padding-right: 1.5em; |
4790 |
border: none ; |
4725 |
border: none ; |
4791 |
margin-left: 0px; |
4726 |
margin-left: 0px; |
4792 |
// transition: 0.5s; |
|
|
4793 |
|
4794 |
position:absolute; |
4727 |
position:absolute; |
4795 |
top: 0px; |
4728 |
top: 0px; |
4796 |
right: 30px; |
4729 |
right: 30px; |
4797 |
z-index : -2; |
4730 |
z-index : -2; |
4798 |
display: inline-block; |
4731 |
display: inline; |
4799 |
|
|
|
4800 |
letter-spacing: normal; |
4732 |
letter-spacing: normal; |
4801 |
word-spacing: normal; |
4733 |
word-spacing: normal; |
4802 |
text-transform: none; |
4734 |
text-transform: none; |
Lines 4818-4827
nav {
Link Here
|
4818 |
bottom: 15px; |
4750 |
bottom: 15px; |
4819 |
right: -115px; |
4751 |
right: -115px; |
4820 |
} |
4752 |
} |
4821 |
|
|
|
4822 |
} |
4753 |
} |
4823 |
|
4754 |
|
4824 |
|
|
|
4825 |
#header_search.fold .buttonsearch:not(.active){ |
4755 |
#header_search.fold .buttonsearch:not(.active){ |
4826 |
width: 0px; |
4756 |
width: 0px; |
4827 |
opacity: 0; |
4757 |
opacity: 0; |
Lines 4834-4865
nav {
Link Here
|
4834 |
font-size: 1em; |
4764 |
font-size: 1em; |
4835 |
|
4765 |
|
4836 |
} |
4766 |
} |
4837 |
|
|
|
4838 |
/* .iconsearch{ |
4839 |
display: none; |
4840 |
font-size: 1em; |
4841 |
}*/ |
4842 |
|
4767 |
|
4843 |
#header_search.fold #backsearch{ |
4768 |
#header_search.fold #backsearch{ |
4844 |
display: inline-block; |
4769 |
display: inline-block; |
4845 |
cursor: pointer; |
4770 |
cursor: pointer; |
4846 |
} |
4771 |
} |
4847 |
|
4772 |
|
4848 |
/* .iconsearch{ |
|
|
4849 |
display: inline-block; |
4850 |
cursor: pointer; |
4851 |
padding: 3px; |
4852 |
font-size: .9em; |
4853 |
|
4854 |
&:hover{ |
4855 |
font-size: 1em; |
4856 |
box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.10); |
4857 |
// border: 1px solid #fff; |
4858 |
// border-radius: 50%; |
4859 |
|
4860 |
} |
4861 |
}*/ |
4862 |
|
4863 |
.description{ |
4773 |
.description{ |
4864 |
opacity: 0.6; |
4774 |
opacity: 0.6; |
4865 |
max-width: 50em; |
4775 |
max-width: 50em; |
Lines 4873-4879
nav {
Link Here
|
4873 |
&.open { |
4783 |
&.open { |
4874 |
li { |
4784 |
li { |
4875 |
background-color: #352C2E; |
4785 |
background-color: #352C2E; |
4876 |
//padding: 2px; |
|
|
4877 |
|
4786 |
|
4878 |
a { |
4787 |
a { |
4879 |
font-weight: normal; |
4788 |
font-weight: normal; |
Lines 4891-4899
nav {
Link Here
|
4891 |
} |
4800 |
} |
4892 |
|
4801 |
|
4893 |
a { |
4802 |
a { |
4894 |
//font-weight: bold; |
|
|
4895 |
//padding-bottom: .4em; |
4896 |
//padding-top: .4em; |
4897 |
line-height: 40px; |
4803 |
line-height: 40px; |
4898 |
overflow: hidden; |
4804 |
overflow: hidden; |
4899 |
color: #fff; |
4805 |
color: #fff; |
Lines 4914-4928
nav {
Link Here
|
4914 |
|
4820 |
|
4915 |
|
4821 |
|
4916 |
#logged-in-menu{ |
4822 |
#logged-in-menu{ |
4917 |
// background-color: #352C2E; |
|
|
4918 |
//z-index: 999; |
4919 |
position: relative; |
4823 |
position: relative; |
4920 |
left: 0px; |
4824 |
left: 0px; |
4921 |
top: 0px; |
4825 |
top: 0px; |
4922 |
//white-space: pre; |
|
|
4923 |
//flex-direction: column; |
4924 |
height: 50px; |
4826 |
height: 50px; |
4925 |
//display: block; |
|
|
4926 |
|
4827 |
|
4927 |
&:hover{ |
4828 |
&:hover{ |
4928 |
text-decoration: none; |
4829 |
text-decoration: none; |
Lines 4930-4948
nav {
Link Here
|
4930 |
} |
4831 |
} |
4931 |
|
4832 |
|
4932 |
.loggedinusername{ |
4833 |
.loggedinusername{ |
4933 |
/* font-size: 0.85em; */ |
|
|
4934 |
/* font-weight: normal; */ |
4935 |
/* position: relative; */ |
4936 |
/* left: 135px; */ |
4937 |
bottom: 5px; |
4834 |
bottom: 5px; |
4938 |
/* height: 20px; */ |
|
|
4939 |
/* width: 100%; */ |
4940 |
text-decoration: none; |
4835 |
text-decoration: none; |
4941 |
position: relative; |
4836 |
position: relative; |
4942 |
float: right; |
4837 |
float: right; |
4943 |
right: 0px; |
4838 |
right: 0px; |
4944 |
height: 20px; |
4839 |
height: 20px; |
4945 |
/* top: 10px; */ |
|
|
4946 |
width: 100%; |
4840 |
width: 100%; |
4947 |
} |
4841 |
} |
4948 |
|
4842 |
|
Lines 4950-4958
nav {
Link Here
|
4950 |
position: relative; |
4844 |
position: relative; |
4951 |
right: 0px; |
4845 |
right: 0px; |
4952 |
height: 20px; |
4846 |
height: 20px; |
4953 |
//line-height: normal; |
|
|
4954 |
//padding-bottom: 10px; |
4955 |
//padding-right: 10px; |
4956 |
top: 10px; |
4847 |
top: 10px; |
4957 |
width: 100%; |
4848 |
width: 100%; |
4958 |
|
4849 |
|
Lines 4971-4977
nav {
Link Here
|
4971 |
.nav > li > a:hover, |
4862 |
.nav > li > a:hover, |
4972 |
.nav > li > a:focus { |
4863 |
.nav > li > a:focus { |
4973 |
background-color: transparent; |
4864 |
background-color: transparent; |
4974 |
//text-decoration: none; |
|
|
4975 |
} |
4865 |
} |
4976 |
|
4866 |
|
4977 |
.pagination { |
4867 |
.pagination { |
Lines 4979-5002
nav {
Link Here
|
4979 |
|
4869 |
|
4980 |
.active { |
4870 |
.active { |
4981 |
a { |
4871 |
a { |
4982 |
background-color: #5A9EAA; |
4872 |
background-color: #6daa5a; |
4983 |
border-color: #5A9EAA; |
4873 |
border-color: #6daa5a; |
4984 |
|
4874 |
|
4985 |
&:hover, |
4875 |
&:hover, |
4986 |
&:focus { |
4876 |
&:focus { |
4987 |
background-color: #5A9EAA; |
4877 |
background-color: #6daa5a; |
4988 |
border-color: #5A9EAA; |
4878 |
border-color: #6daa5a; |
4989 |
} |
4879 |
} |
4990 |
} |
4880 |
} |
4991 |
|
4881 |
|
4992 |
span { |
4882 |
span { |
4993 |
background-color: #5A9EAA; |
4883 |
background-color: #6daa5a; |
4994 |
border-color: #5A9EAA; |
4884 |
border-color: #6daa5a; |
4995 |
|
4885 |
|
4996 |
&:hover, |
4886 |
&:hover, |
4997 |
&:focus { |
4887 |
&:focus { |
4998 |
background-color: #5A9EAA; |
4888 |
background-color: #6daa5a; |
4999 |
border-color: #5A9EAA; |
4889 |
border-color: #6daa5a; |
5000 |
} |
4890 |
} |
5001 |
} |
4891 |
} |
5002 |
} |
4892 |
} |
Lines 5004-5012
nav {
Link Here
|
5004 |
|
4894 |
|
5005 |
button, |
4895 |
button, |
5006 |
.btn { |
4896 |
.btn { |
5007 |
//font-family: $font-main; |
|
|
5008 |
font-family: 'Poppins', sans-serif; |
4897 |
font-family: 'Poppins', sans-serif; |
5009 |
//box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%); |
|
|
5010 |
display: inline-block; |
4898 |
display: inline-block; |
5011 |
margin-bottom: 0; |
4899 |
margin-bottom: 0; |
5012 |
font-weight: normal; |
4900 |
font-weight: normal; |
Lines 5022-5042
button,
Link Here
|
5022 |
border-radius: 4px; |
4910 |
border-radius: 4px; |
5023 |
user-select: none; |
4911 |
user-select: none; |
5024 |
|
4912 |
|
|
|
4913 |
&.toolbar-btn{ |
4914 |
font-family: 'Poppins', sans-serif; |
4915 |
font-weight: normal; |
4916 |
text-align: center; |
4917 |
white-space: nowrap; |
4918 |
vertical-align: middle; |
4919 |
-ms-touch-action: manipulation; |
4920 |
touch-action: manipulation; |
4921 |
cursor: pointer; |
4922 |
background-image: none; |
4923 |
padding: 6px 12px; |
4924 |
font-size: 12px; |
4925 |
border-radius: 4px; |
4926 |
-webkit-user-select: none; |
4927 |
-moz-user-select: none; |
4928 |
-ms-user-select: none; |
4929 |
user-select: none; |
4930 |
font-size: 105%; |
4931 |
background-color: transparent; |
4932 |
border: none; |
4933 |
display: inline-block; |
4934 |
margin: 5px 10px; |
4935 |
color: #696969; |
4936 |
|
4937 |
&:hover, &:focus{ |
4938 |
text-decoration: none; |
4939 |
background-color: #dadada; |
4940 |
} |
4941 |
|
4942 |
&:active{ |
4943 |
border: none; |
4944 |
} |
4945 |
|
4946 |
&.word{ |
4947 |
margin-right: 0; |
4948 |
padding-right: .1em; |
4949 |
} |
4950 |
|
4951 |
&.arrow{ |
4952 |
margin-left: 0; |
4953 |
border-radius: 4px; |
4954 |
padding-left: .1em; |
4955 |
|
4956 |
&:active{ |
4957 |
border: 1px solid #000; |
4958 |
border-radius: 4px; |
4959 |
} |
4960 |
} |
4961 |
} |
4962 |
|
5025 |
&.btn-link { |
4963 |
&.btn-link { |
5026 |
border: 0; |
4964 |
border: 0; |
5027 |
} |
4965 |
} |
5028 |
|
4966 |
|
5029 |
&.cancel { |
4967 |
&.cancel { |
5030 |
|
|
|
5031 |
background-color: transparent; |
4968 |
background-color: transparent; |
5032 |
color: #696969; |
4969 |
color: #696969; |
5033 |
border: #696969 double 1px; |
4970 |
border: #696969 double 1px; |
5034 |
margin-top: 5px; |
4971 |
margin-top: 5px; |
5035 |
margin-left: 5px; |
4972 |
margin-left: 5px; |
5036 |
|
4973 |
|
5037 |
//font-family: $font-main; |
|
|
5038 |
font-family: 'Poppins', sans-serif; |
4974 |
font-family: 'Poppins', sans-serif; |
5039 |
//box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%); |
|
|
5040 |
display: inline-block; |
4975 |
display: inline-block; |
5041 |
margin-bottom: 0; |
4976 |
margin-bottom: 0; |
5042 |
font-weight: normal; |
4977 |
font-weight: normal; |
Lines 5062-5076
button,
Link Here
|
5062 |
} |
4997 |
} |
5063 |
} |
4998 |
} |
5064 |
} |
4999 |
} |
|
|
5000 |
|
5065 |
#merge-patrons{ |
5001 |
#merge-patrons{ |
5066 |
padding: 0 25px; |
5002 |
padding: 0 25px; |
5067 |
//float: right; |
|
|
5068 |
} |
5003 |
} |
5069 |
|
5004 |
|
5070 |
#patronlist-menu{ |
5005 |
#patronlist-menu{ |
5071 |
padding: 0 25px; |
5006 |
padding: 0 25px; |
5072 |
} |
5007 |
} |
5073 |
|
5008 |
/* |
5074 |
.pat{ |
5009 |
.pat{ |
5075 |
/* background-color: transparent; |
5010 |
/* background-color: transparent; |
5076 |
border: none; |
5011 |
border: none; |
Lines 5092-5098
button,
Link Here
|
5092 |
|
5027 |
|
5093 |
&:focus{ |
5028 |
&:focus{ |
5094 |
background-color: #d8d8d8; |
5029 |
background-color: #d8d8d8; |
5095 |
}*/ |
5030 |
} |
5096 |
|
5031 |
|
5097 |
|
5032 |
|
5098 |
|
5033 |
|
Lines 5128-5174
button,
Link Here
|
5128 |
&:active{ |
5063 |
&:active{ |
5129 |
border: none; |
5064 |
border: none; |
5130 |
} |
5065 |
} |
5131 |
} |
5066 |
}*/ |
5132 |
|
|
|
5133 |
.mot{ |
5134 |
margin-right: 0; |
5135 |
//padding-right: 0; |
5136 |
} |
5137 |
|
5138 |
.fleche{ |
5139 |
margin-left: 0; |
5140 |
//border: 1px solid #000; |
5141 |
border-radius: 4px; |
5142 |
padding: 0 5px 0 3px; |
5143 |
|
5144 |
&:active{ |
5145 |
|
5146 |
border: 1px solid #000; |
5147 |
border-radius: 4px; |
5148 |
} |
5149 |
} |
5150 |
|
5151 |
|
5152 |
#principal{ |
5153 |
background-color: #FEC32C; |
5154 |
color: #000; |
5155 |
text-shadow: 0 1px 0 #fff; |
5156 |
border: none; |
5157 |
background-image: none; |
5158 |
margin: 5px; |
5159 |
|
5067 |
|
5160 |
&:hover, |
|
|
5161 |
&:active, |
5162 |
&:focus{ |
5163 |
background-color: #fec22c9f; |
5164 |
} |
5165 |
} |
5166 |
|
5068 |
|
5167 |
.principal{ |
5069 |
.principal{ |
5168 |
background-color: #FEC32C; |
5070 |
background-color: #FEC32C; |
5169 |
color: #000; |
5071 |
color: #000; |
5170 |
text-shadow: 0 1px 0 #fff; |
5072 |
text-shadow: 0 1px 0 #fff; |
5171 |
border: none; |
5073 |
border: none; |
|
|
5074 |
padding: 6px 25px; |
5172 |
background-image: none; |
5075 |
background-image: none; |
5173 |
margin: 5px; |
5076 |
margin: 5px; |
5174 |
|
5077 |
|
Lines 5177-5182
button,
Link Here
|
5177 |
&:focus{ |
5080 |
&:focus{ |
5178 |
background-color: #fec22c9f; |
5081 |
background-color: #fec22c9f; |
5179 |
color: #000; |
5082 |
color: #000; |
|
|
5083 |
border: none; |
5180 |
} |
5084 |
} |
5181 |
} |
5085 |
} |
5182 |
|
5086 |
|
Lines 5455-5460
label {
Link Here
|
5455 |
|
5359 |
|
5456 |
.modal-content { |
5360 |
.modal-content { |
5457 |
background-color: rgb(211, 223, 204); |
5361 |
background-color: rgb(211, 223, 204); |
|
|
5362 |
|
5363 |
fieldset{ |
5364 |
box-shadow: none; |
5365 |
} |
5458 |
} |
5366 |
} |
5459 |
|
5367 |
|
5460 |
.btn-group { |
5368 |
.btn-group { |
Lines 5499-5505
code {
Link Here
|
5499 |
border: 3px solid #418940; |
5407 |
border: 3px solid #418940; |
5500 |
border-radius: 4px; |
5408 |
border-radius: 4px; |
5501 |
overflow: auto; |
5409 |
overflow: auto; |
5502 |
//border-top-width: 0; |
|
|
5503 |
padding: 1em; |
5410 |
padding: 1em; |
5504 |
} |
5411 |
} |
5505 |
|
5412 |
|
Lines 5507-5514
code {
Link Here
|
5507 |
> li { |
5414 |
> li { |
5508 |
> a { |
5415 |
> a { |
5509 |
background-color: #71B443; |
5416 |
background-color: #71B443; |
5510 |
//border: none; |
|
|
5511 |
// border-radius: 4px; |
5512 |
color: #fff; |
5417 |
color: #fff; |
5513 |
line-height: 1.42857143; |
5418 |
line-height: 1.42857143; |
5514 |
margin-right: .4em; |
5419 |
margin-right: .4em; |
Lines 5530-5538
code {
Link Here
|
5530 |
background-color: #418940; |
5435 |
background-color: #418940; |
5531 |
border-radius: 4px 4px 0 0; |
5436 |
border-radius: 4px 4px 0 0; |
5532 |
color: #fff; |
5437 |
color: #fff; |
5533 |
//border: none; |
|
|
5534 |
//border-bottom-color: transparent; |
5535 |
//color: #000; |
5536 |
cursor: default; |
5438 |
cursor: default; |
5537 |
font-weight: bold; |
5439 |
font-weight: bold; |
5538 |
} |
5440 |
} |
Lines 5800-5806
input.renew {
Link Here
|
5800 |
|
5702 |
|
5801 |
.date-select { |
5703 |
.date-select { |
5802 |
label { |
5704 |
label { |
5803 |
//display: inline-block; |
|
|
5804 |
width: 40%; |
5705 |
width: 40%; |
5805 |
} |
5706 |
} |
5806 |
} |
5707 |
} |
Lines 5924-5930
input.renew {
Link Here
|
5924 |
} |
5825 |
} |
5925 |
} |
5826 |
} |
5926 |
|
5827 |
|
5927 |
|
|
|
5928 |
.form-message { |
5828 |
.form-message { |
5929 |
background-color: #FFF; |
5829 |
background-color: #FFF; |
5930 |
border: 1px solid #A4BEDD; |
5830 |
border: 1px solid #A4BEDD; |
Lines 5943-5973
input.renew {
Link Here
|
5943 |
} |
5843 |
} |
5944 |
} |
5844 |
} |
5945 |
|
5845 |
|
5946 |
#patron_search { |
|
|
5947 |
#filters { |
5948 |
display: none; |
5949 |
//display: block; |
5950 |
background-color: #352C2E; |
5951 |
padding: 10px; |
5952 |
//border-radius: 4px; |
5953 |
padding: 10px; |
5954 |
border-radius: 4px; |
5955 |
position: absolute; |
5956 |
text-align: center; |
5957 |
right: 0px; |
5958 |
height: 70px; |
5959 |
bottom: -70px; |
5960 |
|
5961 |
label{ |
5962 |
color: #fff; |
5963 |
} |
5964 |
} |
5965 |
|
5966 |
.address { |
5967 |
font-size: 100%; |
5968 |
} |
5969 |
} |
5970 |
|
5971 |
#fixedlengthbuilderaction { |
5846 |
#fixedlengthbuilderaction { |
5972 |
border: 3px solid #e3f1df; |
5847 |
border: 3px solid #e3f1df; |
5973 |
left: 80%; |
5848 |
left: 80%; |
Lines 6261-6269
input.renew {
Link Here
|
6261 |
} |
6136 |
} |
6262 |
|
6137 |
|
6263 |
.lastborrower { |
6138 |
.lastborrower { |
6264 |
//background-color: #71B443; |
|
|
6265 |
background-image: linear-gradient(to left, #418940, #71B443); |
6139 |
background-image: linear-gradient(to left, #418940, #71B443); |
6266 |
//@at-root: 1px solid #95C6D0; |
|
|
6267 |
box-shadow: 1px 1px 1px 0 #999; |
6140 |
box-shadow: 1px 1px 1px 0 #999; |
6268 |
color: #fff; |
6141 |
color: #fff; |
6269 |
margin: .4em 0; |
6142 |
margin: .4em 0; |
Lines 6286-6292
input.renew {
Link Here
|
6286 |
} |
6159 |
} |
6287 |
|
6160 |
|
6288 |
#lastborrower-remove { |
6161 |
#lastborrower-remove { |
6289 |
//border-radius: 0px 5px 5px 0px; |
|
|
6290 |
cursor: pointer; |
6162 |
cursor: pointer; |
6291 |
float: right; |
6163 |
float: right; |
6292 |
margin: .0em .4em .0em .4em; |
6164 |
margin: .0em .4em .0em .4em; |
Lines 6329-6335
input.renew {
Link Here
|
6329 |
display: block; |
6201 |
display: block; |
6330 |
height: 60px; |
6202 |
height: 60px; |
6331 |
margin: 5px; |
6203 |
margin: 5px; |
6332 |
//font-size: 150%; |
|
|
6333 |
|
6204 |
|
6334 |
i{ |
6205 |
i{ |
6335 |
|
6206 |
|
Lines 6369-6380
input.renew {
Link Here
|
6369 |
font-size: 150%; |
6240 |
font-size: 150%; |
6370 |
font-weight: normal; |
6241 |
font-weight: normal; |
6371 |
display: inline; |
6242 |
display: inline; |
|
|
6243 |
color: #000; |
6372 |
} |
6244 |
} |
6373 |
|
6245 |
|
6374 |
&:hover{ |
6246 |
&:hover, &:active, &:focus{ |
6375 |
color: #418940; |
|
|
6376 |
text-decoration: none; |
6247 |
text-decoration: none; |
6377 |
|
6248 |
|
|
|
6249 |
h1{ |
6250 |
color: #418940; |
6251 |
} |
6252 |
|
6378 |
i{ |
6253 |
i{ |
6379 |
&.fa{ |
6254 |
&.fa{ |
6380 |
background-color: #418940; |
6255 |
background-color: #418940; |
Lines 6394-6403
input.renew {
Link Here
|
6394 |
padding: 0; |
6269 |
padding: 0; |
6395 |
} |
6270 |
} |
6396 |
} |
6271 |
} |
6397 |
|
|
|
6398 |
h1{ |
6399 |
//font-weight: bold; |
6400 |
} |
6401 |
} |
6272 |
} |
6402 |
} |
6273 |
} |
6403 |
} |
6274 |
} |
Lines 6427-6439
input.renew {
Link Here
|
6427 |
|
6298 |
|
6428 |
// ==== MODULE LINKS - End ==== |
6299 |
// ==== MODULE LINKS - End ==== |
6429 |
|
6300 |
|
6430 |
/*#catalog-search-link { |
|
|
6431 |
//color : #fff; |
6432 |
//border-right: 1px solid lighten( #e3f1df, 15% ); |
6433 |
//padding-right: .3em; |
6434 |
|
6435 |
}*/ |
6436 |
|
6437 |
#tools_holidays { |
6301 |
#tools_holidays { |
6438 |
.radio, |
6302 |
.radio, |
6439 |
.checkbox { |
6303 |
.checkbox { |
Lines 6533-6562
input.renew {
Link Here
|
6533 |
} |
6397 |
} |
6534 |
|
6398 |
|
6535 |
.header-menu-link { |
6399 |
.header-menu-link { |
6536 |
// background-color: #352C2E; |
|
|
6537 |
display: none; |
6400 |
display: none; |
6538 |
// font-weight: bold; |
|
|
6539 |
padding: .4em .6em; |
6401 |
padding: .4em .6em; |
6540 |
} |
6402 |
} |
6541 |
|
6403 |
|
6542 |
#user-menu { |
6404 |
#user-menu { |
6543 |
//position: absolute; |
|
|
6544 |
//right: 5px; |
6545 |
//top: 0; |
6546 |
// position: relative; |
6547 |
//left: 0px; |
6548 |
top: 0px; |
6405 |
top: 0px; |
6549 |
position: absolute; |
6406 |
position: absolute; |
6550 |
right: 5px; |
6407 |
right: 5px; |
6551 |
|
|
|
6552 |
//background-color: #352C2E; |
6553 |
// box-shadow: none; |
6554 |
// height: 50px; |
6555 |
// width: 100%; |
6556 |
// padding-left: 10px; |
6557 |
//padding-right: 10px; |
6558 |
// display: inline-block; |
6559 |
//float: left; |
6560 |
} |
6408 |
} |
6561 |
|
6409 |
|
6562 |
div#makechart ol li { |
6410 |
div#makechart ol li { |
Lines 6592-6598
div .suggestion_note {
Link Here
|
6592 |
} |
6440 |
} |
6593 |
|
6441 |
|
6594 |
.currentlibrary { |
6442 |
.currentlibrary { |
6595 |
//background-color: #E6FCB7; |
|
|
6596 |
display: inline-block; |
6443 |
display: inline-block; |
6597 |
padding: 2px 4px; |
6444 |
padding: 2px 4px; |
6598 |
} |
6445 |
} |
Lines 6697-6703
div .suggestion_note {
Link Here
|
6697 |
|
6544 |
|
6698 |
#header { |
6545 |
#header { |
6699 |
background-color: #352C2E; |
6546 |
background-color: #352C2E; |
6700 |
// border: 1px solid #352C2E; |
|
|
6701 |
margin-bottom: 1em; |
6547 |
margin-bottom: 1em; |
6702 |
|
6548 |
|
6703 |
a { |
6549 |
a { |
Lines 6722-6737
div .suggestion_note {
Link Here
|
6722 |
|
6568 |
|
6723 |
&.dropdown-menu { |
6569 |
&.dropdown-menu { |
6724 |
display: block; |
6570 |
display: block; |
6725 |
// background-color : #352C2E; |
|
|
6726 |
} |
6571 |
} |
6727 |
} |
6572 |
} |
6728 |
|
6573 |
|
6729 |
.dropdown-menu-brown { |
6574 |
.dropdown-menu-brown { |
6730 |
li { |
6575 |
li { |
6731 |
// background-color: #352C2E; |
|
|
6732 |
|
6576 |
|
6733 |
a { |
6577 |
a { |
6734 |
//color: #fff; |
|
|
6735 |
&:hover { |
6578 |
&:hover { |
6736 |
color: #FFF; |
6579 |
color: #FFF; |
6737 |
text-decoration: underline; |
6580 |
text-decoration: underline; |
Lines 6767-6773
div .suggestion_note {
Link Here
|
6767 |
.open { |
6610 |
.open { |
6768 |
.dropdown-menu { |
6611 |
.dropdown-menu { |
6769 |
background-color: #352c35; |
6612 |
background-color: #352c35; |
6770 |
// border: 1px solid #ccc; |
|
|
6771 |
position: absolute; |
6613 |
position: absolute; |
6772 |
} |
6614 |
} |
6773 |
} |
6615 |
} |
Lines 6819-6828
div .suggestion_note {
Link Here
|
6819 |
i {background-color: #352C2E; |
6661 |
i {background-color: #352C2E; |
6820 |
box-shadow: none; |
6662 |
box-shadow: none; |
6821 |
height: 50px; |
6663 |
height: 50px; |
6822 |
// width: 100%; |
|
|
6823 |
padding-left: 10px; |
6664 |
padding-left: 10px; |
6824 |
padding-right: 10px; |
6665 |
padding-right: 10px; |
6825 |
display: inline-block; |
6666 |
display: inline; |
6826 |
float: left; |
6667 |
float: left; |
6827 |
display: none; |
6668 |
display: none; |
6828 |
} |
6669 |
} |