diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-20 11:24:09 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-21 13:23:45 -0400 |
commit | 81f028bb73e43bbe9c5252085ebb2f2d55290f7b (patch) | |
tree | 9ee8d98c3a83658338bbe54009e8f2496b3541f9 /www/index.html | |
parent | 20a1938b033f1f6749c5067e1acac62a0a487944 (diff) | |
download | html5ks-81f028bb73e43bbe9c5252085ebb2f2d55290f7b.tar.xz html5ks-81f028bb73e43bbe9c5252085ebb2f2d55290f7b.zip |
keep working
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html index 5ea2a6f..e58669c 100644 --- a/www/index.html +++ b/www/index.html @@ -35,16 +35,17 @@ left: -190px; } } - #bg,#video { + #bg,#video,#solid { position: absolute; width: 800px; height: 600px; } - #video { - z-index: 2; - } #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; } </style> <script> @@ -60,10 +61,13 @@ <audio id="sound"></audio> <audio id="ambient" loop></audio> <div id="container"> - <img id="bg" src="/dump/bgs/school_girlsdormhall.jpg"> - <video id="video"></video> + <div id="img"> + <img id="bg" src="/dump/bgs/school_girlsdormhall.jpg"> + <div id="solid"></div> + </div> <img src="/dump/ui/bg-say.png" style="position: absolute; top: 440px; left: 0;"> <div id="say">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.</div> + <video id="video"></video> </div> <script src="/when/when.js"></script> <script src="/js/html5ks.js"></script> |