netdata/docs/generator/custom/css/netdata.css

60 lines
1.1 KiB
CSS

.md-nav__link {
white-space: nowrap;
}
.md-typeset {
font-size: .75rem
}
/* Custom styling for the new documentation homepage.
In particular, the three buttons for install/getting started/configuration. */
.homepage-nav {
display: flex;
margin-top: 1.4rem;
}
.homepage-nav div {
flex: 1;
}
.homepage-nav .nav-install {
margin-right: 1rem;
}
.homepage-nav .nav-configuration {
margin-left: 1rem;
}
.nav-button {
border: 2px solid black;
border-radius: 4px;
display: block;
font-weight: 700;
margin: 0 auto;
padding: 0.6rem 0;
text-align: center;
}
/* Hide the label at the top of the navigation menu. Does nothing. */
.md-nav__title {
display: none;
}
/* Change the language selector dropdown to match new color. */
.md-header-nav select#sel {
background-color: rgba(0,0,0,.26) !important;
padding: 3px;
margin-left: 5px;
margin-right: 20px;
}
/* Add some whitespace to the bottom of each doc. */
.md-content {
margin-bottom: 6rem;
}
/* Make sure inline code in tables doesn't break. */
.md-typeset__table code {
word-break: normal;
}