summaryrefslogtreecommitdiff
path: root/lily.html
blob: 3c271263b4fe8615cc3665e5a735aaaeab09409e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
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&amp;loop=1&amp;playlist=E2sZEXTzJDk" frameborder="0" allowfullscreen></iframe>

 

</html>