Newer
Older
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
/* Change heading font */
/*
h1,h2,h3 {
font-weight: 700;
font-family: "CherrySoda","ff-tisa-web-pro","Georgia",Arial,sans-serif;
}
@font-face {
font-family: "CherrySoda";
font-style: normal;
font-weight: 700;
src: url(../fonts/CherrySoda.ttf) format('truetype');
}
*/
/* Extend page width size limit */
.wy-nav-content {
max-width: 1600px;
}
/* Justified and slightly lower line interval for text */
li, p {
text-align: justify;
line-height: 20px;
}
/* Smaller caption text, further away from the figure */
.caption {
font-size: smaller;
margin-top: 1em;
}
/* Override responsive image scaling */
img {
width: auto;
}
/* Move equation no to the right */
.eqno {
float: right;
margin: 1em 0em;
}
/* Override Mathjax colors forced to dark grey */
span[id*="MathJax-Span"] {
color: inherit;
}