-
Notifications
You must be signed in to change notification settings - Fork 3
/
old-book-theme-v3.css
265 lines (203 loc) · 4.34 KB
/
old-book-theme-v3.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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
/* Old Notebook Theme for Homebrewery Version 3 by John Jones is licensed under CC BY-SA 4.0 -- January 2021 */
@import url('https://fonts.googleapis.com/css2?family=Jim+Nightshade&family=Rock+Salt&family=Fredericka+the+Great&family=Cabin+Sketch:wght@400;700&family=Reenie+Beanie&display=swap');
.phb3 {
width:11in;
height:8.5in;
column-count:2;
column-gap:100px;
background-color:transparent;
background-image: url('https://i.imgur.com/rTNBHqN.png');
background-position:center;
background-size:100% 100%;
background-repeat:no-repeat;
filter:drop-shadow(1px 4px 14px black);
padding: 90px 130px ;
counter-increment:none;
}
.phb3:after {
display:none;
}
.phb3:nth-of-type(1) {
background-image:url('https://i.imgur.com/SK0nuuC.png');
}
/* PAGE NUMBERS */
.phb3 .pageNumber.auto {
left:280px;
bottom:50px;
color:black;
counter-increment:phb-page-numbers;
}
.phb3 > .pageNumber.auto:nth-last-of-type(2) {
left: 270px;
right: unset;
}
.phb3 > .pageNumber.auto:nth-last-of-type(1) {
right: 270px;
left: unset;
}
.V3 .brewRenderer .pages > .phb {
box-shadow:none;
}
/* TEXT TEXT TEXT */
.phb3 p, .phb3 table, .phb3 ul, .phb3 blockquote, .phb3 blockquote strong {
font-family:'Reenie Beanie';
color: #412121;
font-size:20px;
line-height:1em;
padding:0;
}
.phb3 p {
text-align:left
page-break-inside:unset;
break-inside:unset;
margin-bottom:0px;
}
.phb3 p + p {
margin:0;
padding:0;
}
.phb3 em {
text-decoration:underline;
font-style:unset;
}
.phb3 strong {
letter-spacing:0;
font-size:1.2em
}
.phb3 del {
text-decoration-style:double;
}
/* LINKS */
.phb3 a, .phb3 a:visited {
color: #412121;
transition:all 1s ease;
}
.phb3 a:hover {
color:red;
transition:all 1s ease;
}
/* HEADERS */
.phb3 h1, .phb3 h2, .phb3 h3, .phb3 h4, .phb3 h5, .phb3 .pageNumber {
font-family:'fredericka the great';
font-weight:unset;
}
.phb3 h1 {
column-span:unset;
}
.phb3 h1 + p:first-letter {
font-family:'fredericka the great';
font-size:1.5em;
color: inherit;
padding-top:.3em;
margin-right:2px;
}
.phb3 h2 {
font-size:2em;
}
.phb3 h3 {
border:none;
margin-left:-20px
}
.phb3 h4 {
transform:rotate(357deg);
padding-bottom:5px
}
/* TABLES */
.phb3 table tbody tr:nth-child(2n+1) {
background:linear-gradient(to left, #41212100, #41212122, #41212100);
}
.phb3 table thead th {
font-weight:unset;
}
.phb3 .classTable {
mix-blend-mode:multiply;
border:none;
}
.phb3 .classTable tbody tr {
line-height:.5em
}
/* LISTS */
.phb3 hr + ul {
padding-top:18px;
margin-bottom:10px;
margin-left:15px
}
.phb3 .spellList {
column-count: 2;
column-span: none;
-webkit-column-span: all;
-moz-column-span: all;
}
/* NOTES */
.phb3 blockquote {
border:20px solid;
border-image:url('https://i.imgur.com/k544p79.png');
border-image-slice:25% 10%;
border-image-width:30px;
border-image-repeat:stretch;
border-image-outset:10px;
position:relative;
background:none;
box-shadow:none;
}
.phb3 blockquote p {
font-size:inherit;
}
.phb3 .descriptive {
background:none;
box-shadow:none;
border-style:solid;
border-image:url('https://i.imgur.com/I2hMYzK.png');
border-image-slice:38% 10%;
border-image-width:40px;
border-image-repeat:stretch;
border-image-outset:0px;
padding:25px
}
.phb3 .descriptive p {
font-family:'jim nightshade';
color: #412121;
font-size:18px;
line-height:1.1em;
}
.phb3 .descriptive h5 {
font-family:'jim nightshade';
color:#412121;
font-size:22px
}
.phb3 .descriptive strong {
font-family:inherit
}
/* MONSTER STAT BLOCKS */
.phb3 hr + blockquote {
background:none;
border:20px solid;
border-image:url('https://i.imgur.com/k544p79.png');
border-image-slice:25% 10%;
border-image-width:30px;
border-image-repeat:stretch;
border-image-outset:10px;
padding: 5px 0px
}
.phb3 hr + blockquote h2 {
font-size:24px;
}
.phb3 hr + blockquote h3 {
font-size:28px;
margin-left:0
}
.phb3 hr + blockquote p, .phb3 hr + blockquote ul, .phb3 hr + blockquote li, .phb3 hr + blockquote ul strong, .phb3 hr + blockquote em, .phb3 hr + blockquote h3 {
color: #412121;
font-family:'reenie beanie';
}
.phb3 hr + blockquote hr + ul, .phb3 hr + blockquote table {
padding-top:0;
margin-left:0
}
.phb3 hr + blockquote p + p {
padding-bottom:0;
margin-bottom:0;
}
.phb3 hr + blockquote li {
font-size:20px;
}