dialog-ide 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. package/CHANGELOG.md +69 -0
  2. package/LICENSE +201 -0
  3. package/README.md +211 -0
  4. package/THIRD_PARTY_LICENSES.md +157 -0
  5. package/bin/darwin-arm64/aambundle +0 -0
  6. package/bin/darwin-arm64/dgdebug +0 -0
  7. package/bin/darwin-arm64/dialogc +0 -0
  8. package/bin/dialog-lib/stddebug.dg +112 -0
  9. package/bin/dialog-lib/stdlib.dg +6730 -0
  10. package/bin/dialog-lib/unit.dg +187 -0
  11. package/dist/cli/commands/run-skein.d.ts +17 -0
  12. package/dist/cli/commands/run-skein.d.ts.map +1 -0
  13. package/dist/cli/commands/run-skein.js +105 -0
  14. package/dist/cli/commands/run-skein.js.map +1 -0
  15. package/dist/cli/commands/sources.d.ts +12 -0
  16. package/dist/cli/commands/sources.d.ts.map +1 -0
  17. package/dist/cli/commands/sources.js +42 -0
  18. package/dist/cli/commands/sources.js.map +1 -0
  19. package/dist/cli/commands/test.d.ts +9 -0
  20. package/dist/cli/commands/test.d.ts.map +1 -0
  21. package/dist/cli/commands/test.js +41 -0
  22. package/dist/cli/commands/test.js.map +1 -0
  23. package/dist/cli/context.d.ts +9 -0
  24. package/dist/cli/context.d.ts.map +1 -0
  25. package/dist/cli/context.js +78 -0
  26. package/dist/cli/context.js.map +1 -0
  27. package/dist/cli.d.ts +3 -0
  28. package/dist/cli.d.ts.map +1 -0
  29. package/dist/cli.js +32 -0
  30. package/dist/cli.js.map +1 -0
  31. package/dist/dialog-cover-resize.d.ts +2 -0
  32. package/dist/dialog-cover-resize.d.ts.map +1 -0
  33. package/dist/dialog-cover-resize.js +46 -0
  34. package/dist/dialog-cover-resize.js.map +1 -0
  35. package/dist/dialog-export.d.ts +23 -0
  36. package/dist/dialog-export.d.ts.map +1 -0
  37. package/dist/dialog-export.js +133 -0
  38. package/dist/dialog-export.js.map +1 -0
  39. package/dist/dialog-feelies.d.ts +4 -0
  40. package/dist/dialog-feelies.d.ts.map +1 -0
  41. package/dist/dialog-feelies.js +62 -0
  42. package/dist/dialog-feelies.js.map +1 -0
  43. package/dist/dialog-outline.d.ts +19 -0
  44. package/dist/dialog-outline.d.ts.map +1 -0
  45. package/dist/dialog-outline.js +122 -0
  46. package/dist/dialog-outline.js.map +1 -0
  47. package/dist/dialog-project-init.d.ts +5 -0
  48. package/dist/dialog-project-init.d.ts.map +1 -0
  49. package/dist/dialog-project-init.js +107 -0
  50. package/dist/dialog-project-init.js.map +1 -0
  51. package/dist/dialog-source-coverage.d.ts +9 -0
  52. package/dist/dialog-source-coverage.d.ts.map +1 -0
  53. package/dist/dialog-source-coverage.js +61 -0
  54. package/dist/dialog-source-coverage.js.map +1 -0
  55. package/dist/dialog-source-decoration-provider.d.ts +11 -0
  56. package/dist/dialog-source-decoration-provider.d.ts.map +1 -0
  57. package/dist/dialog-source-decoration-provider.js +79 -0
  58. package/dist/dialog-source-decoration-provider.js.map +1 -0
  59. package/dist/dialog-symbol-index.d.ts +19 -0
  60. package/dist/dialog-symbol-index.d.ts.map +1 -0
  61. package/dist/dialog-symbol-index.js +107 -0
  62. package/dist/dialog-symbol-index.js.map +1 -0
  63. package/dist/dialog-symbol-provider.d.ts +5 -0
  64. package/dist/dialog-symbol-provider.d.ts.map +1 -0
  65. package/dist/dialog-symbol-provider.js +56 -0
  66. package/dist/dialog-symbol-provider.js.map +1 -0
  67. package/dist/dialog-web-export.d.ts +25 -0
  68. package/dist/dialog-web-export.d.ts.map +1 -0
  69. package/dist/dialog-web-export.js +283 -0
  70. package/dist/dialog-web-export.js.map +1 -0
  71. package/dist/dialog-workspace-symbol-provider.d.ts +16 -0
  72. package/dist/dialog-workspace-symbol-provider.d.ts.map +1 -0
  73. package/dist/dialog-workspace-symbol-provider.js +107 -0
  74. package/dist/dialog-workspace-symbol-provider.js.map +1 -0
  75. package/dist/dialog-workspace-watcher.d.ts +22 -0
  76. package/dist/dialog-workspace-watcher.d.ts.map +1 -0
  77. package/dist/dialog-workspace-watcher.js +102 -0
  78. package/dist/dialog-workspace-watcher.js.map +1 -0
  79. package/dist/dialoged/skein/compile-error.d.ts +10 -0
  80. package/dist/dialoged/skein/compile-error.d.ts.map +1 -0
  81. package/dist/dialoged/skein/compile-error.js +28 -0
  82. package/dist/dialoged/skein/compile-error.js.map +1 -0
  83. package/dist/dialoged/skein/dynamic.d.ts +14 -0
  84. package/dist/dialoged/skein/dynamic.d.ts.map +1 -0
  85. package/dist/dialoged/skein/dynamic.js +176 -0
  86. package/dist/dialoged/skein/dynamic.js.map +1 -0
  87. package/dist/dialoged/skein/frotz-build.d.ts +10 -0
  88. package/dist/dialoged/skein/frotz-build.d.ts.map +1 -0
  89. package/dist/dialoged/skein/frotz-build.js +70 -0
  90. package/dist/dialoged/skein/frotz-build.js.map +1 -0
  91. package/dist/dialoged/skein/index.d.ts +15 -0
  92. package/dist/dialoged/skein/index.d.ts.map +1 -0
  93. package/dist/dialoged/skein/index.js +31 -0
  94. package/dist/dialoged/skein/index.js.map +1 -0
  95. package/dist/dialoged/skein/io.d.ts +15 -0
  96. package/dist/dialoged/skein/io.d.ts.map +1 -0
  97. package/dist/dialoged/skein/io.js +53 -0
  98. package/dist/dialoged/skein/io.js.map +1 -0
  99. package/dist/dialoged/skein/persistence.d.ts +13 -0
  100. package/dist/dialoged/skein/persistence.d.ts.map +1 -0
  101. package/dist/dialoged/skein/persistence.js +228 -0
  102. package/dist/dialoged/skein/persistence.js.map +1 -0
  103. package/dist/dialoged/skein/process.d.ts +38 -0
  104. package/dist/dialoged/skein/process.d.ts.map +1 -0
  105. package/dist/dialoged/skein/process.js +189 -0
  106. package/dist/dialoged/skein/process.js.map +1 -0
  107. package/dist/dialoged/skein/progress.d.ts +17 -0
  108. package/dist/dialoged/skein/progress.d.ts.map +1 -0
  109. package/dist/dialoged/skein/progress.js +9 -0
  110. package/dist/dialoged/skein/progress.js.map +1 -0
  111. package/dist/dialoged/skein/project.d.ts +44 -0
  112. package/dist/dialoged/skein/project.d.ts.map +1 -0
  113. package/dist/dialoged/skein/project.js +223 -0
  114. package/dist/dialoged/skein/project.js.map +1 -0
  115. package/dist/dialoged/skein/search.d.ts +15 -0
  116. package/dist/dialoged/skein/search.d.ts.map +1 -0
  117. package/dist/dialoged/skein/search.js +99 -0
  118. package/dist/dialoged/skein/search.js.map +1 -0
  119. package/dist/dialoged/skein/service.d.ts +91 -0
  120. package/dist/dialoged/skein/service.d.ts.map +1 -0
  121. package/dist/dialoged/skein/service.js +1097 -0
  122. package/dist/dialoged/skein/service.js.map +1 -0
  123. package/dist/dialoged/skein/session.d.ts +96 -0
  124. package/dist/dialoged/skein/session.d.ts.map +1 -0
  125. package/dist/dialoged/skein/session.js +690 -0
  126. package/dist/dialoged/skein/session.js.map +1 -0
  127. package/dist/dialoged/skein/syntax.d.ts +5 -0
  128. package/dist/dialoged/skein/syntax.d.ts.map +1 -0
  129. package/dist/dialoged/skein/syntax.js +150 -0
  130. package/dist/dialoged/skein/syntax.js.map +1 -0
  131. package/dist/dialoged/skein/trace.d.ts +31 -0
  132. package/dist/dialoged/skein/trace.d.ts.map +1 -0
  133. package/dist/dialoged/skein/trace.js +172 -0
  134. package/dist/dialoged/skein/trace.js.map +1 -0
  135. package/dist/dialoged/skein/tree.d.ts +114 -0
  136. package/dist/dialoged/skein/tree.d.ts.map +1 -0
  137. package/dist/dialoged/skein/tree.js +701 -0
  138. package/dist/dialoged/skein/tree.js.map +1 -0
  139. package/dist/dialoged/skein/ui/ansi.d.ts +4 -0
  140. package/dist/dialoged/skein/ui/ansi.d.ts.map +1 -0
  141. package/dist/dialoged/skein/ui/ansi.js +215 -0
  142. package/dist/dialoged/skein/ui/ansi.js.map +1 -0
  143. package/dist/dialoged/skein/ui/diff.d.ts +7 -0
  144. package/dist/dialoged/skein/ui/diff.d.ts.map +1 -0
  145. package/dist/dialoged/skein/ui/diff.js +17 -0
  146. package/dist/dialoged/skein/ui/diff.js.map +1 -0
  147. package/dist/dialoged/skein/ui/knot-menu.d.ts +5 -0
  148. package/dist/dialoged/skein/ui/knot-menu.d.ts.map +1 -0
  149. package/dist/dialoged/skein/ui/knot-menu.js +89 -0
  150. package/dist/dialoged/skein/ui/knot-menu.js.map +1 -0
  151. package/dist/dialoged/skein/ui/marker-colors.d.ts +5 -0
  152. package/dist/dialoged/skein/ui/marker-colors.d.ts.map +1 -0
  153. package/dist/dialoged/skein/ui/marker-colors.js +18 -0
  154. package/dist/dialoged/skein/ui/marker-colors.js.map +1 -0
  155. package/dist/dialoged/skein/ui/render.d.ts +13 -0
  156. package/dist/dialoged/skein/ui/render.d.ts.map +1 -0
  157. package/dist/dialoged/skein/ui/render.js +332 -0
  158. package/dist/dialoged/skein/ui/render.js.map +1 -0
  159. package/dist/dialoged/skein/ui/traceRender.d.ts +11 -0
  160. package/dist/dialoged/skein/ui/traceRender.d.ts.map +1 -0
  161. package/dist/dialoged/skein/ui/traceRender.js +139 -0
  162. package/dist/dialoged/skein/ui/traceRender.js.map +1 -0
  163. package/dist/dialoged/skein/ui/tree-pane.d.ts +3 -0
  164. package/dist/dialoged/skein/ui/tree-pane.d.ts.map +1 -0
  165. package/dist/dialoged/skein/ui/tree-pane.js +135 -0
  166. package/dist/dialoged/skein/ui/tree-pane.js.map +1 -0
  167. package/dist/dialoged/skein/ui/webExportPage.d.ts +29 -0
  168. package/dist/dialoged/skein/ui/webExportPage.d.ts.map +1 -0
  169. package/dist/dialoged/skein/ui/webExportPage.js +72 -0
  170. package/dist/dialoged/skein/ui/webExportPage.js.map +1 -0
  171. package/dist/extension.d.ts +4 -0
  172. package/dist/extension.d.ts.map +1 -0
  173. package/dist/extension.js +885 -0
  174. package/dist/extension.js.map +1 -0
  175. package/dist/session-runner.d.ts +23 -0
  176. package/dist/session-runner.d.ts.map +1 -0
  177. package/dist/session-runner.js +92 -0
  178. package/dist/session-runner.js.map +1 -0
  179. package/language-configuration.json +43 -0
  180. package/media/icon.png +0 -0
  181. package/media/icons/arrow-down-circle-solid.svg +3 -0
  182. package/media/icons/arrow-down-solid.svg +3 -0
  183. package/media/icons/arrow-path-solid.svg +3 -0
  184. package/media/icons/arrow-right-solid.svg +3 -0
  185. package/media/icons/arrow-up-on-square-stack-solid.svg +5 -0
  186. package/media/icons/arrow-up-solid.svg +3 -0
  187. package/media/icons/arrow-uturn-left.svg +3 -0
  188. package/media/icons/arrow-uturn-right.svg +3 -0
  189. package/media/icons/bookmark-solid.svg +3 -0
  190. package/media/icons/bug-ant-solid.svg +3 -0
  191. package/media/icons/check-badge-solid.svg +3 -0
  192. package/media/icons/check-circle-solid.svg +3 -0
  193. package/media/icons/chevron-double-down-solid.svg +4 -0
  194. package/media/icons/chevron-double-up-solid.svg +4 -0
  195. package/media/icons/command-line-solid.svg +3 -0
  196. package/media/icons/cpu-chip-solid.svg +4 -0
  197. package/media/icons/dg-file-dark.svg +6 -0
  198. package/media/icons/dg-file-light.svg +6 -0
  199. package/media/icons/ellipsis-vertical-solid.svg +3 -0
  200. package/media/icons/exclamation-triangle.svg +3 -0
  201. package/media/icons/folder-arrow-down-solid.svg +3 -0
  202. package/media/icons/globe-alt.svg +3 -0
  203. package/media/icons/lock-closed-solid.svg +3 -0
  204. package/media/icons/magnifying-glass-solid.svg +3 -0
  205. package/media/icons/pencil-solid.svg +4 -0
  206. package/media/icons/play-solid.svg +3 -0
  207. package/media/icons/plus-circle-solid.svg +3 -0
  208. package/media/icons/scissors-solid.svg +5 -0
  209. package/media/icons/tag-solid.svg +3 -0
  210. package/media/icons/trash-solid.svg +3 -0
  211. package/media/icons/x-circle-solid.svg +3 -0
  212. package/media/js/datastar.js +9 -0
  213. package/media/js/main.js +1109 -0
  214. package/media/js/skein-loader.js +10 -0
  215. package/media/js/trace-loader.js +4 -0
  216. package/media/js/trace.js +147 -0
  217. package/media/style.css +5783 -0
  218. package/package.json +231 -0
  219. package/resources/bundle/default-cover.png +0 -0
  220. package/resources/bundle/introduction-to-if.pdf +0 -0
  221. package/resources/bundle/play-if-card.pdf +1990 -1
  222. package/resources/bundle/play.css +432 -0
  223. package/resources/bundle/style.css +450 -0
  224. package/resources/dfrotz-skein-patch.dg +4 -0
  225. package/syntaxes/dialog.tmLanguage.json +490 -0
