-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
502 lines (223 loc) · 12.4 KB
/
index.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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<meta name="keywords" content="幻境之空 - 最有爱的ACG动漫爱好者聚集地">
<link rel="shortcut icon" href="favicon.jpg" type="png" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" />
<!--[if lt IE 9]>
<link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->
<title>幻境之空 - 最有爱的ACG动漫爱好者聚集地</title>
<meta name="keywords" content="幻境之空,节操,动漫,ACG,动漫,里番,资源,资讯,瞳光,IRIS,网络游戏,MMORPG,后宫">
<meta name="description" content="大型动漫MMORPG网络游戏幻境之空欢迎各位玩家前来玩耍">
</head>
<body class="standard simple">
<script type="text/javascript"> if (window.jQuery == undefined) document.write( unescape('<script src="css/jquery-1.6.4.min.js" type="text/javascript"%3E%3C/script%3E') ); </script>
<script src="css/jquery.prettyPhoto.js" type="text/javascript"></script>
<script src="css/script.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
if (jQuery.browser.msie && jQuery.browser.version < 9){
var $windowWidth = jQuery(window).width()+17;
var $windowHeight = jQuery(window).height()+17;
} else {
var $windowWidth = window.innerWidth;
var $windowHeight = window.innerHeight;
}
jQuery('body').append('<div id="preloaderMotion" />');
jQuery('a.header_arrow').addClass('hidden');
var $slider = '#sliderMotion';
var $preloader = '#preloaderMotion';
var $images = jQuery($slider+' li img');
var $max = $images.length;
$images.each(function(){
var img = new Image();
img.src = jQuery(this).attr('src');
var intervalId = setInterval(function(){
if (img.complete){
clearInterval(intervalId);
$max--;
jQuery($preloader).append('<img id="nMotion'+$max+'" src="'+img.src+'" width="60" height="35" alt="" />');
jQuery($preloader).find('img#nMotion'+$max).animate({opacity:1}, 500);
if ($max == 0){
LoadImageStart(jQuery($slider));
jQuery($preloader).fadeOut(500, function(){
jQuery(this).css({display:'none'});
showHideContent();
});
}
}
}, 50);
});
function LoadImageStart(slider){
slider.cmsmsMotionSlider({
sliderWidth:$windowWidth,
sliderHeight:$windowHeight,
pauseOnHover:false,
showPause:false
});
jQuery('a[rel="prettyPhoto[bgSlider]"]').prettyPhoto({animationSpeed:'normal', deeplinking:false, social_tools:false});
}
jQuery(window).resize(function(){
if (jQuery.browser.msie && jQuery.browser.version < 9){
var $windowWidth = jQuery(window).width()+17;
var $windowHeight = jQuery(window).height();
} else {
var $windowWidth = window.innerWidth;
var $windowHeight = window.innerHeight;
}
jQuery('.cmsmsMotionSliderContainer, .cmsmsMotionSlides, .cmsmsMotionSlides canvas, .cmsmsMotionSlides img, .cmsmsMotionSlides iframe').css({width:$windowWidth+'px', height:$windowHeight+'px'});
jQuery('.cmsmsMotionControl').css({height:$windowHeight+'px'});
jQuery('.cmsmsMotionNavigation').css({height:parseInt($windowHeight - 195)+'px'});
});
});
</script>
<!-- _________________________ Start Slider __________________________ -->
<ul id="sliderMotion">
<li data-thumb="timthumb.php?w=110&h=65&src=http://ww3.sinaimg.cn/large/68f834efgw1em6zqt3jf1j20sg0lcjyx.jpg" data-start="top left" data-zoom="out" data-animation="12">
<img src="http://ww3.sinaimg.cn/large/68f834efgw1em6zqt3jf1j20sg0lcjyx.jpg" alt="Banner Image 2" />
<div class="cmsmsSlideCaption" data-top="50">
<h2>欢迎来到幻境之空!</h2>
<p>这里是一群节操满满的绅士聚集地,快来加入我们,让我们一起来分享ACG的快乐和感动~~</p>
</div>
</li>
<li data-thumb="timthumb.php?w=110&h=65&src=http://ww4.sinaimg.cn/large/68f834efgw1em6zsc0pjfj215o0lxqbs.jpg" data-start="center right" data-zoom="in" data-animation="17">
<img src="http://ww4.sinaimg.cn/large/68f834efgw1em6zsc0pjfj215o0lxqbs.jpg" alt="Banner Image 16" />
</li>
<li data-thumb="timthumb.php?w=110&h=65&src=http://tc.rpgsky.net/uploads/2014/12/68f834efgw1em6zu135qvj212r0rsdr4.jpg" data-start="top left" data-zoom="out" data-animation="12">
<img src="http://ww1.sinaimg.cn/large/68f834efgw1em6zt79hdgj215o0vyant.jpg" alt="Banner Image 20" />
</li>
<li data-thumb="timthumb.php?w=110&h=65&src=http://tc.rpgsky.net/uploads/2014/10/dFnaqZKJDQAA_bo_tgOAAgAAAAABABA!.jpg" data-start="center left" data-finish="top right" data-zoom="out" data-animation="7">
<img src="http://tc.rpgsky.net/uploads/2014/10/dFnaqZKJDQAA_bo_tgOAAgAAAAABABA!.jpg" alt="Banner Image 5" />
</li>
<li data-thumb="timthumb.php?w=110&h=65&src=http://tc.rpgsky.net/uploads/2014/10/dHRQpZK9DQAA_bo_dASAAgAAAAABANU!.jpg" data-start="center left" data-finish="top right" data-zoom="out" data-animation="7">
<img src="http://tc.rpgsky.net/uploads/2014/10/dHRQpZK9DQAA_bo_dASAAgAAAAABANU!.jpg" alt="Banner Image 23" />
</li>
<li data-thumb="timthumb.php?w=110&h=65&src=http://tc.rpgsky.net/uploads/2014/10/dIe9o5IYDQAA_bo_fgSAAgAAAAABAN8!.jpg" data-start="center left" data-finish="top right" data-zoom="out" data-animation="7">
<img src="http://tc.rpgsky.net/uploads/2014/10/dIe9o5IYDQAA_bo_fgSAAgAAAAABAN8!.jpg" alt="Banner Image 5" />
</li>
<li data-thumb="timthumb.php?w=110&h=65&src=http://tc.rpgsky.net/uploads/2014/10/dDBDopJEDgAA_bo_VAOAAgAAAAABAPI!.jpg" data-start="center left" data-finish="top right" data-zoom="out" data-animation="7">
<img src="http://tc.rpgsky.net/uploads/2014/10/dDBDopJEDgAA_bo_VAOAAgAAAAABAPI!.jpg" alt="Banner Image 23" />
</li>
<li data-thumb="timthumb.php?w=110&h=65&src=http://tc.rpgsky.net/uploads/2014/12/68f834efgw1em6zt79hdgj215o0vyant.jpg" data-start="center left" data-zoom="out" data-animation="10">
<img src="http://ww1.sinaimg.cn/large/68f834efgw1em6zu135qvj212r0rsdr4.jpg" alt="Banner Image 18" />
</li>
<li data-thumb="timthumb.php?w=110&h=65&src=http://ww1.sinaimg.cn/large/68f834efgw1em6zujp2xfj211c0qedsu.jpg" data-start="center center" data-finish="center center" data-zoom="in" data-animation="15">
<img src="http://ww1.sinaimg.cn/large/68f834efgw1em6zujp2xfj211c0qedsu.jpg" alt="Banner Image 22" />
</li>
<!-- _________这里是背景图片数量的示例
<li data-thumb="images/slider/thumbs/img6.jpg" data-start="bottom center" data-finish="center center" data-zoom="in" data-animation="15">
<img src="images/slider/img6.jpg" alt="Banner Image 6" />
</li>
#data-thumb 是图片的地址
#data-start与data-finish 是图片的显示方式
有以下的显示方式选择:
center center、ottom center、
top left 、top right 、
center left 、center right、
bottom right 、bottom center、
bottom left 、
#data-zoom 是图片变焦 有out、in选择
#data-animation 是持续显示方式时间
可以使用或不使用,一般数值为15
___________________________ -->
<!-- _________ 这段文字是图片吐槽
<div class="cmsmsSlideCaption" data-top="50">
<h2>幻境之空</h2>
<p>欢迎来到幻境之空!</p>
<a href="#" class="button btn_1">快来加入我们把!~o(≧v≦)o</a>
</div>
#为按钮的网站 改动button btn_1的数字可以换颜色
btn_8为透明
放在每张图片结束前</li>的上方_________________ -->
</ul>
<!-- _________________________ Finish Slider __________________________ -->
<!-- _________________________ Start Page ___________________________ -->
<div id="page" class="hideContent">
<!-- _________________________ Start Header _________________________ -->
<div class="header_wrap">
<div id="header">
<div class="header_inner"><a class="logo" title="Pacifico" href="#"><img class="logo_text" alt="Pacifico" src="img/logo.png" /></a>
<!-- _________________________ Start Navigation _____________________ -->
<div class="navigation_wrap">
<ul id="navigation" name="navigation">
<li class="current_page_item"><a href="http://blog.rpgsky.net/iris" target="_blank">新人导航<span>Navigation</span></a></li>
<li><a href="http://iris.ffsky.net" target="_blank">官方网站<span>Enter to BBS</span></a>
<li><a href="http://qgc.qq.com/231228360" target="_blank">进入论坛<span>Official Website</span></a>
<ul>
<li></li>
<li><ul>
<li></li>
<li></li>
</ul>
</li>
<li></li>
</ul>
</li>
<li><a href="http://shang.qq.com/wpa/qunwpa?idkey=0299227fd0e08840815314b1978d81331dcb434d57f12fd6010dacbbcf210e3d" target="_blank" title="加入QQ交流分享群">加入幻境<span>Join us</span></a>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</li>
<li><a href="http://qgc.qq.com/231228360/t/32" target="_blank">最新客户端<span>new Clients</span></a>
<ul>
<li><ul>
<li></li>
<li></li>
<li></li>
</ul>
</li>
<li><ul>
<li></li>
<li></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://qgc.qq.com/231228360/t/56" target="_blank">最新补丁<span>new Patch</span></a> <ul>
</ul>
</li>
<li><a href="http://qgc.qq.com/231228360/t/63" target="_blank">临时启动<span>Provisional start</span></a> <ul>
</ul>
</li>
</ul>
</div>
<!-- _________________________ Finish Navigation ____________________ -->
</div>
<a href="#" class="header_arrow" ><span> </span></a>
<!-- <button onClick="if(myAudio.paused){myAudio.play()}else {myAudio.pause();}">暂停/播放</button><br>-->
<input class="r2" type="range" id="avc" min="0" max="1" step="0.01" value="0.04" onMouseMove="myAudio.volume = this.value">
<style type="text/css">
.mature { background: url('http://fs0.139js.com/file/feed_181efedef4508236f3d031oa5.jpg') no-repeat; border: none; width: 150px; height: 150px; margin:30px 0px 0px 42px;border:0;outline:none;/*去除蓝色边框*/}
.mature:hover { background: url('http://fs0.139js.com/file/feed_8d92558e54d8999cdca581oa5.jpg') no-repeat; border: none; width: 150px; height: 150px;border:0;outline:none;/*去除蓝色边框*/}
.mature:active { background: url('http://fs0.139js.com/file/feed_bfe9b2b3551066089f395joa5.jpg') no-repeat; border: none; width: 150px; height: 150px;border:0;outline:none;/*去除蓝色边框*/}
.mature-post-hide { display:none; }
</style>
<button class="mature" onClick="if(myAudio.paused){myAudio.play()}else {myAudio.pause();}"></button>
</div>
</div>
</div>
<!-- _________________________ Finish Header ________________________ -->
<!-- _________________________ Finish Page __________________________ -->
<SCRIPT language=javascript type=text/javascript>
document.oncontextmenu=new Function('event.returnValue=false;');
document.onselectstart=new Function('event.returnValue=false;');
var sound1="http://home.coding.io/mp3/01.mp3";
var sound2="http://home.coding.io/mp3/02.mp3";
var x=Math.round(Math.random()*2);
if (x==0) x=sound1;
else if (x==1) x=sound2;
else x=sound2;
document.write('<audio src='+'"'+x+'"'+' loop="loop" autoplay="autoplay" id="myAudio" ></audio>');
document.getElementById("myAudio").volume = 0.04;
</SCRIPT>
</body>
</html>