mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Deployed 1619482 to master with MkDocs 1.2.3 and mike 1.1.2
This commit is contained in:
16
master/css/percona.css
Normal file
16
master/css/percona.css
Normal 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;
|
||||
}
|
||||
48
master/css/toctree.css
Normal file
48
master/css/toctree.css
Normal 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: '-';
|
||||
}
|
||||
Reference in New Issue
Block a user