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.
mipac/docs/_static/css/custom.css

63 lines
1.0 KiB

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h2 {
font-size: 1.7em;
}
h3 {
font-size: 1.5em;
}
.py-attribute-table {
display: flex;
flex-wrap: wrap;
background-color: var(--color-inline-code-background);
border-left: #5dcfff solid 2px;
}
.class > .sig-object {
background-color: var(--color-inline-code-background);
border-left: #5dcfff solid 2px;
margin-bottom: 2em;
}
.class > .sig {
margin: 0;
border-radius: 0 !important;
}
dd > .deprecated {
border-left: solid goldenrod 7px;
border-top: solid goldenrod 7px;
border-radius: 5px;
}
.py-attribute-table-entry {
list-style: None;
}
.py-attribute-table-column {
flex: .5;
}
.py-attribute-table-column > span {
font-weight: bold;
margin-left: 1rem;
}
.py-attribute-table-badge {
font-weight: bold;
margin-right: .5rem;
}
.sig {
background-color: var(--color-inline-code-background);
}
.sig:not(.sig-inline) {
background-color: var(--color-inline-code-background);
}