diff options
Diffstat (limited to 'lily.html')
| -rw-r--r-- | lily.html | 154 |
1 files changed, 154 insertions, 0 deletions
diff --git a/lily.html b/lily.html new file mode 100644 index 0000000..3c27126 --- /dev/null +++ b/lily.html @@ -0,0 +1,154 @@ +<link rel="shortcut icon" href="favicon2.gif"> +<html> + +<body bgcolor="#000000" style="margin:0;padding:0"> + +<div align="center"> + + + <TITLE>Lily Chou-Chou</TITLE> + + <style type="text/css"> +body {cursor:url("cursor.gif"), auto;} +</style> + + <style type="text/css"> +a {cursor:url("cursor2.gif"), default;} +</style> + +<style> + +@-webkit-keyframes slide2 { + from{ + background-position:-426px; + } + to{ + background-position:0px; + } +} + + +#bg{ + + position: absolute; + top: 50%; + left: 50%; + width: 426px; + height: 320px; + margin-top: -160px; + margin-left: -213px; + background:url(lily_bg_2.gif); + -webkit-animation: slide2 60s linear infinite; +} +</style> + +<style> + +@-webkit-keyframes slide2 { + from{ + background-position:-426px; + } + to{ + background-position:0px; + } +} + + +#bg2{ + + position: absolute; + top: 50%; + left: 50%; + width: 426px; + height: 320px; + margin-top: -160px; + margin-left: -213px; + background:url(lily_cloud.gif); + -webkit-animation: slide2 40s linear infinite; +} +</style> + + +<style> + img { + position: absolute; + top: 50%; + left: 50%; + width: 426px; + height: 320px; + margin-top: -160px; + margin-left: -213px; +} + +</style> + + + + + +<style> +@-webkit-keyframes slide { + from{ + background-position:0px; + } + to{ + background-position:-426px; + } +} + +#logo{ + position: absolute; + top: 50%; + left: 50%; + width: 426px; + height: 320px; + margin-top: -160px; + margin-left: -213px; + background:url(lily_grass.gif); + -webkit-animation: slide 20s linear infinite; +} +</style> + + +<style> +@-webkit-keyframes slide { + from{ + background-position:0px; + } + to{ + background-position:-426px; + } +} + +#logo2{ + position: absolute; + top: 50%; + left: 50%; + width: 426px; + height: 320px; + margin-top: -160px; + margin-left: -213px; + background:url(lily_grass_bg_2.gif); + -webkit-animation: slide 35s linear infinite; +} +</style> + + + + + + + +<div id="bg"> </div> +<div id="bg2"> </div> +<a href="liquid.html"> +<img border="0" src="lily_body.gif" alt="Lain" width="426" height="320"></a> + +<div id="logo2"> </div> +<div id="logo"> </div> + +<iframe width="0" height="0" src="http://www.youtube.com/embed/E2sZEXTzJDk?autoplay=1&loop=1&playlist=E2sZEXTzJDk" frameborder="0" allowfullscreen></iframe> + + + +</html>
\ No newline at end of file |