-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
150 lines (121 loc) · 2.73 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
/*
Theme Name: Austen
Theme URI: http://pressbooks.com
Description: Named for English author Jane Austen, this is an traditional book theme, with serif fonts, that works well for fiction and simple-layout non-fiction.
Author: PressBooks (Book Oven Inc.)
Version: 1.0
Template: pressbooks-book
*/
@import url("../../plugins/pressbooks/themes-book/pressbooks-book/style.css");
@import url(http://fonts.googleapis.com/css?family=Marcellus+SC|Sorts+Mill+Goudy:400,400italic|Marcellus&subset=latin,latin-ext);
body {
font-family: "Sorts Mill Goudy", "Times New Roman" serif;
line-height: 1.5em;
}
a {
color: #00e;
text-decoration: none;
}
/* h1, h2, h3, h4, h5, h6 {
font-family: "Sorts Mill Goudy", "Times New Roman" serif;
font-variant: normal;
text-align: left;
}
*/
h1, h2, h3, h4, h5, h6 {
font-family: "Sorts Mill Goudy", serif;
margin-top: 5px;
padding-bottom: 4px;
font-variant: normal;
}
h1 {
font-size: 1.3em;
}
h1, h2 {
text-align: left;
font-variant: small-caps;
font-weight: bold;
font-style: normal;
}
h3, h4, h5 {
font-style: italic;
}
.back-matter p{
font-size: 1em;
line-height: 1.25em;
text-indent: -1em;
text-align: justify;
}
/****************************************
TOC, Author page, Book Page
*****************************************/
#inline-toc h4 {
font-family: inherit;
font-weight: bold;
font-size: 1em;
text-align: left;
text-transform: none;
}
#inline-toc ul {
margin-left: 2em;
}
/****************************************
Structure
*****************************************/
/****************************************
Title, Subtitle, Authors & Aphorism
*****************************************/
.entry-title {
margin: 100px 0;
text-align: center;
font-family: "Marcellus SC", "Times New Roman" serif;
font-variant: normal;
text-transform: uppercase;
}
.entry-title span {
display: none;
font-size: 0.875em;
font-weight: normal;
text-transform: uppercase;
}
.entry-title span:after {
content: ".";
padding-right: 10px;
}
.chapter_subtitle {
line-height: 2em;
margin: -80px 0 100px 0px;
text-align: center;
text-transform: uppercase;
font-family: "Marcellus SC", "Times New Roman" serif;
font-variant: normal;
font-style: italic;
font-size: 0.95em;
}
.chapter_author {
margin: -70px 0 100px 0px;
text-align: center;
font-family: "Marcellus SC", "Times New Roman" serif;
font-variant: normal;
}
.chapter_subtitle + .chapter_author {
margin-top: -80px;
}
.aphorism {
margin-bottom: 80px;
margin-left: 100px;
margin-top: -80px;
padding: 0;
text-align: right;
}
.aphorism cite {
float: none;
}
/*************************
Footnotes & Endnote
**************************/
.endnotes h3 {
text-align: left;
text-indent: 0;
text-transform: none;
}