doc/themes/yunohost-docs/css/custom.css
2021-02-07 18:32:06 +01:00

95 lines
1.7 KiB
CSS

.off-canvas .learn-sidebar:before {
background: dimgrey;
}
.highlightable h5:first-of-type {
margin-top: 2rem;
}
.highlightable h5 {
margin-top: 1rem;
color: #333;
}
#chapter {
max-width: 80%;
}
img.inline {
display:inline;
margin:5px 15px 5px 5px;
vertical-align: middle;
}
img.center {
display: block;
margin:5px 15px 5px 5px;
margin-left: auto;
margin-right: auto;
}
figure img {
margin: auto;
}
figure figcaption {
font-style: italic;
}
.flex-container {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.flex-child {
display: inline-flex;
text-align: center;
}
.nomargin * {
margin: 0px auto;
}
#top-bar #breadcrumbs > span span, #top-bar #breadcrumbs > a span {
padding: 0 !important;
}
#top-bar #breadcrumbs > span, #top-bar #breadcrumbs > a {
padding: 0 !important;
}
#top-bar #breadcrumbs > a {
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Source Sans Pro", "Metropolis", "Helvetica Neue", sans-serif;
}
.simplebar-content h5 .fa {
font-size: 0.75em;
margin-right: 0.2em;
margin-left: 0.4em;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('../fonts/SourceSansPro-Bold-webfont.eot');
src: url('../fonts/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/SourceSansPro-Bold-webfont.woff') format('woff'),
url('../fonts/SourceSansPro-Bold-webfont.ttf') format('truetype'),
url('../fonts/SourceSansPro-Bold-webfont.svg#fonts/SourceSansProBold') format('svg');
font-weight: 700;
font-style: normal;
}
img#whitelogo {
background-color: gray;
padding: 10px;
}
/* Hide home page in menu */
.simplebar-content h5:first-child {
display: none;
}