-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
88 lines (73 loc) · 1.28 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
86
87
88
body {
font-family: Georgia, Times, "Times New Roman", serif;
max-width: 800px;
margin: 0 auto;
font-size: 18px;
padding-left: 20%;
padding-right: 50px;
color: #111;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 5em;
margin-bottom: 2em;
}
blockquote {
margin-left: 3em;
margin-right: 3em;
}
header {
padding: 40% 0;
}
#TOC {
position: fixed;
left: 0;
top: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
height: 100%;
background: #fafafa;
max-width: 15%;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 30px;
}
#TOC::-webkit-scrollbar {
width: 8px;
}
#TOC::-webkit-scrollbar-track {
background-color: #ececec;
}
#TOC::-webkit-scrollbar-thumb {
background-color: #b0b0b0;
border-radius: 8px;
}
#TOC > ul {
padding-right: 10px;
}
#TOC ul {
list-style: none;
padding-left: 20px;
}
#TOC ul li a {
text-decoration: none;
color: #364149;
display: block;
}
#TOC ul li a:hover {
color: #008cff;
}
figure {
text-align: center;
}
figure p {
text-align: center;
font-style: italic;
}
figure img {
width: 100%;
}