-
Notifications
You must be signed in to change notification settings - Fork 0
/
book-Z-C.css
80 lines (61 loc) · 916 Bytes
/
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
body {
color: black;
/* background-color: #e5e5e5; */
/* background-color: beige;*/
background-color: white;
margin-top: 2em;
margin-left: 8%;
margin-right: 8%;
}
h1,h2,h3,h4,h5,h6 {
margin-top: .5em;
}
.partheading {
font-size: 70%;
}
.chapterheading {
font-size: 70%;
}
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%;
}
.epigraph {
/* text-align: right; */
font-size: 75%;
}
.figure {
background-color: lavender;
}
.table {
background-color: pink;
}
.navigation {
color: red;
text-align: right;
font-style: italic;
}
.smallprint {
color: gray;
font-size: 75%;
text-align: right;
}
.smallprint hr {
text-align: left;
width: 40%;
}
.disable {
/* color: #e5e5e5; */
color: gray;
}