Apply theme to 5.3.8
This commit is contained in:
parent
f203f0c103
commit
be164cfe0a
930 changed files with 53160 additions and 42297 deletions
147
dist/css/bootstrap-reboot.css
vendored
147
dist/css/bootstrap-reboot.css
vendored
|
|
@ -1,10 +1,10 @@
|
|||
/*!
|
||||
* Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Bootstrap Reboot v5.3.8 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2025 The Bootstrap Authors
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
:root {
|
||||
:root,
|
||||
[data-bs-theme=light] {
|
||||
--bs-blue: #457aab;
|
||||
--bs-indigo: #285580;
|
||||
--bs-purple: #8d5fbf;
|
||||
|
|
@ -44,10 +44,32 @@
|
|||
--bs-danger-rgb: 196, 37, 38;
|
||||
--bs-light-rgb: 242, 242, 242;
|
||||
--bs-dark-rgb: 42, 42, 42;
|
||||
--bs-primary-text-emphasis: #1c3144;
|
||||
--bs-secondary-text-emphasis: #252c2f;
|
||||
--bs-success-text-emphasis: #113422;
|
||||
--bs-info-text-emphasis: #002a48;
|
||||
--bs-warning-text-emphasis: #664d03;
|
||||
--bs-danger-text-emphasis: #4e0f0f;
|
||||
--bs-light-text-emphasis: #5d6d75;
|
||||
--bs-dark-text-emphasis: #5d6d75;
|
||||
--bs-primary-bg-subtle: #dae4ee;
|
||||
--bs-secondary-bg-subtle: #dfe2e3;
|
||||
--bs-success-bg-subtle: #d4e6dd;
|
||||
--bs-info-bg-subtle: #cce1f0;
|
||||
--bs-warning-bg-subtle: #fff3cd;
|
||||
--bs-danger-bg-subtle: #f3d3d4;
|
||||
--bs-light-bg-subtle: #f9f9f9;
|
||||
--bs-dark-bg-subtle: #cdcdcd;
|
||||
--bs-primary-border-subtle: #b5cadd;
|
||||
--bs-secondary-border-subtle: #bec5c8;
|
||||
--bs-success-border-subtle: #aacdbb;
|
||||
--bs-info-border-subtle: #99c3e1;
|
||||
--bs-warning-border-subtle: #ffe69c;
|
||||
--bs-danger-border-subtle: #e7a8a8;
|
||||
--bs-light-border-subtle: #e2e2e3;
|
||||
--bs-dark-border-subtle: #abb3bb;
|
||||
--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));
|
||||
|
|
@ -56,7 +78,28 @@
|
|||
--bs-body-font-weight: 400;
|
||||
--bs-body-line-height: 1.5;
|
||||
--bs-body-color: #2a2a2a;
|
||||
--bs-body-color-rgb: 42, 42, 42;
|
||||
--bs-body-bg: #fff;
|
||||
--bs-body-bg-rgb: 255, 255, 255;
|
||||
--bs-emphasis-color: #222;
|
||||
--bs-emphasis-color-rgb: 34, 34, 34;
|
||||
--bs-secondary-color: rgba(42, 42, 42, 0.75);
|
||||
--bs-secondary-color-rgb: 42, 42, 42;
|
||||
--bs-secondary-bg: #e2e2e3;
|
||||
--bs-secondary-bg-rgb: 226, 226, 227;
|
||||
--bs-tertiary-color: rgba(42, 42, 42, 0.5);
|
||||
--bs-tertiary-color-rgb: 42, 42, 42;
|
||||
--bs-tertiary-bg: #f2f2f2;
|
||||
--bs-tertiary-bg-rgb: 242, 242, 242;
|
||||
--bs-heading-color: inherit;
|
||||
--bs-link-color: #457aab;
|
||||
--bs-link-color-rgb: 69, 122, 171;
|
||||
--bs-link-decoration: underline;
|
||||
--bs-link-hover-color: #233d56;
|
||||
--bs-link-hover-color-rgb: 35, 61, 86;
|
||||
--bs-code-color: #d63384;
|
||||
--bs-highlight-color: #2a2a2a;
|
||||
--bs-highlight-bg: #fff3cd;
|
||||
--bs-border-width: 1px;
|
||||
--bs-border-style: solid;
|
||||
--bs-border-color: #d4d4d4;
|
||||
|
|
@ -65,12 +108,76 @@
|
|||
--bs-border-radius-sm: 0;
|
||||
--bs-border-radius-lg: 0;
|
||||
--bs-border-radius-xl: 0;
|
||||
--bs-border-radius-2xl: 0;
|
||||
--bs-border-radius-xxl: 0;
|
||||
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
|
||||
--bs-border-radius-pill: 0;
|
||||
--bs-link-color: #457aab;
|
||||
--bs-link-hover-color: #233d56;
|
||||
--bs-code-color: #d63384;
|
||||
--bs-highlight-bg: #fff3cd;
|
||||
--bs-box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15);
|
||||
--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(34, 34, 34, 0.075);
|
||||
--bs-box-shadow-lg: 0 1rem 3rem rgba(34, 34, 34, 0.175);
|
||||
--bs-box-shadow-inset: inset 0 1px 2px rgba(34, 34, 34, 0.075);
|
||||
--bs-focus-ring-width: 0.25rem;
|
||||
--bs-focus-ring-opacity: 0.25;
|
||||
--bs-focus-ring-color: rgba(69, 122, 171, 0.25);
|
||||
--bs-form-valid-color: #2a8256;
|
||||
--bs-form-valid-border-color: #2a8256;
|
||||
--bs-form-invalid-color: #c42526;
|
||||
--bs-form-invalid-border-color: #c42526;
|
||||
}
|
||||
|
||||
[data-bs-theme=dark] {
|
||||
color-scheme: dark;
|
||||
--bs-body-color: #d4d4d4;
|
||||
--bs-body-color-rgb: 212, 212, 212;
|
||||
--bs-body-bg: #2a2a2a;
|
||||
--bs-body-bg-rgb: 42, 42, 42;
|
||||
--bs-emphasis-color: #fff;
|
||||
--bs-emphasis-color-rgb: 255, 255, 255;
|
||||
--bs-secondary-color: rgba(212, 212, 212, 0.75);
|
||||
--bs-secondary-color-rgb: 212, 212, 212;
|
||||
--bs-secondary-bg: #454545;
|
||||
--bs-secondary-bg-rgb: 69, 69, 69;
|
||||
--bs-tertiary-color: rgba(212, 212, 212, 0.5);
|
||||
--bs-tertiary-color-rgb: 212, 212, 212;
|
||||
--bs-tertiary-bg: #383838;
|
||||
--bs-tertiary-bg-rgb: 56, 56, 56;
|
||||
--bs-primary-text-emphasis: #8fafcd;
|
||||
--bs-secondary-text-emphasis: #9ea7ac;
|
||||
--bs-success-text-emphasis: #7fb49a;
|
||||
--bs-info-text-emphasis: #66a4d1;
|
||||
--bs-warning-text-emphasis: #ffda6a;
|
||||
--bs-danger-text-emphasis: #dc7c7d;
|
||||
--bs-light-text-emphasis: #f2f2f2;
|
||||
--bs-dark-text-emphasis: #d4d4d4;
|
||||
--bs-primary-bg-subtle: #0e1822;
|
||||
--bs-secondary-bg-subtle: #131617;
|
||||
--bs-success-bg-subtle: #081a11;
|
||||
--bs-info-bg-subtle: #001524;
|
||||
--bs-warning-bg-subtle: #332701;
|
||||
--bs-danger-bg-subtle: #270708;
|
||||
--bs-light-bg-subtle: #454545;
|
||||
--bs-dark-bg-subtle: #343434;
|
||||
--bs-primary-border-subtle: #294967;
|
||||
--bs-secondary-border-subtle: #384146;
|
||||
--bs-success-border-subtle: #194e34;
|
||||
--bs-info-border-subtle: #003e6b;
|
||||
--bs-warning-border-subtle: #997404;
|
||||
--bs-danger-border-subtle: #761617;
|
||||
--bs-light-border-subtle: #5d6d75;
|
||||
--bs-dark-border-subtle: #454545;
|
||||
--bs-heading-color: inherit;
|
||||
--bs-link-color: #8fafcd;
|
||||
--bs-link-hover-color: #c7d7e6;
|
||||
--bs-link-color-rgb: 143, 175, 205;
|
||||
--bs-link-hover-color-rgb: 199, 215, 230;
|
||||
--bs-code-color: #e685b5;
|
||||
--bs-highlight-color: #d4d4d4;
|
||||
--bs-highlight-bg: #664d03;
|
||||
--bs-border-color: #5d6d75;
|
||||
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
||||
--bs-form-valid-color: #7fb49a;
|
||||
--bs-form-valid-border-color: #7fb49a;
|
||||
--bs-form-invalid-color: #dc7c7d;
|
||||
--bs-form-invalid-border-color: #dc7c7d;
|
||||
}
|
||||
|
||||
*,
|
||||
|
|
@ -102,7 +209,7 @@ hr {
|
|||
margin: 1rem 0;
|
||||
color: inherit;
|
||||
border: 0;
|
||||
border-top: 1px solid;
|
||||
border-top: var(--bs-border-width) solid;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
|
|
@ -111,6 +218,7 @@ h6, h5, h4, h3, h2, h1 {
|
|||
margin-bottom: 0.5rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.2;
|
||||
color: var(--bs-heading-color);
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -214,6 +322,7 @@ small {
|
|||
|
||||
mark {
|
||||
padding: 0.1875em;
|
||||
color: var(--bs-highlight-color);
|
||||
background-color: var(--bs-highlight-bg);
|
||||
}
|
||||
|
||||
|
|
@ -234,11 +343,11 @@ sup {
|
|||
}
|
||||
|
||||
a {
|
||||
color: var(--bs-link-color);
|
||||
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
color: var(--bs-link-hover-color);
|
||||
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
|
||||
}
|
||||
|
||||
a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
||||
|
|
@ -304,7 +413,7 @@ table {
|
|||
caption {
|
||||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.25rem;
|
||||
color: #a1a3a9;
|
||||
color: var(--bs-secondary-color);
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
@ -401,8 +510,8 @@ legend {
|
|||
width: 100%;
|
||||
padding: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: calc(1.275rem + 0.3vw);
|
||||
line-height: inherit;
|
||||
font-size: calc(1.275rem + 0.3vw);
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
legend {
|
||||
|
|
@ -428,8 +537,12 @@ legend + * {
|
|||
}
|
||||
|
||||
[type=search] {
|
||||
outline-offset: -2px;
|
||||
-webkit-appearance: textfield;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
[type=search]::-webkit-search-cancel-button {
|
||||
cursor: pointer;
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
/* rtl:raw:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue