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
|
|
|
}
|
|
|
|
|
2020-11-15 16:10:16 +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;
|
2020-11-15 16:10:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
2021-02-07 14:03:32 +01:00
|
|
|
.flex-container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-around;
|
2021-02-07 18:32:06 +01:00
|
|
|
flex-wrap: wrap;
|
2021-02-07 14:03:32 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.flex-child {
|
|
|
|
display: inline-flex;
|
|
|
|
text-align: center;
|
2021-02-07 14:54:25 +01:00
|
|
|
}
|
2021-02-07 14:03:32 +01:00
|
|
|
|
2020-11-15 16:10:16 +01:00
|
|
|
.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;
|
|
|
|
}
|
2021-02-07 17:27:39 +01:00
|
|
|
|
2021-02-07 17:31:33 +01:00
|
|
|
/* Hide home page in menu */
|
|
|
|
.simplebar-content h5:first-child {
|
2021-02-07 17:27:39 +01:00
|
|
|
display: none;
|
|
|
|
}
|