curiousdannii / parchment

The Interactive Fiction web app
https://iplayif.com
MIT License
432 stars 61 forks source link

Make styling parchment easier #148

Open darkhog opened 3 months ago

darkhog commented 3 months ago

I want to make my text adventure to look like DOS. To do that, I need to apply custom styling to the interpreter. However both the Inform 7 template as well as self-contained file you get from the site generator are incredibly hard to style due to illegible stylesheet (minified?). Please make styling the interpreter easier so we can customize the look of our IFs.

curiousdannii commented 3 months ago

Only the whitespace is minified, so you could use one of the many CSS beautifiers, such as this one https://codebeautify.org/css-beautify-minif

Or you can look at the source files in here, though it does include CSS files from AsyncGlk too.