This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
120 lines (103 loc) · 2.31 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
/*
Theme Name: Fitzgerald
Theme URI: https://github.com/pressbooks/pressbooks-fitzgerald
Description: Serif body, with condensed sans serif header fonts. Based on a theme commissioned by the University of Minnesota Press.
Author: Pressbooks (Book Oven Inc.)
Author URI: https://github.com/pressbooks
Copyright: 2011-2023 Pressbooks (Book Oven Inc. <code@pressbooks.com>
Version: 1.7.0-dev
Template: pressbooks-book
GitHub Theme URI: pressbooks/pressbooks-fitzgerald
*/
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700|Roboto+Condensed:400,300,300italic,400italic");
body {
font-family: "Crimson Text", "Times New Roman", serif;
line-height: 1.5em;
}
a {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto Condensed", sans-serif;
font-variant: normal;
font-weight: normal;
}
h1 {
font-size: 1.3em;
}
h1, h2 {
text-align: left;
}
h2 {
font-size: 1.2em;
}
h2, h3, h4 {
font-style: normal;
}
h3, h4 {
text-transform: uppercase;
}
/****************************************
TOC, Author page, Book Page
*****************************************/
#inline-toc h4 {
font-family: inherit;
font-size: 1em;
font-weight: bold;
text-align: left;
text-transform: none;
}
.page-title {
font-weight: normal;
}
/****************************************
Structure
*****************************************/
/****************************************
Title, Subtitle, Authors & Aphorism
*****************************************/
.entry-title {
font-weight: normal;
text-align: left;
margin: 100px 0 80px;
}
.entry-title span {
border-bottom: 1px solid #333;
padding: 0 0.2em 0.3em;
text-align: center;
width: 20%;
}
.chapter_subtitle {
font-size: 1em;
font-style: italic;
font-weight: normal;
margin: -80px 0 100px;
line-height: 1.4em;
}
.chapter_author {
font-family: "Crimson Text", "Times New Roman", serif;
font-style: italic;
font-weight: normal;
margin: -70px 0 100px;
}
.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;
}