Subversion Repositories oidplus

Rev

Rev 1407 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1407 Rev 1466
Line 1... Line 1...
1
@charset "UTF-8";
1
@charset "UTF-8";
2
/*!
2
/*!
3
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
3
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
4
 * Copyright 2011-2023 The Bootstrap Authors
4
 * Copyright 2011-2024 The Bootstrap Authors
5
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
 */
6
 */
7
:root,
7
:root,
8
[data-bs-theme=light] {
8
[data-bs-theme=light] {
9
  --bs-blue: #0d6efd;
9
  --bs-blue: #0d6efd;
Line 3038... Line 3038...
3038
  border-color: var(--bs-btn-active-border-color);
3038
  border-color: var(--bs-btn-active-border-color);
3039
}
3039
}
3040
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
3040
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
3041
  box-shadow: var(--bs-btn-focus-box-shadow);
3041
  box-shadow: var(--bs-btn-focus-box-shadow);
3042
}
3042
}
-
 
3043
.btn-check:checked:focus-visible + .btn {
-
 
3044
  box-shadow: var(--bs-btn-focus-box-shadow);
-
 
3045
}
3043
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
3046
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
3044
  color: var(--bs-btn-disabled-color);
3047
  color: var(--bs-btn-disabled-color);
3045
  pointer-events: none;
3048
  pointer-events: none;
3046
  background-color: var(--bs-btn-disabled-bg);
3049
  background-color: var(--bs-btn-disabled-bg);
3047
  border-color: var(--bs-btn-disabled-border-color);
3050
  border-color: var(--bs-btn-disabled-border-color);
Line 4569... Line 4572...
4569
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
4572
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
4570
  --bs-accordion-btn-padding-x: 1.25rem;
4573
  --bs-accordion-btn-padding-x: 1.25rem;
4571
  --bs-accordion-btn-padding-y: 1rem;
4574
  --bs-accordion-btn-padding-y: 1rem;
4572
  --bs-accordion-btn-color: var(--bs-body-color);
4575
  --bs-accordion-btn-color: var(--bs-body-color);
4573
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
4576
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
4574
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
4577
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
4575
  --bs-accordion-btn-icon-width: 1.25rem;
4578
  --bs-accordion-btn-icon-width: 1.25rem;
4576
  --bs-accordion-btn-icon-transform: rotate(-180deg);
4579
  --bs-accordion-btn-icon-transform: rotate(-180deg);
4577
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
4580
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
4578
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
4581
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
4579
  --bs-accordion-btn-focus-border-color: #86b7fe;
-
 
4580
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
4582
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
4581
  --bs-accordion-body-padding-x: 1.25rem;
4583
  --bs-accordion-body-padding-x: 1.25rem;
4582
  --bs-accordion-body-padding-y: 1rem;
4584
  --bs-accordion-body-padding-y: 1rem;
4583
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
4585
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
4584
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
4586
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
Line 4632... Line 4634...
4632
.accordion-button:hover {
4634
.accordion-button:hover {
4633
  z-index: 2;
4635
  z-index: 2;
4634
}
4636
}
4635
.accordion-button:focus {
4637
.accordion-button:focus {
4636
  z-index: 3;
4638
  z-index: 3;
4637
  border-color: var(--bs-accordion-btn-focus-border-color);
-
 
4638
  outline: 0;
4639
  outline: 0;
4639
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
4640
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
4640
}
4641
}
4641
 
4642
 
4642
.accordion-header {
4643
.accordion-header {
Line 4650... Line 4651...
4650
}
4651
}
4651
.accordion-item:first-of-type {
4652
.accordion-item:first-of-type {
4652
  border-top-right-radius: var(--bs-accordion-border-radius);
4653
  border-top-right-radius: var(--bs-accordion-border-radius);
4653
  border-top-left-radius: var(--bs-accordion-border-radius);
4654
  border-top-left-radius: var(--bs-accordion-border-radius);
4654
}
4655
}
4655
.accordion-item:first-of-type .accordion-button {
4656
.accordion-item:first-of-type > .accordion-header .accordion-button {
4656
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
4657
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
4657
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
4658
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
4658
}
4659
}
4659
.accordion-item:not(:first-of-type) {
4660
.accordion-item:not(:first-of-type) {
4660
  border-top: 0;
4661
  border-top: 0;
4661
}
4662
}
4662
.accordion-item:last-of-type {
4663
.accordion-item:last-of-type {
4663
  border-bottom-left-radius: var(--bs-accordion-border-radius);
4664
  border-bottom-left-radius: var(--bs-accordion-border-radius);
4664
  border-bottom-right-radius: var(--bs-accordion-border-radius);
4665
  border-bottom-right-radius: var(--bs-accordion-border-radius);
4665
}
4666
}
4666
.accordion-item:last-of-type .accordion-button.collapsed {
4667
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
4667
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
4668
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
4668
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
4669
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
4669
}
4670
}
4670
.accordion-item:last-of-type .accordion-collapse {
4671
.accordion-item:last-of-type > .accordion-collapse {
4671
  border-bottom-left-radius: var(--bs-accordion-border-radius);
4672
  border-bottom-left-radius: var(--bs-accordion-border-radius);
4672
  border-bottom-right-radius: var(--bs-accordion-border-radius);
4673
  border-bottom-right-radius: var(--bs-accordion-border-radius);
4673
}
4674
}
4674
 
4675
 
4675
.accordion-body {
4676
.accordion-body {
4676
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
4677
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
4677
}
4678
}
4678
 
4679
 
