Deployed 593ed88 to REL1_0_STABLE with MkDocs 1.3.0 and mike 1.1.2

This commit is contained in:
GitHub Action
2022-04-14 08:10:47 +00:00
parent 3a99cc6b31
commit 319e5bba23
51 changed files with 13670 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
[data-md-color-scheme="percona-light"] {
--md-primary-fg-color: #e97e03;
--md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #90030C;
}
[data-md-color-scheme="slate"] {
--md-primary-fg-color: #e97e03;
/*
--md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #90030C;
*/
--md-hue: 210; /* [0, 360] */
}
ul li p {
margin: 0;
}

View File

@@ -0,0 +1,48 @@
.sphinxsidebarwrapper {
padding-right: 0 !important;
}
/* Turns off bullets within toctree */
.sphinxsidebarwrapper ul {
list-style: none;
}
.sphinxsidebarwrapper>ul {
padding-left: 0;
}
.sphinxsidebarwrapper>ul>li {
padding: 0 0 10px 0;
margin: 0;
}
.custom-button {
cursor: pointer;
display: inline-flex;
justify-content: center;
align-items: center;
width: 10px;
margin-right: 5px;
margin-bottom: 0;
font-size: 18px;
font-weight: 400;
border: none;
background-color: transparent;
outline: none;
}
.custom-button~ul {
display: none;
}
.custom-button--main-active {
background-color: #e3e3e3
}
.custom-button.custom-button--active~ul {
display: block;
}
.custom-button:before {
content: '+';
}
.custom-button.custom-button--active:before {
content: '-';
}