diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/www/index.html b/www/index.html index 5b99526..31b406c 100644 --- a/www/index.html +++ b/www/index.html @@ -38,15 +38,13 @@ <li id="csstransforms">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transforms">CSS transforms</a>, which means that we won't be able to scale the window or show most transitions. <a href="http://caniuse.com/#feat=transforms2d">Any browser released in the last 2 years ago should work.</a></li> <li id="csstransitions">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transitions">CSS transitions</a>, which means that almost all animations won't work. Videos should still work though, unless stated above. <a href="http://caniuse.com/#feat=css-transitions">You should definitely try upgrading.</a></li> </ul> - <div id="gotit" class="button button-enabled">I know it's broken, let me play!</div> + <div id="gotit" class="button">I know it's broken, let me play!</div> </div> </div> - <div id="bg"></div> <div id="container"> <div id="gray" style="display: none;"></div> <div id="show"></div> <div id="window" style="display: none;"> - <img id="window-image" src="dump/ui/bg-say.png" alt=""> <div id="who"></div> <div id="say" class="say"></div> <img id="ctc" src="dump/ui/ctc.png" style="display: none"> @@ -59,10 +57,10 @@ <div id="centered" class="centered say"></div> <div id="main-menu" style="display: none;"> <div id="main-menu-buttons" style="top: 377px; position: absolute; left: 81px;"> - <div id="start" class="button button-enabled">Start</div> + <div id="start" class="button">Start</div> <div id="load" class="button button-disabled">Load</div> <div id="extras" class="button button-disabled">Extras</div> - <div id="options-button" class="button button-enabled">Options</div> + <div id="options-button" class="button">Options</div> <div id="quit" class="button button-disabled">Quit</div> </div> <div id="version" style="position: absolute; bottom: 10px; right: 15px; font: 8px/8px Playtime; opacity: 0.4"> @@ -74,20 +72,20 @@ <div id="dialogs" style="display: none; position: absolute; top: 50%; width: 504px; height: 395px; background: url(dump/ui/bg-config.png); left: 50%; margin-left: -252px; margin-top: -197.5px;"> <div id="options" style="padding: 10px 20px;"> <h2>Options</h2> - <label class="button button-enabled"><input type="checkbox" class="option" id="hdisable"> <span>Disable adult content</span></label> - <label class="button button-enabled"><input type="checkbox" class="option" id="skipUnread"> <span>Skip unread text</span></label> - <label class="button button-enabled"><input type="checkbox" class="option" id="skipAfterChoices"> <span>Keep skipping after choices</span></label> - <label class="button button-enabled"><input type="checkbox" class="option" id="useWebP"> <span>Use WebP images (less bandwidth, more CPU)</span></label> - <label class="button button-enabled"><input type="checkbox" class="option" id="fullscreen"> <span>Scale content</span></label> - <label class="button button-enabled"><input type="checkbox" class="option" id="scaleVideo"> <span>Scale video</span></label> + <label class="button"><input type="checkbox" class="option" id="hdisable"> <span>Disable adult content</span></label> + <label class="button"><input type="checkbox" class="option" id="skipUnread"> <span>Skip unread text</span></label> + <label class="button"><input type="checkbox" class="option" id="skipAfterChoices"> <span>Keep skipping after choices</span></label> + <label class="button"><input type="checkbox" class="option" id="useWebP"> <span>Use WebP images (less bandwidth, more CPU)</span></label> + <label class="button"><input type="checkbox" class="option" id="fullscreen"> <span>Scale content</span></label> + <label class="button"><input type="checkbox" class="option" id="scaleVideo"> <span>Scale video</span></label> <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="textSpeed"> <span class="tr">Text speed</span></label> <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="autoModeDelay"> <span class="tr">Auto mode delay</span></label> <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="musicVolume"> <span class="tr">Music volume</span></label> - <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="sfxVolume"> <span class="tr">SFX volume</span> <span id="test-sfx" class="button button-enabled"><img src="dump/ui/bt-musicplay.png"> Test</span></label> + <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="sfxVolume"> <span class="tr">SFX volume</span> <span id="test-sfx" class="button"><img src="dump/ui/bt-musicplay.png"> Test</span></label> </div> - <div id="return" class="button button-enabled" style="position: absolute; bottom: 15px; right: 20px;"> + <div id="return" class="button" style="position: absolute; bottom: 15px; right: 20px;"> <img src="dump/ui/bt-return.png"> Return </div> |