|
@@ -1,11 +1,25 @@
|
|
|
:: Menu[menu]
|
|
|
<h2>Settings</h2>
|
|
|
-<h3>User Interface</h3>
|
|
|
- <<set $settings.ui ??= {}>>
|
|
|
- <<set $settings.ui.actionsAtBottom ??= false>>
|
|
|
- <p>
|
|
|
- <<checkbox "$settings.ui.actionsAtBottom" false true autocheck>> Display the available actions at the bottom of each passage instead of on the left side (only effects screens which are large enough to display the actions on the left to begin with).
|
|
|
+<h3>User Interface (Experimental)</h3>
|
|
|
+ <<set $settings.ui ??= {}>>
|
|
|
+ <<set $settings.ui.actionsAtBottom ??= false>>
|
|
|
+ <<set $settings.ui.sidebarRight ??= false>>
|
|
|
+ <<set $settings.ui.css ??= "">>
|
|
|
+ <p>
|
|
|
+ <b>Note: All Style-settings tinker with the display-code at a low level. You might need to reload the page (F5) for changes to take effect.</b>
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ <<checkbox "$settings.ui.actionsAtBottom" false true autocheck>> Display the available actions at the bottom of each passage instead of on the left side (only effects screens which are large enough to display the actions on the left to begin with).
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ <<checkbox "$settings.ui.sidebarRight" false true autocheck>> Display the sidebar on the right instead of the left side.
|
|
|
</p>
|
|
|
+ <p>
|
|
|
+ Custom CSS:<br/>
|
|
|
+ Use URLs of external stylesheets (one stylesheet per line). Example: <i>"""https://girllife.neocities.org/blue.css"""</i>
|
|
|
+ Note: you can't host stylesheets everywhere. The correct MIME-type has to be transferred. Most webservers will work, but services such as pastebin won't.<br/>
|
|
|
+ <<textarea "$settings.ui.css" $settings.ui.css>>
|
|
|
+ </p>
|
|
|
<hr/>
|
|
|
<h3>Gameplay</h3>
|
|
|
<p>
|