-
Notifications
You must be signed in to change notification settings - Fork 174
/
Copy pathstyle.css
executable file
·85 lines (68 loc) · 1.58 KB
/
style.css
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
.book.font-family-1 {
font-family: system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
box-shadow: 1px 1px 1px #cccccc;
}
a code {
white-space: inherit;
box-shadow: 1px 1px 1px #cccccc;
}
li code {
white-space: inherit;
box-shadow: 1px 1px 1px #cccccc;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.book .book-body .page-wrapper .page-inner section.normal hr {
height: 1px;
}
.book .book-body .page-wrapper .page-inner section.normal pre {
box-shadow: 1px 1px 3px 1px #cccccc;
background-color: #ebf0fa;
}
.book .book-body .page-wrapper .page-inner section.normal pre.sourceCode {
border: 1px outset #999999;
box-shadow: none;
background-color: #f2f2f2;
}
.book .book-body .page-wrapper .page-inner section.normal code {
padding: .1em;
}
.header-section-number {
color: #a7a7a7;
}
.footnotes {
font-size: 12px;
}
.book .book-body .page-wrapper .page-inner section.normal .title {
text-align: center;
font-size: 80px;
line-height: 80px;
border-bottom: none;
}
.book .book-body .page-wrapper .page-inner section.normal .author {
text-align: center;
font-size: 50px;
line-height: 50px;
}
.book .book-body .page-wrapper .page-inner section.normal h1 {
border-bottom: 1px solid #eaecef;
font-size: 3em;
}
.book .book-body .page-wrapper .page-inner section.normal h2 {
border-bottom: 1px solid #eaecef;
}
.book .book-body .page-wrapper .page-inner section.normal h3 {
border-bottom: 1px solid #eaecef;
}