customize

This commit is contained in:
ThePetrovich 2026-06-16 22:46:11 +09:00
commit eec942e2b4
682 changed files with 153415 additions and 0 deletions

4208
dist/css/bootstrap-grid.css vendored Normal file

File diff suppressed because it is too large Load diff

1
dist/css/bootstrap-grid.css.map vendored Normal file

File diff suppressed because one or more lines are too long

7
dist/css/bootstrap-grid.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/css/bootstrap-grid.min.css.map vendored Normal file

File diff suppressed because one or more lines are too long

4207
dist/css/bootstrap-grid.rtl.css vendored Normal file

File diff suppressed because it is too large Load diff

1
dist/css/bootstrap-grid.rtl.css.map vendored Normal file

File diff suppressed because one or more lines are too long

7
dist/css/bootstrap-grid.rtl.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

482
dist/css/bootstrap-reboot.css vendored Normal file
View file

@ -0,0 +1,482 @@
/*!
* Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
--bs-blue: #457aab;
--bs-indigo: #285580;
--bs-purple: #8d5fbf;
--bs-pink: #d63384;
--bs-red: #c42526;
--bs-orange: #ff9100;
--bs-yellow: #ffc107;
--bs-green: #2a8256;
--bs-teal: #009691;
--bs-cyan: #0068b3;
--bs-black: #222;
--bs-white: #fff;
--bs-gray: #a1a3a9;
--bs-gray-dark: #454545;
--bs-gray-100: #f2f2f2;
--bs-gray-200: #e2e2e3;
--bs-gray-300: #d4d4d4;
--bs-gray-400: #cdcdcd;
--bs-gray-500: #abb3bb;
--bs-gray-600: #a1a3a9;
--bs-gray-700: #5d6d75;
--bs-gray-800: #454545;
--bs-gray-900: #2a2a2a;
--bs-primary: #457aab;
--bs-secondary: #5d6d75;
--bs-success: #2a8256;
--bs-info: #0068b3;
--bs-warning: #ffc107;
--bs-danger: #c42526;
--bs-light: #f2f2f2;
--bs-dark: #2a2a2a;
--bs-primary-rgb: 69, 122, 171;
--bs-secondary-rgb: 93, 109, 117;
--bs-success-rgb: 42, 130, 86;
--bs-info-rgb: 0, 104, 179;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 196, 37, 38;
--bs-light-rgb: 242, 242, 242;
--bs-dark-rgb: 42, 42, 42;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 34, 34, 34;
--bs-body-color-rgb: 42, 42, 42;
--bs-body-bg-rgb: 255, 255, 255;
--bs-font-sans-serif: Arial, sans-serif, "Helvetica Neue", "Liberation Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: Consolas, "Liberation Mono", "Courier New", monospace, SFMono-Regular, Menlo, Monaco;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #2a2a2a;
--bs-body-bg: #fff;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #d4d4d4;
--bs-border-color-translucent: rgba(34, 34, 34, 0.175);
--bs-border-radius: 0;
--bs-border-radius-sm: 0;
--bs-border-radius-lg: 0;
--bs-border-radius-xl: 0;
--bs-border-radius-2xl: 0;
--bs-border-radius-pill: 0;
--bs-link-color: #457aab;
--bs-link-hover-color: #233d56;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(34, 34, 34, 0);
}
hr {
margin: 1rem 0;
color: inherit;
border: 0;
border-top: 1px solid;
opacity: 0.25;
}
h6, h5, h4, h3, h2, h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 600;
line-height: 1.2;
}
h1 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h1 {
font-size: 2rem;
}
}
h2 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h2 {
font-size: 1.75rem;
}
}
h3 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h3 {
font-size: 1.5rem;
}
}
h4 {
font-size: 1.25rem;
}
h5 {
font-size: 1.15rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 0.875em;
}
mark {
padding: 0.1875em;
background-color: var(--bs-highlight-bg);
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: var(--bs-link-color);
text-decoration: underline;
}
a:hover {
color: var(--bs-link-hover-color);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.1875rem 0.25rem;
font-size: 0.875em;
color: var(--bs-body-bg);
background-color: var(--bs-body-color);
}
kbd kbd {
padding: 0;
font-size: 1em;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.3rem;
padding-bottom: 0.3rem;
color: #a1a3a9;
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */

1
dist/css/bootstrap-reboot.css.map vendored Normal file

File diff suppressed because one or more lines are too long

7
dist/css/bootstrap-reboot.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/css/bootstrap-reboot.min.css.map vendored Normal file

File diff suppressed because one or more lines are too long

479
dist/css/bootstrap-reboot.rtl.css vendored Normal file
View file

