-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook-Z-C.css
128 lines (106 loc) · 1.91 KB
/
book-Z-C.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {
color: #333;
background-color: white;
margin-top: 2em;
margin-left: 8%;
margin-right: 8%;
font-size: 16px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
width: 800px;
margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
margin-top: .5em;
}
a {
text-decoration: none;
color: #2C82C9;
display: inline-block;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
white-space: nowrap;
font-size: 18px;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
text-decoration: none;
color: #2C82C9;
display: inline-block;
padding: 8px 0px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
font-size: 18px;
}
p {
margin: 15px 0px;
font-weight: 400;
font-style: normal;
/*font-size: 21px;*/
line-height: 1.58;
letter-spacing: -.003em;
}
.partheading {
font-size: 70%;
}
.chapterheading {
font-size: 70%;
}
pre {
margin-left: 2em;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style-type: lower-alpha;
}
ol ol ol {
list-style-type: lower-roman;
}
ol ol ol ol {
list-style-type: upper-alpha;
}
.footnote {
font-size: 75%;
}
.footnote p {
font-size: 14px;
margin: 10px 20px;
font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
margin-left: 0px;
}
.footnote a {
padding: 0;
padding-right: 5px;
vertical-align: middle;
margin-bottom: 4px;
}
.epigraph {
/* text-align: right; */
font-size: 75%;
}
.navigation {
text-align: right;
}
.navigation a {
display: inline-block;
color: #E01931;
cursor: auto;
width: auto;
margin-right: 0;
margin-left: 10px;
}
.smallprint {
color: gray;
font-size: 75%;
text-align: right;
}
.smallprint hr {
text-align: left;
width: 40%;
}