-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathothers.html
276 lines (257 loc) · 7.01 KB
/
others.html
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>The Poster Collection [Others]</title>
<link rel="shortcut icon" href="favicon2.ico" />
<style type="text/css">
*{margin:0px;padding:0px;}
.top{
width:100%;
height:120px;
background:#000;
margin:0px auto;
position:relative;
}
.top .logo{
width:250px;
height:100px;
margin-top:10px;
margin-left:160px;
}
.top .search{
width:700px;
height:50px;
position:absolute;top:35px;left:500px;
}
.top .login{
width:200px;
height:50px;
position:absolute;top:35px;right:120px;
}
.STYLE2 {
font-family: Chiller;
font-size: 36px;
}
a{
color:#fff;
text-decoration:none;
}
a:hover{
color:#333;
font-weight:bold;
text-decoration:underline;
}
.main{
width:100%;
height:700px;
margin:0px auto;
background-image:url(images/background.jpg);
}
.main .up{
width:1315px;
height:350px;
margin:0px auto;
}
.main .up .Content{
width:228px;
height:300px;
position:relative;
float:left;
margin-left:50px;
margin-top:25px;
margin-right:45px;
}
.main .up .Content .CouTxt{
width:228px;
height:50px;
background-color:rgba(0,0,0,0.6);
position:absolute;bottom:0px;left:0px;
}
.main .up .Content .CouTxt h3{
color:#ffffff;
font-size:36px;
text-align:center;
height:50px;
line-height:45px;
font-weight:100;
font-family:Chiller;
margin-top:3px;
}
.main .up .Content .CouTxt p{
color:#ffffff;
font-size:25px;
text-align:center;
font-weight:100;
font-family:Chiller;
display:none;
}
.main .down{
width:1315px;
height:350px;
margin:0px auto;
}
.main .down .Content{
width:228px;
height:300px;
position:relative;
float:left;
margin-left:50px;
margin-top:25px;
margin-right:45px;
}
.main .down .Content .CouTxt{
width:228px;
height:50px;
background-color:rgba(0,0,0,0.6);
position:absolute;bottom:0px;left:0px;
}
.main .down .Content .CouTxt h3{
color:#ffffff;
font-size:36px;
text-align:center;
height:50px;
line-height:45px;
font-weight:100;
font-family:Chiller;
margin-top:3px;
}
.main .down .Content .CouTxt p{
color:#ffffff;
font-size:25px;
text-align:center;
font-weight:100;
font-family:Chiller;
display:none;
}
.b{
width:100%;
height:120px;
background:#000;
margin:0px auto;
}
</style>
</head>
<body>
<!--top start-->
<div class="top">
<div class="logo">
<img src="images/lg.jpg"/>
</div>
<div class="search">
<form>
<table width="700px" height="50px" border="0px" cellpadding="0px" cellspacing="0px">
<tr>
<td width="450px" height="50px">
<input type="text" style="width:450px;height:50px;border:2px solid #666666;"/>
</td>
<td width="180px" height="50px">
<input type="submit" value="Search" style="width:180px;height:50px;border:2px solid #666666;background:#000000;color:#ffffff;font-size:30px;font-style:inherit;" />
</td>
</tr>
</table>
</form>
</div>
<div class="login">
<table width="200px" height="50px" cellpadding="0px" cellspacing="0px">
<tr>
<td width="98" height="50px"><a href="#"><p style="font-size:25px;color:#fff;text-indent:5px;margin-left:5px;"><a href="login.asp" class="STYLE2">Login</p></a></td>
<td width="100" height="50px"><a href="#"><p style="font-size:25px;color:#fff;text-indent:5px;margin-right:5px;"><a href="register.asp" class="STYLE2">Register</p></a></td>
</tr>
</table>
</div>
</div>
<!--top over-->
<!--main start-->
<div class="main">
<!--up start-->
<div class="up">
<div class ="Content">
<img src="images/o1.jpg" width="228" height="300" />
<div class="CouTxt">
<h3>Dogville</h3>
<p>A woman on the run from the mob is accepted in a small town. In exchange, she agrees to work for them. Yet her dangerous secret is never far away...</p>
</div>
</div>
<div class ="Content">
<img src="images/o2.jpg" width="228" height="300" />
<div class="CouTxt">
<h3>Van Gogh</h3>
<p>The final sixty-seven days of Van Gogh's life are examined...</p>
</div>
</div>
<div class ="Content">
<img src="images/o3.jpg" width="228" height="300" />
<div class="CouTxt">
<h3>Tess</h3>
<p>A strong-willed young peasant girl attracts the affection of two men...</p>
</div>
</div>
<div class ="Content">
<img src="images/o4.jpg" width="228" height="300" />
<div class="CouTxt">
<h3>The Makioka Sisters</h3>
<p>The orphaned Makioka sisters look for a husband for their third sister, Yukiko, as the rebellious youngest sister, Taeko, is kept waiting her turn...</p>
</div>
</div>
</div>
<!--up over-->
<!--down start-->
<div class="down">
<div class ="Content">
<img src="images/o5.jpg" width="228" height="300" />
<div class="CouTxt">
<h3>The Virgin Spring</h3>
<p>An innocent young virgin and her pregnant servant set out to deliver candles to church, but only one returns from events that transpire in the woods along the way...</p>
</div>
</div>
<div class ="Content">
<img src="images/o6.jpg" width="228" height="300" />
<div class="CouTxt">
<h3>The Beguiled</h3>
<p>The unexpected arrival of a wounded Union soldier at a girls school in Virginia during the American Civil War leads to jealousy and betrayal...</p>
</div>
</div>
<div class ="Content">
<img src="images/o7.jpg" width="228" height="300" />
<div class="CouTxt">
<h3>Offret</h3>
<p>At the dawn of World War III, a man searches for a way to restore peace to the world and finds he must give something in return...</p>
</div>
</div>
<div class ="Content">
<img src="images/o8.jpg" width="228" height="300" />
<div class="CouTxt">
<h3>The Conformist</h3>
<p>A weak-willed Italian man becomes a fascist flunky who goes abroad to arrange the assassination of his old teacher, now a political dissident...</p>
</div>
</div>
</div>
<!--down over-->
</div>
<!--main over-->
<!--b start-->
<div class="b">
<table>
<tr><p align="center" style="font-size:20px;color:#fff; padding-top:10px;">[email protected]</p></tr>
<tr><p align="center" style="font-size:20px;color:#fff; padding-top:10px;">All Rights Reserved</p></tr>
<tr><p align="center" style="font-size:20px;color:#fff; padding-top:10px;">012345678</p></tr>
</table>
</div>
<!--b over-->
<!--js part start-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript">
$(".Content").hover(function(){
$(this).find(".CouTxt").stop().animate({height:"300px"},200);
$(this).find(".CouTxt h3").stop().animate({paddingTop:"45px"},500);
$(this).find(".CouTxt p").stop().show();
},function(){
$(this).find(".CouTxt").stop().animate({height:"50px"},200);
$(this).find(".CouTxt h3").stop().animate({paddingTop:"0px"},500);
$(this).find(".CouTxt p").stop().hide();
});
</script>
<!--js part over-->
</body>
</html>