4679
.accordion-flush .accordion-collapse {
-
 
4680
  border-width: 0;
-
 
4681
}
-
 
4682
.accordion-flush .accordion-item {
4680
.accordion-flush > .accordion-item {
4683
  border-left: 0;
4681
  border-left: 0;
4684
  border-right: 0;
4682
  border-right: 0;
4685
  border-radius: 0;
4683
  border-radius: 0;
4686
}
4684
}
4687
.accordion-flush .accordion-item:first-child {
4685
.accordion-flush > .accordion-item:first-child {
4688
  border-top: 0;
4686
  border-top: 0;
4689
}
4687
}
4690
.accordion-flush .accordion-item:last-child {
4688
.accordion-flush > .accordion-item:last-child {
4691
  border-bottom: 0;
4689
  border-bottom: 0;
4692
}
4690
}
4693
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
4691
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
-
 
4692
  border-radius: 0;
-
 
4693
}
-
 
4694
.accordion-flush > .accordion-item > .accordion-collapse {
4694
  border-radius: 0;
4695
  border-radius: 0;
4695
}
4696
}
4696
 
4697
 
4697
[data-bs-theme=dark] .accordion-button::after {
4698
[data-bs-theme=dark] .accordion-button::after {
4698
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
4699
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
Line 5574... Line 5575...
5574
 
5575
 
5575
.modal-header {
5576
.modal-header {
5576
  display: flex;
5577
  display: flex;
5577
  flex-shrink: 0;
5578
  flex-shrink: 0;
5578
  align-items: center;
5579
  align-items: center;
5579
  justify-content: space-between;
-
 
5580
  padding: var(--bs-modal-header-padding);
5580
  padding: var(--bs-modal-header-padding);
5581
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
5581
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
5582
  border-top-right-radius: var(--bs-modal-inner-border-radius);
5582
  border-top-right-radius: var(--bs-modal-inner-border-radius);
5583
  border-top-left-radius: var(--bs-modal-inner-border-radius);
5583
  border-top-left-radius: var(--bs-modal-inner-border-radius);
5584
}
5584
}
Line 6123... Line 6123...
6123
  height: 2rem;
6123
  height: 2rem;
6124
  background-repeat: no-repeat;
6124
  background-repeat: no-repeat;
6125
  background-position: 50%;
6125
  background-position: 50%;
6126
  background-size: 100% 100%;
6126
  background-size: 100% 100%;
6127
}
6127
}
6128
.carousel-control-next-icon {
-
 
6129
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
-
 
6130
}
-
 
6131
 
6128
 
6132
.carousel-control-prev-icon {
6129
.carousel-control-prev-icon {
6133
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
6130
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
6134
}
6131
}
6135
 
6132
 
-
 
6133
.carousel-control-next-icon {
-
 
6134
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
-
 
6135
}
-
 
6136
 
6136
.carousel-indicators {
6137
.carousel-indicators {
6137
  position: absolute;
6138
  position: absolute;
6138
  left: 0;
6139
  left: 0;
6139
  bottom: 0;
6140
  bottom: 0;
6140
  right: 0;
6141
  right: 0;
Line 6182... Line 6183...
6182
  padding-bottom: 1.25rem;
6183
  padding-bottom: 1.25rem;
6183
  color: #fff;
6184
  color: #fff;
6184
  text-align: center;
6185
  text-align: center;
6185
}
6186
}
6186
 
6187
 
6187
.carousel-dark .carousel-control-next-icon,
6188
.carousel-dark .carousel-control-prev-icon,
6188
.carousel-dark .carousel-control-prev-icon {
6189
.carousel-dark .carousel-control-next-icon {
6189
  filter: invert(1) grayscale(100);
6190
  filter: invert(1) grayscale(100);
6190
}
6191
}
6191
.carousel-dark .carousel-indicators [data-bs-target] {
6192
.carousel-dark .carousel-indicators [data-bs-target] {
6192
  background-color: #000;
6193
  background-color: #000;
6193
}
6194
}
6194
.carousel-dark .carousel-caption {
6195
.carousel-dark .carousel-caption {
6195
  color: #000;
6196
  color: #000;
6196
}
6197
}
6197
 
6198
 
6198
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
6199
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
6199
[data-bs-theme=dark] .carousel .carousel-control-prev-icon, [data-bs-theme=dark].carousel .carousel-control-next-icon,
6200
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
6200
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
6201
[data-bs-theme=dark].carousel .carousel-control-next-icon {
6201
  filter: invert(1) grayscale(100);
6202
  filter: invert(1) grayscale(100);
6202
}
6203
}
6203
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
6204
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
6204
  background-color: #000;
6205
  background-color: #000;
6205
}
6206
}
Line 6748... Line 6749...
6748
}
6749
}
6749
 
6750
 
6750
.offcanvas-header {
6751
.offcanvas-header {
6751
  display: flex;
6752
  display: flex;
6752
  align-items: center;
6753
  align-items: center;
6753
  justify-content: space-between;
-
 
6754
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
6754
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
6755
}
6755
}
6756
.offcanvas-header .btn-close {
6756
.offcanvas-header .btn-close {
6757
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
6757
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
6758
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
-
 
6759
  margin-left: calc(-0.5 * var(--bs-offcanvas-padding-x));
-
 
6760
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
6758
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) auto calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x));
6761
}
6759
}
6762
 
6760
 
6763
.offcanvas-title {
6761
.offcanvas-title {
6764
  margin-bottom: 0;
6762
  margin-bottom: 0;
6765
  line-height: var(--bs-offcanvas-title-line-height);
6763
  line-height: var(--bs-offcanvas-title-line-height);