@@ -0,0 +1,450 @@
1
+ /*
2
+
3
+ Standard CSS file for use with Standard.html and Standard-Source.html.
4
+
5
+ */
6
+
7
+
8
+ body
9
+ {
10
+ font-family: Georgia, Palatino, "Times New Roman", Times, serif;
11
+ font-size: 100%;
12
+ -webkit-text-size-adjust: none;
13
+ }
14
+
15
+ .container
16
+ {
17
+ margin-top: 2em;
18
+ }
19
+
20
+ /*
21
+ Paragraph features defined here apply without distinction to blurb and
22
+ source paragraphs.
23
+ */
24
+
25
+ p
26
+ {
27
+ font-size: 1em;
28
+ line-height: 1.4;
29
+ }
30
+
31
+ /*
32
+ Here we get rid of underlining for links, and provide a more subdued
33
+ color scheme than the bright-blue HTML standard.
34
+
35
+ Best color schemes are likely to vary depending on cover art.
36
+ */
37
+
38
+ a
39
+ {
40
+ text-decoration: none;
41
+ color: #369;
42
+ }
43
+
44
+ a:visited
45
+ {
46
+ text-decoration: none;
47
+ color: #006;
48
+ }
49
+
50
+ a:hover
51
+ {
52
+ text-decoration: none;
53
+ color: #33C;
54
+ }
55
+
56
+ .coverimage
57
+ {
58
+ width: 12.6em;
59
+ margin-top: 2em;
60
+ margin-left: 1em;
61
+ float: left;
62
+ clear: left;
63
+ text-align: right;
64
+ }
65
+
66
+ /*
67
+ Here we make invisible the one-pixel border that currently goes around
68
+ the cover image.
69
+ */
70
+
71
+ .coverimage a
72
+ {
73
+ font-style: normal;
74
+ font-variant: normal;
75
+ font-weight: normal;
76
+ color: #FFF;
77
+ }
78
+
79
+ /*
80
+ The introduction formatting applies to the title, author name, and release
81
+ number, here presented at the top of the page.
82
+
83
+ To change the appearance of specific elements, tweak
84
+
85
+ h1 for the title
86
+ h2 for the author name
87
+ .bibliography for the release information
88
+
89
+ */
90
+
91
+ .introduction
92
+ {
93
+ padding-top: 2.4em;
94
+ margin-left: 15.4em;
95
+ width: 33em;
96
+ line-height: 1;
97
+ text-align: left;
98
+ }
99
+
100
+ /*
101
+ These set the sizes for the title (h1) and the author name (h2).
102
+
103
+ The ideal font-size for h1 may vary quite a bit depending on how long the
104
+ game's title is: larger for one-word titles, smaller for longer titles.
105
+
106
+ Should we wish to remove the title entirely and allow the cover art alone
107
+ to represent the game, we need only add the line "display: none;" to the
108
+ definition of h1.
109
+
110
+ */
111
+ h1 { font-size: 2em; }
112
+ h2 { font-size: 1em; line-height: .25;}
113
+
114
+ /* The about formatting applies to blurb information. */
115
+
116
+ .about
117
+ {
118
+ margin-top: 2.8em;
119
+ margin-left: 15.4em;
120
+ width: 33em;
121
+ text-align: left;
122
+ }
123
+
124
+ /*
125
+ By setting about p and about p + p, we instruct the first paragraph of the
126
+ blurb to be unindented but subsequent paragraphs to be indented a small
127
+ distance.
128
+ */
129
+
130
+ .about p { margin-bottom: 0; }
131
+
132
+ .about p + p
133
+ {
134
+ text-indent: 1.4em;
135
+ margin-top: 0;
136
+ }
137
+
138
+ /*
139
+ Playinfo affects the paragraph at the bottom of the home-page that supplies
140
+ the IFID for the game and suggests interpreters for the author to use. */
141
+
142
+ .playinfo
143
+ {
144
+ margin: 1em 0px 0px 15.4em;
145
+ width: 33em;
146
+ }
147
+
148
+ .playinfo p {
149
+ font-size: .75em;
150
+ }
151
+
152
+
153
+ /*
154
+ The links formatting applies to the story file and auxiliary links found
155
+ on the home page, and to the Contents, Next, and Previous links on the
156
+ source pages. Here we arrange for them to appear in a column at the left
157
+ side of the page.
158
+ */
159
+
160
+ .links
161
+ {
162
+ width: 13em;
163
+ float: left;
164
+ clear: left;
165
+ text-align: right;
166
+ margin-top: 2.8em;
167
+ }
168
+
169
+ .links li
170
+ {
171
+ list-style-type: none;
172
+ list-style-position: default;
173
+ padding: .4 em;
174
+ }
175
+
176
+ /*
177
+ The filetype id applies only to the little (blorb), (pdf), and similar
178
+ denotations found on the links. Here we make these appear smaller than the
179
+ surrounding text. In order to get rid of them entirely, we would add
180
+ "display: none;" to our filetype definition.
181
+ */
182
+
183
+ span.filetype { font-size: .5em; }
184
+
185
+ /*
186
+ Source formatting applies to the source text on generated pages.
187
+ */
188
+
189
+ .source
190
+ {
191
+ margin-top: 1.4em;
192
+ margin-left: 15.4em;
193
+ width: 33em;
194
+ line-height: 1.4;
195
+ }
196
+
197
+ .sourceintroduction
198
+ {
199
+ margin-left: 15.4em;
200
+ width: 33em;
201
+ }
202
+
203
+ .sourceintroduction h1
204
+ {
205
+ padding-top: 2.8em;
206
+ font-size: 1em;
207
+ line-height: 1;
208
+ text-align: right;
209
+ text-decoration: none;
210
+ font-weight: normal;
211
+ font-style: italic;
212
+ }
213
+
214
+ .sourceintroduction h2
215
+ {
216
+ display: none;
217
+ }
218
+
219
+ .sourcecoverimage
220
+ {
221
+ width: 12.6em;
222
+ margin-top: 2em;
223
+ margin-left: 1em;
224
+ float: left;
225
+ clear: left;
226
+ text-align: right;
227
+ }
228
+
229
+ /*
230
+ Here we make invisible the one-pixel border that currently goes around
231
+ the cover image.
232
+ */
233
+
234
+ .sourcecoverimage a
235
+ {
236
+ font-style: normal;
237
+ font-variant: normal;
238
+ font-weight: normal;
239
+ color: #FFF;
240
+ }
241
+
242
+ .sourcebibliography
243
+ {
244
+ display: none;
245
+ }
246
+
247
+ span.quote { color: #369; }
248
+
249
+ span.comment {
250
+ color: #390;}
251
+
252
+ span.substitution
253
+ {
254
+ color: #69B;
255
+ font-variant: small-caps;
256
+ }
257
+
258
+ span.i6code { color: #666; font-family: monospace; }
259
+
260
+ span.columnhead {
261
+ font-style: italic;
262
+ font-size: 1em;
263
+ }
264
+
265
+ span.heading
266
+ {
267
+ font-weight: bold;
268
+ }
269
+
270
+ .source td
271
+ {
272
+ padding-top: .7em;
273
+ padding-bottom: .7em;
274
+ padding-right: 1.4em;
275
+ font-size: .75em;
276
+ text-align: left;
277
+ vertical-align: top;
278
+ }
279
+
280
+ /*
281
+ We could alter the following in order to make the footnote links in the source
282
+ text appear different from other links, but otherwise they will be the same
283
+ color as other links -- which is fine as a default.
284
+ */
285
+
286
+ span.notecue
287
+ {
288
+ font-size: .75em;
289
+ vertical-align: super;
290
+ }
291
+
292
+ /*
293
+ Here we tell the elements of the table of contents not to be listed with
294
+ bullets because this tends to produce considerable visual clutter especially
295
+ with large project files.
296
+ */
297
+
298
+ .source li
299
+ {
300
+ list-style-type: none;
301
+ list-style-position: default;
302
+ }
303
+
304
+ /*
305
+ Notes applies to footnotes on the source text.
306
+ */
307
+
308
+ .notes
309
+ {
310
+ margin-left: 16.8em;
311
+ width: 33em;
312
+ }
313
+
314
+ .notes p
315
+ {
316
+ text-indent: -1.4em;
317
+ font-size: .75em;
318
+ }
319
+
320
+ .notesheading { font-style: italic; }
321
+
322
+ p.indent0
323
+ { margin-bottom: 0;
324
+ }
325
+
326
+ p.indent1
327
+ {
328
+ padding-left: 2.8em;
329
+ text-indent: -.7em;
330
+ margin-bottom: 0;
331
+ margin-top: 0;
332
+ }
333
+
334
+ p.indent2
335
+ { margin-bottom: 0;
336
+ padding-left: 5.6em;
337
+ text-indent: -.7em;
338
+ margin-top: 0;
339
+ }
340
+
341
+ p.indent3
342
+ {
343
+ padding-left: 8.4em;
344
+ text-indent: -.7em;
345
+ margin-bottom: 0;
346
+ margin-top: 0;
347
+ }
348
+
349
+ p.indent4
350
+ { margin-bottom: 0;
351
+ padding-left: 11.2em;
352
+ text-indent: -.7em;
353
+ margin-top: 0;
354
+ }
355
+
356
+ p.indent5
357
+ {
358
+ padding-left: 14em;
359
+ text-indent: -.7em;
360
+ margin-bottom: 0;
361
+ margin-top: 0;
362
+ }
363
+
364
+ p.indent6
365
+ { margin-bottom: 0;
366
+ padding-left: 16.8em;
367
+ text-indent: -.7em;
368
+ margin-top: 0;
369
+ }
370
+
371
+ p.indent7
372
+ {
373
+ padding-left: 19.6em;
374
+ text-indent: -.7em;
375
+ margin-bottom: 0;
376
+ margin-top: 0;
377
+ }
378
+
379
+
380
+ p.indent8
381
+ { margin-bottom: 0;
382
+ padding-left: 22.4em;
383
+ text-indent: -.7em;
384
+ margin-top: 0;
385
+ }
386
+
387
+ p.indent9
388
+ {
389
+ padding-left: 25.2em;
390
+ text-indent: -.7em;
391
+ margin-bottom: 0;
392
+ margin-top: 0;
393
+ }
394
+
395
+ /*
396
+ Styles for play.html
397
+ */
398
+ .play .coverimage
399
+ {
400
+ position: fixed;
401
+ }
402
+ .play .links
403
+ {
404
+ margin-top: 200px;
405
+ position: fixed;
406
+ }
407
+
408
+ .interpretercredit
409
+ {
410
+ bottom: 1em;
411
+ font-size: 80%;
412
+ position: fixed;
413
+ }
414
+
415
+ #gameport
416
+ {
417
+ background: white;
418
+ bottom: 0px;
419
+ left: 15.4em;
420
+ line-height: 1.4;
421
+ margin: 0px;
422
+ position: absolute;
423
+ right: 0px;
424
+ top: 0px;
425
+ }
426
+
427
+ /*
428
+ Styles for mobile browsers: change to a one-column layout.
429
+ */
430
+
431
+ @media screen and (max-device-width: 480px)
432
+ {
433
+ .coverimage, .introduction, .links, .about, .playinfo, .source, .sourceintroduction, .sourcecoverimage, .notes
434
+ {
435
+ float: none;
436
+ margin-left: 1em;
437
+ text-align: left;
438
+ }
439
+
440
+ .play .coverimage, .play .links, .play .interpretercredit
441
+ {
442
+ display: none;
443
+ }
444
+
445
+ #gameport
446
+ {
447
+ left: 0px;
448
+ width: auto;
449
+ }
450
+ }
@@ -0,0 +1,4 @@
1
+ %% Include this file first when building for dfrotz and the skein
2
+
3
+ (redraw status bar)
4
+ %% Do nothing; otherwise the status bar is output inline in transcript