blob: eaa837553a257deaa934c163def0cc3625ea3207 [file]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* Self-hosted fonts via @fontsource (no external requests) */
@import '@fontsource/inter/400.css';
@import '@fontsource/inter/500.css';
@import '@fontsource/inter/600.css';
@import '@fontsource/inter/700.css';
@import '@fontsource/inter/800.css';
@import '@fontsource/roboto/400.css';
@import '@fontsource/roboto/500.css';
@import '@fontsource/roboto/700.css';
/* You can override the default Infima variables here. */
:root {
/* Use Roboto consistently across the platform */
--ifm-font-family-base: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
/* Increase line height for a more "airy" and professional feel */
--ifm-line-height-base: 1.65;
/* Refine primary colors to a slightly more professional "Brand Blue" */
--ifm-color-primary: #0062cc;
--ifm-color-primary-dark: #0056b3;
--ifm-color-primary-darker: #004d99;
--ifm-color-primary-darkest: #003d7a;
--ifm-color-primary-light: #1a7ae0;
--ifm-color-primary-lighter: #338df2;
--ifm-color-primary-lightest: #66abf7;
/* Adjust heading weights */
--ifm-heading-font-weight: 700;
--ifm-code-font-size: 90%;
--docusaurus-highlighted-code-line-bg: #E2E9F3;
--ifm-menu-color-background-active: #edeefa99;
--ifm-menu-color-background-hover: #edeefa99;
}
.source_code_button {
margin-left: 20px;
}
.navbar__brand {
font-family: 'Roboto', sans-serif;
font-weight: 700;
letter-spacing: -0.01em;
color: inherit;
}
.hero__title {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 3.5rem;
letter-spacing: -0.02em;
line-height: 1.1;
}
.hero__subtitle {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 1.5rem;
opacity: 0.9;
max-width: 800px;
margin: 0 auto;
padding-bottom: 2rem;
}
.header-github-link:hover {
opacity: 0.6;
}
.header-github-link::before {
content: '';
width: 24px;
height: 24px;
display: flex;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")
no-repeat;
}
.menu__list-item {
font-size: 0.95rem;
font-weight: 500;
}
.menu__link {
font-weight: 500;
color: #57606a;
}
.menu__link--active {
color: var(--ifm-color-primary);
font-weight: 600;
}
.menu__link--sublist-caret:after {
background: var(--ifm-menu-link-sublist-icon) 50% / 1.5rem 1.5rem;
}
.markdown {
padding-left: 1rem;
h1,
h2,
h3,
h4,
h5,
h6 {
color: #1d1d1d;
margin-bottom: 0.3125rem;
font-weight: 700;
}
b,
strong {
font-weight: 700;
color: #1d1d1d;
}
h1,
h1:first-child {
font-size: 2.5rem;
margin-bottom: 1.5rem;
margin-top: 0;
}
h2 {
font-size: 2rem;
margin-bottom: 1.25rem;
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid #e6e7e9;
}
h3 {
font-size: 1.5rem;
margin-bottom: 1.25rem;
margin-top: 1rem;
}
p {
line-height: 1.875;
code {
border-radius: 4px;
background-color: #afb8c133;
border: none;
padding: 3px 4px;
font-size: 14px;
color: #4c576c;
}
}
li > code {
border-radius: 4px;
background-color: #afb8c133;
border: none;
padding: 3px 4px;
font-size: 14px;
color: #4c576c;
}
table {
display: table;
width: 100%;
border-collapse: separate;
border-spacing: 0;
border: 1px solid #e1e4e8;
border-radius: 8px;
overflow: hidden;
}
table thead tr {
background-color: #f6f8fa;
}
table thead th {
background-color: #f6f8fa;
color: #1a1a1a;
font-size: 1rem;
font-weight: 500;
}
table tr {
border-bottom: none;
background-color: var(--global-colors-white);
font-size: var(--global-font-size-small);
code {
border-radius: 4px;
background-color: #afb8c133;
border: none;
padding: 3px 4px;
font-size: 14px;
color: #4c576c;
}
}
table tr th {
padding: 0.53rem 0.8125rem;
border-color: #dfe5f0;
}
table tr td {
padding: 0.65rem 0.8125rem;
border-color: #dfe5f0;
word-break: break-word;
}
a {
color: var(--ifm-color-primary);
}
ul {
padding-left: 20px;
li {
margin-top: 4px;
position: relative;
list-style: initial;
}
code {
border-radius: 4px;
background-color: #afb8c133;
border: none;
padding: 3px 4px;
font-size: 14px;
color: #4c576c;
}
}
ol {
padding-left: 20px;
li {
list-style: decimal;
}
code {
border-radius: 4px;
background-color: #afb8c133;
border: none;
padding: 3px 4px;
font-size: 14px;
color: #4c576c;
}
}
}
.theme-doc-markdown {
header {
margin-top: 1rem;
& + h1 {
display: none;
}
}
}
.breadcrumbs__item--active .breadcrumbs__link {
background: var(--ifm-menu-color-background-active);
}
.footer__copyright {
color: #dfe5f0;
font-size: .75rem;
line-height: 1.8;
opacity: .6;
text-align: center;
width: 98%;
}
/* Hide blog sidebar on individual blog post pages to increase content width */
.blog-post-page-no-sidebar aside.col.col--3 {
display: none;
}
.blog-post-page-no-sidebar main.col.col--7 {
flex-basis: calc(9 / 12 * 100%);
max-width: calc(9 / 12 * 100%);
}
.blog-post-page-no-sidebar .col.col--2 {
flex-basis: calc(3 / 12 * 100%);
max-width: calc(3 / 12 * 100%);
}
.hidden {
display: none !important;
}