Lines 3-58
Link Here
|
3 |
@import "flatpickr"; |
3 |
@import "flatpickr"; |
4 |
|
4 |
|
5 |
::selection { |
5 |
::selection { |
6 |
background: #538200; |
6 |
background: #418940; |
7 |
color: #FFFFFF; |
7 |
color: #fff; |
8 |
} |
8 |
} |
9 |
|
9 |
|
10 |
a { |
10 |
a { |
11 |
&:link, |
11 |
&:link, |
12 |
&:visited { |
12 |
&:visited { |
13 |
color: #004D99; |
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: #538200; |
23 |
text-decoration: underline; |
20 |
text-decoration: none; |
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 { |
24 |
.term { |
33 |
.term { |
25 |
color: #FF9090; |
34 |
color: #000; |
|
|
35 |
text-decoration: underline; |
26 |
} |
36 |
} |
27 |
} |
37 |
} |
28 |
|
38 |
|
29 |
&.authlink { |
39 |
&.authlink { |
30 |
background-color: #e6f0f2; |
40 |
background-color: #e3f1df; |
31 |
border-radius: 5px; |
41 |
border-radius: 5px; |
32 |
display: inline-block; |
42 |
display: inline-block; |
33 |
padding: 2px 4px; |
43 |
padding: 2px 4px; |
34 |
} |
44 |
} |
35 |
|
45 |
|
36 |
&.btn { |
46 |
&.btn { |
37 |
&:link, |
|
|
38 |
&:visited { |
39 |
color: #333333; |
40 |
} |
41 |
|
42 |
&.btn-link { |
47 |
&.btn-link { |
43 |
&:link, |
48 |
&:link, |
44 |
&:visited { |
49 |
&:visited { |
45 |
color: #004D99; |
50 |
color: #71B443; |
46 |
} |
51 |
} |
47 |
|
52 |
|
48 |
&:hover { |
53 |
&:hover { |
49 |
color: #538200; |
54 |
text-decoration: underline; |
|
|
55 |
font-weight: bold; |
50 |
} |
56 |
} |
51 |
} |
57 |
} |
|
|
58 |
|
59 |
} |
60 |
|
61 |
&.edit-patronimage{ |
62 |
color: #333; |
63 |
background-color: #e6e6e6; |
64 |
border-color: #adadad; |
52 |
} |
65 |
} |
53 |
|
66 |
|
54 |
&.cancel { |
67 |
&.cancel { |
55 |
padding-left: 1em; |
68 |
|
|
|
69 |
background-color: transparent; |
70 |
color: #696969; |
71 |
border: #696969 double 1px; |
72 |
margin: 5px; |
73 |
|
74 |
font-family: 'Poppins', sans-serif; |
75 |
display: inline-block; |
76 |
font-weight: normal; |
77 |
text-align: center; |
78 |
white-space: nowrap; |
79 |
vertical-align: middle; |
80 |
touch-action: manipulation; |
81 |
width: 90px; |
82 |
cursor: pointer; |
83 |
background-image: none; |
84 |
padding: 6px 12px; |
85 |
font-size: 12px; |
86 |
line-height: 1.42857143; |
87 |
border-radius: 4px; |
88 |
user-select: none; |
89 |
|
90 |
&:hover{ |
91 |
font-weight: bold; |
92 |
background-color: #f1f1f1; |
93 |
border: #696969 double 1px; |
94 |
text-decoration: none; |
95 |
} |
56 |
} |
96 |
} |
57 |
|
97 |
|
58 |
&.cartRemove { |
98 |
&.cartRemove { |
Lines 63-79
a {
Link Here
|
63 |
} |
103 |
} |
64 |
|
104 |
|
65 |
&.clear_date { |
105 |
&.clear_date { |
66 |
color: #C33; |
106 |
color: #418940; |
67 |
font-size: 130%; |
107 |
font-size: 130%; |
|
|
108 |
vertical-align: middle; |
68 |
|
109 |
|
69 |
&:hover { |
110 |
&:hover { |
70 |
color: #FF9090; |
111 |
color: #71B443; |
|
|
112 |
text-decoration: none; |
71 |
} |
113 |
} |
72 |
} |
114 |
} |
73 |
|
115 |
|
74 |
&.close { |
116 |
&.settings{ |
75 |
&:hover { |
117 |
i, img{ |
76 |
color: #538200; |
118 |
text-align: center; |
|
|
119 |
color: #71B443; |
120 |
border: solid 3px #71B443; |
121 |
border-radius: 50%; |
122 |
background-color: transparent; |
123 |
width: 40px; |
124 |
height: 40px; |
125 |
margin-bottom: 5px; |
126 |
margin-left: auto; |
127 |
margin-right: auto; |
128 |
padding: 5px; |
129 |
align-items: center; |
130 |
justify-content: center; |
131 |
-webkit-box-sizing: content-box; |
132 |
box-sizing: content-box; |
133 |
display: flex; |
134 |
|
135 |
} |
136 |
|
137 |
&:hover{ |
138 |
color: #418940; |
139 |
text-decoration: none; |
140 |
font-weight: bold; |
141 |
|
142 |
i, img{ |
143 |
border-color: #418940; |
144 |
background-color: transparent; |
145 |
color: #418940; |
146 |
} |
147 |
|
148 |
} |
149 |
|
150 |
img{ |
151 |
max-width: 30px; |
152 |
height: auto; |
153 |
padding: 10px; |
77 |
} |
154 |
} |
78 |
} |
155 |
} |
79 |
|
156 |
|
Lines 89-94
a {
Link Here
|
89 |
color: #666; |
166 |
color: #666; |
90 |
} |
167 |
} |
91 |
|
168 |
|
|
|
169 |
&.principal{ |
170 |
background-color: #FEC32C; |
171 |
color: #000; |
172 |
text-shadow: 0 1px 0 #fff; |
173 |
padding: 6px 25px; |
174 |
border: none; |
175 |
background-image: none; |
176 |
margin: 5px; |
177 |
|
178 |
&:hover, |
179 |
&:active, |
180 |
&:focus{ |
181 |
background-color: #fec22c9f; |
182 |
color: #000; |
183 |
border: none; |
184 |
} |
185 |
} |
186 |
|
92 |
&.disabled { |
187 |
&.disabled { |
93 |
color: #999999; |
188 |
color: #999999; |
94 |
} |
189 |
} |
Lines 138-158
a {
Link Here
|
138 |
background-image: url("../img/famfamfam/silk/page_white_code.png"); |
233 |
background-image: url("../img/famfamfam/silk/page_white_code.png"); |
139 |
} |
234 |
} |
140 |
|
235 |
|
|
|
236 |
&.toolbar-btn{ |
237 |
font-family: 'Poppins', sans-serif; |
238 |
font-weight: normal; |
239 |
text-align: center; |
240 |
white-space: nowrap; |
241 |
vertical-align: middle; |
242 |
-ms-touch-action: manipulation; |
243 |
touch-action: manipulation; |
244 |
cursor: pointer; |
245 |
background-image: none; |
246 |
padding: 6px 12px; |
247 |
font-size: 12px; |
248 |
border-radius: 4px; |
249 |
-webkit-user-select: none; |
250 |
-moz-user-select: none; |
251 |
-ms-user-select: none; |
252 |
user-select: none; |
253 |
font-size: 105%; |
254 |
background-color: transparent; |
255 |
border: none; |
256 |
display: inline-block; |
257 |
margin: 5px 10px; |
258 |
color: #696969; |
259 |
|
260 |
&:hover, &:focus{ |
261 |
text-decoration: none; |
262 |
background-color: #dadada; |
263 |
} |
264 |
|
265 |
&:active{ |
266 |
border: none; |
267 |
} |
268 |
|
269 |
&.word{ |
270 |
margin-right: 0; |
271 |
padding-right: .1em; |
272 |
} |
273 |
|
274 |
&.arrow{ |
275 |
margin-left: 0; |
276 |
border-radius: 4px; |
277 |
padding-left: .1em; |
278 |
|
279 |
&:active{ |
280 |
border: 1px solid #000; |
281 |
border-radius: 4px; |
282 |
} |
283 |
} |
284 |
} |
285 |
|
286 |
&.more_link{ |
287 |
color: #71B443; |
288 |
background-color: transparent; |
289 |
|
290 |
display: block; |
291 |
position: absolute; |
292 |
right: 45px; |
293 |
bottom: 10px; |
294 |
line-height: 15px; |
295 |
|
296 |
&:hover{ |
297 |
text-decoration: none; |
298 |
color:#71B443; |
299 |
background-color: transparent; |
300 |
} |
301 |
} |
302 |
} |
303 |
|
304 |
|
305 |
#resetZ3950Search{ |
306 |
font-size: 110%; |
307 |
color: #71B443; |
141 |
} |
308 |
} |
|
|
309 |
|
142 |
a.ctrl_link { |
310 |
a.ctrl_link { |
143 |
display: inline-block; |
311 |
display: inline-block; |
144 |
padding-right: 1rem; |
312 |
padding-right: 1rem; |
145 |
} |
313 |
} |
146 |
|
314 |
|
|
|
315 |
|
147 |
aside { |
316 |
aside { |
148 |
h5 { |
317 |
position: absolute; |
149 |
font-size: 100%; |
318 |
left: 0px; |
150 |
margin: .5em 0; |
319 |
width: 100%; |
|
|
320 |
|
321 |
fieldset{ |
322 |
&.sidebar{ |
323 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
324 |
padding: 0.9em; |
325 |
width: 100%; |
326 |
left: 0px; |
327 |
overflow: auto; |
328 |
height: auto; |
329 |
max-height: 500px; |
330 |
|
331 |
|
332 |
&::-webkit-scrollbar { |
333 |
width: 12px; |
334 |
} |
335 |
|
336 |
&::-webkit-scrollbar-track { |
337 |
background: #eeeeee; |
338 |
} |
339 |
|
340 |
&::-webkit-scrollbar-thumb { |
341 |
background: #696969; |
342 |
border-radius: 20px; |
343 |
border: 3px solid #eeeeee; |
344 |
} |
345 |
|
346 |
button + button, |
347 |
input + input { |
348 |
margin-left: 5px; |
349 |
} |
350 |
|
351 |
input{ |
352 |
&.cancel { |
353 |
|
354 |
background-color: transparent; |
355 |
color: #696969; |
356 |
border: #696969 double 1px; |
357 |
margin: 5px; |
358 |
|
359 |
font-family: 'Poppins', sans-serif; |
360 |
display: inline-block; |
361 |
font-weight: normal; |
362 |
text-align: center; |
363 |
white-space: nowrap; |
364 |
vertical-align: middle; |
365 |
touch-action: manipulation; |
366 |
width: 90px; |
367 |
cursor: pointer; |
368 |
background-image: none; |
369 |
padding: 6px 12px; |
370 |
font-size: 12px; |
371 |
line-height: 1.42857143; |
372 |
border-radius: 4px; |
373 |
user-select: none; |
374 |
|
375 |
&:hover{ |
376 |
font-weight: bold; |
377 |
background-color: #f1f1f1; |
378 |
border: #696969 double 1px; |
379 |
text-decoration: none; |
380 |
} |
381 |
} |
382 |
} |
383 |
|
384 |
fieldset.brief{ |
385 |
width: 100%; |
386 |
|
387 |
legend{ |
388 |
color: #696969; |
389 |
font-weight: bold; |
390 |
font-size: 13px; |
391 |
margin: 0; |
392 |
border-bottom: 0; |
393 |
} |
394 |
|
395 |
li{ |
396 |
margin-top: 0; |
397 |
padding: 0; |
398 |
|
399 |
&.radio{ |
400 |
padding: 0; |
401 |
} |
402 |
|
403 |
label { |
404 |
color: #696969; |
405 |
font-size: 13px; |
406 |
padding: 0.5em 0.3em 0 0; |
407 |
margin: 0; |
408 |
font-weight: normal; |
409 |
} |
410 |
|
411 |
input, select { |
412 |
height: calc(1.5em + .75rem + 2px); |
413 |
width: calc(100% - 20px); |
414 |
} |
415 |
} |
416 |
} |
417 |
|
418 |
ol{ |
419 |
padding: 0; |
420 |
li { |
421 |
list-style: none; |
422 |
left: 0px; |
423 |
flex-direction: row; |
424 |
width: 100%; |
425 |
height: auto; |
426 |
padding: 0.9em 0; |
427 |
|
428 |
fieldset{ |
429 |
width: 100%; |
430 |
|
431 |
legend{ |
432 |
color: #696969; |
433 |
font-weight: bold; |
434 |
font-size: 13px; |
435 |
margin: 0; |
436 |
border-bottom: 0; |
437 |
} |
438 |
|
439 |
li{ |
440 |
margin-top: 0; |
441 |
padding: 0; |
442 |
|
443 |
label { |
444 |
color: #696969; |
445 |
font-size: 13px; |
446 |
padding: 0.5em 0.3em 0 0; |
447 |
margin: 0; |
448 |
font-weight: normal; |
449 |
} |
450 |
|
451 |
input, select { |
452 |
height: calc(1.5em + .75rem + 2px); |
453 |
width: calc(100% - 20px); |
454 |
} |
455 |
} |
456 |
|
457 |
} |
458 |
|
459 |
label { |
460 |
color: #696969; |
461 |
padding: 0.5em 0.3em 0 0; |
462 |
margin: 0; |
463 |
} |
464 |
|
465 |
input, select { |
466 |
height: calc(1.5em + .75rem + 2px); |
467 |
width: calc(100% - 20px); |
468 |
|
469 |
|
470 |
&[type="checkbox"], |
471 |
&[type="radio"] { |
472 |
width: auto; |
473 |
margin: 0; |
474 |
vertical-align: middle; |
475 |
} |
476 |
} |
477 |
|
478 |
|
479 |
|
480 |
&.checkbox { |
481 |
label { |
482 |
display: inline; |
483 |
margin-left: 0; |
484 |
} |
485 |
} |
486 |
|
487 |
&.dateinsert { |
488 |
label { |
489 |
display: inline; |
490 |
} |
491 |
|
492 |
span { |
493 |
&.label { |
494 |
display: inline; |
495 |
} |
496 |
} |
497 |
} |
498 |
|
499 |
&.radio { |
500 |
input { |
501 |
padding: .3em 0; |
502 |
} |
503 |
|
504 |
label { |
505 |
display: inline; |
506 |
} |
507 |
|
508 |
span { |
509 |
&.label { |
510 |
display: inline; |
511 |
} |
512 |
} |
513 |
|
514 |
select, |
515 |
[type="text"] { |
516 |
width: 100%; |
517 |
} |
518 |
|
519 |
.flatpickr-input { |
520 |
margin-right: 3px; |
521 |
width: calc(100% - 20px); |
522 |
} |
523 |
|
524 |
&+.action { |
525 |
margin-left: 0; |
526 |
padding: 0; |
527 |
} |
528 |
|
529 |
.radio, .checkbox { |
530 |
margin: 0; |
531 |
} |
532 |
|
533 |
select, |
534 |
[type="text"] { |
535 |
width: 100%; |
536 |
} |
537 |
|
538 |
.flatpickr-input { |
539 |
margin-right: 3px; |
540 |
width: calc(100% - 20px); |
541 |
} |
542 |
|
543 |
&.action { |
544 |
margin-left: 0; |
545 |
padding: 0; |
546 |
} |
547 |
} |
548 |
} |
549 |
} |
550 |
} |
151 |
} |
551 |
} |
152 |
|
552 |
|
153 |
fieldset { |
553 |
|
154 |
&.brief { |
554 |
/* |
155 |
padding: .4em .7em; |
555 |
|
|
|
556 |
|
557 |
|
558 |
|
559 |
ol { |
560 |
margin: 0; |
561 |
padding: 0; |
562 |
} |
563 |
|
564 |
|
156 |
|
565 |
|
157 |
button + button, |
566 |
button + button, |
158 |
input + input { |
567 |
input + input { |
Lines 168-173
aside {
Link Here
|
168 |
legend { |
577 |
legend { |
169 |
font-size: 95%; |
578 |
font-size: 95%; |
170 |
margin: 0; |
579 |
margin: 0; |
|
|
580 |
border-bottom: none; |
171 |
} |
581 |
} |
172 |
|
582 |
|
173 |
&.action { |
583 |
&.action { |
Lines 182-187
aside {
Link Here
|
182 |
|
592 |
|
183 |
label { |
593 |
label { |
184 |
margin: .5em 0 0 0; |
594 |
margin: .5em 0 0 0; |
|
|
595 |
border-top : 1px inset #999999; |
185 |
} |
596 |
} |
186 |
|
597 |
|
187 |
li { |
598 |
li { |
Lines 193-203
aside {
Link Here
|
193 |
} |
604 |
} |
194 |
|
605 |
|
195 |
&.dateinsert { |
606 |
&.dateinsert { |
196 |
label { |
607 |
label {goto |
197 |
display: inline; |
608 |
display: inline; |
198 |
} |
609 |
} |
199 |
|
610 |
|
200 |
span { |
611 |
&.menu { |
|
|
612 |
padding: 1.4em 1.7em; |
613 |
width: 100%; |
614 |
left: 0px; |
615 |
overflow: auto; |
616 |
height: auto; |
617 |
max-height: 500px; |
618 |
|
619 |
|
620 |
&::-webkit-scrollbar { |
621 |
width: 12px; |
622 |
} |
623 |
|
624 |
&::-webkit-scrollbar-track { |
625 |
background: #eeeeee; |
626 |
} |
627 |
|
628 |
&::-webkit-scrollbar-thumb { |
629 |
background: #696969; |
630 |
border-radius: 20px; |
631 |
border: 3px solid #eeeeee; |
632 |
} |
633 |
|
634 |
button + button, |
635 |
input + input { |
636 |
margin-left: 5px; |
637 |
} |
638 |
|
639 |
fieldset { |
640 |
border-width: 1px; |
641 |
border-radius: 0; |
642 |
margin: 0 0 .5em 0; |
643 |
padding: .5em; |
644 |
|
645 |
legend { |
646 |
font-size: 95%; |
647 |
margin: 0; |
648 |
border-bottom: none; |
649 |
} |
650 |
|
651 |
&.action { |
652 |
margin-left: 0; |
653 |
padding: .5em 0; |
654 |
} |
655 |
} |
656 |
|
657 |
input, select { |
658 |
height: calc(1.5em + .75rem + 2px); |
659 |
} |
660 |
|
661 |
label { |
662 |
margin: .5em 0 0 0; |
663 |
border-top : 1px inset #999999; |
664 |
} |
665 |
|
666 |
li { |
667 |
&.checkbox { |
668 |
label { |
669 |
display: inline; |
670 |
margin-left: 0; |
671 |
} |
672 |
} |
673 |
|
674 |
&.dateinsert { |
675 |
label { |
676 |
display: inline; |
677 |
} |
678 |
|
679 |
span { |
680 |
&.label { |
681 |
display: inline; |
682 |
} |
683 |
} |
684 |
} |
685 |
|
686 |
&.radio { |
687 |
padding: .3em 0; |
688 |
|
689 |
input { |
690 |
padding: .3em 0; |
691 |
} |
692 |
|
693 |
label { |
694 |
display: inline; |
695 |
} |
696 |
|
697 |
span { |
698 |
&.label { |
699 |
display: inline; |
700 |
} |
701 |
} |
702 |
} |
703 |
} |
704 |
|
705 |
ol { |
706 |
margin: 0; |
707 |
padding: 0; |
708 |
} |
709 |
|
710 |
select, |
711 |
[type="text"] { |
712 |
width: 100%; |
713 |
} |
714 |
|
715 |
.flatpickr-input { |
716 |
margin-right: 3px; |
717 |
width: calc(100% - 20px); |
718 |
} |
719 |
|
720 |
&+.action { |
721 |
margin-left: 0; |
722 |
padding: 0; |
723 |
} |
724 |
} span { |
201 |
&.label { |
725 |
&.label { |
202 |
display: inline; |
726 |
display: inline; |
203 |
} |
727 |
} |
Lines 205-211
aside {
Link Here
|
205 |
} |
729 |
} |
206 |
|
730 |
|
207 |
&.radio { |
731 |
&.radio { |
208 |
padding: .7em 0; |
732 |
padding: .3em 0; |
209 |
|
733 |
|
210 |
input { |
734 |
input { |
211 |
padding: .3em 0; |
735 |
padding: .3em 0; |
Lines 242-247
aside {
Link Here
|
242 |
margin-left: 0; |
766 |
margin-left: 0; |
243 |
padding: 0; |
767 |
padding: 0; |
244 |
} |
768 |
} |
|
|
769 |
} |
770 |
*/ |
771 |
} |
772 |
|
773 |
#navmenulist{ |
774 |
background-color: #e6e6e6; |
775 |
width: 100%; |
776 |
overflow: auto; |
777 |
display: block; |
778 |
max-height: 700px; |
779 |
height: auto; |
780 |
|
781 |
&::-webkit-scrollbar { |
782 |
width: 12px; |
783 |
} |
784 |
|
785 |
&::-webkit-scrollbar-track { |
786 |
background: #eeeeee; |
787 |
|
788 |
} |
789 |
|
790 |
&::-webkit-scrollbar-thumb { |
791 |
background: #696969; |
792 |
border-radius: 20px; |
793 |
border: 3px solid #eeeeee; |
794 |
} |
795 |
|
796 |
h2{ |
797 |
width: 100%; |
798 |
text-align: center; |
799 |
|
800 |
a, a:link, a:visited{ |
801 |
text-align: center; |
802 |
color: #000; |
803 |
|
804 |
&:hover, &.current{ |
805 |
text-decoration: none; |
806 |
} |
807 |
} |
808 |
} |
809 |
|
810 |
h4 { |
811 |
margin: .5em 0; |
812 |
padding-left: 0.5em; |
813 |
padding-bottom: 0.2em; |
814 |
color: #696969; |
815 |
border-bottom: 1px solid #696969; |
816 |
font-weight: normal; |
817 |
} |
818 |
|
819 |
ul { |
820 |
margin-bottom: 10px; |
821 |
padding-left: 0px; |
822 |
|
823 |
&.goto{ |
824 |
margin-bottom: 13px; |
825 |
margin-left: 0; |
826 |
margin-right: 0; |
827 |
padding-left: 0px; |
828 |
position: relative; |
829 |
top: 0px; |
830 |
|
831 |
li{ |
832 |
a{ |
833 |
font-size: 75%; |
834 |
} |
835 |
} |
836 |
} |
837 |
|
838 |
li { |
839 |
list-style: none; |
840 |
left: 0px; |
841 |
flex-direction: row; |
842 |
width: 100%; |
843 |
height: auto; |
844 |
|
845 |
a, a:link, a:visited { |
846 |
color: #000; |
847 |
width: 100%; |
848 |
display: block; |
849 |
text-decoration: none; |
850 |
padding: 0.7em 0.3em 0.7em 1.2em; |
851 |
|
852 |
&.current, &:hover, &:active, &:focus { |
853 |
background-color: #F3F4F4; |
854 |
text-decoration: none; |
855 |
color: #418940; |
856 |
border-left: solid 5px #418940; |
857 |
font-weight: bold; |
858 |
} |
859 |
} |
860 |
} |
861 |
} |
862 |
} |
863 |
|
864 |
|
865 |
div { |
866 |
display: block; |
867 |
|
868 |
&.mainmenu{ |
869 |
display: inline; |
870 |
} |
871 |
|
872 |
|
873 |
&.koha-mainpage{ |
874 |
display: flex; |
875 |
align-items: center; |
876 |
justify-content: center; |
877 |
} |
878 |
|
879 |
&.settings-links{ |
880 |
display: inline; |
881 |
|
882 |
ul{ |
883 |
float: right; |
884 |
|
885 |
li{ |
886 |
list-style-type: none; |
887 |
margin-bottom: 0; |
888 |
height: auto; |
889 |
width: 150px; |
890 |
padding: 5px 10px; |
891 |
|
892 |
a, a:visited, a:link{ |
893 |
color: #000; |
894 |
} |
895 |
} |
896 |
} |
897 |
} |
898 |
|
899 |
&.koha-bottom{ |
900 |
background: transparent url(../img/koha-logo-medium.png) no-repeat center; |
901 |
width: 150px; |
902 |
background-size: 70%; |
903 |
height: 50px; |
904 |
margin: 25px; |
905 |
bottom: 0px; |
906 |
text-align: center; |
907 |
display: flex; |
908 |
align-items: center; |
909 |
justify-content: center; |
910 |
z-index: 1030; |
911 |
|
912 |
a{ |
913 |
width: 100%; |
914 |
height: 100%; |
915 |
} |
916 |
} |
917 |
} |
918 |
|
919 |
.home-page{ |
920 |
text-align: center; |
921 |
text-decoration: none; |
922 |
font-family: 'Poppins', sans-serif; |
923 |
|
924 |
h1 { |
925 |
font-size: 150%; |
926 |
font-weight: normal; |
927 |
color: #000; |
928 |
} |
929 |
|
930 |
i{ |
931 |
text-align: center; |
932 |
color: #fff; |
933 |
border: solid 3px #71B443; |
934 |
border-radius: 50%; |
935 |
background-color: #71B443; |
936 |
width: 40px; |
937 |
height: 40px; |
938 |
margin-bottom: 5px; |
939 |
margin-left: auto; |
940 |
margin-right: auto; |
941 |
padding: 5px; |
942 |
align-items: center; |
943 |
justify-content: center; |
944 |
-webkit-box-sizing: content-box; |
945 |
box-sizing: content-box; |
946 |
display: flex; |
947 |
|
948 |
} |
949 |
|
950 |
&:hover, &:focus, &:active{ |
951 |
text-decoration: none; |
952 |
|
953 |
i{ |
954 |
background-color: #418940; |
955 |
border-color: #418940; |
956 |
} |
957 |
|
958 |
h1{ |
959 |
color: #418940; |
245 |
} |
960 |
} |
246 |
} |
961 |
} |
247 |
} |
962 |
} |
Lines 249-255
aside {
Link Here
|
249 |
button { |
964 |
button { |
250 |
@include default-button; |
965 |
@include default-button; |
251 |
|
966 |
|
252 |
&:active { |
967 |
&:active, &:hover { |
253 |
border: 1px inset #999999; |
968 |
border: 1px inset #999999; |
254 |
} |
969 |
} |
255 |
|
970 |
|
Lines 265-270
button {
Link Here
|
265 |
} |
980 |
} |
266 |
} |
981 |
} |
267 |
|
982 |
|
|
|
983 |
#add_to_patron_list_submit{ |
984 |
color: #71B443; |
985 |
|
986 |
&:hover{ |
987 |
border: none; |
988 |
} |
989 |
} |
990 |
|
268 |
main { |
991 |
main { |
269 |
&::after { |
992 |
&::after { |
270 |
clear: both; |
993 |
clear: both; |
Lines 274-284
main {
Link Here
|
274 |
} |
997 |
} |
275 |
|
998 |
|
276 |
body { |
999 |
body { |
277 |
font-family: $font-main; |
1000 |
//font-family: $font-main; |
|
|
1001 |
font-family: 'Poppins', sans-serif; |
278 |
font-size: 13px; |
1002 |
font-size: 13px; |
279 |
line-height: 1.22; |
1003 |
line-height: 1.22; |
280 |
padding: 0 0 4em; |
1004 |
padding: 0 0 4em; |
281 |
text-align: left; |
1005 |
text-align: left; |
|
|
1006 |
background-color: #F3F4F4; |
282 |
|
1007 |
|
283 |
&.nobackdrop { |
1008 |
&.nobackdrop { |
284 |
.modal-backdrop { |
1009 |
.modal-backdrop { |
Lines 335-368
h1 {
Link Here
|
335 |
font-weight: bold; |
1060 |
font-weight: bold; |
336 |
} |
1061 |
} |
337 |
|
1062 |
|
338 |
#logo { |
|
|
339 |
background: transparent url("../img/koha-logo-medium.png") no-repeat 50% 50%; |
340 |
border: 0 none; |
341 |
margin: 2rem 1rem; |
342 |
padding: 0; |
343 |
width: 180px; |
344 |
|
345 |
a { |
346 |
border: 0; |
347 |
cursor: pointer; |
348 |
display: block; |
349 |
height: 0 !important; |
350 |
margin: 0; |
351 |
overflow: hidden; |
352 |
padding: 44px 0 0; |
353 |
text-decoration: none; |
354 |
width: 180px; |
355 |
} |
356 |
} |
357 |
|
358 |
h2 { |
1063 |
h2 { |
359 |
font-size: 146.5%; |
1064 |
font-size: 150%; |
360 |
font-weight: bold; |
1065 |
font-weight: bold; |
|
|
1066 |
color: #696969; |
361 |
} |
1067 |
} |
362 |
|
1068 |
|
363 |
h3 { |
1069 |
h3 { |
364 |
font-size: 131%; |
1070 |
font-size: 131%; |
365 |
font-weight: bold; |
1071 |
font-weight: bold; |
|
|
1072 |
color: #696969; |
366 |
} |
1073 |
} |
367 |
|
1074 |
|
368 |
h4 { |
1075 |
h4 { |
Lines 372-378
h4 {
Link Here
|
372 |
|
1079 |
|
373 |
h5 { |
1080 |
h5 { |
374 |
font-size: 100%; |
1081 |
font-size: 100%; |
375 |
font-weight: bold; |
|
|
376 |
} |
1082 |
} |
377 |
|
1083 |
|
378 |
h6 { |
1084 |
h6 { |
Lines 380-392
h6 {
Link Here
|
380 |
font-weight: bold; |
1086 |
font-weight: bold; |
381 |
} |
1087 |
} |
382 |
|
1088 |
|
|
|
1089 |
|
1090 |
|
383 |
h1, |
1091 |
h1, |
384 |
h2, |
1092 |
h2, |
385 |
h3, |
1093 |
h3, |
386 |
h4, |
1094 |
h4, |
387 |
h5, |
1095 |
h5, |
388 |
h6 { |
1096 |
h6 { |
389 |
margin: .3em 0; |
1097 |
margin: .5em 0; |
|
|
1098 |
|
1099 |
a, a:link, a:visited{ |
1100 |
color: #000; |
1101 |
} |
390 |
} |
1102 |
} |
391 |
|
1103 |
|
392 |
hr { |
1104 |
hr { |
Lines 395-401
hr {
Link Here
|
395 |
} |
1107 |
} |
396 |
|
1108 |
|
397 |
p { |
1109 |
p { |
398 |
margin: .5em 0; |
1110 |
margin: .7em 0; |
|
|
1111 |
|
1112 |
&.more{ |
1113 |
height: 100% !important; |
1114 |
top: 30px; |
1115 |
width: 100%; |
1116 |
display: block; |
1117 |
position: absolute; |
1118 |
left: 0px; |
1119 |
background-color: #352C2E; |
1120 |
padding: 10px; |
1121 |
border-radius: 4px; |
1122 |
text-align: center; |
1123 |
right: 0px; |
1124 |
bottom: -70px; |
1125 |
|
1126 |
input{ |
1127 |
outline-offset: 0px; |
1128 |
outline: 1px black; |
1129 |
float: right; |
1130 |
height: 30px; |
1131 |
border-radius: 17px; |
1132 |
padding-left: 2em; |
1133 |
padding-right: 1.5em; |
1134 |
border: none; |
1135 |
margin-left: 0px; |
1136 |
position: absolute; |
1137 |
top: -5px; |
1138 |
right: 30px; |
1139 |
z-index: 100; |
1140 |
display: inline !important; |
1141 |
letter-spacing: normal; |
1142 |
word-spacing: normal; |
1143 |
text-transform: none; |
1144 |
text-indent: 0px; |
1145 |
text-shadow: none; |
1146 |
text-align: start; |
1147 |
cursor: text; |
1148 |
font: 400 13.3333px Arial; |
1149 |
} |
1150 |
} |
1151 |
|
1152 |
&.more_bottom{ |
1153 |
background-color: #352C2E; |
1154 |
height: auto !important; |
1155 |
padding: 0 5px 10px 5px; |
1156 |
top: 30px; |
1157 |
border-bottom-left-radius: 17px; |
1158 |
border-bottom-right-radius: 17px; |
1159 |
|
1160 |
label{ |
1161 |
color: #fff; |
1162 |
} |
1163 |
|
1164 |
input{ |
1165 |
outline-offset: 0px; |
1166 |
outline: 1px black; |
1167 |
height: 20px; |
1168 |
border-radius: 17px; |
1169 |
padding-left: 2em; |
1170 |
padding-right: 1.5em; |
1171 |
border: none; |
1172 |
margin-top: 5px; |
1173 |
margin-left: 0px; |
1174 |
width: 100%; |
1175 |
z-index: 100; |
1176 |
display: inline-block !important; |
1177 |
letter-spacing: normal; |
1178 |
word-spacing: normal; |
1179 |
text-transform: none; |
1180 |
text-indent: 0px; |
1181 |
text-shadow: none; |
1182 |
text-align: start; |
1183 |
cursor: text; |
1184 |
font: 400 13.3333px Arial; |
1185 |
} |
1186 |
} |
1187 |
} |
1188 |
|
1189 |
#patron_search { |
1190 |
.address { |
1191 |
font-size: 100%; |
1192 |
} |
399 |
} |
1193 |
} |
400 |
|
1194 |
|
401 |
strong { |
1195 |
strong { |
Lines 420-426
cite {
Link Here
|
420 |
input, |
1214 |
input, |
421 |
textarea { |
1215 |
textarea { |
422 |
&:focus { |
1216 |
&:focus { |
423 |
border-color: #538200; |
1217 |
border-color: #418940; |
424 |
border-radius: 4px; |
1218 |
border-radius: 4px; |
425 |
} |
1219 |
} |
426 |
} |
1220 |
} |
Lines 434-448
input {
Link Here
|
434 |
|
1228 |
|
435 |
&[type="submit"], |
1229 |
&[type="submit"], |
436 |
&[type="button"] { |
1230 |
&[type="button"] { |
437 |
&:active { |
1231 |
border: none; |
438 |
border: 1px inset #999999; |
1232 |
background-color: #FEC32C; |
439 |
} |
1233 |
color: #000; |
|
|
1234 |
//font-family: $font-main; |
1235 |
font-family: 'Poppins', sans-serif; |
1236 |
text-shadow: 0 1px 0 #fff; |
1237 |
display: inline-block; |
1238 |
margin-bottom: 0; |
1239 |
font-weight: normal; |
1240 |
text-align: center; |
1241 |
white-space: nowrap; |
1242 |
vertical-align: middle; |
1243 |
touch-action: manipulation; |
1244 |
min-width: 90px; |
1245 |
width: auto; |
1246 |
cursor: pointer; |
1247 |
background-image: none; |
1248 |
padding: 6px 12px; |
1249 |
font-size: 12px; |
1250 |
line-height: 1.42857143; |
1251 |
border-radius: 4px; |
1252 |
user-select: none; |
440 |
} |
1253 |
} |
441 |
|
1254 |
|
442 |
&[type="submit"], |
1255 |
&[type="submit"], |
443 |
&[type="reset"], |
1256 |
&[type="reset"], |
444 |
&[type="button"] { |
1257 |
&[type="button"] { |
445 |
@include default-button; |
1258 |
border-radius: 4px; |
|
|
1259 |
border-width: 1px; |
1260 |
color: #333333; |
1261 |
display: inline-block; |
1262 |
font-size: inherit; |
1263 |
line-height: 1.42857143; |
1264 |
margin: 5px; |
1265 |
text-align: center; |
1266 |
text-shadow: 0 1px 0 #fff; |
1267 |
vertical-align: middle; |
1268 |
white-space: nowrap; |
446 |
|
1269 |
|
447 |
&:active { |
1270 |
&:active { |
448 |
border: 1px inset #999999; |
1271 |
border: 1px inset #999999; |
Lines 464-469
input {
Link Here
|
464 |
@include disabled-button; |
1287 |
@include disabled-button; |
465 |
} |
1288 |
} |
466 |
} |
1289 |
} |
|
|
1290 |
|
1291 |
&.principal{ |
1292 |
background-color: #FEC32C; |
1293 |
color: #000; |
1294 |
text-shadow: 0 1px 0 #fff; |
1295 |
border: none; |
1296 |
background-image: none; |
1297 |
margin: 5px; |
1298 |
padding: 6px 25px; |
1299 |
|
1300 |
&:hover, |
1301 |
&:active, |
1302 |
&:focus{ |
1303 |
background-color: #fec22c9f; |
1304 |
color: #000; |
1305 |
border: none; |
1306 |
} |
1307 |
} |
467 |
} |
1308 |
} |
468 |
|
1309 |
|
469 |
.input-warning { |
1310 |
.input-warning { |
Lines 471-476
input {
Link Here
|
471 |
border-color: #900; |
1312 |
border-color: #900; |
472 |
} |
1313 |
} |
473 |
|
1314 |
|
|
|
1315 |
|
474 |
label, |
1316 |
label, |
475 |
.label { |
1317 |
.label { |
476 |
color: #000; |
1318 |
color: #000; |
Lines 517-535
label,
Link Here
|
517 |
padding-top: 10px; |
1359 |
padding-top: 10px; |
518 |
} |
1360 |
} |
519 |
|
1361 |
|
520 |
#navmenulist { |
1362 |
#area-news, #area-userblock{ |
521 |
li { |
1363 |
background-color: #FFF; |
522 |
border-bottom: 1px solid #EEE; |
1364 |
border: none; |
523 |
list-style: $nav-menu-bullet; |
1365 |
color: #696969; |
524 |
padding: .2em 0; |
1366 |
margin: 0em 0em 1em 0em; |
|
|
1367 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
1368 |
display: block; |
1369 |
padding: 1em; |
525 |
|
1370 |
|
526 |
a { |
1371 |
h3{ |
527 |
text-decoration: none; |
1372 |
background-color: #fff; |
|
|
1373 |
} |
1374 |
} |
528 |
|
1375 |
|
529 |
&.current { |
1376 |
.biglinks-list{ |
530 |
font-weight: bold; |
1377 |
padding: 0px; |
531 |
} |
1378 |
margin: 10px 30px; |
532 |
} |
1379 |
align-items: center; |
|
|
1380 |
height: 150px; |
1381 |
|
1382 |
li{ |
1383 |
list-style-type: none; |
1384 |
display: flex; |
1385 |
float: left; |
1386 |
text-align: center; |
1387 |
margin-bottom: 5px; |
1388 |
padding: 10px; |
1389 |
align-items: center; |
1390 |
justify-content: center; |
1391 |
flex-wrap: wrap; |
1392 |
width: 200px; |
1393 |
height: 150px; |
1394 |
margin-right: auto; |
1395 |
margin-left: auto; |
533 |
} |
1396 |
} |
534 |
} |
1397 |
} |
535 |
|
1398 |
|
Lines 548-554
ul {
Link Here
|
548 |
padding-left: 1.1em; |
1411 |
padding-left: 1.1em; |
549 |
|
1412 |
|
550 |
li { |
1413 |
li { |
551 |
list-style-type: disc; |
1414 |
list-style-type: none; |
552 |
|
1415 |
|
553 |
input { |
1416 |
input { |
554 |
&.submit { |
1417 |
&.submit { |
Lines 566-572
ul {
Link Here
|
566 |
padding-left: 0; |
1429 |
padding-left: 0; |
567 |
|
1430 |
|
568 |
button { |
1431 |
button { |
569 |
font-family: $font-main; |
1432 |
font-family: 'Poppins', sans-serif; |
570 |
padding-bottom: 2px; |
1433 |
padding-bottom: 2px; |
571 |
} |
1434 |
} |
572 |
|
1435 |
|
Lines 576-581
ul {
Link Here
|
576 |
} |
1439 |
} |
577 |
} |
1440 |
} |
578 |
|
1441 |
|
|
|
1442 |
&.nav-tabs { |
1443 |
border-bottom: 1px solid transparent; |
1444 |
padding: .2em 1.4em 0 1.4em; |
1445 |
} |
1446 |
|
579 |
&.budget_hierarchy { |
1447 |
&.budget_hierarchy { |
580 |
margin-left: 0; |
1448 |
margin-left: 0; |
581 |
padding-left: 0; |
1449 |
padding-left: 0; |
Lines 601-607
ul {
Link Here
|
601 |
} |
1469 |
} |
602 |
} |
1470 |
} |
603 |
|
1471 |
|
604 |
// For Font Awesome icon bullets |
|
|
605 |
&.fa-ul { |
1472 |
&.fa-ul { |
606 |
li { |
1473 |
li { |
607 |
list-style-type: none; |
1474 |
list-style-type: none; |
Lines 628-640
ol {
Link Here
|
628 |
} |
1495 |
} |
629 |
} |
1496 |
} |
630 |
|
1497 |
|
631 |
|
|
|
632 |
.gradient { |
633 |
background-image: linear-gradient(to bottom, rgb(230, 240, 242) 1%, rgb(255, 255, 255) 99%); |
634 |
align-items: flex-start; |
635 |
display: flex; |
636 |
} |
637 |
|
638 |
.cart-controls { |
1498 |
.cart-controls { |
639 |
border-top: 1px solid #E8E8E8; |
1499 |
border-top: 1px solid #E8E8E8; |
640 |
padding: 7px 0; |
1500 |
padding: 7px 0; |
Lines 663-672
ol {
Link Here
|
663 |
} |
1523 |
} |
664 |
|
1524 |
|
665 |
fieldset { |
1525 |
fieldset { |
666 |
background-color: #F4F8F9; |
1526 |
width: 100%; |
667 |
border: 2px solid #B9D8D9; |
1527 |
color: #71B443; |
668 |
border-radius: 5px; |
1528 |
background-color: #FFF; |
669 |
margin: 1em 1em 1em 0; |
1529 |
position: relative; |
|
|
1530 |
color: #696969; |
1531 |
left: 0px; |
1532 |
top: 0px; |
1533 |
margin: 0em 1em 1em 0em; |
1534 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
670 |
padding: 1em; |
1535 |
padding: 1em; |
671 |
|
1536 |
|
672 |
+ fieldset { |
1537 |
+ fieldset { |
Lines 675-680
fieldset {
Link Here
|
675 |
} |
1540 |
} |
676 |
} |
1541 |
} |
677 |
|
1542 |
|
|
|
1543 |
legend{ |
1544 |
position: relative; |
1545 |
top: 1.5em; |
1546 |
margin: .5em 0; |
1547 |
font-size: 131%; |
1548 |
font-weight: bold; |
1549 |
color: #696969; |
1550 |
border-bottom: none; |
1551 |
} |
1552 |
|
678 |
&.lastchecked { |
1553 |
&.lastchecked { |
679 |
border-bottom-left-radius: 0; |
1554 |
border-bottom-left-radius: 0; |
680 |
border-bottom-right-radius: 0; |
1555 |
border-bottom-right-radius: 0; |
Lines 683-693
fieldset {
Link Here
|
683 |
margin-right: 0; |
1558 |
margin-right: 0; |
684 |
} |
1559 |
} |
685 |
|
1560 |
|
686 |
.standard { |
1561 |
&.standard { |
687 |
background-color:#f4f8f9 !important; |
1562 |
background-color:#F4F8F9 !important; |
688 |
} |
1563 |
} |
689 |
|
1564 |
|
690 |
.contrast { |
1565 |
&.contrast { |
691 |
background-color:#F3F3F3 !important; |
1566 |
background-color:#F3F3F3 !important; |
692 |
} |
1567 |
} |
693 |
|
1568 |
|
Lines 695-708
fieldset {
Link Here
|
695 |
background-color: transparent; |
1570 |
background-color: transparent; |
696 |
border: 0; |
1571 |
border: 0; |
697 |
clear: both; |
1572 |
clear: both; |
|
|
1573 |
box-shadow: none; |
698 |
float: none; |
1574 |
float: none; |
699 |
margin: .9em 0 0; |
1575 |
margin: .9em 0 0; |
700 |
padding: .4em; |
1576 |
padding: .4em; |
701 |
width: auto; |
1577 |
width: auto; |
702 |
} |
1578 |
} |
703 |
|
1579 |
|
|
|
1580 |
|
704 |
&.brief { |
1581 |
&.brief { |
705 |
border: 2px solid #B9D8D9; |
1582 |
width: 50%; |
|
|
1583 |
overflow: visible; |
706 |
|
1584 |
|
707 |
div { |
1585 |
div { |
708 |
&.hint { |
1586 |
&.hint { |
Lines 711-717
fieldset {
Link Here
|
711 |
} |
1589 |
} |
712 |
|
1590 |
|
713 |
label { |
1591 |
label { |
714 |
display: block; |
|
|
715 |
font-weight: bold; |
1592 |
font-weight: bold; |
716 |
padding: .3em 0; |
1593 |
padding: .3em 0; |
717 |
|
1594 |
|
Lines 768-781
fieldset {
Link Here
|
768 |
} |
1645 |
} |
769 |
} |
1646 |
} |
770 |
|
1647 |
|
|
|
1648 |
ol{ |
1649 |
li{ |
1650 |
list-style-type: none; |
1651 |
padding: .3em 0; |
1652 |
} |
1653 |
} |
1654 |
|
771 |
&.rows { |
1655 |
&.rows { |
772 |
border: 2px solid #B9D8D9; |
1656 |
border: none; |
773 |
border-width: 1px; |
|
|
774 |
clear: left; |
1657 |
clear: left; |
775 |
float: left; |
1658 |
float: left; |
776 |
font-size: 90%; |
1659 |
font-size: 90%; |
777 |
margin: .9em 0 0; |
|
|
778 |
padding: 0; |
779 |
width: 100%; |
1660 |
width: 100%; |
780 |
|
1661 |
|
781 |
fieldset { |
1662 |
fieldset { |
Lines 849-855
fieldset {
Link Here
|
849 |
font-weight: bold; |
1730 |
font-weight: bold; |
850 |
margin-right: 1rem; |
1731 |
margin-right: 1rem; |
851 |
text-align: right; |
1732 |
text-align: right; |
852 |
width: 9rem; |
1733 |
width: auto; |
|
|
1734 |
min-width: 9rem; |
853 |
|
1735 |
|
854 |
&.error { |
1736 |
&.error { |
855 |
float: none; |
1737 |
float: none; |
Lines 876-886
fieldset {
Link Here
|
876 |
} |
1758 |
} |
877 |
} |
1759 |
} |
878 |
|
1760 |
|
879 |
legend { |
1761 |
/*legend { |
880 |
font-size: 110%; |
1762 |
font-size: 110%; |
881 |
font-weight: bold; |
1763 |
font-weight: bold; |
882 |
margin-left: 1em; |
1764 |
margin-left: 1em; |
883 |
} |
1765 |
}*/ |
884 |
|
1766 |
|
885 |
li { |
1767 |
li { |
886 |
clear: left; |
1768 |
clear: left; |
Lines 916-923
fieldset {
Link Here
|
916 |
} |
1798 |
} |
917 |
|
1799 |
|
918 |
fieldset { |
1800 |
fieldset { |
919 |
margin-left: 10em; |
|
|
920 |
|
921 |
label { |
1801 |
label { |
922 |
width: 6em; |
1802 |
width: 6em; |
923 |
} |
1803 |
} |
Lines 1033-1038
fieldset {
Link Here
|
1033 |
margin: 1em; |
1913 |
margin: 1em; |
1034 |
} |
1914 |
} |
1035 |
} |
1915 |
} |
|
|
1916 |
|
1917 |
fieldset{ |
1918 |
box-shadow: none; |
1919 |
} |
1036 |
} |
1920 |
} |
1037 |
|
1921 |
|
1038 |
#multi_receiving { |
1922 |
#multi_receiving { |
Lines 1042-1059
fieldset {
Link Here
|
1042 |
width: 50%; |
1926 |
width: 50%; |
1043 |
} |
1927 |
} |
1044 |
} |
1928 |
} |
1045 |
} |
1929 |
} |
1046 |
} |
|
|
1047 |
|
1048 |
legend { |
1049 |
background-color: #FFFFFF; |
1050 |
border: 2px solid #B9D8D9; |
1051 |
border-radius: 3px; |
1052 |
font-size: 123.1%; |
1053 |
font-weight: bold; |
1054 |
margin-bottom: 0; |
1055 |
padding: .2em .5em; |
1056 |
width: auto; |
1057 |
} |
1930 |
} |
1058 |
|
1931 |
|
1059 |
details { |
1932 |
details { |
Lines 1093-1099
details[open] {
Link Here
|
1093 |
} |
1966 |
} |
1094 |
|
1967 |
|
1095 |
#breadcrumbs { |
1968 |
#breadcrumbs { |
1096 |
background-color: #E6F0F2; |
1969 |
background-color: transparent; |
1097 |
clear: both; |
1970 |
clear: both; |
1098 |
margin: 0; |
1971 |
margin: 0; |
1099 |
padding: .8em .5em .8em 10px; |
1972 |
padding: .8em .5em .8em 10px; |
Lines 1105-1110
details[open] {
Link Here
|
1105 |
} |
1978 |
} |
1106 |
} |
1979 |
} |
1107 |
|
1980 |
|
|
|
1981 |
#shortcut{ |
1982 |
position: relative; |
1983 |
top: -35px; |
1984 |
padding: .8em .5em .8em 10px; |
1985 |
|
1986 |
ol{ |
1987 |
float: right; |
1988 |
margin: 0; |
1989 |
padding: 0; |
1990 |
|
1991 |
li{ |
1992 |
list-style-type: none; |
1993 |
display: inline; |
1994 |
|
1995 |
a.toplinks{ |
1996 |
padding: 0; |
1997 |
} |
1998 |
|
1999 |
div{ |
2000 |
margin: 0; |
2001 |
|
2002 |
} |
2003 |
} |
2004 |
} |
2005 |
} |
2006 |
|
1108 |
#header { |
2007 |
#header { |
1109 |
+ #breadcrumbs { |
2008 |
+ #breadcrumbs { |
1110 |
margin-top: 1em; |
2009 |
margin-top: 1em; |
Lines 1154-1160
div {
Link Here
|
1154 |
} |
2053 |
} |
1155 |
|
2054 |
|
1156 |
&.note { |
2055 |
&.note { |
1157 |
background: linear-gradient(to bottom, #F4F6FA 0%, #E8EDF6 100%); // W3C |
2056 |
background: linear-gradient(to bottom, #F4F6FA 0%, #E8EDF6 100%); |
1158 |
border: 1px solid #BCBCBC; |
2057 |
border: 1px solid #BCBCBC; |
1159 |
margin: .5em 0; |
2058 |
margin: .5em 0; |
1160 |
padding: .5em; |
2059 |
padding: .5em; |
Lines 1168-1174
div {
Link Here
|
1168 |
} |
2067 |
} |
1169 |
} |
2068 |
} |
1170 |
|
2069 |
|
1171 |
// Tools > automatic_item_modification_by_age |
|
|
1172 |
&.rules { |
2070 |
&.rules { |
1173 |
display: block; |
2071 |
display: block; |
1174 |
} |
2072 |
} |
Lines 1183-1189
div {
Link Here
|
1183 |
|
2081 |
|
1184 |
&.rule { |
2082 |
&.rule { |
1185 |
background-color: #F4F8F9; |
2083 |
background-color: #F4F8F9; |
1186 |
border: 2px solid #B9D8D9; |
2084 |
border: 2px solid #bfd9b9; |
1187 |
border-radius: 5px; |
2085 |
border-radius: 5px; |
1188 |
margin: .3em; |
2086 |
margin: .3em; |
1189 |
padding: .3em; |
2087 |
padding: .3em; |
Lines 1316-1406
div {
Link Here
|
1316 |
} |
2214 |
} |
1317 |
|
2215 |
|
1318 |
.browse { |
2216 |
.browse { |
1319 |
margin: .5em 0; |
2217 |
margin: .5em 50px; |
1320 |
} |
2218 |
font-weight: bold; |
1321 |
} |
|
|
1322 |
|
1323 |
#header_search { |
1324 |
background-position: .5em .5em; |
1325 |
background-repeat: no-repeat; |
1326 |
float: left; |
1327 |
margin: .3em 0 .5em; |
1328 |
|
1329 |
input { |
1330 |
&[type="submit"] { |
1331 |
border-radius: 3px; |
1332 |
padding: .2em .8em; |
1333 |
} |
1334 |
} |
1335 |
|
1336 |
div { |
1337 |
&.residentsearch { |
1338 |
border: 0; |
1339 |
border-bottom: 1px solid #85CA11; |
1340 |
padding: 0 0 .2em; |
1341 |
} |
1342 |
} |
1343 |
|
1344 |
ul { |
1345 |
&.ui-tabs-nav { |
1346 |
margin-left: 1em; |
1347 |
padding-top: 0; |
1348 |
|
1349 |
li { |
1350 |
&.ui-state-default { |
1351 |
background: transparent none; |
1352 |
border: 0; |
1353 |
top: 0; |
1354 |
|
1355 |
a { |
1356 |
padding: .3em .6em; |
1357 |
} |
1358 |
} |
1359 |
|
1360 |
&.ui-tabs-active { |
1361 |
background-color: #FFFFF1; |
1362 |
border: 1px solid #85CA11; |
1363 |
border-top-width: 0; |
1364 |
top: -2px; |
1365 |
|
1366 |
a { |
1367 |
text-decoration: none; |
1368 |
} |
1369 |
} |
1370 |
} |
1371 |
} |
1372 |
} |
1373 |
|
1374 |
.ui-corner-top { |
1375 |
border-radius: 0 0 4px 4px; |
1376 |
} |
1377 |
|
1378 |
> div, |
1379 |
> ul { |
1380 |
display: none; |
1381 |
|
2219 |
|
1382 |
> li { |
2220 |
a{ |
1383 |
display: none; |
2221 |
color: #71B443; |
|
|
2222 |
font-weight: normal; |
1384 |
|
2223 |
|
1385 |
&:first-of-type { |
2224 |
&:hover, &:active{ |
1386 |
display: block; |
2225 |
font-weight: bold; |
|
|
2226 |
color: #418940; |
1387 |
} |
2227 |
} |
1388 |
} |
2228 |
} |
1389 |
|
|
|
1390 |
&:first-of-type { |
1391 |
display: block; |
1392 |
} |
1393 |
} |
1394 |
|
1395 |
.head-searchbox { |
1396 |
font-size: 1.3em; |
1397 |
width: 30em; |
1398 |
} |
2229 |
} |
1399 |
} |
2230 |
} |
1400 |
|
2231 |
|
1401 |
#reserves, |
2232 |
#reserves, |
1402 |
#checkouts { |
2233 |
#checkouts { |
1403 |
border: 1px solid #B9D8D9; |
|
|
1404 |
padding: 1em; |
2234 |
padding: 1em; |
1405 |
} |
2235 |
} |
1406 |
|
2236 |
|
Lines 1433-1453
dd {
Link Here
|
1433 |
|
2263 |
|
1434 |
#toolbar, |
2264 |
#toolbar, |
1435 |
.btn-toolbar { |
2265 |
.btn-toolbar { |
1436 |
background-color: #EDF4F6; |
2266 |
background-color: #f3F4F4; |
1437 |
border: 1px solid #E6F0F2; |
2267 |
border: none; |
1438 |
border-radius: 5px 5px 0 0; |
2268 |
border-radius: 5px 5px 0 0; |
1439 |
margin: 0; |
2269 |
margin: 0; |
1440 |
padding: 5px; |
2270 |
padding: 5px; |
|
|
2271 |
display: block; |
1441 |
|
2272 |
|
1442 |
.dropdown-menu { |
2273 |
div{ |
1443 |
border-top-width: 1px; |
2274 |
position: relative; |
1444 |
font-size: 13px; |
2275 |
height: 100%; |
|
|
2276 |
float: right; |
2277 |
|
2278 |
a{ |
2279 |
&.principal{ |
2280 |
background-color: #FEC32C; |
2281 |
color: #000; |
2282 |
text-shadow: 0 1px 0 #fff; |
2283 |
border: none; |
2284 |
background-image: none; |
2285 |
margin: 5px; |
2286 |
padding: 6px 25px; |
2287 |
|
2288 |
&:hover, |
2289 |
&:active, |
2290 |
&:focus{ |
2291 |
background-color: #fec22c9f; |
2292 |
color: #000; |
2293 |
border: none; |
2294 |
} |
2295 |
} |
2296 |
} |
2297 |
|
2298 |
.dropdown-menu { |
2299 |
border-top-width: 1px; |
2300 |
text-align: center; |
2301 |
padding: 0; |
2302 |
width: auto; |
2303 |
font-size: 12px; |
2304 |
line-height: 1.42857143; |
2305 |
border-radius: 0px; |
2306 |
border: 0.5px solid lightgray; |
2307 |
font-size: 100%; |
2308 |
background-color: #fff; |
2309 |
margin: 5px 0 0 0; |
2310 |
box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5); |
2311 |
position: absolute; |
2312 |
text-decoration: none; |
2313 |
top: 30px; |
2314 |
|
2315 |
|
2316 |
left: auto; |
2317 |
right: 0; |
2318 |
|
2319 |
a{ |
2320 |
color: #000; |
2321 |
display: block; |
2322 |
padding: 3px 20px; |
2323 |
clear: both; |
2324 |
font-weight: normal; |
2325 |
line-height: 1.42857143; |
2326 |
white-space: nowrap; |
2327 |
border-bottom: none; |
2328 |
float: left; |
2329 |
|
2330 |
&:hover, |
2331 |
&:focus{ |
2332 |
text-decoration: none; |
2333 |
font-weight: bold; |
2334 |
background-color: #fff; |
2335 |
background-image: none; |
2336 |
|
2337 |
} |
2338 |
} |
2339 |
} |
2340 |
|
2341 |
#up{ |
2342 |
display: table; |
2343 |
} |
2344 |
|
2345 |
#down{ |
2346 |
display: table; |
2347 |
} |
2348 |
|
2349 |
#patdrop{ |
2350 |
border-top-width: 1px; |
2351 |
text-align: center; |
2352 |
padding: 0; |
2353 |
width: auto; |
2354 |
font-size: 12px; |
2355 |
line-height: 1.42857143; |
2356 |
border-radius: 0px; |
2357 |
border: 0.5px solid lightgray; |
2358 |
font-size: 100%; |
2359 |
background-color: #fff; |
2360 |
margin: 0; |
2361 |
box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5); |
2362 |
position: absolute; |
2363 |
text-decoration: none; |
2364 |
top: 30px; |
2365 |
left: -20px; |
2366 |
right: auto; |
2367 |
|
2368 |
a{ |
2369 |
color: #000; |
2370 |
display: block; |
2371 |
padding: 3px 20px; |
2372 |
clear: both; |
2373 |
font-weight: normal; |
2374 |
line-height: 1.42857143; |
2375 |
white-space: nowrap; |
2376 |
border-bottom: none; |
2377 |
float: left; |
2378 |
|
2379 |
&:hover{ |
2380 |
font-weight: bold; |
2381 |
background-color: #fff; |
2382 |
} |
2383 |
} |
2384 |
|
2385 |
} |
1445 |
} |
2386 |
} |
1446 |
|
2387 |
|
1447 |
&.floating { |
2388 |
&.floating { |
1448 |
border-radius: 0; |
2389 |
border-radius: 0; |
1449 |
margin-top: 0; |
2390 |
margin-top: 0; |
1450 |
z-index: 300; |
2391 |
z-index: 300; |
|
|
2392 |
width: 851px; |
1451 |
} |
2393 |
} |
1452 |
|
2394 |
|
1453 |
a.addtocart { |
2395 |
a.addtocart { |
Lines 1487-1517
dd {
Link Here
|
1487 |
|
2429 |
|
1488 |
|
2430 |
|
1489 |
.patroninfo { |
2431 |
.patroninfo { |
1490 |
margin-top: -.5em; |
2432 |
margin-right: .5em; |
|
|
2433 |
padding-top: 1em; |
2434 |
background-color: #e6e6e6; |
2435 |
left: -10px; |
2436 |
width: 100%; |
2437 |
padding-bottom: 25px; |
1491 |
|
2438 |
|
1492 |
h5 { |
2439 |
h5 { |
1493 |
border-right: 1px solid #B9D8D9; |
|
|
1494 |
margin-bottom: 0; |
2440 |
margin-bottom: 0; |
1495 |
padding-bottom: .5em; |
2441 |
padding: .5em .9em; |
1496 |
padding-left: 0em; |
2442 |
font-weight: bold; |
1497 |
padding-top: .5em; |
2443 |
color: #000; |
1498 |
|
2444 |
|
1499 |
&:empty { |
2445 |
&:empty { |
1500 |
border-right: 0; |
2446 |
border-right: 0; |
1501 |
} |
2447 |
} |
|
|
2448 |
|
2449 |
li{ |
2450 |
&.patrondateofbirth{ |
2451 |
font-size: 75%; |
2452 |
font-weight: normal; |
2453 |
list-style-type: none; |
2454 |
text-align: center; |
2455 |
} |
2456 |
} |
1502 |
} |
2457 |
} |
1503 |
|
2458 |
|
1504 |
ul { |
2459 |
ul { |
1505 |
border: 0; |
2460 |
border: 0; |
1506 |
border-bottom: 0; |
|
|
1507 |
border-right: 1px solid #B9D8D9; |
1508 |
border-top: 0; |
1509 |
margin: 0; |
2461 |
margin: 0; |
1510 |
padding: 0; |
2462 |
padding: 0 .9em; |
1511 |
|
2463 |
|
1512 |
li { |
2464 |
li { |
1513 |
list-style-type: none; |
2465 |
list-style-type: none; |
1514 |
margin: 0; |
2466 |
margin: 0; |
|
|
2467 |
|
1515 |
} |
2468 |
} |
1516 |
} |
2469 |
} |
1517 |
|
2470 |
|
Lines 1520-1534
dd {
Link Here
|
1520 |
} |
2473 |
} |
1521 |
|
2474 |
|
1522 |
> div { |
2475 |
> div { |
1523 |
border-right: 1px solid #B9D8D9; |
|
|
1524 |
width: 100%; |
2476 |
width: 100%; |
1525 |
} |
2477 |
} |
1526 |
|
|
|
1527 |
&.is-staff { |
1528 |
h5 { |
1529 |
background-color: #EEE; |
1530 |
} |
1531 |
} |
1532 |
} |
2478 |
} |
1533 |
|
2479 |
|
1534 |
.patroninfo-section { |
2480 |
.patroninfo-section { |
Lines 1541-1547
dd {
Link Here
|
1541 |
} |
2487 |
} |
1542 |
|
2488 |
|
1543 |
.patroninfo-heading { |
2489 |
.patroninfo-heading { |
1544 |
background-color: rgba(237, 244, 246, .4); |
|
|
1545 |
padding: .5em; |
2490 |
padding: .5em; |
1546 |
margin-bottom: .3em; |
2491 |
margin-bottom: .3em; |
1547 |
clear: both; |
2492 |
clear: both; |
Lines 1555-1562
dd {
Link Here
|
1555 |
} |
2500 |
} |
1556 |
} |
2501 |
} |
1557 |
|
2502 |
|
1558 |
/* Patron image */ |
|
|
1559 |
|
1560 |
.patronimage-container { |
2503 |
.patronimage-container { |
1561 |
padding: .2em; |
2504 |
padding: .2em; |
1562 |
position: relative; |
2505 |
position: relative; |
Lines 1623-1637
dd {
Link Here
|
1623 |
} |
2566 |
} |
1624 |
|
2567 |
|
1625 |
.dropdown-menu { |
2568 |
.dropdown-menu { |
|
|
2569 |
position: absolute; |
2570 |
top: 50px; |
2571 |
background-color: #F3F4F4; |
1626 |
li { |
2572 |
li { |
1627 |
list-style-type: none; |
2573 |
list-style-type: none; |
|
|
2574 |
display: flex; |
2575 |
|
2576 |
a{ |
2577 |
color: #000; |
2578 |
|
2579 |
&:hover{ |
2580 |
background-color: #F3F4F4; |
2581 |
color: #000; |
2582 |
text-decoration: underline; |
2583 |
background-image: none; |
2584 |
} |
2585 |
} |
1628 |
} |
2586 |
} |
|
|
2587 |
|
1629 |
} |
2588 |
} |
1630 |
|
2589 |
|
1631 |
.btn-toolbar { |
2590 |
.btn-toolbar { |
1632 |
fieldset { |
2591 |
fieldset { |
1633 |
&.action { |
2592 |
&.action { |
1634 |
margin-top: 0; |
2593 |
margin-top: 0; |
|
|
2594 |
float: right; |
1635 |
} |
2595 |
} |
1636 |
} |
2596 |
} |
1637 |
|
2597 |
|
Lines 1676-1688
input[type='text']:read-only:focus {
Link Here
|
1676 |
|
2636 |
|
1677 |
.content_hidden { |
2637 |
.content_hidden { |
1678 |
display: none; |
2638 |
display: none; |
1679 |
visibility: hidden; // you propably don't need to change this one |
2639 |
visibility: hidden; |
1680 |
} |
2640 |
} |
1681 |
|
2641 |
|
1682 |
// the property for the displayed tab |
|
|
1683 |
.content_visible { |
2642 |
.content_visible { |
1684 |
display: block; |
2643 |
display: block; |
1685 |
visibility: visible; // you propably don't need to change this one |
2644 |
visibility: visible; |
1686 |
} |
2645 |
} |
1687 |
|
2646 |
|
1688 |
#z3950searcht { |
2647 |
#z3950searcht { |
Lines 1717-1723
i {
Link Here
|
1717 |
} |
2676 |
} |
1718 |
|
2677 |
|
1719 |
&.success { |
2678 |
&.success { |
1720 |
color: #008000; |
2679 |
color: #418940; |
1721 |
} |
2680 |
} |
1722 |
|
2681 |
|
1723 |
&.warn { |
2682 |
&.warn { |
Lines 1727-1733
i {
Link Here
|
1727 |
|
2686 |
|
1728 |
.circ-setting { |
2687 |
.circ-setting { |
1729 |
font-size: 85%; |
2688 |
font-size: 85%; |
1730 |
padding-top: .3em; |
2689 |
padding-top: .9em; |
|
|
2690 |
padding-bottom: .9em; |
1731 |
|
2691 |
|
1732 |
input { |
2692 |
input { |
1733 |
vertical-align: middle; |
2693 |
vertical-align: middle; |
Lines 1740-1748
i {
Link Here
|
1740 |
} |
2700 |
} |
1741 |
|
2701 |
|
1742 |
.circ-settings { |
2702 |
.circ-settings { |
1743 |
background-color: #F4F8F9; |
|
|
1744 |
border-radius: 0; |
2703 |
border-radius: 0; |
1745 |
border-top: 2px solid #B9D8D9; |
|
|
1746 |
display: none; |
2704 |
display: none; |
1747 |
margin-left: -1em; |
2705 |
margin-left: -1em; |
1748 |
margin-right: -1em; |
2706 |
margin-right: -1em; |
Lines 1752-1757
i {
Link Here
|
1752 |
|
2710 |
|
1753 |
#show-circ-settings { |
2711 |
#show-circ-settings { |
1754 |
margin-top: .5em; |
2712 |
margin-top: .5em; |
|
|
2713 |
display: inline; |
2714 |
background: transparent url("../img/UIKit/setting.svg") no-repeat scroll 0%; |
2715 |
background-size: 70%; |
2716 |
position: relative; |
2717 |
margin: 3px; |
2718 |
align-items: center; |
2719 |
right: 35px; |
2720 |
opacity: 0.3; |
2721 |
|
2722 |
&:hover{ |
2723 |
opacity: 1; |
2724 |
} |
2725 |
|
2726 |
a{ |
2727 |
width: 100%; |
2728 |
|
2729 |
&:hover{ |
2730 |
text-decoration: none; |
2731 |
} |
2732 |
} |
1755 |
} |
2733 |
} |
1756 |
|
2734 |
|
1757 |
.checkin-active-setting { |
2735 |
.checkin-active-setting { |
Lines 1759-1764
i {
Link Here
|
1759 |
border-radius: 3px; |
2737 |
border-radius: 3px; |
1760 |
box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5); |
2738 |
box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5); |
1761 |
margin: .5em; |
2739 |
margin: .5em; |
|
|
2740 |
width: fit-content; |
1762 |
padding: .5em; |
2741 |
padding: .5em; |
1763 |
} |
2742 |
} |
1764 |
|
2743 |
|
Lines 1796-1806
i {
Link Here
|
1796 |
} |
2775 |
} |
1797 |
|
2776 |
|
1798 |
.dialog { |
2777 |
.dialog { |
1799 |
border: 1px solid #BCBCBC; |
|
|
1800 |
border-radius: 2px; |
2778 |
border-radius: 2px; |
1801 |
margin: 1em auto; |
2779 |
margin: 1em auto; |
1802 |
padding: .5em; |
2780 |
padding: .5em; |
1803 |
text-align: center; |
2781 |
text-align: center; |
|
|
2782 |
display: table; |
1804 |
width: 65%; |
2783 |
width: 65%; |
1805 |
max-width: 600px; |
2784 |
max-width: 600px; |
1806 |
|
2785 |
|
Lines 1838-1846
i {
Link Here
|
1838 |
|
2817 |
|
1839 |
input { |
2818 |
input { |
1840 |
background-color: #FFFFFF; |
2819 |
background-color: #FFFFFF; |
1841 |
border: 1px solid #BCBCBC; |
|
|
1842 |
margin: .4em; |
2820 |
margin: .4em; |
1843 |
padding: .4em .4em .4em 25px; |
2821 |
padding: .4em; |
1844 |
|
2822 |
|
1845 |
&:hover { |
2823 |
&:hover { |
1846 |
background-color: #FFC; |
2824 |
background-color: #FFC; |
Lines 1848-1853
i {
Link Here
|
1848 |
|
2826 |
|
1849 |
&[type="submit"] { |
2827 |
&[type="submit"] { |
1850 |
background: #FFF none; |
2828 |
background: #FFF none; |
|
|
2829 |
|
2830 |
&.approve{ |
2831 |
background-color: #FEC32C; |
2832 |
color: #000; |
2833 |
text-shadow: 0 1px 0 #fff; |
2834 |
border: none; |
2835 |
background-image: none; |
2836 |
margin-top: 5px; |
2837 |
|
2838 |
&:hover, |
2839 |
&:active, |
2840 |
&:focus{ |
2841 |
background-color: #fec22c9f; |
2842 |
} |
2843 |
} |
2844 |
|
2845 |
&.deny{ |
2846 |
background-color: transparent; |
2847 |
color: #696969; |
2848 |
border: #696969 double 1px; |
2849 |
margin-top: 5px; |
2850 |
margin-left: 5px; |
2851 |
|
2852 |
font-family: 'Poppins', sans-serif; |
2853 |
display: inline-block; |
2854 |
margin-bottom: 0; |
2855 |
font-weight: normal; |
2856 |
text-align: center; |
2857 |
white-space: nowrap; |
2858 |
vertical-align: middle; |
2859 |
touch-action: manipulation; |
2860 |
cursor: pointer; |
2861 |
background-image: none; |
2862 |
padding: 6px 12px; |
2863 |
font-size: 12px; |
2864 |
line-height: 1.42857143; |
2865 |
border-radius: 4px; |
2866 |
user-select: none; |
2867 |
|
2868 |
&:hover{ |
2869 |
font-weight: bold; |
2870 |
background-color: #f1f1f1; |
2871 |
border: #696969 double 1px; |
2872 |
text-decoration: none; |
2873 |
} |
2874 |
} |
1851 |
} |
2875 |
} |
1852 |
|
2876 |
|
1853 |
&.flatpickr-input { |
2877 |
&.flatpickr-input { |
Lines 1879-1887
i {
Link Here
|
1879 |
} |
2903 |
} |
1880 |
|
2904 |
|
1881 |
&.message { |
2905 |
&.message { |
1882 |
background: linear-gradient(to bottom, #FFFFFF 0%, #F4F6FA 2%, #EAEEF5 23%, #E8EDF6 94%, #CDDBF2 100%); |
2906 |
color: #000000; |
1883 |
border: 1px solid #BCBCBC; |
|
|
1884 |
text-align: center; |
2907 |
text-align: center; |
|
|
2908 |
background-color: transparent; |
2909 |
|
1885 |
|
2910 |
|
1886 |
ul, |
2911 |
ul, |
1887 |
h5 { |
2912 |
h5 { |
Lines 1896-1904
i {
Link Here
|
1896 |
|
2921 |
|
1897 |
&.alert, |
2922 |
&.alert, |
1898 |
&.error { |
2923 |
&.error { |
1899 |
background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%); |
|
|
1900 |
border: 1px solid #E0C726; |
1901 |
color: inherit; |
2924 |
color: inherit; |
|
|
2925 |
background-color: #fff; |
1902 |
text-align: center; |
2926 |
text-align: center; |
1903 |
text-shadow: none; |
2927 |
text-shadow: none; |
1904 |
|
2928 |
|
Lines 1922-1930
i {
Link Here
|
1922 |
|
2946 |
|
1923 |
.approve, |
2947 |
.approve, |
1924 |
.success { |
2948 |
.success { |
|
|
2949 |
background-color: #FEC32C; |
1925 |
i { |
2950 |
i { |
1926 |
&.fa { |
2951 |
&.fa { |
1927 |
color: #008000; |
2952 |
color: #418940; |
1928 |
} |
2953 |
} |
1929 |
} |
2954 |
} |
1930 |
} |
2955 |
} |
Lines 1980-1986
i {
Link Here
|
1980 |
} |
3005 |
} |
1981 |
|
3006 |
|
1982 |
#menu { |
3007 |
#menu { |
1983 |
border-right: 1px solid #B9D8D9; |
3008 |
border-right: 1px solid #bfd9b9; |
1984 |
margin-right: .5em; |
3009 |
margin-right: .5em; |
1985 |
padding-bottom: 2em; |
3010 |
padding-bottom: 2em; |
1986 |
padding-top: 1em; |
3011 |
padding-top: 1em; |
Lines 1988-1994
i {
Link Here
|
1988 |
li { |
3013 |
li { |
1989 |
a { |
3014 |
a { |
1990 |
background: linear-gradient(to bottom, #E8F0F6 0%, #E8F0F6 96%, #C1C1C1 100%); |
3015 |
background: linear-gradient(to bottom, #E8F0F6 0%, #E8F0F6 96%, #C1C1C1 100%); |
1991 |
border: 1px solid #B9D8D9; |
3016 |
border: 1px solid #bfd9b9; |
1992 |
border-bottom-left-radius: 5px; |
3017 |
border-bottom-left-radius: 5px; |
1993 |
border-top-left-radius: 5px; |
3018 |
border-top-left-radius: 5px; |
1994 |
display: block; |
3019 |
display: block; |
Lines 2019-2025
i {
Link Here
|
2019 |
|
3044 |
|
2020 |
&:hover { |
3045 |
&:hover { |
2021 |
background-color: #FFFFFF; |
3046 |
background-color: #FFFFFF; |
2022 |
color: #538200; |
3047 |
color: #418940; |
2023 |
} |
3048 |
} |
2024 |
} |
3049 |
} |
2025 |
} |
3050 |
} |
Lines 2031-2036
i {
Link Here
|
2031 |
} |
3056 |
} |
2032 |
} |
3057 |
} |
2033 |
} |
3058 |
} |
|
|
3059 |
/* |
3060 |
#menu-side { |
3061 |
margin-right: .5em; |
3062 |
padding-bottom: 2em; |
3063 |
padding-top: 1em; |
3064 |
background-color: #e6e6e6; |
3065 |
position: absolute; |
3066 |
left: 0px; |
3067 |
|
3068 |
li { |
3069 |
a { |
3070 |
display: block; |
3071 |
font-size: 111%; |
3072 |
margin: .5em 0; |
3073 |
margin-right: -1px; |
3074 |
padding: .4em .3em; |
3075 |
text-decoration: none; |
3076 |
|
3077 |
left: 0px; |
3078 |
color: #000; |
3079 |
display: block; |
3080 |
|
3081 |
&:hover { |
3082 |
background-color: #F3F4F4; |
3083 |
color: #418940; |
3084 |
border-left: solid 5px #418940; |
3085 |
font-weight: bold; |
3086 |
} |
3087 |
} |
3088 |
|
3089 |
&.active { |
3090 |
a { |
3091 |
background-color: #F3F4F4; |
3092 |
color: #418940; |
3093 |
border-left: solid 5px #418940; |
3094 |
font-weight: bold; |
3095 |
|
3096 |
&:hover { |
3097 |
background-color: #F3F4F4; |
3098 |
color: #418940; |
3099 |
border-left: solid 5px #418940; |
3100 |
font-weight: bold; |
3101 |
} |
3102 |
} |
3103 |
} |
3104 |
} |
3105 |
|
3106 |
ul { |
3107 |
li { |
3108 |
list-style-type: none; |
3109 |
} |
3110 |
} |
3111 |
}*/ |
2034 |
|
3112 |
|
2035 |
#closewindow { |
3113 |
#closewindow { |
2036 |
margin-top: 2em; |
3114 |
margin-top: 2em; |
Lines 2042-2049
i {
Link Here
|
2042 |
} |
3120 |
} |
2043 |
|
3121 |
|
2044 |
.barcode { |
3122 |
.barcode { |
2045 |
font-size: 200%; |
3123 |
font-size: 100%; |
2046 |
vertical-align: middle; |
3124 |
vertical-align: middle; |
|
|
3125 |
font-style: italic; |
3126 |
width: 250px; |
3127 |
height: 30px; |
3128 |
padding-left: 5px; |
3129 |
padding-right: 30px; |
3130 |
border-radius: 0; |
2047 |
} |
3131 |
} |
2048 |
|
3132 |
|
2049 |
li { |
3133 |
li { |
Lines 2114-2127
li {
Link Here
|
2114 |
} |
3198 |
} |
2115 |
} |
3199 |
} |
2116 |
|
3200 |
|
2117 |
#searchresults { |
3201 |
#catalogue_stats_wrapper, #tbl_cash_register_stats_wrapper, #resulttable_wrapper, #numberpatternst_wrapper{ |
2118 |
td { |
3202 |
background-color: #fff; |
|
|
3203 |
margin-top: 20px; |
3204 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
3205 |
padding: 20px; |
3206 |
} |
3207 |
|
3208 |
#searchresults { |
3209 |
background-color: #fff; |
3210 |
margin-top: 20px; |
3211 |
min-width: 100%; |
3212 |
width: fit-content; |
3213 |
padding: 20px; |
3214 |
|
3215 |
fieldset{ |
3216 |
box-shadow: none; |
3217 |
} |
3218 |
|
3219 |
h3{ |
3220 |
padding-bottom: .7em; |
3221 |
margin: 0; |
3222 |
color: #696969; |
3223 |
} |
3224 |
|
3225 |
td { |
3226 |
border: none; |
3227 |
|
3228 |
|
3229 |
button, a{ |
3230 |
&.btn-default{ |
3231 |
color: #71B443; |
3232 |
padding: .3em; |
3233 |
border: none; |
3234 |
background-color: transparent; |
3235 |
border: none; |
3236 |
box-shadow: none; |
3237 |
font-size: 100%; |
3238 |
|
3239 |
&:hover, &:active, &:focus, &:active:hover, &:active:focus{ |
3240 |
background-color: transparent; |
3241 |
color: #71B443; |
3242 |
text-decoration: underline; |
3243 |
} |
3244 |
} |
3245 |
} |
3246 |
|
2119 |
ul { |
3247 |
ul { |
2120 |
li { |
3248 |
li { |
2121 |
clear: left; |
3249 |
clear: left; |
2122 |
font-size: 90%; |
3250 |
font-size: 90%; |
2123 |
list-style: url("../img/item-bullet.svg"); |
3251 |
list-style: url("../img/item-bullet.svg"); |
2124 |
padding: .2em 0; |
3252 |
padding: .2em 0; |
|
|
3253 |
color: #000; |
3254 |
top: 100%; |
2125 |
|
3255 |
|
2126 |
&.result_itype_image { |
3256 |
&.result_itype_image { |
2127 |
list-style: none; |
3257 |
list-style: none; |
Lines 2153-2158
li {
Link Here
|
2153 |
table { |
3283 |
table { |
2154 |
td { |
3284 |
td { |
2155 |
vertical-align: top; |
3285 |
vertical-align: top; |
|
|
3286 |
text-align: center; |
2156 |
} |
3287 |
} |
2157 |
} |
3288 |
} |
2158 |
|
3289 |
|
Lines 2178-2192
li {
Link Here
|
2178 |
} |
3309 |
} |
2179 |
} |
3310 |
} |
2180 |
} |
3311 |
} |
|
|
3312 |
|
3313 |
.dropdown-menu { |
3314 |
background-color: #fff; |
3315 |
color: #000; |
3316 |
height: fit-content; |
3317 |
top: 100%; |
3318 |
|
3319 |
a{ |
3320 |
color: #000; |
3321 |
|
3322 |
&:hover{ |
3323 |
background-image: none; |
3324 |
color: #000; |
3325 |
text-decoration: underline; |
3326 |
background-color: #fff; |
3327 |
} |
3328 |
} |
3329 |
} |
2181 |
} |
3330 |
} |
2182 |
|
3331 |
|
2183 |
.searchheader { |
3332 |
.searchheader { |
2184 |
background-color: #E6F0F2; |
3333 |
background-color: transparent; |
2185 |
border: 1px solid #B9D8D9; |
3334 |
border: 1px solid #696969; |
2186 |
border-radius: 5px 5px 0 0; |
3335 |
border-radius: 5px 5px 5px 5px; |
2187 |
font-size: 80%; |
3336 |
font-size: 80%; |
2188 |
margin: 0 0 .5em -1px; |
3337 |
margin-top: .5em; |
2189 |
padding: .4em 0 .4em 1em; |
3338 |
margin-bottom: .5em; |
|
|
3339 |
padding: 5px; |
3340 |
width: 100%; |
3341 |
color: #696969; |
3342 |
display: block; |
2190 |
|
3343 |
|
2191 |
&.floating { |
3344 |
&.floating { |
2192 |
border-radius: 0; |
3345 |
border-radius: 0; |
Lines 2219-2233
li {
Link Here
|
2219 |
} |
3372 |
} |
2220 |
} |
3373 |
} |
2221 |
|
3374 |
|
2222 |
#search-facets { |
3375 |
.mini-inp{ |
2223 |
border: 1px solid #B9D8D9; |
3376 |
height: 12px; |
2224 |
border-radius: 5px 5px 0 0; |
3377 |
width: 30px; |
|
|
3378 |
} |
3379 |
|
2225 |
|
3380 |
|
|
|
3381 |
|
3382 |
#search-facets { |
2226 |
h4 { |
3383 |
h4 { |
2227 |
background-color: #E6F0F2; |
3384 |
background-color: #71B443; |
2228 |
border-bottom: 1px solid #B9D8D9; |
3385 |
border-bottom: 1px solid #71B443; |
2229 |
border-radius: 5px 5px 0 0; |
3386 |
border-radius: 4px 4px 0 0; |
2230 |
font-size: 90%; |
3387 |
font-size: 90%; |
|
|
3388 |
color: #fff; |
2231 |
margin: 0; |
3389 |
margin: 0; |
2232 |
padding: .4em .2em; |
3390 |
padding: .4em .2em; |
2233 |
text-align: center; |
3391 |
text-align: center; |
Lines 2237-2242
li {
Link Here
|
2237 |
margin: 0; |
3395 |
margin: 0; |
2238 |
padding: .3em; |
3396 |
padding: .3em; |
2239 |
|
3397 |
|
|
|
3398 |
&.cadre{ |
3399 |
border: 3px solid #71B443; |
3400 |
} |
3401 |
|
2240 |
li { |
3402 |
li { |
2241 |
font-weight: bold; |
3403 |
font-weight: bold; |
2242 |
list-style-type: none; |
3404 |
list-style-type: none; |
Lines 2273-2279
li {
Link Here
|
2273 |
} |
3435 |
} |
2274 |
|
3436 |
|
2275 |
#biblio-cover-slider { |
3437 |
#biblio-cover-slider { |
2276 |
border: 1px solid #b9d8d9; |
3438 |
border: 1px solid #bfd9b9; |
2277 |
border-radius: 3px; |
3439 |
border-radius: 3px; |
2278 |
margin: 5px; |
3440 |
margin: 5px; |
2279 |
padding: 10px 5px 5px 5px; |
3441 |
padding: 10px 5px 5px 5px; |
Lines 2324-2329
td {
Link Here
|
2324 |
} |
3486 |
} |
2325 |
} |
3487 |
} |
2326 |
|
3488 |
|
|
|
3489 |
.highlight_toggle{ |
3490 |
color: #71B443; |
3491 |
padding: .3em; |
3492 |
border: none; |
3493 |
background-color: transparent; |
3494 |
border: none; |
3495 |
box-shadow: none; |
3496 |
font-size: 100%; |
3497 |
|
3498 |
&:hover{ |
3499 |
text-decoration: underline; |
3500 |
} |
3501 |
} |
3502 |
|
3503 |
|
2327 |
.cover-image { |
3504 |
.cover-image { |
2328 |
display: none; |
3505 |
display: none; |
2329 |
|
3506 |
|
Lines 2352-2357
td {
Link Here
|
2352 |
#CheckPending { |
3529 |
#CheckPending { |
2353 |
font-weight: normal; |
3530 |
font-weight: normal; |
2354 |
margin: 0 .5em 0 0; |
3531 |
margin: 0 .5em 0 0; |
|
|
3532 |
color: #71B443; |
2355 |
} |
3533 |
} |
2356 |
|
3534 |
|
2357 |
.lost, |
3535 |
.lost, |
Lines 2475-2484
td.bundle {
Link Here
|
2475 |
} |
3653 |
} |
2476 |
|
3654 |
|
2477 |
#cartDetails { |
3655 |
#cartDetails { |
2478 |
background-color: #FFFFFF; |
3656 |
background-color: #352C2E; |
2479 |
border: 1px solid #739ACF; |
|
|
2480 |
box-shadow: 1px 1px 3px 0 #666; |
3657 |
box-shadow: 1px 1px 3px 0 #666; |
2481 |
color: #000; |
3658 |
color: #fff; |
2482 |
display: none; |
3659 |
display: none; |
2483 |
margin: 0; |
3660 |
margin: 0; |
2484 |
padding: 10px; |
3661 |
padding: 10px; |
Lines 2488-2498
td.bundle {
Link Here
|
2488 |
} |
3665 |
} |
2489 |
|
3666 |
|
2490 |
#cartmenulink { |
3667 |
#cartmenulink { |
2491 |
padding-left: 15px; |
3668 |
position: relative; |
2492 |
|
3669 |
left: 0px; |
2493 |
i.fa.fa-shopping-cart { |
3670 |
top: 0px; |
2494 |
padding-right: 7px; |
|
|
2495 |
} |
2496 |
} |
3671 |
} |
2497 |
|
3672 |
|
2498 |
#basketcount { |
3673 |
#basketcount { |
Lines 2551-2557
td.bundle {
Link Here
|
2551 |
} |
3726 |
} |
2552 |
|
3727 |
|
2553 |
.container { |
3728 |
.container { |
2554 |
border: 1px solid #EEE; |
|
|
2555 |
margin: 1em 0; |
3729 |
margin: 1em 0; |
2556 |
padding: 1em; |
3730 |
padding: 1em; |
2557 |
} |
3731 |
} |
Lines 2643-2649
td.bundle {
Link Here
|
2643 |
} |
3817 |
} |
2644 |
|
3818 |
|
2645 |
.advsearch { |
3819 |
.advsearch { |
2646 |
margin: 0; |
3820 |
margin: 0em 1em 1em 0em; |
2647 |
|
3821 |
|
2648 |
table { |
3822 |
table { |
2649 |
border-collapse: separate; |
3823 |
border-collapse: separate; |
Lines 2762-2774
td.bundle {
Link Here
|
2762 |
// Override core jQueryUI widgets |
3936 |
// Override core jQueryUI widgets |
2763 |
.ui-widget-content { |
3937 |
.ui-widget-content { |
2764 |
background: #FFFFFF none; |
3938 |
background: #FFFFFF none; |
2765 |
border: 1px solid #B9D8D9; |
3939 |
border-radius: 4px; |
|
|
3940 |
border: 3px solid #418940; |
2766 |
color: #222222; |
3941 |
color: #222222; |
2767 |
} |
3942 |
} |
2768 |
|
3943 |
|
2769 |
.ui-widget-header { |
3944 |
.ui-widget-header { |
2770 |
background: #E6F0F2 none; |
3945 |
background: #b5dbad none; |
2771 |
border: 1px solid #B9D8D9; |
3946 |
border: 1px solid #bfd9b9; |
2772 |
color: #222222; |
3947 |
color: #222222; |
2773 |
font-weight: bold; |
3948 |
font-weight: bold; |
2774 |
} |
3949 |
} |
Lines 2776-2783
td.bundle {
Link Here
|
2776 |
.ui-state-default, |
3951 |
.ui-state-default, |
2777 |
.ui-widget-content .ui-state-default, |
3952 |
.ui-widget-content .ui-state-default, |
2778 |
.ui-widget-header .ui-state-default { |
3953 |
.ui-widget-header .ui-state-default { |
2779 |
background: #F4F8F9 none; |
3954 |
border: 1px solid #bfd9b9; |
2780 |
border: 1px solid #B9D8D9; |
|
|
2781 |
color: #555555; |
3955 |
color: #555555; |
2782 |
font-weight: normal; |
3956 |
font-weight: normal; |
2783 |
} |
3957 |
} |
Lines 2788-2808
td.bundle {
Link Here
|
2788 |
.ui-state-focus, |
3962 |
.ui-state-focus, |
2789 |
.ui-widget-content .ui-state-focus, |
3963 |
.ui-widget-content .ui-state-focus, |
2790 |
.ui-widget-header .ui-state-focus { |
3964 |
.ui-widget-header .ui-state-focus { |
2791 |
background: #E6F0F2 none; |
3965 |
background: #cad8c6 none; |
2792 |
border: 1px solid #B9D8D9; |
3966 |
border: 1px solid #bfd9b9; |
2793 |
color: #212121; |
3967 |
color: #212121; |
2794 |
font-weight: normal; |
3968 |
font-weight: normal; |
2795 |
} |
3969 |
} |
2796 |
|
3970 |
|
2797 |
// .ui-state-active, |
|
|
2798 |
// .ui-widget-content .ui-state-active, |
2799 |
// .ui-widget-header .ui-state-active { |
2800 |
// background: #FFFFFF none; |
2801 |
// border: 1px solid #AAAAAA; |
2802 |
// color: #212121; |
2803 |
// font-weight: normal; |
2804 |
// } |
2805 |
|
2806 |
.ui-state-highlight, |
3971 |
.ui-state-highlight, |
2807 |
.ui-widget-content .ui-state-highlight, |
3972 |
.ui-widget-content .ui-state-highlight, |
2808 |
.ui-widget-header .ui-state-highlight { |
3973 |
.ui-widget-header .ui-state-highlight { |
Lines 2831-2837
td.bundle {
Link Here
|
2831 |
padding: 3px 1em 3px .4em; |
3996 |
padding: 3px 1em 3px .4em; |
2832 |
|
3997 |
|
2833 |
&:hover { |
3998 |
&:hover { |
2834 |
background: #E6F0F2 none; |
3999 |
background: #e3f1df none; |
2835 |
color: #212121; |
4000 |
color: #212121; |
2836 |
font-weight: normal; |
4001 |
font-weight: normal; |
2837 |
} |
4002 |
} |
Lines 2866-2871
td.bundle {
Link Here
|
2866 |
} |
4031 |
} |
2867 |
|
4032 |
|
2868 |
.ui-tabs-nav { |
4033 |
.ui-tabs-nav { |
|
|
4034 |
|
2869 |
.ui-tabs-active a, |
4035 |
.ui-tabs-active a, |
2870 |
a:hover, |
4036 |
a:hover, |
2871 |
a:focus, |
4037 |
a:focus, |
Lines 2878-2921
td.bundle {
Link Here
|
2878 |
&.ui-widget-header { |
4044 |
&.ui-widget-header { |
2879 |
background: none; |
4045 |
background: none; |
2880 |
border: 0; |
4046 |
border: 0; |
|
|
4047 |
padding: .2em .9em 0 .9em; |
2881 |
} |
4048 |
} |
2882 |
} |
4049 |
} |
2883 |
|
4050 |
|
2884 |
.ui-tabs { |
4051 |
.ui-tabs { |
|
|
4052 |
.ui-tabs-panel { |
4053 |
background: #FFF none; |
4054 |
border-radius: 4px; |
4055 |
border: 3px solid #418940; |
4056 |
|
4057 |
fieldset{ |
4058 |
box-shadow: none; |
4059 |
} |
4060 |
} |
2885 |
.ui-tabs-nav { |
4061 |
.ui-tabs-nav { |
2886 |
li { |
4062 |
li { |
2887 |
background: #E6F0F2 none; |
4063 |
background: #71B443; |
2888 |
border: 1px solid #B9D8D9; |
4064 |
border: none; |
2889 |
margin-right: .4em; |
4065 |
margin-right: .4em; |
2890 |
top: 1px; |
4066 |
border-radius: 4px 4px 0 0; |
2891 |
|
4067 |
|
2892 |
&.ui-tabs-active { |
4068 |
&.ui-tabs-active, &.ui-state-hover { |
2893 |
background-color: #FFFFFF; |
4069 |
background-color: #418940; |
2894 |
border: 1px solid #B9D8D9; |
4070 |
border-radius: 4px 4px 0 0; |
|
|
4071 |
border: none; |
2895 |
border-bottom-width: 0; |
4072 |
border-bottom-width: 0; |
|
|
4073 |
padding-bottom: 0; |
2896 |
|
4074 |
|
2897 |
a { |
4075 |
a { |
2898 |
color: #000; |
4076 |
color: #FFF; |
2899 |
font-weight: bold; |
|
|
2900 |
} |
4077 |
} |
2901 |
|
4078 |
|
2902 |
&.ui-state-hover { |
|
|
2903 |
background: #FFF none; |
2904 |
} |
2905 |
} |
2906 |
|
4079 |
|
2907 |
&.ui-state-default { |
|
|
2908 |
&.ui-state-hover { |
2909 |
background: #EDF4F5 none; |
2910 |
} |
2911 |
} |
4080 |
} |
2912 |
} |
4081 |
} |
2913 |
} |
4082 |
} |
2914 |
|
4083 |
|
2915 |
.ui-tabs-panel { |
|
|
2916 |
border: 1px solid #B9D8D9; |
2917 |
} |
2918 |
|
2919 |
&.ui-widget-content { |
4084 |
&.ui-widget-content { |
2920 |
background: transparent none; |
4085 |
background: transparent none; |
2921 |
border: 0; |
4086 |
border: 0; |
Lines 2923-2944
td.bundle {
Link Here
|
2923 |
|
4088 |
|
2924 |
.ui-state-default { |
4089 |
.ui-state-default { |
2925 |
a { |
4090 |
a { |
2926 |
color: #004D99; |
4091 |
color: #fff; |
2927 |
|
4092 |
|
2928 |
&:link, |
4093 |
&:link, |
2929 |
&:visited { |
4094 |
&:visited { |
2930 |
color: #004D99; |
4095 |
color: #fff; |
2931 |
} |
4096 |
} |
2932 |
} |
4097 |
} |
2933 |
} |
4098 |
} |
2934 |
|
4099 |
|
2935 |
.ui-state-hover { |
4100 |
.ui-state-hover { |
2936 |
a { |
4101 |
a { |
2937 |
color: #538200; |
4102 |
color: #418940; |
2938 |
|
4103 |
|
2939 |
&:link, |
4104 |
&:link, |
2940 |
&:visited { |
4105 |
&:visited { |
2941 |
color: #538200; |
4106 |
color: #418940; |
2942 |
} |
4107 |
} |
2943 |
} |
4108 |
} |
2944 |
} |
4109 |
} |
Lines 2959-2971
td.bundle {
Link Here
|
2959 |
} |
4124 |
} |
2960 |
|
4125 |
|
2961 |
.statictabs { |
4126 |
.statictabs { |
|
|
4127 |
|
4128 |
background-color: #fff; |
4129 |
margin-top: 20px; |
4130 |
box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356); |
4131 |
padding: 20px; |
4132 |
|
4133 |
h3{ |
4134 |
padding-bottom: .7em; |
4135 |
margin: 0; |
4136 |
color: #696969; |
4137 |
} |
4138 |
|
4139 |
td { |
4140 |
border: none; |
4141 |
|
4142 |
ul { |
4143 |
li { |
4144 |
clear: left; |
4145 |
font-size: 90%; |
4146 |
list-style: url("../img/item-bullet.svg"); |
4147 |
padding: .2em 0; |
4148 |
|
4149 |
&.result_itype_image { |
4150 |
list-style: none; |
4151 |
list-style-type: none; |
4152 |
} |
4153 |
|
4154 |
img { |
4155 |
float: left; |
4156 |
margin: 3px 5px 3px -5px; |
4157 |
max-width: 25px; |
4158 |
} |
4159 |
} |
4160 |
} |
4161 |
} |
4162 |
|
4163 |
span { |
4164 |
&.status { |
4165 |
clear: left; |
4166 |
color: #900; |
4167 |
display: block; |
4168 |
} |
4169 |
|
4170 |
&.unavailable { |
4171 |
clear: left; |
4172 |
display: block; |
4173 |
} |
4174 |
} |
4175 |
|
4176 |
|
2962 |
> ul { |
4177 |
> ul { |
2963 |
background: none repeat scroll 0 0 transparent; |
4178 |
background: none repeat scroll 0 0 transparent; |
2964 |
border: 0 none; |
4179 |
border: 0 none; |
2965 |
border-bottom-left-radius: 4px; |
|
|
2966 |
border-bottom-right-radius: 4px; |
2967 |
border-top-left-radius: 4px; |
2968 |
border-top-right-radius: 4px; |
2969 |
color: #222222; |
4180 |
color: #222222; |
2970 |
font-size: 100%; |
4181 |
font-size: 100%; |
2971 |
font-weight: bold; |
4182 |
font-weight: bold; |
Lines 2987-2998
td.bundle {
Link Here
|
2987 |
} |
4198 |
} |
2988 |
|
4199 |
|
2989 |
li { |
4200 |
li { |
2990 |
background: none repeat scroll 0 0 #E6F0F2; |
|
|
2991 |
border: 1px solid #B9D8D9; |
2992 |
border-bottom: 0 none; |
2993 |
border-top-left-radius: 4px; |
4201 |
border-top-left-radius: 4px; |
2994 |
border-top-right-radius: 4px; |
4202 |
border-top-right-radius: 4px; |
2995 |
color: #555555; |
4203 |
border-bottom-right-radius: 0; |
|
|
4204 |
border-bottom-left-radius: 0; |
2996 |
float: left; |
4205 |
float: left; |
2997 |
font-weight: normal; |
4206 |
font-weight: normal; |
2998 |
list-style: none outside none; |
4207 |
list-style: none outside none; |
Lines 3002-3036
td.bundle {
Link Here
|
3002 |
position: relative; |
4211 |
position: relative; |
3003 |
top: 1px; |
4212 |
top: 1px; |
3004 |
white-space: nowrap; |
4213 |
white-space: nowrap; |
|
|
4214 |
background: #71B443; |
3005 |
|
4215 |
|
3006 |
&.active { |
4216 |
&.active, &:hover { |
3007 |
background-color: #FFFFFF; |
|
|
3008 |
color: #212121; |
3009 |
font-weight: normal; |
4217 |
font-weight: normal; |
3010 |
padding-bottom: 1px; |
4218 |
padding-bottom: 1px; |
3011 |
|
4219 |
|
|
|
4220 |
background-color: #418940; |
4221 |
border: none; |
4222 |
border-bottom-width: 0; |
4223 |
|
3012 |
a { |
4224 |
a { |
3013 |
background: none repeat scroll 0 0 transparent; |
4225 |
background: none repeat scroll 0 0 transparent; |
3014 |
color: #000000; |
4226 |
color: #fff; |
3015 |
cursor: text; |
|
|
3016 |
font-weight: bold; |
3017 |
outline: 0 none; |
4227 |
outline: 0 none; |
3018 |
top: 1px; |
4228 |
top: 1px; |
3019 |
} |
4229 |
} |
3020 |
} |
4230 |
} |
3021 |
|
4231 |
|
3022 |
a { |
4232 |
a { |
3023 |
color: #004D99; |
4233 |
color: #fff; |
3024 |
cursor: pointer; |
4234 |
cursor: pointer; |
3025 |
float: left; |
4235 |
float: left; |
3026 |
padding: .5em 1em; |
4236 |
padding: .5em 1em; |
3027 |
text-decoration: none; |
4237 |
text-decoration: none; |
3028 |
|
4238 |
|
3029 |
&:hover { |
4239 |
&:hover { |
3030 |
background-color: #EDF4F5; |
|
|
3031 |
border-top-left-radius: 4px; |
4240 |
border-top-left-radius: 4px; |
3032 |
border-top-right-radius: 4px; |
4241 |
border-top-right-radius: 4px; |
3033 |
color: #538200; |
|
|
3034 |
} |
4242 |
} |
3035 |
} |
4243 |
} |
3036 |
} |
4244 |
} |
Lines 3038-3046
td.bundle {
Link Here
|
3038 |
|
4246 |
|
3039 |
.tabs-container { |
4247 |
.tabs-container { |
3040 |
background: none repeat scroll 0 0 transparent; |
4248 |
background: none repeat scroll 0 0 transparent; |
3041 |
border: 1px solid #B9D8D9; |
4249 |
border: 3px solid #418940; |
3042 |
border-bottom-left-radius: 4px; |
4250 |
border-radius: 4px; |
3043 |
border-bottom-right-radius: 4px; |
|
|
3044 |
color: #222222; |
4251 |
color: #222222; |
3045 |
display: block; |
4252 |
display: block; |
3046 |
padding: 1em 1.4em; |
4253 |
padding: 1em 1.4em; |
Lines 3051-3056
td.bundle {
Link Here
|
3051 |
margin-top: 5px; |
4258 |
margin-top: 5px; |
3052 |
.ui-tabs-panel { |
4259 |
.ui-tabs-panel { |
3053 |
background: #FFF none; |
4260 |
background: #FFF none; |
|
|
4261 |
border-radius: 4px; |
4262 |
border: 3px solid #418940; |
4263 |
|
4264 |
fieldset{ |
4265 |
box-shadow: none; |
4266 |
} |
3054 |
} |
4267 |
} |
3055 |
} |
4268 |
} |
3056 |
|
4269 |
|
Lines 3153-3159
td.bundle {
Link Here
|
3153 |
} |
4366 |
} |
3154 |
|
4367 |
|
3155 |
.pluginname { |
4368 |
.pluginname { |
3156 |
background-color: #E6F0F2; |
4369 |
background-color: #e3f1df; |
3157 |
cursor: move; |
4370 |
cursor: move; |
3158 |
margin: .3em; |
4371 |
margin: .3em; |
3159 |
padding-bottom: 4px; |
4372 |
padding-bottom: 4px; |
Lines 3189-3272
video {
Link Here
|
3189 |
width: 480px; |
4402 |
width: 480px; |
3190 |
} |
4403 |
} |
3191 |
|
4404 |
|
3192 |
// Bootstrap overrides |
4405 |
// Bootstrap overrides |
|
|
4406 |
|
4407 |
.dropdown-header { |
4408 |
border-top: 1px solid #EEE; |
4409 |
color: #000; |
4410 |
font-weight: bold; |
4411 |
margin-top: 5px; |
4412 |
padding-left: 10px; |
4413 |
|
4414 |
&:first-child { |
4415 |
border-top: 0; |
4416 |
} |
4417 |
} |
4418 |
|
4419 |
nav { |
4420 |
border: 0; |
4421 |
display: block; |
4422 |
|
4423 |
&.breadcrumb { |
4424 |
background-color: transparent; |
4425 |
clear: both; |
4426 |
margin: 0; |
4427 |
position: absolute; |
4428 |
top: 0px; |
4429 |
left: 0px; |
4430 |
|
4431 |
ol { |
4432 |
margin: 0; |
4433 |
padding-left: 0; |
4434 |
list-style: none; |
4435 |
|
4436 |
li { |
4437 |
display: inline; |
4438 |
color : #418940; |
4439 |
font-style: italic; |
4440 |
|
4441 |
&+li::before { |
4442 |
content: '/'; |
4443 |
display: inline-block; |
4444 |
height: .8em; |
4445 |
width: .8em; |
4446 |
} |
4447 |
|
4448 |
a:link, a:active, a:hover, a:focus{ |
4449 |
padding: .6em .3em; |
4450 |
} |
4451 |
} |
4452 |
} |
4453 |
|
4454 |
[aria-current="page"] { |
4455 |
color: #696969; |
4456 |
text-decoration: none; |
4457 |
} |
4458 |
} |
4459 |
} |
4460 |
|
4461 |
.navbar{ |
4462 |
background-color: #352C2E; |
4463 |
width: 100%; |
4464 |
} |
4465 |
|
4466 |
.navbar-header, .collapse{ |
4467 |
padding-left: 10px; |
4468 |
padding-right: 10px; |
4469 |
float: left; |
4470 |
|
4471 |
a{ |
4472 |
color: #fff; |
4473 |
line-height: 40px; |
4474 |
} |
4475 |
} |
4476 |
|
4477 |
.navbar-head{ |
4478 |
display: block !important; |
4479 |
height: auto !important; |
4480 |
} |
4481 |
|
4482 |
#logo { |
4483 |
background: transparent url("../img/UIKit/picto-koha.svg") no-repeat scroll 0%; |
4484 |
margin: .75em 0em .75em 0em; |
4485 |
background-size: 85%; |
4486 |
width: 20px; |
4487 |
height: 30px; |
4488 |
float: left; |
4489 |
position: relative; |
4490 |
top: 0px; |
4491 |
left: 0px; |
4492 |
|
4493 |
a { |
4494 |
border: 0; |
4495 |
cursor: pointer; |
4496 |
width: 100%; |
4497 |
height: 100%; |
4498 |
padding: 50px 0 0; |
4499 |
text-decoration: none; |
4500 |
position: absolute; |
4501 |
top: -10px; |
4502 |
left: 0px; |
4503 |
} |
4504 |
} |
4505 |
|
4506 |
#toplevelmenu{ |
4507 |
background-color: transparent; |
4508 |
box-shadow: none; |
4509 |
position: relative; |
4510 |
left: 0px; |
4511 |
top: 0px; |
4512 |
} |
4513 |
|
4514 |
.navbar-nav { |
4515 |
li { |
4516 |
list-style: none; |
4517 |
|
4518 |
.upper{ |
4519 |
position: relative; |
4520 |
bottom: 3px; |
4521 |
left: 300px; |
4522 |
} |
4523 |
|
4524 |
.filteraction{ |
4525 |
position: absolute; |
4526 |
right: 35px; |
4527 |
top: -5px; |
4528 |
width: 25px; |
4529 |
height: 30px; |
4530 |
border: none; |
4531 |
padding-left: 5px; |
4532 |
padding-right: 5px; |
4533 |
margin: 0; |
4534 |
display: inline; |
4535 |
|
4536 |
a{ |
4537 |
color: #71B443; |
4538 |
vertical-align: middle; |
4539 |
|
4540 |
&:hover, &:active{ |
4541 |
background-color: transparent; |
4542 |
text-decoration: none; |
4543 |
color: #71B443; |
4544 |
} |
4545 |
} |
4546 |
|
4547 |
} |
4548 |
|
4549 |
.residentsearch { |
4550 |
border: 0; |
4551 |
cursor: text; |
4552 |
padding: 0 0 .2em; |
4553 |
background-color: transparent; |
4554 |
} |
4555 |
|
4556 |
.inactive{ |
4557 |
display: none; |
4558 |
} |
4559 |
|
4560 |
#buttonssearch,#header_search{ |
4561 |
padding: 10px; |
4562 |
border-radius: 28px; |
4563 |
height: 30px; |
4564 |
background-image: linear-gradient(to right, #418940, #71B443); |
4565 |
z-index: 1; |
4566 |
} |
4567 |
|
4568 |
#header_search{ |
4569 |
position: relative; |
4570 |
left: 0px; |
4571 |
top: 0px; |
4572 |
width: 500px; |
4573 |
display: block; |
4574 |
margin: 10px 0; |
4575 |
} |
4576 |
|
4577 |
#submit, #autocsubmit{ |
4578 |
background: transparent url("../img/UIKit/arrow.svg") no-repeat scroll 0%; |
4579 |
position: absolute; |
4580 |
min-width: 7px; |
4581 |
right: 0; |
4582 |
top: 0px; |
4583 |
width: 25px; |
4584 |
height: 30px; |
4585 |
border: none; |
4586 |
padding-left: 5px; |
4587 |
padding-right: 5px; |
4588 |
margin: 0; |
4589 |
display: inline; |
4590 |
} |
4591 |
|
4592 |
#header_search{ |
4593 |
width: 500px; |
4594 |
} |
4595 |
|
4596 |
.ui-tabs-nav { |
4597 |
background-image: linear-gradient(to right, #418940, #71B443); |
4598 |
background-color: transparent; |
4599 |
border-radius: 28px; |
4600 |
position: absolute; |
4601 |
top: 0; |
4602 |
left: 0; |
4603 |
height: 100%; |
4604 |
display: flex; |
4605 |
justify-content: space-around; |
4606 |
align-items: center; |
4607 |
color: white; |
4608 |
box-shadow: 0px 0px 3px 0px #0000004d; |
4609 |
|
4610 |
li { |
4611 |
background: transparent; |
4612 |
border: none; |
4613 |
border-radius: 0; |
4614 |
|
4615 |
&.ui-tabs-active, &.ui-state-hover { |
4616 |
background-color: transparent; |
4617 |
border-radius: 4px 4px 0 0; |
4618 |
border: none; |
4619 |
border-bottom-width: 0; |
4620 |
padding-bottom: 0; |
4621 |
|
4622 |
a { |
4623 |
color: #FFF; |
4624 |
cursor: pointer; |
4625 |
padding: 3px; |
4626 |
font-size: .9em; |
4627 |
} |
4628 |
} |
4629 |
} |
4630 |
|
4631 |
span{ |
4632 |
&.name-icon{ |
4633 |
display: none; |
4634 |
} |
4635 |
|
4636 |
&.name-icon:hover, &.name-icon.active{ |
4637 |
margin-right: 0; |
4638 |
font-size: 0.85em; |
4639 |
cursor: text; |
4640 |
padding: 0.25em; |
4641 |
margin: 0; |
4642 |
display: inline-block; |
4643 |
overflow: hidden; |
4644 |
opacity: 1; |
4645 |
} |
4646 |
} |
4647 |
} |
4648 |
|
4649 |
&.ui-widget-content { |
4650 |
background: transparent none; |
4651 |
border: 0; |
4652 |
} |
3193 |
|
4653 |
|
3194 |
.dropdown-header { |
4654 |
.ui-state-default { |
3195 |
border-top: 1px solid #EEE; |
4655 |
a { |
3196 |
color: #000; |
4656 |
color: #fff; |
3197 |
font-weight: bold; |
4657 |
cursor: pointer; |
3198 |
margin-top: 5px; |
4658 |
padding: 3px; |
3199 |
padding-left: 10px; |
4659 |
font-size: .9em; |
|
|
4660 |
|
4661 |
&:link, |
4662 |
&:visited { |
4663 |
color: #fff; |
4664 |
padding: 3px; |
4665 |
background-color: transparent; |
4666 |
} |
4667 |
} |
4668 |
} |
3200 |
|
4669 |
|
3201 |
&:first-child { |
4670 |
.ui-state-hover, .ui-state-active { |
3202 |
border-top: 0; |
4671 |
a { |
3203 |
} |
4672 |
font-size: 1em; |
3204 |
} |
4673 |
cursor: pointer; |
|
|
4674 |
padding: 3px; |
4675 |
font-size: .9em; |
4676 |
background-color: transparent; |
3205 |
|
4677 |
|
3206 |
nav { |
4678 |
i{ |
3207 |
background: #E6F0F2 none; |
4679 |
border-bottom: 2px solid #fff; |
3208 |
border: 0; |
4680 |
padding-bottom: 2px; |
|
|
4681 |
} |
4682 |
} |
4683 |
} |
3209 |
|
4684 |
|
3210 |
&.breadcrumb { |
4685 |
.ui-widget { |
3211 |
background-color: #E6F0F2; |
4686 |
font-family: inherit; |
3212 |
clear: both; |
4687 |
font-size: inherit; |
3213 |
margin: 0; |
|
|
3214 |
padding: .8em .5em .8em 10px; |
3215 |
position: relative; |
3216 |
|
4688 |
|
3217 |
ol { |
4689 |
input, |
3218 |
margin: 0; |
4690 |
select, |
3219 |
padding-left: 0; |
4691 |
textarea, |
3220 |
list-style: none; |
4692 |
button { |
|
|
4693 |
font-family: inherit; |
4694 |
font-size: inherit; |
4695 |
} |
3221 |
} |
4696 |
} |
3222 |
|
4697 |
|
3223 |
li { |
4698 |
input{ |
3224 |
display: inline; |
4699 |
display: none; |
3225 |
|
4700 |
|
3226 |
&+li::before { |
4701 |
&.head-searchbox{ |
3227 |
background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=") 50% 50% no-repeat; |
4702 |
outline-offset: 0px; |
3228 |
background-size: 8px; |
4703 |
outline: 1px black; |
3229 |
content: ''; |
4704 |
float: right; |
3230 |
display: inline-block; |
4705 |
height: 30px; |
3231 |
height: .8em; |
4706 |
border-radius: 17px; |
3232 |
width: .8em; |
4707 |
padding-left: 2em; |
|
|
4708 |
padding-right: 1.5em; |
4709 |
border: none ; |
4710 |
margin-left: 0px; |
4711 |
position:absolute; |
4712 |
top: 0px; |
4713 |
right: 30px; |
4714 |
z-index : -2; |
4715 |
display: inline; |
4716 |
letter-spacing: normal; |
4717 |
word-spacing: normal; |
4718 |
text-transform: none; |
4719 |
text-indent: 0px; |
4720 |
text-shadow: none; |
4721 |
text-align: start; |
4722 |
cursor: text; |
4723 |
font: 400 13.3333px Arial; |
4724 |
|
4725 |
&::placeholder{ |
4726 |
font-size: 85%; |
4727 |
} |
4728 |
} |
4729 |
|
4730 |
&.multi-input{ |
4731 |
outline-offset: 0px; |
4732 |
outline: 1px black; |
4733 |
float: right; |
4734 |
height: 30px; |
4735 |
border-radius: 17px; |
4736 |
padding-left: 2em; |
4737 |
padding-right: 1.5em; |
4738 |
border: none ; |
4739 |
margin-left: 0px; |
4740 |
position:absolute; |
4741 |
top: 0px; |
4742 |
right: 30px; |
4743 |
z-index : -2; |
4744 |
display: inline; |
4745 |
letter-spacing: normal; |
4746 |
word-spacing: normal; |
4747 |
text-transform: none; |
4748 |
text-indent: 0px; |
4749 |
text-shadow: none; |
4750 |
text-align: start; |
4751 |
cursor: text; |
4752 |
font: 400 13.3333px Arial; |
4753 |
|
4754 |
&::placeholder{ |
4755 |
font-size: 85%; |
4756 |
} |
3233 |
} |
4757 |
} |
3234 |
|
4758 |
|
|
|
4759 |
&.titre{ |
4760 |
float: none; |
4761 |
position: relative; |
4762 |
width: 170px; |
4763 |
bottom: 15px; |
4764 |
right: -115px; |
4765 |
} |
3235 |
} |
4766 |
} |
3236 |
|
4767 |
|
3237 |
[aria-current="page"] { |
4768 |
#header_search.fold{ |
3238 |
color: #000; |
4769 |
width: 0px; |
3239 |
font-weight: 700; |
4770 |
opacity: 0; |
3240 |
text-decoration: none; |
4771 |
margin: 0; |
|
|
4772 |
padding: 0; |
3241 |
} |
4773 |
} |
3242 |
} |
|
|
3243 |
|
4774 |
|
|
|
4775 |
#backsearch{ |
4776 |
display: none; |
4777 |
font-size: 1em; |
3244 |
|
4778 |
|
3245 |
} |
4779 |
} |
3246 |
|
4780 |
|
3247 |
.navbar-collapse { |
4781 |
#header_search.fold #backsearch{ |
3248 |
background: #E6F0F2 none; |
4782 |
display: inline-block; |
3249 |
box-shadow: none; |
4783 |
cursor: pointer; |
3250 |
} |
4784 |
} |
3251 |
|
4785 |
|
3252 |
.navbar-nav { |
4786 |
.description{ |
3253 |
li { |
4787 |
opacity: 0.6; |
3254 |
list-style: none; |
4788 |
max-width: 50em; |
|
|
4789 |
display: block; |
4790 |
width: 100%; |
4791 |
} |
4792 |
.description.hidden{ |
4793 |
opacity: 0; |
4794 |
} |
3255 |
|
4795 |
|
3256 |
&.open { |
4796 |
&.open { |
3257 |
li { |
4797 |
li { |
|
|
4798 |
background-color: #352C2E; |
4799 |
|
3258 |
a { |
4800 |
a { |
3259 |
font-weight: normal; |
4801 |
font-weight: normal; |
|
|
4802 |
padding: 0 15px; |
4803 |
font-size: 13px; |
4804 |
|
4805 |
&:hover, |
4806 |
&:focus{ |
4807 |
background-color: #352C2E; |
4808 |
background-image: none; |
4809 |
text-decoration: underline; |
4810 |
} |
3260 |
} |
4811 |
} |
3261 |
} |
4812 |
} |
3262 |
} |
4813 |
} |
3263 |
|
4814 |
|
3264 |
a { |
4815 |
a { |
3265 |
font-weight: bold; |
4816 |
line-height: 40px; |
3266 |
padding-bottom: .4em; |
4817 |
overflow: hidden; |
3267 |
padding-top: .4em; |
4818 |
color: #fff; |
|
|
4819 |
|
4820 |
&:hover, &:active{ |
4821 |
background-color: #352C2E; |
4822 |
border-bottom: 1px 5px #fff; |
4823 |
color: #fff; |
4824 |
} |
3268 |
} |
4825 |
} |
3269 |
} |
4826 |
} |
|
|
4827 |
|
4828 |
ul{ |
4829 |
background-color: #352C2E; |
4830 |
} |
4831 |
} |
4832 |
|
4833 |
|
4834 |
|
4835 |
#logged-in-menu{ |
4836 |
position: relative; |
4837 |
left: 0px; |
4838 |
top: 0px; |
4839 |
height: 50px; |
4840 |
|
4841 |
&:hover{ |
4842 |
text-decoration: none; |
4843 |
} |
4844 |
} |
4845 |
|
4846 |
.loggedinusername{ |
4847 |
bottom: 5px; |
4848 |
text-decoration: none; |
4849 |
position: relative; |
4850 |
float: right; |
4851 |
right: 0px; |
4852 |
height: 20px; |
4853 |
width: 100%; |
4854 |
} |
4855 |
|
4856 |
.logged-in-branch-name{ |
4857 |
position: relative; |
4858 |
right: 0px; |
4859 |
height: 20px; |
4860 |
top: 10px; |
4861 |
width: 100%; |
4862 |
|
4863 |
&:hover{ |
4864 |
text-decoration: underline; |
4865 |
} |
3270 |
} |
4866 |
} |
3271 |
|
4867 |
|
3272 |
.nav .open > a, |
4868 |
.nav .open > a, |
Lines 3279-3285
nav {
Link Here
|
3279 |
.nav > li > a:hover, |
4875 |
.nav > li > a:hover, |
3280 |
.nav > li > a:focus { |
4876 |
.nav > li > a:focus { |
3281 |
background-color: transparent; |
4877 |
background-color: transparent; |
3282 |
text-decoration: none; |
|
|
3283 |
} |
4878 |
} |
3284 |
|
4879 |
|
3285 |
.pagination { |
4880 |
.pagination { |
Lines 3287-3310
nav {
Link Here
|
3287 |
|
4882 |
|
3288 |
.active { |
4883 |
.active { |
3289 |
a { |
4884 |
a { |
3290 |
background-color: #5A9EAA; |
4885 |
background-color: #6daa5a; |
3291 |
border-color: #5A9EAA; |
4886 |
border-color: #6daa5a; |
3292 |
|
4887 |
|
3293 |
&:hover, |
4888 |
&:hover, |
3294 |
&:focus { |
4889 |
&:focus { |
3295 |
background-color: #5A9EAA; |
4890 |
background-color: #6daa5a; |
3296 |
border-color: #5A9EAA; |
4891 |
border-color: #6daa5a; |
3297 |
} |
4892 |
} |
3298 |
} |
4893 |
} |
3299 |
|
4894 |
|
3300 |
span { |
4895 |
span { |
3301 |
background-color: #5A9EAA; |
4896 |
background-color: #6daa5a; |
3302 |
border-color: #5A9EAA; |
4897 |
border-color: #6daa5a; |
3303 |
|
4898 |
|
3304 |
&:hover, |
4899 |
&:hover, |
3305 |
&:focus { |
4900 |
&:focus { |
3306 |
background-color: #5A9EAA; |
4901 |
background-color: #6daa5a; |
3307 |
border-color: #5A9EAA; |
4902 |
border-color: #6daa5a; |
3308 |
} |
4903 |
} |
3309 |
} |
4904 |
} |
3310 |
} |
4905 |
} |
Lines 3312-3323
nav {
Link Here
|
3312 |
|
4907 |
|
3313 |
button, |
4908 |
button, |
3314 |
.btn { |
4909 |
.btn { |
3315 |
border-color: #ADADAD #ADADAD #949494; |
4910 |
font-family: 'Poppins', sans-serif; |
3316 |
font-family: $font-main; |
4911 |
display: inline-block; |
|
|
4912 |
margin-bottom: 0; |
4913 |
font-weight: normal; |
4914 |
text-align: center; |
4915 |
white-space: nowrap; |
4916 |
vertical-align: middle; |
4917 |
touch-action: manipulation; |
4918 |
cursor: pointer; |
4919 |
background-image: none; |
4920 |
padding: 6px 25px; |
4921 |
font-size: 12px; |
4922 |
line-height: 1.42857143; |
4923 |
border-radius: 4px; |
4924 |
user-select: none; |
4925 |
|
4926 |
&.toolbar-btn{ |
4927 |
font-family: 'Poppins', sans-serif; |
4928 |
font-weight: normal; |
4929 |
text-align: center; |
4930 |
white-space: nowrap; |
4931 |
vertical-align: middle; |
4932 |
-ms-touch-action: manipulation; |
4933 |
touch-action: manipulation; |
4934 |
cursor: pointer; |
4935 |
background-image: none; |
4936 |
padding: 6px 12px; |
4937 |
font-size: 12px; |
4938 |
border-radius: 4px; |
4939 |
-webkit-user-select: none; |
4940 |
-moz-user-select: none; |
4941 |
-ms-user-select: none; |
4942 |
user-select: none; |
4943 |
font-size: 105%; |
4944 |
background-color: transparent; |
4945 |
border: none; |
4946 |
display: inline-block; |
4947 |
margin: 5px 10px; |
4948 |
color: #696969; |
4949 |
|
4950 |
&:hover, &:focus{ |
4951 |
text-decoration: none; |
4952 |
background-color: #dadada; |
4953 |
} |
4954 |
|
4955 |
&:active{ |
4956 |
border: none; |
4957 |
} |
4958 |
|
4959 |
&.word{ |
4960 |
margin-right: 0; |
4961 |
padding-right: .1em; |
4962 |
} |
4963 |
|
4964 |
&.arrow{ |
4965 |
margin-left: 0; |
4966 |
border-radius: 4px; |
4967 |
padding-left: .1em; |
4968 |
|
4969 |
&:active{ |
4970 |
border: 1px solid #000; |
4971 |
border-radius: 4px; |
4972 |
} |
4973 |
} |
4974 |
} |
3317 |
|
4975 |
|
3318 |
&.btn-link { |
4976 |
&.btn-link { |
3319 |
border: 0; |
4977 |
border: 0; |
3320 |
} |
4978 |
} |
|
|
4979 |
|
4980 |
&.cancel { |
4981 |
background-color: transparent; |
4982 |
color: #696969; |
4983 |
border: #696969 double 1px; |
4984 |
margin-top: 5px; |
4985 |
margin-left: 5px; |
4986 |
|
4987 |
font-family: 'Poppins', sans-serif; |
4988 |
display: inline-block; |
4989 |
margin-bottom: 0; |
4990 |
font-weight: normal; |
4991 |
text-align: center; |
4992 |
white-space: nowrap; |
4993 |
vertical-align: middle; |
4994 |
touch-action: manipulation; |
4995 |
min-width: 90px; |
4996 |
width: fit-content; |
4997 |
cursor: pointer; |
4998 |
background-image: none; |
4999 |
padding: 6px 12px; |
5000 |
font-size: 12px; |
5001 |
line-height: 1.42857143; |
5002 |
border-radius: 4px; |
5003 |
user-select: none; |
5004 |
|
5005 |
&:hover{ |
5006 |
font-weight: bold; |
5007 |
background-color: #f1f1f1; |
5008 |
border: #696969 double 1px; |
5009 |
text-decoration: none; |
5010 |
} |
5011 |
} |
5012 |
} |
5013 |
|
5014 |
#merge-patrons{ |
5015 |
padding: 0 25px; |
5016 |
} |
5017 |
|
5018 |
#patronlist-menu{ |
5019 |
padding: 0 25px; |
5020 |
} |
5021 |
|
5022 |
.principal{ |
5023 |
background-color: #FEC32C; |
5024 |
color: #000; |
5025 |
text-shadow: 0 1px 0 #fff; |
5026 |
border: none; |
5027 |
padding: 6px 25px; |
5028 |
background-image: none; |
5029 |
margin: 5px; |
5030 |
|
5031 |
&:hover, |
5032 |
&:active, |
5033 |
&:focus{ |
5034 |
background-color: #fec22c9f; |
5035 |
color: #000; |
5036 |
border: none; |
5037 |
} |
3321 |
} |
5038 |
} |
3322 |
|
5039 |
|
3323 |
.btn-xs, |
5040 |
.btn-xs, |
Lines 3331-3336
button,
Link Here
|
3331 |
.panel { |
5048 |
.panel { |
3332 |
background: #F4F8F9 none; |
5049 |
background: #F4F8F9 none; |
3333 |
box-shadow: none; |
5050 |
box-shadow: none; |
|
|
5051 |
|
5052 |
&:hover{ |
5053 |
background: #e3f1df none; |
5054 |
} |
3334 |
} |
5055 |
} |
3335 |
|
5056 |
|
3336 |
.panel-collapse { |
5057 |
.panel-collapse { |
Lines 3353-3359
button,
Link Here
|
3353 |
} |
5074 |
} |
3354 |
|
5075 |
|
3355 |
&:hover { |
5076 |
&:hover { |
3356 |
background: #e6f0f2 none; |
5077 |
background: #e3f1df none; |
3357 |
border-bottom-left-radius: 0; |
5078 |
border-bottom-left-radius: 0; |
3358 |
border-bottom-right-radius: 0; |
5079 |
border-bottom-right-radius: 0; |
3359 |
} |
5080 |
} |
Lines 3367-3373
button,
Link Here
|
3367 |
} |
5088 |
} |
3368 |
|
5089 |
|
3369 |
&:hover { |
5090 |
&:hover { |
3370 |
background: #e6f0f2 none; |
5091 |
background: #e3f1df none; |
3371 |
border-bottom-left-radius: 3px; |
5092 |
border-bottom-left-radius: 3px; |
3372 |
border-bottom-right-radius: 3px; |
5093 |
border-bottom-right-radius: 3px; |
3373 |
} |
5094 |
} |
Lines 3376-3389
button,
Link Here
|
3376 |
} |
5097 |
} |
3377 |
|
5098 |
|
3378 |
.panel-default { |
5099 |
.panel-default { |
3379 |
border: 1px solid #B9D8D9; |
5100 |
border: 1px solid #bfd9b9; |
3380 |
> .panel-heading { |
5101 |
> .panel-heading { |
3381 |
background: transparent none; |
5102 |
background: transparent none; |
3382 |
padding: 0; |
5103 |
padding: 0; |
3383 |
|
5104 |
|
3384 |
+ .panel-collapse { |
5105 |
+ .panel-collapse { |
3385 |
> .panel-body { |
5106 |
> .panel-body { |
3386 |
border-top-color: #B9D8D9; |
5107 |
border-top-color: #bfd9b9; |
3387 |
} |
5108 |
} |
3388 |
} |
5109 |
} |
3389 |
} |
5110 |
} |
Lines 3582-3588
label {
Link Here
|
3582 |
|
5303 |
|
3583 |
fieldset, |
5304 |
fieldset, |
3584 |
ol { |
5305 |
ol { |
3585 |
background-color: transparent; |
5306 |
background-color: #FFF; |
3586 |
border: 0; |
5307 |
border: 0; |
3587 |
margin: 0; |
5308 |
margin: 0; |
3588 |
padding: 0; |
5309 |
padding: 0; |
Lines 3590-3596
label {
Link Here
|
3590 |
} |
5311 |
} |
3591 |
|
5312 |
|
3592 |
.modal-content { |
5313 |
.modal-content { |
3593 |
background-color: #EDF4F6; |
5314 |
background-color: rgb(211, 223, 204); |
|
|
5315 |
|
5316 |
fieldset{ |
5317 |
box-shadow: none; |
5318 |
} |
3594 |
} |
5319 |
} |
3595 |
|
5320 |
|
3596 |
.btn-group { |
5321 |
.btn-group { |
Lines 3632-3656
code {
Link Here
|
3632 |
} |
5357 |
} |
3633 |
|
5358 |
|
3634 |
.tab-content { |
5359 |
.tab-content { |
3635 |
background-color: #FFF; |
5360 |
border: 3px solid #418940; |
3636 |
border: 1px solid #B9D8D9; |
5361 |
border-radius: 4px; |
3637 |
border-top-width: 0; |
5362 |
overflow: auto; |
3638 |
padding: 1em; |
5363 |
padding: 1em; |
3639 |
} |
5364 |
} |
3640 |
|
5365 |
|
3641 |
.nav-tabs { |
5366 |
.nav-tabs { |
3642 |
> li { |
5367 |
> li { |
3643 |
> a { |
5368 |
> a { |
3644 |
background-color: #e6f0f2; |
5369 |
background-color: #71B443; |
3645 |
border: 1px solid #b9d8d9; |
5370 |
color: #fff; |
3646 |
border-radius: 4px 4px 0 0; |
|
|
3647 |
line-height: 1.42857143; |
5371 |
line-height: 1.42857143; |
3648 |
margin-right: .4em; |
5372 |
margin-right: .4em; |
3649 |
padding: .5em 1em; |
5373 |
padding: .5em 1em; |
3650 |
|
5374 |
|
3651 |
&:hover { |
5375 |
&:hover { |
3652 |
background-color: #EEF4F5; |
5376 |
background-color: #418940; |
3653 |
border-color: #b9d8d9; |
5377 |
border-radius: 4px 4px 0 0; |
|
|
5378 |
border: 1px solid #418940; |
5379 |
text-decoration: none; |
5380 |
color: #fff; |
3654 |
} |
5381 |
} |
3655 |
} |
5382 |
} |
3656 |
|
5383 |
|
Lines 3658-3667
code {
Link Here
|
3658 |
a, |
5385 |
a, |
3659 |
a:hover, |
5386 |
a:hover, |
3660 |
a:focus { |
5387 |
a:focus { |
3661 |
background-color: #fff; |
5388 |
background-color: #418940; |
3662 |
border: 1px solid #b9d8d9; |
5389 |
border-radius: 4px 4px 0 0; |
3663 |
border-bottom-color: transparent; |
5390 |
color: #fff; |
3664 |
color: #000; |
|
|
3665 |
cursor: default; |
5391 |
cursor: default; |
3666 |
font-weight: bold; |
5392 |
font-weight: bold; |
3667 |
} |
5393 |
} |
Lines 3670-3676
code {
Link Here
|
3670 |
} |
5396 |
} |
3671 |
|
5397 |
|
3672 |
// End Bootstrap overrides |
5398 |
// End Bootstrap overrides |
3673 |
|
|
|
3674 |
.waiting { |
5399 |
.waiting { |
3675 |
cursor: wait; |
5400 |
cursor: wait; |
3676 |
} |
5401 |
} |
Lines 3716-3722
progress {
Link Here
|
3716 |
} |
5441 |
} |
3717 |
|
5442 |
|
3718 |
span { |
5443 |
span { |
3719 |
background-color: #EBF3FF; |
5444 |
background-color: #ecffeb; |
3720 |
border-radius: 5px; |
5445 |
border-radius: 5px; |
3721 |
display: inline-block; |
5446 |
display: inline-block; |
3722 |
font-size: 75%; |
5447 |
font-size: 75%; |
Lines 3725-3731
progress {
Link Here
|
3725 |
white-space: nowrap; |
5450 |
white-space: nowrap; |
3726 |
|
5451 |
|
3727 |
&.selected { |
5452 |
&.selected { |
3728 |
background-color: #CCE0FC; |
5453 |
background-color: #d2fad0; |
3729 |
} |
5454 |
} |
3730 |
} |
5455 |
} |
3731 |
} |
5456 |
} |
Lines 3742-3748
progress {
Link Here
|
3742 |
} |
5467 |
} |
3743 |
|
5468 |
|
3744 |
// Class to be added to toolbar when it starts being fixed at the top of the screen |
5469 |
// Class to be added to toolbar when it starts being fixed at the top of the screen |
3745 |
|
|
|
3746 |
.floating { |
5470 |
.floating { |
3747 |
box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .5); |
5471 |
box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .5); |
3748 |
z-index: 100; |
5472 |
z-index: 100; |
Lines 3786-3792
progress {
Link Here
|
3786 |
|
5510 |
|
3787 |
#browse-return-to-results { |
5511 |
#browse-return-to-results { |
3788 |
background-color: #E8F0F6; |
5512 |
background-color: #E8F0F6; |
3789 |
border: 1px solid #B9D8D9; |
5513 |
border: 1px solid #bfd9b9; |
3790 |
border-bottom-width: 0; |
5514 |
border-bottom-width: 0; |
3791 |
border-top-left-radius: 5px; |
5515 |
border-top-left-radius: 5px; |
3792 |
border-top-right-radius: 5px; |
5516 |
border-top-right-radius: 5px; |
Lines 3797-3803
progress {
Link Here
|
3797 |
|
5521 |
|
3798 |
.browse-button { |
5522 |
.browse-button { |
3799 |
background-color: #FFF; |
5523 |
background-color: #FFF; |
3800 |
border: 1px solid #B9D8D9; |
5524 |
border: 1px solid #bfd9b9; |
3801 |
color: #004D99; |
5525 |
color: #004D99; |
3802 |
display: block; |
5526 |
display: block; |
3803 |
overflow: hidden; |
5527 |
overflow: hidden; |
Lines 3929-3935
input.renew {
Link Here
|
3929 |
|
5653 |
|
3930 |
.date-select { |
5654 |
.date-select { |
3931 |
label { |
5655 |
label { |
3932 |
display: inline-block; |
|
|
3933 |
width: 40%; |
5656 |
width: 40%; |
3934 |
} |
5657 |
} |
3935 |
} |
5658 |
} |
Lines 3985-3991
input.renew {
Link Here
|
3985 |
|
5708 |
|
3986 |
.branchgriditem { |
5709 |
.branchgriditem { |
3987 |
background-color: #FFFFFF; |
5710 |
background-color: #FFFFFF; |
3988 |
border: 1px solid #B9D8D9; |
5711 |
border: 1px solid #bfd9b9; |
3989 |
border-radius: 3px; |
5712 |
border-radius: 3px; |
3990 |
display: table-cell; |
5713 |
display: table-cell; |
3991 |
float: left; |
5714 |
float: left; |
Lines 4012-4018
input.renew {
Link Here
|
4012 |
|
5735 |
|
4013 |
#new_rule { |
5736 |
#new_rule { |
4014 |
background-color: #F4F8F9; |
5737 |
background-color: #F4F8F9; |
4015 |
border: 2px solid #B9D8D9; |
5738 |
border: 2px solid #bfd9b9; |
4016 |
border-radius: 5px; |
5739 |
border-radius: 5px; |
4017 |
display: none; |
5740 |
display: none; |
4018 |
margin: .3em; |
5741 |
margin: .3em; |
Lines 4053-4059
input.renew {
Link Here
|
4053 |
} |
5776 |
} |
4054 |
} |
5777 |
} |
4055 |
|
5778 |
|
4056 |
|
|
|
4057 |
.form-message { |
5779 |
.form-message { |
4058 |
background-color: #FFF; |
5780 |
background-color: #FFF; |
4059 |
border: 1px solid #A4BEDD; |
5781 |
border: 1px solid #A4BEDD; |
Lines 4072-4089
input.renew {
Link Here
|
4072 |
} |
5794 |
} |
4073 |
} |
5795 |
} |
4074 |
|
5796 |
|
4075 |
#patron_search { |
|
|
4076 |
#filters { |
4077 |
display: none; |
4078 |
} |
4079 |
|
4080 |
.address { |
4081 |
font-size: 100%; |
4082 |
} |
4083 |
} |
4084 |
|
4085 |
#fixedlengthbuilderaction { |
5797 |
#fixedlengthbuilderaction { |
4086 |
border: 3px solid #E6F0F2; |
5798 |
border: 3px solid #e3f1df; |
4087 |
left: 80%; |
5799 |
left: 80%; |
4088 |
padding: 5px; |
5800 |
padding: 5px; |
4089 |
position: relative; |
5801 |
position: relative; |
Lines 4340-4345
input.renew {
Link Here
|
4340 |
#helper { |
6052 |
#helper { |
4341 |
span { |
6053 |
span { |
4342 |
display: none; |
6054 |
display: none; |
|
|
6055 |
font-style: normal; |
6056 |
// position: absolute; |
6057 |
//top: 10px; |
6058 |
//right: 20px; |
6059 |
|
6060 |
&:hover{ |
6061 |
text-decoration: underline; |
6062 |
} |
4343 |
} |
6063 |
} |
4344 |
} |
6064 |
} |
4345 |
|
6065 |
|
Lines 4348-4362
input.renew {
Link Here
|
4348 |
} |
6068 |
} |
4349 |
|
6069 |
|
4350 |
.loggedin-menu-label { |
6070 |
.loggedin-menu-label { |
4351 |
color: #777; |
6071 |
color: #fff; |
4352 |
font-size: 12px; |
6072 |
font-size: 12px; |
4353 |
line-height: 1.42857143; |
6073 |
line-height: 1.42857143; |
4354 |
padding: 4px 12px; |
6074 |
padding: 4px 12px; |
4355 |
white-space: nowrap; |
6075 |
white-space: nowrap; |
4356 |
|
6076 |
|
4357 |
span { |
6077 |
span { |
4358 |
color: #000; |
6078 |
color: #fff; |
4359 |
font-weight: bold; |
6079 |
font-weight: bold; |
|
|
6080 |
left: 15px; |
6081 |
top: 0; |
4360 |
} |
6082 |
} |
4361 |
|
6083 |
|
4362 |
&.divider { |
6084 |
&.divider { |
Lines 4365-4428
input.renew {
Link Here
|
4365 |
} |
6087 |
} |
4366 |
|
6088 |
|
4367 |
.lastborrower { |
6089 |
.lastborrower { |
4368 |
background-color: #E6F0F2; |
6090 |
background-image: linear-gradient(to left, #418940, #71B443); |
4369 |
border: 1px solid #95C6D0; |
|
|
4370 |
box-shadow: 1px 1px 1px 0 #999; |
6091 |
box-shadow: 1px 1px 1px 0 #999; |
4371 |
color: #CC0000; |
6092 |
color: #fff; |
4372 |
margin: .4em 0; |
6093 |
margin: .4em 0; |
4373 |
padding: .3em .5em .3em .5em; |
6094 |
border-radius: 5px 5px 5px 5px; |
|
|
6095 |
// position: absolute; |
6096 |
// right: 50px; |
4374 |
} |
6097 |
} |
4375 |
|
6098 |
|
|
|
6099 |
|
6100 |
|
4376 |
#lastborrower-ref { |
6101 |
#lastborrower-ref { |
4377 |
border-radius: 5px 0px 0px 5px; |
|
|
4378 |
float: left; |
6102 |
float: left; |
|
|
6103 |
padding: .1em .4em .1em .5em; |
6104 |
} |
6105 |
|
6106 |
#lastborrower-bar { |
6107 |
float: right; |
6108 |
float: left; |
6109 |
padding: .1em .0em .1em .0em; |
4379 |
} |
6110 |
} |
4380 |
|
6111 |
|
4381 |
#lastborrower-remove { |
6112 |
#lastborrower-remove { |
4382 |
border-radius: 0px 5px 5px 0px; |
|
|
4383 |
cursor: pointer; |
6113 |
cursor: pointer; |
4384 |
float: right; |
6114 |
float: right; |
|
|
6115 |
margin: .0em .4em .0em .4em; |
6116 |
padding: .1em .5em .1em .5em; |
4385 |
} |
6117 |
} |
4386 |
|
6118 |
|
4387 |
#lastborrower-window { |
6119 |
#lastborrower-window { |
4388 |
display: none; |
|
|
4389 |
position: absolute; |
6120 |
position: absolute; |
4390 |
right: 5px; |
6121 |
right: 50px; |
4391 |
top: 0px; |
6122 |
top: 9px; |
|
|
6123 |
} |
6124 |
|
6125 |
#lastborrowerlink { |
6126 |
background: transparent url("../img/UIKit/arrow.svg") no-repeat scroll 0%; |
6127 |
color: #fff; |
6128 |
padding: .0em .0em .0em 1.3em; |
6129 |
|
6130 |
&:hover{ |
6131 |
text-decoration: underline; |
6132 |
} |
4392 |
} |
6133 |
} |
4393 |
|
6134 |
|
4394 |
/* ==== MODULE LINKS - Start ==== */ |
6135 |
/* ==== MODULE LINKS - Start ==== */ |
4395 |
.buttons-list { |
6136 |
.buttons-list { |
4396 |
// List containing the module links |
6137 |
// List containing the module links |
4397 |
margin-bottom: 30px; |
6138 |
margin: 30px 0; |
4398 |
padding: 0; |
6139 |
padding: 0; |
|
|
6140 |
margin-left: 15px; |
4399 |
|
6141 |
|
4400 |
li { |
6142 |
li { |
4401 |
// Standard attributes for the list elements |
6143 |
// Standard attributes for the list elements |
|
|
6144 |
height: 60px; |
4402 |
list-style-type: none; |
6145 |
list-style-type: none; |
|
|
6146 |
display: table; |
6147 |
margin-bottom: 15px; |
4403 |
|
6148 |
|
4404 |
a { |
6149 |
a { |
4405 |
&.circ-button { |
6150 |
&.menucirc{ |
4406 |
// Class used for each module link |
|
|
4407 |
background-color: #F4F8F9; |
4408 |
background-position: 5px 3px; |
4409 |
background-repeat: no-repeat; |
4410 |
border: 2px solid #B9D8D9; |
4411 |
border-radius: 6px; |
4412 |
box-sizing: content-box; |
4413 |
color: #000000; |
4414 |
display: block; |
6151 |
display: block; |
4415 |
font-size: 110%; |
6152 |
height: 60px; |
4416 |
font-weight: bold; |
6153 |
margin: 5px; |
4417 |
margin: .5em 0; |
6154 |
|
4418 |
max-width: 260px; |
6155 |
i{ |
4419 |
padding: 8px; |
6156 |
|
4420 |
text-decoration: none; |
6157 |
&.fa{ |
|
|
6158 |
color: #fff; |
6159 |
border-radius: 50%; |
6160 |
background-color: #71B443; |
6161 |
width: 40px; |
6162 |
height: 40px; |
6163 |
margin: 5px; |
6164 |
padding: 10px; |
6165 |
-webkit-box-sizing: content-box; |
6166 |
box-sizing: content-box; |
6167 |
align-items: center; |
6168 |
justify-content: center; |
6169 |
display: inline; |
6170 |
border: solid 3px #71B443; |
6171 |
} |
4421 |
|
6172 |
|
4422 |
&:hover { |
6173 |
&.fond{ |
4423 |
// Class used for each module link hover state |
6174 |
opacity: 70%; |
4424 |
border-color: #538200; |
6175 |
position: relative; |
4425 |
color: #538200; |
6176 |
top: 5px; |
|
|
6177 |
border: none; |
6178 |
right: 20px; |
6179 |
border-radius: 0; |
6180 |
background-color: transparent; |
6181 |
width: auto; |
6182 |
height: auto; |
6183 |
margin: 0; |
6184 |
padding: 0; |
6185 |
} |
6186 |
|
6187 |
} |
6188 |
|
6189 |
h1 { |
6190 |
font-size: 150%; |
6191 |
font-weight: normal; |
6192 |
display: inline; |
6193 |
color: #000; |
6194 |
} |
6195 |
|
6196 |
&:hover, &:active, &:focus{ |
6197 |
text-decoration: none; |
6198 |
|
6199 |
h1{ |
6200 |
color: #418940; |
6201 |
} |
6202 |
|
6203 |
i{ |
6204 |
&.fa{ |
6205 |
background-color: #418940; |
6206 |
border: solid 3px #418940; |
6207 |
} |
6208 |
&.fond{ |
6209 |
opacity: 70%; |
6210 |
position: relative; |
6211 |
top: 5px; |
6212 |
border: none; |
6213 |
right: 20px; |
6214 |
border-radius: 0; |
6215 |
background-color: transparent; |
6216 |
width: auto; |
6217 |
height: auto; |
6218 |
margin: 0; |
6219 |
padding: 0; |
6220 |
} |
6221 |
} |
4426 |
} |
6222 |
} |
4427 |
} |
6223 |
} |
4428 |
} |
6224 |
} |
Lines 4430-4436
input.renew {
Link Here
|
4430 |
} |
6226 |
} |
4431 |
|
6227 |
|
4432 |
.about h2 { |
6228 |
.about h2 { |
4433 |
border-bottom: 1px solid #B9D8D9; |
6229 |
border-bottom: 1px solid #bfd9b9; |
4434 |
padding: .5em .2em; |
6230 |
padding: .5em .2em; |
4435 |
margin: .5em 0; |
6231 |
margin: .5em 0; |
4436 |
} |
6232 |
} |
Lines 4452-4478
input.renew {
Link Here
|
4452 |
|
6248 |
|
4453 |
// ==== MODULE LINKS - End ==== |
6249 |
// ==== MODULE LINKS - End ==== |
4454 |
|
6250 |
|
4455 |
#catalog-search-link { |
|
|
4456 |
border-right: 1px solid lighten( #E6F0F2, 15% ); |
4457 |
padding-right: .3em; |
4458 |
} |
4459 |
|
4460 |
#catalog-search-dropdown { |
4461 |
padding: 0; |
4462 |
|
4463 |
& > a { |
4464 |
border-left: 1px solid darken( #B4D2D8, 5% ); |
4465 |
margin-right: .6em; |
4466 |
padding: .4em .6em; |
4467 |
|
4468 |
&:hover, |
4469 |
&.catalog-search-dropdown-hover { |
4470 |
background-color: darken( #E6F0F2, 5% ); |
4471 |
border-left: 1px solid darken( #B4D2D8, 15% ); |
4472 |
} |
4473 |
} |
4474 |
} |
4475 |
|
4476 |
#tools_holidays { |
6251 |
#tools_holidays { |
4477 |
.radio, |
6252 |
.radio, |
4478 |
.checkbox { |
6253 |
.checkbox { |
Lines 4573-4586
input.renew {
Link Here
|
4573 |
|
6348 |
|
4574 |
.header-menu-link { |
6349 |
.header-menu-link { |
4575 |
display: none; |
6350 |
display: none; |
4576 |
font-weight: bold; |
|
|
4577 |
padding: .4em .6em; |
6351 |
padding: .4em .6em; |
4578 |
} |
6352 |
} |
4579 |
|
6353 |
|
4580 |
#user-menu { |
6354 |
#user-menu { |
|
|
6355 |
top: 0px; |
4581 |
position: absolute; |
6356 |
position: absolute; |
4582 |
right: 5px; |
6357 |
right: 5px; |
4583 |
top: 0; |
|
|
4584 |
} |
6358 |
} |
4585 |
|
6359 |
|
4586 |
div#makechart ol li { |
6360 |
div#makechart ol li { |
Lines 4616-4622
div .suggestion_note {
Link Here
|
4616 |
} |
6390 |
} |
4617 |
|
6391 |
|
4618 |
.currentlibrary { |
6392 |
.currentlibrary { |
4619 |
background-color: #E6FCB7; |
|
|
4620 |
display: inline-block; |
6393 |
display: inline-block; |
4621 |
padding: 2px 4px; |
6394 |
padding: 2px 4px; |
4622 |
} |
6395 |
} |
Lines 4712-4718
div .suggestion_note {
Link Here
|
4712 |
|
6485 |
|
4713 |
.open { |
6486 |
.open { |
4714 |
.dropdown-menu { |
6487 |
.dropdown-menu { |
4715 |
background-color: #FFF; |
6488 |
background-color: #352C2E; |
4716 |
border: 1px solid #ccc; |
6489 |
border: 1px solid #ccc; |
4717 |
position: absolute; |
6490 |
position: absolute; |
4718 |
} |
6491 |
} |
Lines 4720-4727
div .suggestion_note {
Link Here
|
4720 |
} |
6493 |
} |
4721 |
|
6494 |
|
4722 |
#header { |
6495 |
#header { |
4723 |
background-color: #FFF; |
6496 |
background-color: #352C2E; |
4724 |
border: 1px solid #CCC; |
|
|
4725 |
margin-bottom: 1em; |
6497 |
margin-bottom: 1em; |
4726 |
|
6498 |
|
4727 |
a { |
6499 |
a { |
Lines 4729-4736
div .suggestion_note {
Link Here
|
4729 |
padding-left: 1.5em; |
6501 |
padding-left: 1.5em; |
4730 |
|
6502 |
|
4731 |
&:hover { |
6503 |
&:hover { |
4732 |
background-color: #0070A9; |
6504 |
text-decoration: underline; |
4733 |
color: #FFF; |
6505 |
color: #FFF; |
|
|
6506 |
background-color: #352C2E; |
6507 |
background-image: none; |
4734 |
} |
6508 |
} |
4735 |
} |
6509 |
} |
4736 |
|
6510 |
|
Lines 4739-4745
div .suggestion_note {
Link Here
|
4739 |
box-shadow: unset; |
6513 |
box-shadow: unset; |
4740 |
float: none; |
6514 |
float: none; |
4741 |
left: auto; |
6515 |
left: auto; |
4742 |
position: relative; |
6516 |
position: initial; |
4743 |
right: auto; |
6517 |
right: auto; |
4744 |
|
6518 |
|
4745 |
&.dropdown-menu { |
6519 |
&.dropdown-menu { |
Lines 4747-4759
div .suggestion_note {
Link Here
|
4747 |
} |
6521 |
} |
4748 |
} |
6522 |
} |
4749 |
|
6523 |
|
4750 |
.dropdown-menu { |
6524 |
.dropdown-menu-brown { |
4751 |
li { |
6525 |
li { |
4752 |
a { |
|
|
4753 |
color: #004D99; |
4754 |
|
6526 |
|
|
|
6527 |
a { |
4755 |
&:hover { |
6528 |
&:hover { |
4756 |
color: #FFF; |
6529 |
color: #FFF; |
|
|
6530 |
text-decoration: underline; |
4757 |
} |
6531 |
} |
4758 |
} |
6532 |
} |
4759 |
} |
6533 |
} |
Lines 4785-4792
div .suggestion_note {
Link Here
|
4785 |
#user-menu { |
6559 |
#user-menu { |
4786 |
.open { |
6560 |
.open { |
4787 |
.dropdown-menu { |
6561 |
.dropdown-menu { |
4788 |
background-color: #FFF; |
6562 |
background-color: #352c35; |
4789 |
border: 1px solid #ccc; |
|
|
4790 |
position: absolute; |
6563 |
position: absolute; |
4791 |
} |
6564 |
} |
4792 |
} |
6565 |
} |
Lines 4835-4841
div .suggestion_note {
Link Here
|
4835 |
|
6608 |
|
4836 |
|
6609 |
|
4837 |
#helper { |
6610 |
#helper { |
4838 |
i { |
6611 |
i {background-color: #352C2E; |
|
|
6612 |
box-shadow: none; |
6613 |
height: 50px; |
6614 |
padding-left: 10px; |
6615 |
padding-right: 10px; |
6616 |
display: inline; |
6617 |
float: left; |
4839 |
display: none; |
6618 |
display: none; |
4840 |
} |
6619 |
} |
4841 |
|
6620 |
|