-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
90 lines (73 loc) · 1.15 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
90
.blue-box {
background-color: #e6f0ff;
border-radius: 5px;
padding: 20px;
}
.green-box {
background-color: #d9ffe9;
border-radius: 5px;
padding: 20px;
}
.orange-box {
background-color: #ffeedf;
border-radius: 5px;
padding: 20px;
}
.header-section-number {
padding-right: .2em;
font-weight: 500;
}
.level1 .header-section-number {
display: inline-block;
border-bottom: 3px solid;
}
.level1 h1 {
border-bottom: 2px solid;
}
/* .level2 h2 {
border-bottom: 0.5px solid;
} */
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
text-align: left;
}
h1.title {
font-weight: 700;
}
#header .subtitle {
font-size: 1.5em;
}
body {
font-size: 1.6rem;
text-align: justify;
}
.right-align {
text-align: right;
}
p.caption {
font-size: 0.8em;
}
.quote {
font-size: 1.2em;
font-family:Open Sans;
font-style:italic;
border-left:8px solid #ffc8e1;
padding: 20px;
margin: 20px 0;
border-radius: 17px;
}
.book .book-summary {
width: 370px;
position:absolute;
top:0;
left:-370px;
}
.book.with-summary .book-header.fixed {
left: 370px;
}
.book.with-summary .book-body {
left: 370px;
}
.indent {
text-indent: 3em;
}