From d10491524e0582d8d216d68d2b9f61028fd72f5e Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 21 Sep 2013 17:59:47 -0400 Subject: warn-container -> interstitial, misc css fixes --- www/css/index.css | 28 +++++++++++++++++++++++++--- www/index.html | 10 +++++----- www/js/html5ks.js | 10 +++++----- 3 files changed, 35 insertions(+), 13 deletions(-) (limited to 'www') diff --git a/www/css/index.css b/www/css/index.css index 2768d76..ffd2f9f 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -28,17 +28,22 @@ body { background: gray; font: 22px/27px Playtime, sans-serif; } +#all { + height: 100%; + position: absolute; + width: 100%; +} h2 { font: 20px/24px Playtime; /* yes, h2 has *smaller* font */ font-weight: bold; } /* warnings */ -#warn-container { +#interstitial { visibility: hidden; cursor: auto; } -html.no-js #warn-container { +html.no-js #interstitial { visibility: visible; } #warn { @@ -71,7 +76,7 @@ html.no-js #gotit { display: none; } -/* wooo, the real content */ +/* pre-content */ #container, #vid { cursor: url("../dump/ui/mousecursor.png"), default; position: absolute; @@ -98,9 +103,26 @@ html.no-js #gotit { opacity: 0.5; z-index: 10; } + +/* dialogs */ #dialogs { z-index: 50; + width: 504px; + height: 395px; + background: url(../dump/ui/bg-config.png); + margin-left: -252px; + margin-top: -197.5px; } +#options { + padding: 10px 20px; +} +#return { + position: absolute; + bottom: 15px; + right: 20px; +} + +/* content */ #show { height: 100%; } 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 @@ -
-
+
+

We use a lot of new features in this; your browser seems to have some issues...

    @@ -68,13 +68,13 @@
-
+
Katawa Shoujo v1.1
HTML5KS 0.1.0
-