-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
89 lines (72 loc) · 1.07 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
89
body {
color: #d7d7d8;
font-family: "Berkeley Mono", "drewtype", monospace;
font-size: 16px;
background: #161716;
}
#home-back-button {
position: absolute;
text-align: left;
margin-left: 100px;
}
header {
text-align: center;
margin-bottom: 70px;
}
@media screen and (max-width:767px) {
body {
padding-top: 50px;
}
.home-page-body {
padding-top: 0px;
}
#home-back-button {
position: absolute;
text-align: left;
margin-left: 20px;
}
}
body div {
margin: 0 auto;
max-width: 650px;
padding: 0 1em;
}
.blog-post header {
margin-bottom: 100px;
text-align: center;
}
.blog-post {
padding-bottom: 100px;
}
h1 {
margin-top: 50px;
}
h3 {
margin-top: 70px;
}
.blog-post p {
text-align: left;
}
blockquote {
border-left: 5px solid #777778;
padding-left: 20px;
}
blockquote p {
color: #777778;
font-style: italic;
}
tt {
color: #777778;
font-family: monospace;
}
.code {
color: #00FFFF;
font-family: monospace;
}
.book-info {
text-align: center;
}
.top-book-info {
text-align: center;
margin-top: 100px;
}