@ -0,0 +1,479 @@
/*!
* Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
--bs-blue: #457aab;
--bs-indigo: #285580;
--bs-purple: #8d5fbf;
--bs-pink: #d63384;
--bs-red: #c42526;
--bs-orange: #ff9100;
--bs-yellow: #ffc107;
--bs-green: #2a8256;
--bs-teal: #009691;
--bs-cyan: #0068b3;
--bs-black: #222;
--bs-white: #fff;
--bs-gray: #a1a3a9;
--bs-gray-dark: #454545;
--bs-gray-100: #f2f2f2;
--bs-gray-200: #e2e2e3;
--bs-gray-300: #d4d4d4;
--bs-gray-400: #cdcdcd;
--bs-gray-500: #abb3bb;
--bs-gray-600: #a1a3a9;
--bs-gray-700: #5d6d75;
--bs-gray-800: #454545;
--bs-gray-900: #2a2a2a;
--bs-primary: #457aab;
--bs-secondary: #5d6d75;
--bs-success: #2a8256;
--bs-info: #0068b3;
--bs-warning: #ffc107;
--bs-danger: #c42526;
--bs-light: #f2f2f2;
--bs-dark: #2a2a2a;
--bs-primary-rgb: 69, 122, 171;
--bs-secondary-rgb: 93, 109, 117;
--bs-success-rgb: 42, 130, 86;
--bs-info-rgb: 0, 104, 179;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 196, 37, 38;
--bs-light-rgb: 242, 242, 242;
--bs-dark-rgb: 42, 42, 42;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 34, 34, 34;
--bs-body-color-rgb: 42, 42, 42;
--bs-body-bg-rgb: 255, 255, 255;
--bs-font-sans-serif: Arial, sans-serif, "Helvetica Neue", "Liberation Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: Consolas, "Liberation Mono", "Courier New", monospace, SFMono-Regular, Menlo, Monaco;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #2a2a2a;
--bs-body-bg: #fff;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #d4d4d4;
--bs-border-color-translucent: rgba(34, 34, 34, 0.175);
--bs-border-radius: 0;
--bs-border-radius-sm: 0;
--bs-border-radius-lg: 0;
--bs-border-radius-xl: 0;
--bs-border-radius-2xl: 0;
--bs-border-radius-pill: 0;
--bs-link-color: #457aab;
--bs-link-hover-color: #233d56;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(34, 34, 34, 0);
}
hr {
margin: 1rem 0;
color: inherit;
border: 0;
border-top: 1px solid;
opacity: 0.25;
}
h6, h5, h4, h3, h2, h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 600;
line-height: 1.2;
}
h1 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h1 {
font-size: 2rem;
}
}
h2 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h2 {
font-size: 1.75rem;
}
}
h3 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h3 {
font-size: 1.5rem;
}
}
h4 {
font-size: 1.25rem;
}
h5 {
font-size: 1.15rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-right: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-right: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 0.875em;
}
mark {
padding: 0.1875em;
background-color: var(--bs-highlight-bg);
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: var(--bs-link-color);
text-decoration: underline;
}
a:hover {
color: var(--bs-link-hover-color);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.1875rem 0.25rem;
font-size: 0.875em;
color: var(--bs-body-bg);
background-color: var(--bs-body-color);
}
kbd kbd {
padding: 0;
font-size: 1em;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.3rem;
padding-bottom: 0.3rem;
color: #a1a3a9;
text-align: right;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: right;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: right;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.rtl.css.map */

1
dist/css/bootstrap-reboot.rtl.css.map vendored Normal file

File diff suppressed because one or more lines are too long

7
dist/css/bootstrap-reboot.rtl.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4988
dist/css/bootstrap-utilities.css vendored Normal file

File diff suppressed because it is too large Load diff

1
dist/css/bootstrap-utilities.css.map vendored Normal file

File diff suppressed because one or more lines are too long

7
dist/css/bootstrap-utilities.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4979
dist/css/bootstrap-utilities.rtl.css vendored Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

10420
dist/css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load diff

1
dist/css/bootstrap.css.map vendored Normal file

File diff suppressed because one or more lines are too long

7
dist/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/css/bootstrap.min.css.map vendored Normal file

File diff suppressed because one or more lines are too long

10384
dist/css/bootstrap.rtl.css vendored Normal file

File diff suppressed because it is too large Load diff

1
dist/css/bootstrap.rtl.css.map vendored Normal file

File diff suppressed because one or more lines are too long

7
dist/css/bootstrap.rtl.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/css/bootstrap.rtl.min.css.map vendored Normal file

File diff suppressed because one or more lines are too long

7075
dist/js/bootstrap.bundle.js vendored Normal file

File diff suppressed because it is too large Load diff

1
dist/js/bootstrap.bundle.js.map vendored Normal file

File diff suppressed because one or more lines are too long

7
dist/js/bootstrap.bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/js/bootstrap.bundle.min.js.map vendored Normal file

File diff suppressed because one or more lines are too long

5202
dist/js/bootstrap.esm.js vendored Normal file

File diff suppressed because it is too large Load diff

1
dist/js/bootstrap.esm.js.map vendored Normal file

File diff suppressed because one or more lines are too long

7
dist/js/bootstrap.esm.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/js/bootstrap.esm.min.js.map vendored Normal file

File diff suppressed because one or more lines are too long

5249
dist/js/bootstrap.js vendored Normal file

File diff suppressed because it is too large Load diff

1
dist/js/bootstrap.js.map vendored Normal file

File diff suppressed because one or more lines are too long

7
dist/js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/js/bootstrap.min.js.map vendored Normal file

File diff suppressed because one or more lines are too long