You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
231 lines
4.9 KiB
231 lines
4.9 KiB
@font-face {
|
|
font-family: 'Inter var';
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
font-named-instance: 'Regular';
|
|
src: url('./fonts/Inter-roman-latin.var.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter var';
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
font-style: italic;
|
|
font-named-instance: 'Italic';
|
|
src: url('./fonts/Inter-italic-latin.var.woff2') format('woff2');
|
|
}
|
|
|
|
:root {
|
|
--ifm-color-primary: #6565d5;
|
|
--ifm-color-primary-dark: #5959d2;
|
|
--ifm-color-primary-darker: #4c4cce;
|
|
--ifm-color-primary-darkest: #4040cb;
|
|
--ifm-color-primary-light: #7e7edc;
|
|
--ifm-color-primary-lighter: #8a8adf;
|
|
--ifm-color-primary-lightest: #afafe9;
|
|
|
|
--ifm-font-family-base: 'Inter var', -apple-system, BlinkMacSystemFont,
|
|
'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
|
'Droid Sans', 'Helvetica Neue', sans-serif;
|
|
--ifm-font-size-base: 16px;
|
|
|
|
--ifm-footer-padding-vertical: 3rem;
|
|
}
|
|
|
|
html[data-theme='dark'] {
|
|
--ifm-color-primary: #7f7ff0;
|
|
--ifm-color-primary-dark: rgb(114, 114, 216);
|
|
--ifm-color-primary-darker: rgb(108, 108, 204);
|
|
--ifm-color-primary-darkest: rgb(89, 89, 168);
|
|
--ifm-color-primary-light: rgb(146, 146, 242);
|
|
--ifm-color-primary-lighter: rgb(165, 165, 245);
|
|
--ifm-color-primary-lightest: rgb(191, 191, 248);
|
|
}
|
|
|
|
.navbar__items {
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.footer__links {
|
|
margin-bottom: 3rem;
|
|
}
|
|
|
|
.footer__copyright {
|
|
text-align: start;
|
|
}
|
|
|
|
.markdown h1 {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
:root {
|
|
--ifm-font-size-base: 16px;
|
|
}
|
|
|
|
.markdown h1 {
|
|
--ifm-h1-font-size: 1.5rem;
|
|
}
|
|
|
|
.markdown h2 {
|
|
--ifm-h2-font-size: 1.375rem;
|
|
}
|
|
|
|
.markdown h3 {
|
|
--ifm-h3-font-size: 1.25rem;
|
|
}
|
|
}
|
|
|
|
div[class^='announcementBar_'] {
|
|
background-color: var(--ifm-color-primary);
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.theme-doc-markdown details {
|
|
--ifm-alert-background-color: transparent;
|
|
border: 1px solid var(--ifm-color-primary);
|
|
}
|
|
|
|
.theme-doc-markdown details h2,
|
|
.theme-doc-markdown details h3,
|
|
.theme-doc-markdown details h4,
|
|
.theme-doc-markdown details h5,
|
|
.theme-doc-markdown details h6 {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.docs-doc-page .pagination-nav__item:first-child .pagination-nav__label::before,
|
|
.docs-doc-page .pagination-nav__item--next .pagination-nav__label::after {
|
|
content: '';
|
|
}
|
|
|
|
.pagination-nav__item .pagination-nav__label {
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.docs-doc-page .pagination-nav__item {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.navbar-icon:before {
|
|
background-repeat: no-repeat;
|
|
content: '';
|
|
display: flex;
|
|
height: 24px;
|
|
width: 24px;
|
|
transition: all 300ms ease-in-out;
|
|
}
|
|
|
|
.navbar-icon:hover {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.navbar-icon-github:before {
|
|
background-image: url('/img/icons8-github.svg');
|
|
}
|
|
|
|
html[data-theme='dark'] .navbar-icon-github:before {
|
|
background-image: url('/img/icons8-github-light.svg');
|
|
height: 28px;
|
|
width: 28px;
|
|
}
|
|
|
|
.navbar-icon-twitter:before {
|
|
background-image: url('/img/icons8-twitter.svg');
|
|
}
|
|
|
|
html[data-theme='dark'] .navbar-icon-twitter:before {
|
|
background-image: url('/img/icons8-twitter-light.svg');
|
|
}
|
|
|
|
.navbar-icon-facebook:before {
|
|
background-image: url('/img/icons8-facebook.svg');
|
|
}
|
|
|
|
html[data-theme='dark'] .navbar-icon-facebook:before {
|
|
background-image: url('/img/icons8-facebook-light.svg');
|
|
height: 28px;
|
|
width: 28px;
|
|
}
|
|
|
|
.navbar-icon-telegram:before {
|
|
background-image: url('/img/icons8-telegram.svg');
|
|
}
|
|
|
|
html[data-theme='dark'] .navbar-icon-telegram:before {
|
|
background-image: url('/img/icons8-telegram-light.svg');
|
|
height: 28px;
|
|
width: 24px;
|
|
}
|
|
|
|
#carbonads * {
|
|
margin: initial;
|
|
padding: initial;
|
|
}
|
|
#carbonads {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial,
|
|
sans-serif;
|
|
display: flex;
|
|
background-color: hsl(0, 0%, 98%);
|
|
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
|
|
z-index: 100;
|
|
margin-bottom: 1rem;
|
|
margin-top: 1rem;
|
|
}
|
|
html[data-theme='dark'] #carbonads {
|
|
background-color: hsl(0, 0%, 15%);
|
|
box-shadow: 0 0 1px hsl(0deg 0% 0% / 0.085), 0 0 2px hsl(0deg 0% 0% / 0.085),
|
|
0 0 4px hsl(0deg 0% 0% / 0.085), 0 0 8px hsl(0deg 0% 0% / 0.085);
|
|
}
|
|
#carbonads a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
#carbonads a:hover {
|
|
color: inherit;
|
|
}
|
|
#carbonads span {
|
|
position: relative;
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
#carbonads .carbon-wrap {
|
|
display: flex;
|
|
}
|
|
#carbonads .carbon-img {
|
|
display: block;
|
|
margin: 0;
|
|
line-height: 1;
|
|
}
|
|
#carbonads .carbon-img img {
|
|
display: block;
|
|
}
|
|
#carbonads .carbon-text {
|
|
font-size: 13px;
|
|
padding: 10px;
|
|
margin-bottom: 16px;
|
|
line-height: 1.5;
|
|
text-align: left;
|
|
}
|
|
#carbonads .carbon-poweredby {
|
|
display: block;
|
|
padding: 6px 8px;
|
|
background: #f1f1f2;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
font-weight: 600;
|
|
font-size: 8px;
|
|
line-height: 1;
|
|
border-top-left-radius: 3px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
html[data-theme='dark'] #carbonads .carbon-poweredby {
|
|
background: #1e2021;
|
|
}
|