mirror of
https://github.com/msberends/a_new_instrument_for_microbial_epidemiology.git
synced 2024-12-26 03:26:13 +01:00
181 lines
4.0 KiB
CSS
181 lines
4.0 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');
|
|
|
|
/* default by bookdown - start here */
|
|
p.caption {
|
|
color: #777;
|
|
margin-top: 10px;
|
|
}
|
|
p code {
|
|
white-space: pre;
|
|
}
|
|
pre {
|
|
word-break: normal;
|
|
word-wrap: normal;
|
|
}
|
|
pre code {
|
|
white-space: pre;
|
|
}
|
|
/* default by bookdown - end here */
|
|
|
|
/* chapter title numbers */
|
|
.book-body h1 .header-section-number {
|
|
font-size: 1.25em;
|
|
}
|
|
.book-body h1 .header-section-number:after {
|
|
content: "\a";
|
|
}
|
|
.book-body h1 .header-section-number:before {
|
|
content: "CHAPTER ";
|
|
}
|
|
.book-body h1 .header-section-number {
|
|
font-weight: inherit;
|
|
white-space: pre-wrap;
|
|
}
|
|
/* all other chapter numbers */
|
|
.header-section-number,
|
|
li {
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* so no condensed bold */
|
|
font-weight: normal;
|
|
}
|
|
.header-section-number:after,
|
|
li.chapter b:after{
|
|
content: ".";
|
|
}
|
|
|
|
.book .book-header h1 {
|
|
/* title of book in header, make always visible */
|
|
transition: none;
|
|
opacity: 1;
|
|
color: black;
|
|
}
|
|
|
|
/*
|
|
#contents * {
|
|
font-family: "HelveticaNeue-Medium", "Helvetica Neue" !important;
|
|
font-size: 1.1rem;
|
|
}
|
|
*/
|
|
.book-body sup {
|
|
/* inline references such as [1] */
|
|
font-size: 60% !important;
|
|
}
|
|
.book-body p {
|
|
text-align: justify !important;
|
|
font-family: 'EB Garamond', serif !important;
|
|
/* font-weight: 500; */
|
|
font-size: 1.8rem !important;
|
|
}
|
|
.book .book-body .section * {
|
|
color: black;
|
|
}
|
|
.book-body p code {
|
|
font-size: 1.3rem !important;
|
|
padding-left: 0.1em;
|
|
padding-right: 0.1em;
|
|
white-space: unset;
|
|
}
|
|
.book-body p code:before,
|
|
.book-body p code:after,
|
|
.book-body li code:before,
|
|
.book-body li code:after {
|
|
content: "" !important;
|
|
letter-spacing: normal !important;
|
|
}
|
|
.book-body .caption,
|
|
.book-body .tbl-caption {
|
|
color: black;
|
|
font-size: 1.6rem !important;
|
|
line-height: 1.2;
|
|
}
|
|
.book-body .caption {
|
|
margin-top: 0px !important;
|
|
margin-bottom: 3em !important;
|
|
}
|
|
.book-body .tbl-caption {
|
|
margin-top: 3em !important;
|
|
margin-bottom: 0px !important;
|
|
}
|
|
.book-body .figure {
|
|
/* this will only be in fig:fig chunks, not in fig:tbl chunks */
|
|
margin-top: 3em !important;
|
|
}
|
|
img[src*=-t] {
|
|
/* this will only be in fig:tbl chunks, not in fig:fig chunks */
|
|
margin-bottom: 3em !important;
|
|
}
|
|
|
|
.book-body li {
|
|
font-family: 'EB Garamond', serif !important;
|
|
font-size: 1.8rem !important;
|
|
}
|
|
[id^="references"] li {
|
|
/* stylise references */
|
|
text-align: justify !important;
|
|
font-size: 1.6rem !important;
|
|
}
|
|
.book-body h1,
|
|
.book-body h2 {
|
|
font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue" !important;
|
|
}
|
|
.book-body h1 {
|
|
font-size: 1.8em !important;
|
|
}
|
|
.book-body h2 {
|
|
font-size: 1.25em !important;
|
|
margin-bottom: 0.25rem !important;
|
|
text-transform: uppercase;
|
|
}
|
|
.book-body h3 {
|
|
font-family: "HelveticaNeue-Medium", "Helvetica Neue" !important;
|
|
font-size: 1.1em !important;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.book-body h4 .header-section-number {
|
|
/* I didn't have numbers for level 4 */
|
|
display: none;
|
|
}
|
|
.book-body h4 {
|
|
font-size: 1em !important;
|
|
margin-bottom: 0px !important;
|
|
font-style: italic !important;
|
|
}
|
|
.book-body .sourceCode.r span {
|
|
color: black;
|
|
}
|
|
.book-body .sourceCode.r span .co {
|
|
color: grey;
|
|
font-style: normal !important;
|
|
}
|
|
.book-body pre,
|
|
.book-body pre *,
|
|
.book-body code,
|
|
.book-body code * {
|
|
font-family: "Fira Code",monospace !important;
|
|
line-height: 2rem;
|
|
background: #ebebeb !important;
|
|
}
|
|
.book-body p note {
|
|
color: #9a99a2;
|
|
font-variant: small-caps;
|
|
}
|
|
.book-body .title {
|
|
font-size: 3em !important;
|
|
margin-bottom: 0.2rem !important;
|
|
text-align: center !important;
|
|
}
|
|
.book-body .subtitle {
|
|
font-size: 1.8em !important;
|
|
text-transform: none;
|
|
margin-top: 0px !important;
|
|
text-align: center !important;
|
|
}
|
|
.book-body .author,
|
|
.book-body .date {
|
|
font-family: "HelveticaNeue-Medium", "Helvetica Neue" !important;
|
|
font-size: 1.25em !important;
|
|
margin-top: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
text-align: center !important;
|
|
}
|