From b1a157e58e0a4732853418a6305640cade500566 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 21 Jun 2013 07:48:51 -0400 Subject: start noscript, split index.css --- www/index.css | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ www/index.html | 54 ++++++------------------------------------------- 2 files changed, 69 insertions(+), 48 deletions(-) create mode 100644 www/index.css (limited to 'www') diff --git a/www/index.css b/www/index.css new file mode 100644 index 0000000..6dfb166 --- /dev/null +++ b/www/index.css @@ -0,0 +1,63 @@ +body { + margin: 0; + padding: 0; + overflow: hidden; + background: gray; +} +@font-face { + font-family: "Playtime"; + /* src: url("playtime.ttf"); */ + src: url("playtime-webfont.ttf"); + src: url("playtime-webfont.woff"); +} +#container { + width: 800px; + height: 600px; + position: absolute; + top: 50%; + margin-top: -300px; + left: 50%; + margin-left: -400px; + overflow: hidden; + cursor: url("dump/ui/mousecursor.png"), default; +} +@keyframes toright { + from { + left: -100px; + } + to { + left: -190px; + } +} +#bg,#video,#solid { + position: absolute; + width: 800px; + height: 600px; +} +#say { + font: 22px/27px Playtime; color: white; width: 750px; height: 90px; position: absolute; top: 493px; left: 28px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +#window { + position: absolute; + top: 440px; + left: 0; +} +#noscript { + width: 100%; + height: 100%; + background-color: gray; + opacity: 0.5; +} +noscript { + display: block; + margin: auto; + width: auto; +} +#notwork { + font-size: 200%; + font-weight: bold; +} diff --git a/www/index.html b/www/index.html index 91d6de4..1f982fc 100644 --- a/www/index.html +++ b/www/index.html @@ -1,54 +1,11 @@ + Katawa Shoujo - + +
- +
- -
It doesn't take long to identify the source as Lilly's room, though the deep timbre of the female voice unmistakably belongs not to her, but to her sister.
+ +
-- cgit v1.2.3-54-g00ecf