-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patholdbook.css
102 lines (84 loc) · 1.77 KB
/
oldbook.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
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Cinzel+Decorative&family=IM+Fell+DW+Pica+SC&family=IM+Fell+DW+Pica:ital@0;1&display=swap');
html {
background-color: #fff3c9;
}
body {
margin: auto;
max-width: 600px;
font-family: 'IM Fell DW Pica', serif;
}
h1 {
font-family: "IM Fell DW Pica SC", serif;
color: #8b0000;
font-size: 3.5rem;
margin: auto;
text-align: center;
font-weight: normal;
}
h2 {
font-family: "IM Fell DW Pica SC", serif;
font-weight: normal;
color: #8b0000;
font-size: 3rem;
border-bottom: 3px solid #8b0000;
margin-bottom: 0px;
}
h3 {
font-family: "IM Fell DW Pica SC", serif;
font-weight: normal;
font-size: 2.5rem;
color: #8b0000;
margin-bottom: 10px;
}
h4 {
font-family: "IM Fell DW Pica", serif;
font-weight: normal;
font-style: italic;
font-size: 2rem;
color: #8b0000;
}
h5 {
font-family: "IM Fell DW Pica", serif;
font-weight: normal;
font-style: italic;
font-size: 1.5rem;
color: #8b0000;
}
h6 {
font-family: "IM Fell DW Pica", serif;
font-weight: normal;
font-style: italic;
font-size: 1.35rem;
color: #8b0000;
}
b, th {
color: #8b0000;
font-family: "IM Fell DW Pica SC", serif;
font-weight: normal;
}
blockquote {
border-left: 3px solid #8b0000;
border-right: 3px solid #8b0000;
background-color: #facf7f;
margin: 1em 10px;
padding: 0.5em 10px;
}
table {
border: 3px solid #8b0000;
border-collapse: collapse;
}
th, td {
border: 0.5px solid #8b0000;
padding: 5px;
}
code {
font-family: "Syne Mono", monospace;
}
.has-dropcap:first-letter {
font-family: "IM Fell DW Pica SC", serif;
float: left;
font-size: 4rem;
line-height: 0.65;
margin: 0.1em 0.1em 0.2em 0;
color: #8b0000;
}