diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-21 17:59:47 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-21 18:01:23 -0400 |
commit | d10491524e0582d8d216d68d2b9f61028fd72f5e (patch) | |
tree | 36b9cf460e59104d6b2b6b3b0f60d1c73d6cee28 /www/index.html | |
parent | 01ffd81c6a74d2f03939b26ecceb5281bb1f1519 (diff) | |
download | html5ks-d10491524e0582d8d216d68d2b9f61028fd72f5e.tar.xz html5ks-d10491524e0582d8d216d68d2b9f61028fd72f5e.zip |
warn-container -> interstitial, misc css fixes
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/index.html b/www/index.html index 721a803..ed976ba 100644 --- a/www/index.html +++ b/www/index.html @@ -27,8 +27,8 @@ <script src="js/imachine.js"></script> <script src="js/i18n.js"></script> </head> - <body><div id="all" style="height: 100%; position: absolute; width: 100%;"> - <div id="warn-container"> + <body><div id="all"> + <div id="interstitial"> <div id="warn"> <h2>We use a lot of new features in this; your browser seems to have some issues...</h2> <ul id="warns"> @@ -68,13 +68,13 @@ <div class="options-button main_menu_config button"></div> <div class="quit button main_menu_quit disabled"></div> </div> - <div id="version" style=""> + <div id="version"> Katawa Shoujo v1.1 <br> HTML5KS 0.1.0 </div> </div> - <div id="dialogs" style="display: none; width: 504px; height: 395px; background: url(dump/ui/bg-config.png); margin-left: -252px; margin-top: -197.5px;" class="centered"> + <div id="dialogs" class="centered" style="display: none;"> <div id="options" style="padding: 10px 20px;"> <h2>Options</h2> <label class="button"><input type="checkbox" class="option" id="hdisable"> <span class="hdisabled_label"></span></label> @@ -89,7 +89,7 @@ <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="soundVolume"> <span class="tr config_sfxvol_label"></span> <span id="test-sound" class="button config_sfxtest_label"><img src="dump/ui/bt-musicplay.png" alt="Play"></span></label> </div> <div id="return" class="button" style="position: absolute; bottom: 15px; right: 20px;"> - <img src="dump/ui/bt-return.png" alt=""> + <img src="dump/ui/bt-return.png"> Return </div> </div> |