forked from hundredrabbits/Thousand-Rooms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththousand.en.html
247 lines (186 loc) · 7.02 KB
/
thousand.en.html
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
<html><meta charset='UTF-8'><style>
@page { size: 148mm 210mm; width:592px; height:840px; margin:0px; padding:0px }
body { font-family:'azuki_font','aquafont','Garamond'; padding:0px; margin:0px;}
page { page-break-after: always; display:block; position:relative; overflow:hidden; background:#ffffff; width:592px; height:820px; border:1px solid #fefefe; }
page id { position: absolute;bottom: 10px;display: block;text-align: center;width:100%;}
page grave { display:inline; background-image:url(assets/accent.grave.svg); background-position:center 0px}
page aigue { display:inline; background-image:url(assets/accent.aigue.svg); background-position:center 0px}
page cedil { display:inline; background-image:url(assets/accent.cedil.svg); background-position:center 0px}
page trema { display: inline-block;background-position: center 0px;height: 15.5px;}
page trema:before { background-color:white; display: inline-block;width: 15px;height: 15px;content: ' ';position: absolute; background-image: url(assets/accent.trema.svg); }
page.cover { background:white; overflow:hidden }
page.cover img { width:100% }
page.cover h1 { position:absolute; bottom:100px; color:black; text-transform:uppercase; width:100%; text-align:center; font-weight:normal; font-size:36px }
page.cover img.logo { position: absolute;bottom: 0px;width: 70px;height: 70px;display: block;left:calc(50% - 35px); }
page.cover grave { background-position: center -1px;line-height: 50px;display: inline-block }
page.title h1 { font-weight: normal;text-transform: uppercase;display: block;text-align: center;font-size: 36px;margin-top: 120px;margin-bottom: 40px }
page.title h2 { text-transform: uppercase;display: block;text-align: center;font-size: 30px;font-weight: normal;margin-bottom: 40px;padding: 0px 60px;line-height: 40px }
page.title h3 { display:block; text-align:center; font-size:28px; margin-top:40px; font-weight:normal; line-height:40px; margin-bottom:40px; }
page.title h4 { display: block;text-align: center;font-size: 18px;margin-top: 40px;font-weight: normal;line-height: 40px;margin-bottom: 40px;text-transform: uppercase }
page.title img { display: block;width: 200px;margin: 0px auto;margin-bottom: 40px }
page.title grave { background-position: center -1px;line-height: 50px;display: inline-block }
page.title trema:before { display:none !important }
page.preface p { padding:40px; font-size:26px; line-height:36px }
page.preface trema { display:none !important }
page.chapter h1 { position:absolute; top:40%; display:block; text-align:center; margin-top:-13px;font-size:40px; width:100%; font-weight: normal }
page.chapter img { width: 300px;height: 300px;position: absolute;top: calc(50%);left: calc(50% - 150px) }
page.illustration img { display: block; width:100%; position:absolute; bottom:0px }
page.illustration h1 { position:absolute; top:100px; display:block; text-align:center; width:calc(100% - 40px); padding:0px 20px; font-size:38px;font-weight: normal }
</style>
<page class='cover'>
<img src='assets/cover.svg'/><h1>Thousand Rooms</h1><img class='logo' src='assets/hundred.rabbits.logo.svg'/>
</page>
<page class='blank'>
</page>
<page class='title'>
<h1>Thousand Rooms</h1>
<h2>Cat, Owl, Bat & Fox</h2>
<img src='assets/glyph.png'/>
<h3>Illustrated by Rekka Bellum<br />Written by Devine Lu Linvega</h3>
<h4>First Edition</h4>
</page>
<page class='blank'>
</page>
<page class='preface'>
<p>You wake up in a room, surrounded by unbreakable walls. On a desk, lies a pencil and a sheet of blank paper.<br/> Inside the desk, notes bearing your handwriting, you have no recollection.</p>
</page>
<page class='blank'>
</page>
<page class='chapter'>
<h1>Lesson 1</h1><img src='assets/lesson.1.png'/>
</page>
<page class='illustration'>
<img src='assets/cat.1.png'/>
<h1>Cat awakens.</h1>
</page>
<page class='illustration'>
<img src='assets/owl.1.png'/>
<h1>Owl finds a piece of paper.</h1>
</page>
<page class='illustration'>
<img src='assets/bat.1.png'/>
<h1>Bat finds a pencil.</h1>
</page>
<page class='illustration'>
<img src='assets/fox.1.png'/>
<h1>Fox opens the desk.</h1>
</page>
<page class='blank'>
</page>
<page class='chapter'>
<h1>Lesson 2</h1><img src='assets/lesson.2.png'/>
</page>
<page class='illustration'>
<img src='assets/cat.2.png'/>
<h1>Cat claws at the walls.</h1>
</page>
<page class='illustration'>
<img src='assets/owl.2.png'/>
<h1>Owl leaves a message in the desk.</h1>
</page>
<page class='illustration'>
<img src='assets/bat.2.png'/>
<h1>Bat finds a second pencil.</h1>
</page>
<page class='illustration'>
<img src='assets/fox.2.png'/>
<h1>Fox dismantles the desk.</h1>
</page>
<page class='blank'>
</page>
<page class='chapter'>
<h1>Lesson 3</h1><img src='assets/lesson.3.png'/>
</page>
<page class='illustration'>
<img src='assets/cat.3.png'/>
<h1>Cat destroys the pencil and the paper.</h1>
</page>
<page class='illustration'>
<img src='assets/owl.3.png'/>
<h1>Owl finds notes in the desk.</h1>
</page>
<page class='illustration'>
<img src='assets/bat.3.png'/>
<h1>Bat finds the desk full with pencils.</h1>
</page>
<page class='illustration'>
<img src='assets/fox.3.png'/>
<h1>Fox builds the desk inside-out.</h1>
</page>
<page class='blank'>
</page>
<page class='chapter'>
<h1>Lesson 4</h1><img src='assets/lesson.4.png'/>
</page>
<page class='illustration'>
<img src='assets/cat.4.png'/>
<h1>Cat enters the desk.</h1>
</page>
<page class='illustration'>
<img src='assets/owl.4.png'/>
<h1>Owl tries to understand.</h1>
</page>
<page class='illustration'>
<img src='assets/bat.4.png'/>
<h1>Bat sees no escape.</h1>
</page>
<page class='illustration'>
<img src='assets/fox.4.png'/>
<h1>Fox has a visitor.</h1>
</page>
<page class='blank'>
</page>
<page class='chapter'>
<h1>Lesson 5</h1><img src='assets/lesson.5.png'/>
</page>
<page class='illustration'>
<img src='assets/cat.5.png'/>
<h1>Cat comes out of the desk.</h1>
</page>
<page class='illustration'>
<img src='assets/owl.5.png'/>
<h1>Owl understands the room.</h1>
</page>
<page class='illustration'>
<img src='assets/bat.5.png'/>
<h1>Bat awakens.</h1>
</page>
<page class='illustration'>
<img src='assets/fox.5.png'/>
<h1>Fox has a second visitor.</h1>
</page>
<page class='blank'>
</page>
<page class='chapter'>
<h1>Lesson 6</h1><img src='assets/lesson.6.png'/>
</page>
<page class='illustration'>
<img src='assets/cat.6.png'/>
<h1>Cat destroys the desk.</h1>
</page>
<page class='illustration'>
<img src='assets/owl.6.png'/>
<h1>Owl finds a scribble.</h1>
</page>
<page class='illustration'>
<img src='assets/bat.6.png'/>
<h1>Bat finds a pencil.</h1>
</page>
<page class='illustration'>
<img src='assets/fox.6.png'/>
<h1>Fox has too many visitors.</h1>
</page>
<page class='blank'>
</page>
<page class='chapter'>
<h1>Last Lesson</h1><img src='assets/lesson.7.png'/>
</page>
<page class='illustration'>
<img src='assets/you.1.png'/>
<h1>What would you do?</h1>
</page>
<page class='blank'>
</page>
<page class='blank'>
</page>
</html>