-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (52 loc) · 1.29 KB
/
style.css
File metadata and controls
62 lines (52 loc) · 1.29 KB
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
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
/*------------- Body and header text---------------- */
.book.font-family-1 {
font-family: 'PT Serif', serif;
}
h1, h2, h3, h4 {
font-family: 'PT Serif', serif;
}
.book .book-body .page-wrapper .page-inner section.normal h1,
.book .book-body .page-wrapper .page-inner section.normal h2,
.book .book-body .page-wrapper .page-inner section.normal h3,
.book .book-body .page-wrapper .page-inner section.normal h4,
.book .book-body .page-wrapper .page-inner section.normal h5,
.book .book-body .page-wrapper .page-inner section.normal h6 {
margin-top: 2.275em;
margin-bottom: 1em;
}
.title {
font-family: 'PT Serif';
font-size: 4em !important;
color: #202020;
margin-top: 0.275em !important;
margin-bottom: 0.35em !important;
}
.subtitle {
font-family: 'PT Serif';
color: #707070;
}
/* CUSTOM BLOCKS */
.terms {
padding: 1em 1em 1em 4em;
background: #dadada 5px center/3em no-repeat;
border-radius: 15px;
margin-bottom: 10px;
text-indent: 40px;
background-image: url("icons/open_book_icon.png");
font-size: 15px;
}