1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
body {
font-family: "Droid Serif", serif !important;
font-size: .9rem;
line-height: 1.6;
}
p {
font-size: 1em;
}
div, h1, h2, h3, h4, h5, h6 {
font-family: "Droid Serif", serif !important;
}
h1 {
font-weight: 550 !important;
font-size: 2em;
}
h2 {
font-weight: 550 !important;
font-size: 1.75em;
}
h3 {
font-weight: 550 !important;
font-size: 1.5em;
}
h3 {
font-weight: 550 !important;
font-size: 1.25em;
}
h4 {
font-weight: 550 !important;
font-size: 1.1em;
}
figure figcaption {
font-family: "Droid Serif", serif !important;
}
figure figcaption p {
font-size: .8em !important;
}
div.citation {
font-size: .8rem;
line-height: 1.5;
}
div.citation p {
font-size: .8rem;
}
.bd-sidebar-primary {
font-size: .9em;
}
.navbar-nav li {
line-height: 1.2em;
}
.page-toc .nav-link {
font-size: .9em;
}
.page-toc {
line-height: 1.4;
}
.admonition p.admonition-title ~ *,
div.admonition p.admonition-title ~ * {
margin-left: 0rem;
margin-right: 0rem;
}
.MathJax {
font-size: 1.2em !important;
}
.version-switcher__container {
text-align: center;
}
|