doc/themes/yunohost-docs/css/custom.css

80 lines
1.5 KiB
CSS
Raw Normal View History

2020-11-14 11:24:49 +01:00
.off-canvas .learn-sidebar:before {
2021-02-07 03:00:15 +01:00
background: dimgrey;
2020-11-14 11:24:49 +01:00
}
.highlightable h5:first-of-type {
margin-top: 2rem;
}
.highlightable h5 {
margin-top: 1rem;
2021-02-07 03:00:15 +01:00
color: #333;
}
#chapter {
max-width: 80%;
}
img.inline {
display:inline;
margin:5px 15px 5px 5px;
vertical-align: middle;
}
2021-01-09 21:36:35 +01:00
img.center {
display: block;
margin:5px 15px 5px 5px;
margin-left: auto;
margin-right: auto;
}
2021-02-07 12:19:28 +01:00
figure img {
margin: auto;
}
figure figcaption {
font-style: italic;
}
.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;
}
2021-02-07 03:00:15 +01:00
h1, h2, h3, h4, h5, h6 {
2021-02-07 03:01:59 +01:00
font-family: "Source Sans Pro", "Metropolis", "Helvetica Neue", sans-serif;
2021-02-07 03:00:15 +01:00
}
.simplebar-content h5 .fa {
font-size: 0.75em;
margin-right: 0.2em;
margin-left: 0.4em;
}
@font-face {
2021-02-07 03:01:59 +01:00
font-family: 'Source Sans Pro';
2021-02-07 03:00:15 +01:00
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;
}
2021-02-07 12:01:50 +01:00
img#whitelogo {
background-color: gray;
padding: 10px;
}