mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-28 02:18:31 +07:00
87 lines
1.2 KiB
CSS
87 lines
1.2 KiB
CSS
div.col-md-9 h1:first-of-type {
|
|
text-align: center;
|
|
font-size: 60px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
div.col-md-9>p:first-of-type {
|
|
text-align: center;
|
|
}
|
|
|
|
div.col-md-9 p.admonition-title:first-of-type {
|
|
text-align: left;
|
|
}
|
|
|
|
div.col-md-9 h1:first-of-type .headerlink {
|
|
display: none;
|
|
}
|
|
|
|
code.no-highlight {
|
|
color: black;
|
|
}
|
|
|
|
div.admonition.block>.admonition-title {
|
|
display: none;
|
|
}
|
|
|
|
/* Definition List styles */
|
|
|
|
dd {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.card-body svg {
|
|
width: 100%;
|
|
padding: 0 50px;
|
|
height: auto;
|
|
}
|
|
|
|
/* Homepage */
|
|
|
|
body.homepage div.jumbotron {
|
|
margin-top: 1.5rem;
|
|
padding-top: 1rem;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
body.homepage div.jumbotron div.card {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
body.homepage>div.container>div.row>div.col-md-3 {
|
|
display: none;
|
|
}
|
|
|
|
body.homepage>div.container>div.row>div.col-md-9 {
|
|
margin-left: 0;
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
/* mkdocstrings */
|
|
|
|
.doc-contents .field-body p:first-of-type {
|
|
display: inline;
|
|
}
|
|
|
|
.doc-label-class-attribute {
|
|
display: none;
|
|
}
|
|
|
|
h2.doc-heading {
|
|
font-size: 1.5rem;
|
|
}
|
|
h3.doc-heading {
|
|
font-size: 1.4rem;
|
|
}
|
|
h4.doc-heading {
|
|
font-size: 1.3rem;
|
|
}
|
|
h5.doc-heading {
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.doc-contents {
|
|
padding-left: 0;
|
|
}
|