imspidey commited on
Commit
860201f
·
1 Parent(s): 70fa36e

Upload 37 files

Browse files
css/jquery.jscrollpane.css ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * CSS Styles that are needed by jScrollPane for it to operate correctly.
3
+ *
4
+ * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
5
+ * may not operate correctly without them.
6
+ */
7
+
8
+ .jspContainer
9
+ {
10
+ width: 2080px;
11
+ height: 425px;
12
+ overflow: hidden;
13
+ position: relative;
14
+ }
15
+
16
+ .jspPane
17
+ {
18
+ padding: 0px;
19
+ left: 0px;
20
+ position: absolute;
21
+ }
22
+
23
+ .jspHorizontalBar
24
+ {
25
+ position: absolute;
26
+ bottom: 0;
27
+ left: 0;
28
+ width: 100%;
29
+ height: 16px;
30
+ }
31
+
32
+ .jspCap
33
+ {
34
+ display: none;
35
+ }
36
+
37
+ .jspHorizontalBar .jspCap
38
+ {
39
+ float: left;
40
+ }
41
+
42
+ .jspTrack
43
+ {
44
+ background: #444f53;
45
+ position: relative;
46
+ }
47
+
48
+ .jspDrag
49
+ {
50
+ background: grey;
51
+ position: relative;
52
+ top: 0;
53
+ left: 0;
54
+ cursor: pointer;
55
+ }
56
+
57
+ .jspHorizontalBar .jspTrack,
58
+ .jspHorizontalBar .jspDrag
59
+ {
60
+ float: left;
61
+ height: 100%;
62
+ }
css/main.css ADDED
@@ -0,0 +1,380 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Global */
2
+
3
+ body, ul, li, header, nav, footer {
4
+ border: 0;
5
+ padding: 0;
6
+ margin: 0;
7
+ font-family: Arial, sans-serif;
8
+ font-size: 13px;
9
+ }
10
+
11
+ a img {
12
+ border: 0;
13
+ vertical-align: middle;
14
+ }
15
+
16
+ ul li {
17
+ list-style-type: none;
18
+ }
19
+
20
+
21
+ /* Header */
22
+
23
+ .container {
24
+ width: 100%;
25
+ height: 50px;
26
+ padding: 15px 0;
27
+ border-bottom: 1px solid rgba(0, 0, 0, .1);
28
+ position: absolute;
29
+ z-index: 100;
30
+ overflow: hidden;
31
+ }
32
+
33
+ .logo {
34
+ background: url(../img/icon.png) no-repeat;
35
+ margin-left: 30px;
36
+ height: 54px;
37
+ width: 110px;
38
+ float: left;
39
+ background-position: 0 0px;
40
+ }
41
+
42
+ .navbar {
43
+ float: right;
44
+ margin: 5px 20px 0 0
45
+ }
46
+
47
+ .navbar li {
48
+ float: left;
49
+ height: 42px;
50
+ line-height: 42px;
51
+ margin: 0 15px;
52
+ }
53
+
54
+ .navbar li a {
55
+ text-decoration: none;
56
+ color: #fff;
57
+ padding: 10px 0;
58
+ font-weight: bold;
59
+ position: relative;
60
+ }
61
+
62
+ .navbar li a::after {
63
+ content: '';
64
+ position: absolute;
65
+ bottom: 0;
66
+ left: 0;
67
+ width: 0%;
68
+ border-bottom: 2px solid #fff;
69
+ transition: 0.4s;
70
+ }
71
+
72
+ .navbar li a:hover::after {
73
+ width: 100%;
74
+ }
75
+
76
+ .nav-fixed {
77
+ position: fixed;
78
+ padding: 5px 0;
79
+ background: #fff;
80
+ }
81
+
82
+ .nav-fixed .logo {
83
+ background-position: 0 -82px;
84
+ }
85
+
86
+ .nav-fixed li a {
87
+ color: #000;
88
+ }
89
+
90
+ .nav-fixed li a::after {
91
+ border-bottom: 2px solid #000;
92
+ }
93
+
94
+ .new {
95
+ background: url(../img/icon.png) no-repeat;
96
+ width: 30px;
97
+ height: 22px;
98
+ background-position: 0 -560px;
99
+ display: inline-block;
100
+ margin-left: 5px;
101
+ }
102
+
103
+ .orz {
104
+ background: url(../img/orz.png) no-repeat;
105
+ width: 30px;
106
+ height: 22px;
107
+ display: inline-block;
108
+ margin-left: 5px;
109
+ }
110
+
111
+
112
+ /* Slideshow */
113
+
114
+ .slideShow {
115
+ width: 100%;
116
+ height: 520px;
117
+ }
118
+
119
+ .slideShow ul li {
120
+ float: left;
121
+ width: 100%;
122
+ height: 520px;
123
+ }
124
+
125
+ .context {
126
+ margin: 170px 300px 0 0;
127
+ color: #fff;
128
+ float: right;
129
+ font-size: 30px;
130
+ position: relative;
131
+ z-index: 1;
132
+ line-height: 20px;
133
+ text-align: center;
134
+ }
135
+
136
+ .image2 .context {
137
+ margin: 170px 200px 0 0;
138
+ }
139
+
140
+ .img-container {
141
+ position: absolute;
142
+ left: 2%;
143
+ top: 0;
144
+ }
145
+
146
+ .img-container2 {
147
+ position: absolute;
148
+ right: 0;
149
+ top: 0;
150
+ }
151
+
152
+ .context2 {
153
+ margin: 170px 100px 0 300px;
154
+ color: #fff;
155
+ float: left;
156
+ font-size: 30px;
157
+ position: relative;
158
+ z-index: 1;
159
+ line-height: 20px;
160
+ text-align: center;
161
+ }
162
+
163
+ .image4 .context {
164
+ float: right;
165
+ margin: 170px 100px 0 200px;
166
+ }
167
+
168
+ .button a {
169
+ text-decoration: none;
170
+ border: 2px solid #fff;
171
+ color: #f2f2f2;
172
+ padding: 10px 14px;
173
+ border-radius: 2px;
174
+ cursor: pointer;
175
+ font-size: 24px;
176
+ position: relative;
177
+ top: 5px;
178
+ }
179
+
180
+ .button a:hover {
181
+ font-weight: bold;
182
+ border: 3px dashed #fff;
183
+ ;
184
+ padding: 15px 19px;
185
+ }
186
+
187
+ .image1 {
188
+ position: absolute;
189
+ background: #7DB438;
190
+ }
191
+
192
+ .image2 {
193
+ position: absolute;
194
+ background: #69B7DD;
195
+ }
196
+
197
+ .image3 {
198
+ position: absolute;
199
+ background: #9B80CE;
200
+ }
201
+
202
+ .image4 {
203
+ position: absolute;
204
+ background: #F89291;
205
+ }
206
+
207
+ .current {
208
+ z-index: 10;
209
+ }
210
+
211
+
212
+ /* Main Content */
213
+
214
+ .main {
215
+ min-height: 1000px;
216
+ }
217
+
218
+ .main-nav {
219
+ text-align: center;
220
+ background: #fff;
221
+ }
222
+
223
+ .main-nav li {
224
+ font-size: 15px;
225
+ display: inline-block;
226
+ line-height: 75px;
227
+ margin: 0 40px;
228
+ height: 75px;
229
+ }
230
+
231
+ .main-nav li a {
232
+ color: #929292;
233
+ text-decoration: none;
234
+ font-weight: bold;
235
+ }
236
+
237
+ .main-nav li a:hover {
238
+ color: #000;
239
+ text-decoration: underline;
240
+ }
241
+
242
+ .mangas {
243
+ width: 100%;
244
+ overflow: hidden;
245
+ }
246
+
247
+ .button2 {
248
+ width: 200px;
249
+ margin: 15px auto 0;
250
+ text-align: center;
251
+ text-decoration: none;
252
+ border: 2px solid #fff;
253
+ }
254
+
255
+ .button2 a {
256
+ display: block;
257
+ color: #f2f2f2;
258
+ text-decoration: none;
259
+ padding: 10px 10px;
260
+ cursor: pointer;
261
+ font-size: 24px;
262
+ }
263
+
264
+ .button2:hover {
265
+ font-weight: bold;
266
+ border: 3px dashed #fff;
267
+ }
268
+
269
+ .manga-category {
270
+ background: #293033;
271
+ border-right: 1px solid #202628;
272
+ float: left;
273
+ color: #fff;
274
+ width: 20%;
275
+ height: 425px;
276
+ box-sizing: border-box;
277
+ }
278
+
279
+ .manga-category h1 {
280
+ text-align: center;
281
+ margin: 130px auto 0;
282
+ font-size: 30px;
283
+ width: 200px;
284
+ }
285
+
286
+ .manga-content {
287
+ width: auto;
288
+ position: relative;
289
+ overflow: hidden;
290
+ }
291
+
292
+ .list-wrap {
293
+ background: #2D3538;
294
+ float: left;
295
+ height: 425px;
296
+ width: 100%;
297
+ position: relative;
298
+ overflow: hidden;
299
+ }
300
+
301
+ .manga-list li {
302
+ float: left;
303
+ margin-left: 58px;
304
+ width: 200px;
305
+ }
306
+
307
+ .manga-list li a {
308
+ text-decoration: none;
309
+ display: block;
310
+ position: relative;
311
+ color: #000;
312
+ text-align: center;
313
+ background: #fff;
314
+ line-height: 30px;
315
+ width: 100%;
316
+ }
317
+
318
+ .manga-content ul {
319
+ overflow: hidden;
320
+ height: 340px;
321
+ position: absolute;
322
+ top: 35px;
323
+ }
324
+
325
+
326
+ /* Footer */
327
+
328
+ footer {
329
+ height: 100px;
330
+ padding: 40px 60px;
331
+ }
332
+
333
+ .contain {
334
+ float: left;
335
+ position: absolute;
336
+ right: 30%;
337
+ }
338
+
339
+ .resources {
340
+ overflow: hidden;
341
+ }
342
+
343
+ .resources li {
344
+ float: left;
345
+ border: 1px solid #25292f;
346
+ }
347
+
348
+ .resources li a {
349
+ text-decoration: none;
350
+ display: block;
351
+ color: #000;
352
+ padding: 15px;
353
+ }
354
+
355
+ .resources li a:hover {
356
+ color: #fff;
357
+ background: #929292;
358
+ font-weight: bold;
359
+ }
360
+
361
+ .moreInfo {
362
+ margin: 20px 0 15px 125px;
363
+ overflow: hidden;
364
+ }
365
+
366
+ .moreInfo li {
367
+ float: left;
368
+ margin-right: 20px;
369
+ }
370
+
371
+ .moreInfo li a:hover {
372
+ color: #63B5FF;
373
+ }
374
+
375
+ .contain p {
376
+ clear: both;
377
+ line-height: 18px;
378
+ color: #999;
379
+ text-align: center;
380
+ }
css/media.css ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @media only screen and (max-width:1570px) {
2
+ .slideShow {
3
+ height: 400px;
4
+ }
5
+
6
+ .slideShow ul li {
7
+ height: 400px;
8
+ }
9
+
10
+ .img-container a img {
11
+ height: 400px;
12
+ }
13
+
14
+ .img-container2 a img {
15
+ height: 400px;
16
+ }
17
+
18
+ .image1 .context {
19
+ margin: 130px 350px 0 0;
20
+ font-size: 25px;
21
+ }
22
+
23
+ .image2 .context {
24
+ margin: 130px 200px 0 0;
25
+ font-size: 25px;
26
+ }
27
+
28
+ .context2 {
29
+ margin: 130px 50px 0 300px;
30
+ font-size: 25px;
31
+ }
32
+
33
+ .image4 .context {
34
+ margin: 130px 150px 0 100px;
35
+ font-size: 25px;
36
+ }
37
+
38
+ .main-nav li {
39
+ margin: 0 40px;
40
+ height: 45px;
41
+ line-height: 45px;
42
+ }
43
+ }
44
+
45
+ @media only screen and (max-width:1370px) {
46
+ .slideShow {
47
+ height: 350px;
48
+ }
49
+
50
+ .slideShow ul li {
51
+ height: 350px;
52
+ }
53
+
54
+ .img-container a img {
55
+ height: 350px;
56
+ }
57
+
58
+ .img-container2 a img {
59
+ height: 350px;
60
+ }
61
+
62
+ .image1 .context {
63
+ margin: 120px 300px 0 0;
64
+ font-size: 20px;
65
+ }
66
+
67
+ .image2 .context {
68
+ margin: 120px 200px 0 0;
69
+ font-size: 20px;
70
+ }
71
+
72
+ .context2 {
73
+ margin: 120px 50px 0 300px;
74
+ font-size: 20px;
75
+ }
76
+
77
+ .image4 .context {
78
+ margin: 120px 150px 0 150px;
79
+ font-size: 20px;
80
+ }
81
+
82
+ .main-nav li {
83
+ margin: 0 35px;
84
+ height: 45px;
85
+ line-height: 45px;
86
+ }
87
+ }
img/anime1.jpg ADDED
img/anime2.jpg ADDED
img/anime3.jpg ADDED
img/anime4.jpg ADDED
img/barak.jpg ADDED
img/boku.jpg ADDED
img/boy.jpg ADDED
img/chi.jpg ADDED
img/diji.jpg ADDED
img/favicon.ico ADDED
img/go.jpg ADDED
img/haik.jpg ADDED
img/hana.jpg ADDED
img/hero.jpg ADDED
img/icon.png ADDED
img/majo.jpg ADDED
img/miao.jpg ADDED
img/nana.jpg ADDED
img/nora.jpg ADDED
img/orz.png ADDED
img/relife.jpg ADDED
img/shen.jpg ADDED
img/skip.jpg ADDED
img/slash.jpg ADDED
img/spirit.jpg ADDED
img/tate.jpg ADDED
img/tou.jpg ADDED
img/tower.jpg ADDED
img/wata.jpg ADDED
img/wu.jpg ADDED
img/yunna.jpg ADDED
index.html ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <title>MangaTown - Read Free English Manga Online!</title>
7
+ <link rel="stylesheet" type="text/css" href="css/main.css">
8
+ <link rel="stylesheet" type="text/css" href="css/media.css">
9
+ <link rel="icon" type="image/x-icon" href="img/favicon.ico">
10
+ <link type="text/css" href="css/jquery.jscrollpane.css" rel="stylesheet" media="all">
11
+ </head>
12
+
13
+ <body>
14
+ <header>
15
+ <div class="container">
16
+ <a class="logo" href="#"></a>
17
+ <nav>
18
+ <ul class="navbar">
19
+ <li><a href="#">Latest Releases</a></li>
20
+ <li><a href="#">Hot Manga</a></li>
21
+ <li><a href="#">Manga Directory</a></li>
22
+ <li><a href="#">Completed Manga</a></li>
23
+ <li><a href="#">Manga Lists</a></li>
24
+ <li><a href="#">Partner Manhua<i class="new"></i></a></li>
25
+ <li><a href="#">ACG Topics<i class="orz"></i></a></li>
26
+ </ul>
27
+ </nav>
28
+ </div>
29
+ <div class="slideShow">
30
+ <ul>
31
+ <li class="image1 current">
32
+ <div class="context">
33
+ <p>New Chapter - The Hanged Man</p>
34
+ <h2>Servamp</h2>
35
+ <div class="button">
36
+ <a href="#">Read New Chapter</a>
37
+ </div>
38
+ </div>
39
+ <div class="img-container">
40
+ <a href="#"><img src="./img/anime1.jpg"></a>
41
+ </div>
42
+ </li>
43
+ <li class="image2">
44
+ <div class="context">
45
+ <p>Is there a chance to experience youth once again?</p>
46
+ <h2>ReLIFE</h2>
47
+ <div class="button">
48
+ <a href="#">Read New Chapter</a>
49
+ </div>
50
+ </div>
51
+ <div class="img-container">
52
+ <a href="#"><img src="./img/anime2.jpg"></a>
53
+ </div>
54
+ </li>
55
+ <li class="image3">
56
+ <div class="context2">
57
+ <p>The second year has started!</p>
58
+ <h2>Infinite Stratos</h2>
59
+ <div class="button">
60
+ <a href="#">Read New Chapter</a>
61
+ </div>
62
+ </div>
63
+ <div class="img-container2">
64
+ <a href="#"><img src="./img/anime3.jpg"></a>
65
+ </div>
66
+ </li>
67
+ <li class="image4">
68
+ <div class="context">
69
+ <p>The story of the bittersweet youth of two childhood friends.</p>
70
+ <h2>Kakao 79%</h2>
71
+ <div class="button">
72
+ <a href="#">Read New Chapter</a>
73
+ </div>
74
+ </div>
75
+ <div class="img-container">
76
+ <a href="#"><img src="./img/anime4.jpg"></a>
77
+ </div>
78
+ </li>
79
+ </ul>
80
+ </div>
81
+ </header>
82
+
83
+ <section class="main">
84
+ <nav>
85
+ <ul class="main-nav">
86
+ <li><a href="#">ROMANCE</a></li>
87
+ <li><a href="#">COMEDY</a></li>
88
+ <li><a href="#">SHOUJO</a></li>
89
+ <li><a href="#">VAMPIRE</a></li>
90
+ <li><a href="#">HORROR</a></li>
91
+ <li><a href="#">SEINEN</a></li>
92
+ <li><a href="#">YOUKAI</a></li>
93
+ <li><a href="#">ADVENTURE</a></li>
94
+ <li><a href="#">HAREM</a></li>
95
+ </ul>
96
+ </nav>
97
+ <div class="mangas">
98
+ <div class="manga-category">
99
+ <h1>HOT MANGA</h1>
100
+ <div class="button2">
101
+ <a href="#">READ MORE</a>
102
+ </div>
103
+ </div>
104
+ <div class="manga-content">
105
+ <div class="list-wrap">
106
+ <div class="jspContainer">
107
+ <ul class="manga-list">
108
+ <li>
109
+ <a href="#"><img src="./img/yunna.jpg"></a>
110
+ <a href="#">Yuragi-sou no Yuuna-san 63</a>
111
+ </li>
112
+ <li>
113
+ <a href="#"><img src="./img/shen.jpg"></a>
114
+ <a href="#">Shen Yin Wang Zuo 106</a>
115
+ </li>
116
+ <li>
117
+ <a href="#"><img src="./img/spirit.jpg"></a>
118
+ <a href="#">Spirit Blade Mountain 183</a>
119
+ </li>
120
+ <li>
121
+ <a href="#"><img src="./img/tower.jpg"></a>
122
+ <a href="#">Tower of God 331</a>
123
+ </li>
124
+ <li>
125
+ <a href="#"><img src="./img/skip.jpg"></a>
126
+ <a href="#">Skip Beat 248</a>
127
+ </li>
128
+ <li>
129
+ <a href="#"><img src="./img/wu.jpg"></a>
130
+ <a href="#">Wu Dong Qian Kun 53</a>
131
+ </li>
132
+ <li>
133
+ <a href="#"><img src="./img/nana.jpg"></a>
134
+ <a href="#">Nanatsu no Taizai 218</a>
135
+ </li>
136
+ <li>
137
+ <a href="#"><img src="./img/relife.jpg"></a>
138
+ <a href="#">ReLIFE 180</a>
139
+ </li>
140
+ </ul>
141
+ </div>
142
+ </div>
143
+ </div>
144
+ </div>
145
+ <div class="mangas">
146
+ <div class="manga-category">
147
+ <h1>FEATURED MANGA</h1>
148
+ <div class="button2">
149
+ <a href="#">READ MORE</a>
150
+ </div>
151
+ </div>
152
+ <div class="manga-content">
153
+ <div class="list-wrap">
154
+ <div class="jspContainer">
155
+ <ul class="manga-list">
156
+ <li>
157
+ <a href="#"><img src="./img/wata.jpg"></a>
158
+ <a href="#">Watashi ga Motete Dousunda</a>
159
+ </li>
160
+ <li>
161
+ <a href="#"><img src="./img/haik.jpg"></a>
162
+ <a href="#">Haikyu!</a>
163
+ </li>
164
+ <li>
165
+ <a href="#"><img src="./img/boy.jpg"></a>
166
+ <a href="#">Mizutama Honey Boy</a>
167
+ </li>
168
+ <li>
169
+ <a href="#"><img src="./img/nora.jpg"></a>
170
+ <a href="#">Noragami</a>
171
+ </li>
172
+ <li>
173
+ <a href="#"><img src="./img/barak.jpg"></a>
174
+ <a href="#">Barakamon</a>
175
+ </li>
176
+ <li>
177
+ <a href="#"><img src="./img/majo.jpg"></a>
178
+ <a href="#">Yamada-kun to 7-nin no Majo</a>
179
+ </li>
180
+ <li>
181
+ <a href="#"><img src="./img/hero.jpg"></a>
182
+ <a href="#">Boku no Hero Academia</a>
183
+ </li>
184
+ <li>
185
+ <a href="#"><img src="./img/tate.jpg"></a>
186
+ <a href="#">Tate no Yuusha no Nariagari</a>
187
+ </li>
188
+ </ul>
189
+ </div>
190
+ </div>
191
+ </div>
192
+ </div>
193
+ <div class="mangas">
194
+ <div class="manga-category">
195
+ <h1>NEW MANGA</h1>
196
+ <div class="button2">
197
+ <a href="#">READ MORE</a>
198
+ </div>
199
+ </div>
200
+ <div class="manga-content">
201
+ <div class="list-wrap">
202
+ <div class="jspContainer">
203
+ <ul class="manga-list">
204
+ <li>
205
+ <a href="#"><img src="./img/chi.jpg"></a>
206
+ <a href="#">Maiko-san Chi no Makanai-san 3</a>
207
+ </li>
208
+ <li>
209
+ <a href="#"><img src="./img/boku.jpg"></a>
210
+ <a href="#">Boku Dake Shitteru...-san 4</a>
211
+ </li>
212
+ <li>
213
+ <a href="#"><img src="./img/tou.jpg"></a>
214
+ <a href="#">Touhou Project dj...okou 1</a>
215
+ </li>
216
+ <li>
217
+ <a href="#"><img src="./img/diji.jpg"></a>
218
+ <a href="#">Tianxia Diji 2</a>
219
+ </li>
220
+ <li>
221
+ <a href="#"><img src="./img/hana.jpg"></a>
222
+ <a href="#">Hana Haru 4</a>
223
+ </li>
224
+ <li>
225
+ <a href="#"><img src="./img/slash.jpg"></a>
226
+ <a href="#">Slash 4</a>
227
+ </li>
228
+ <li>
229
+ <a href="#"><img src="./img/go.jpg"></a>
230
+ <a href="#">Let's Go! Nanastar Coms 20</a>
231
+ </li>
232
+ <li>
233
+ <a href="#"><img src="./img/miao.jpg"></a>
234
+ <a href="#">Miao Shou Xian Dan 1.3</a>
235
+ </li>
236
+ </ul>
237
+ </div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+ </section>
242
+
243
+ <footer>
244
+ <div class="contain">
245
+ <ul class="resources">
246
+ <li><a href="#">Affiliates</a></li>
247
+ <li><a href="#">Z6 Shop</a></li>
248
+ <li><a href="#">Manga App</a></li>
249
+ <li><a href="#">Fan Page</a></li>
250
+ <li><a href="#">Hot Topics</a></li>
251
+ <li><a href="#">Anime Products</a></li>
252
+ <li><a href="#">Trending News</a></li>
253
+ </ul>
254
+ <ul class="moreInfo">
255
+ <li><a href="#">Privacy Policy</a></li>
256
+ <li><a href="#">Terms of Service</a></li>
257
+ <li><a href="#">Contact Us</a></li>
258
+ <li><a href="#">Affiliates</a></li>
259
+ <li><a href="#">Sitemap</a></li>
260
+ </ul>
261
+ <p> &copy; 2017 MangaTown.com</p>
262
+ </div>
263
+ </footer>
264
+ </body>
265
+
266
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
267
+ <script type="text/javascript" src="js/jquery.jscrollpane.min.js"></script>
268
+ <script src="js/main.js"></script>
269
+
270
+ </html>
js/jquery.jscrollpane.min.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jScrollPane - v2.0.23 - 2016-01-28
3
+ * http://jscrollpane.kelvinluck.com/
4
+ *
5
+ * Copyright (c) 2014 Kelvin Luck
6
+ * Dual licensed under the MIT or GPL licenses.
7
+ */
8
+ !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){a.fn.jScrollPane=function(b){function c(b,c){function d(c){var f,h,j,k,l,o,p=!1,q=!1;if(N=c,void 0===O)l=b.scrollTop(),o=b.scrollLeft(),b.css({overflow:"hidden",padding:0}),P=b.innerWidth()+rb,Q=b.innerHeight(),b.width(P),O=a('<div class="jspPane" />').css("padding",qb).append(b.children()),R=a('<div class="jspContainer" />').css({width:P+"px",height:Q+"px"}).append(O).appendTo(b);else{if(b.css("width",""),p=N.stickToBottom&&A(),q=N.stickToRight&&B(),k=b.innerWidth()+rb!=P||b.outerHeight()!=Q,k&&(P=b.innerWidth()+rb,Q=b.innerHeight(),R.css({width:P+"px",height:Q+"px"})),!k&&sb==S&&O.outerHeight()==T)return void b.width(P);sb=S,O.css("width",""),b.width(P),R.find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}O.css("overflow","auto"),S=c.contentWidth?c.contentWidth:O[0].scrollWidth,T=O[0].scrollHeight,O.css("overflow",""),U=S/P,V=T/Q,W=V>1,X=U>1,X||W?(b.addClass("jspScrollable"),f=N.maintainPosition&&($||bb),f&&(h=y(),j=z()),e(),g(),i(),f&&(w(q?S-P:h,!1),v(p?T-Q:j,!1)),F(),C(),L(),N.enableKeyboardNavigation&&H(),N.clickOnTrack&&m(),J(),N.hijackInternalLinks&&K()):(b.removeClass("jspScrollable"),O.css({top:0,left:0,width:R.width()-rb}),D(),G(),I(),n()),N.autoReinitialise&&!pb?pb=setInterval(function(){d(N)},N.autoReinitialiseDelay):!N.autoReinitialise&&pb&&clearInterval(pb),l&&b.scrollTop(0)&&v(l,!1),o&&b.scrollLeft(0)&&w(o,!1),b.trigger("jsp-initialised",[X||W])}function e(){W&&(R.append(a('<div class="jspVerticalBar" />').append(a('<div class="jspCap jspCapTop" />'),a('<div class="jspTrack" />').append(a('<div class="jspDrag" />').append(a('<div class="jspDragTop" />'),a('<div class="jspDragBottom" />'))),a('<div class="jspCap jspCapBottom" />'))),cb=R.find(">.jspVerticalBar"),db=cb.find(">.jspTrack"),Y=db.find(">.jspDrag"),N.showArrows&&(hb=a('<a class="jspArrow jspArrowUp" />').bind("mousedown.jsp",k(0,-1)).bind("click.jsp",E),ib=a('<a class="jspArrow jspArrowDown" />').bind("mousedown.jsp",k(0,1)).bind("click.jsp",E),N.arrowScrollOnHover&&(hb.bind("mouseover.jsp",k(0,-1,hb)),ib.bind("mouseover.jsp",k(0,1,ib))),j(db,N.verticalArrowPositions,hb,ib)),fb=Q,R.find(">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow").each(function(){fb-=a(this).outerHeight()}),Y.hover(function(){Y.addClass("jspHover")},function(){Y.removeClass("jspHover")}).bind("mousedown.jsp",function(b){a("html").bind("dragstart.jsp selectstart.jsp",E),Y.addClass("jspActive");var c=b.pageY-Y.position().top;return a("html").bind("mousemove.jsp",function(a){p(a.pageY-c,!1)}).bind("mouseup.jsp mouseleave.jsp",o),!1}),f())}function f(){db.height(fb+"px"),$=0,eb=N.verticalGutter+db.outerWidth(),O.width(P-eb-rb);try{0===cb.position().left&&O.css("margin-left",eb+"px")}catch(a){}}function g(){X&&(R.append(a('<div class="jspHorizontalBar" />').append(a('<div class="jspCap jspCapLeft" />'),a('<div class="jspTrack" />').append(a('<div class="jspDrag" />').append(a('<div class="jspDragLeft" />'),a('<div class="jspDragRight" />'))),a('<div class="jspCap jspCapRight" />'))),jb=R.find(">.jspHorizontalBar"),kb=jb.find(">.jspTrack"),_=kb.find(">.jspDrag"),N.showArrows&&(nb=a('<a class="jspArrow jspArrowLeft" />').bind("mousedown.jsp",k(-1,0)).bind("click.jsp",E),ob=a('<a class="jspArrow jspArrowRight" />').bind("mousedown.jsp",k(1,0)).bind("click.jsp",E),N.arrowScrollOnHover&&(nb.bind("mouseover.jsp",k(-1,0,nb)),ob.bind("mouseover.jsp",k(1,0,ob))),j(kb,N.horizontalArrowPositions,nb,ob)),_.hover(function(){_.addClass("jspHover")},function(){_.removeClass("jspHover")}).bind("mousedown.jsp",function(b){a("html").bind("dragstart.jsp selectstart.jsp",E),_.addClass("jspActive");var c=b.pageX-_.position().left;return a("html").bind("mousemove.jsp",function(a){r(a.pageX-c,!1)}).bind("mouseup.jsp mouseleave.jsp",o),!1}),lb=R.innerWidth(),h())}function h(){R.find(">.jspHorizontalBar>.jspCap:visible,>.jspHorizontalBar>.jspArrow").each(function(){lb-=a(this).outerWidth()}),kb.width(lb+"px"),bb=0}function i(){if(X&&W){var b=kb.outerHeight(),c=db.outerWidth();fb-=b,a(jb).find(">.jspCap:visible,>.jspArrow").each(function(){lb+=a(this).outerWidth()}),lb-=c,Q-=c,P-=b,kb.parent().append(a('<div class="jspCorner" />').css("width",b+"px")),f(),h()}X&&O.width(R.outerWidth()-rb+"px"),T=O.outerHeight(),V=T/Q,X&&(mb=Math.ceil(1/U*lb),mb>N.horizontalDragMaxWidth?mb=N.horizontalDragMaxWidth:mb<N.horizontalDragMinWidth&&(mb=N.horizontalDragMinWidth),_.width(mb+"px"),ab=lb-mb,s(bb)),W&&(gb=Math.ceil(1/V*fb),gb>N.verticalDragMaxHeight?gb=N.verticalDragMaxHeight:gb<N.verticalDragMinHeight&&(gb=N.verticalDragMinHeight),Y.height(gb+"px"),Z=fb-gb,q($))}function j(a,b,c,d){var e,f="before",g="after";"os"==b&&(b=/Mac/.test(navigator.platform)?"after":"split"),b==f?g=b:b==g&&(f=b,e=c,c=d,d=e),a[f](c)[g](d)}function k(a,b,c){return function(){return l(a,b,this,c),this.blur(),!1}}function l(b,c,d,e){d=a(d).addClass("jspActive");var f,g,h=!0,i=function(){0!==b&&tb.scrollByX(b*N.arrowButtonSpeed),0!==c&&tb.scrollByY(c*N.arrowButtonSpeed),g=setTimeout(i,h?N.initialDelay:N.arrowRepeatFreq),h=!1};i(),f=e?"mouseout.jsp":"mouseup.jsp",e=e||a("html"),e.bind(f,function(){d.removeClass("jspActive"),g&&clearTimeout(g),g=null,e.unbind(f)})}function m(){n(),W&&db.bind("mousedown.jsp",function(b){if(void 0===b.originalTarget||b.originalTarget==b.currentTarget){var c,d=a(this),e=d.offset(),f=b.pageY-e.top-$,g=!0,h=function(){var a=d.offset(),e=b.pageY-a.top-gb/2,j=Q*N.scrollPagePercent,k=Z*j/(T-Q);if(0>f)$-k>e?tb.scrollByY(-j):p(e);else{if(!(f>0))return void i();e>$+k?tb.scrollByY(j):p(e)}c=setTimeout(h,g?N.initialDelay:N.trackClickRepeatFreq),g=!1},i=function(){c&&clearTimeout(c),c=null,a(document).unbind("mouseup.jsp",i)};return h(),a(document).bind("mouseup.jsp",i),!1}}),X&&kb.bind("mousedown.jsp",function(b){if(void 0===b.originalTarget||b.originalTarget==b.currentTarget){var c,d=a(this),e=d.offset(),f=b.pageX-e.left-bb,g=!0,h=function(){var a=d.offset(),e=b.pageX-a.left-mb/2,j=P*N.scrollPagePercent,k=ab*j/(S-P);if(0>f)bb-k>e?tb.scrollByX(-j):r(e);else{if(!(f>0))return void i();e>bb+k?tb.scrollByX(j):r(e)}c=setTimeout(h,g?N.initialDelay:N.trackClickRepeatFreq),g=!1},i=function(){c&&clearTimeout(c),c=null,a(document).unbind("mouseup.jsp",i)};return h(),a(document).bind("mouseup.jsp",i),!1}})}function n(){kb&&kb.unbind("mousedown.jsp"),db&&db.unbind("mousedown.jsp")}function o(){a("html").unbind("dragstart.jsp selectstart.jsp mousemove.jsp mouseup.jsp mouseleave.jsp"),Y&&Y.removeClass("jspActive"),_&&_.removeClass("jspActive")}function p(c,d){if(W){0>c?c=0:c>Z&&(c=Z);var e=new a.Event("jsp-will-scroll-y");if(b.trigger(e,[c]),!e.isDefaultPrevented()){var f=c||0,g=0===f,h=f==Z,i=c/Z,j=-i*(T-Q);void 0===d&&(d=N.animateScroll),d?tb.animate(Y,"top",c,q,function(){b.trigger("jsp-user-scroll-y",[-j,g,h])}):(Y.css("top",c),q(c),b.trigger("jsp-user-scroll-y",[-j,g,h]))}}}function q(a){void 0===a&&(a=Y.position().top),R.scrollTop(0),$=a||0;var c=0===$,d=$==Z,e=a/Z,f=-e*(T-Q);(ub!=c||wb!=d)&&(ub=c,wb=d,b.trigger("jsp-arrow-change",[ub,wb,vb,xb])),t(c,d),O.css("top",f),b.trigger("jsp-scroll-y",[-f,c,d]).trigger("scroll")}function r(c,d){if(X){0>c?c=0:c>ab&&(c=ab);var e=new a.Event("jsp-will-scroll-x");if(b.trigger(e,[c]),!e.isDefaultPrevented()){var f=c||0,g=0===f,h=f==ab,i=c/ab,j=-i*(S-P);void 0===d&&(d=N.animateScroll),d?tb.animate(_,"left",c,s,function(){b.trigger("jsp-user-scroll-x",[-j,g,h])}):(_.css("left",c),s(c),b.trigger("jsp-user-scroll-x",[-j,g,h]))}}}function s(a){void 0===a&&(a=_.position().left),R.scrollTop(0),bb=a||0;var c=0===bb,d=bb==ab,e=a/ab,f=-e*(S-P);(vb!=c||xb!=d)&&(vb=c,xb=d,b.trigger("jsp-arrow-change",[ub,wb,vb,xb])),u(c,d),O.css("left",f),b.trigger("jsp-scroll-x",[-f,c,d]).trigger("scroll")}function t(a,b){N.showArrows&&(hb[a?"addClass":"removeClass"]("jspDisabled"),ib[b?"addClass":"removeClass"]("jspDisabled"))}function u(a,b){N.showArrows&&(nb[a?"addClass":"removeClass"]("jspDisabled"),ob[b?"addClass":"removeClass"]("jspDisabled"))}function v(a,b){var c=a/(T-Q);p(c*Z,b)}function w(a,b){var c=a/(S-P);r(c*ab,b)}function x(b,c,d){var e,f,g,h,i,j,k,l,m,n=0,o=0;try{e=a(b)}catch(p){return}for(f=e.outerHeight(),g=e.outerWidth(),R.scrollTop(0),R.scrollLeft(0);!e.is(".jspPane");)if(n+=e.position().top,o+=e.position().left,e=e.offsetParent(),/^body|html$/i.test(e[0].nodeName))return;h=z(),j=h+Q,h>n||c?l=n-N.horizontalGutter:n+f>j&&(l=n-Q+f+N.horizontalGutter),isNaN(l)||v(l,d),i=y(),k=i+P,i>o||c?m=o-N.horizontalGutter:o+g>k&&(m=o-P+g+N.horizontalGutter),isNaN(m)||w(m,d)}function y(){return-O.position().left}function z(){return-O.position().top}function A(){var a=T-Q;return a>20&&a-z()<10}function B(){var a=S-P;return a>20&&a-y()<10}function C(){R.unbind(zb).bind(zb,function(a,b,c,d){bb||(bb=0),$||($=0);var e=bb,f=$,g=a.deltaFactor||N.mouseWheelSpeed;return tb.scrollBy(c*g,-d*g,!1),e==bb&&f==$})}function D(){R.unbind(zb)}function E(){return!1}function F(){O.find(":input,a").unbind("focus.jsp").bind("focus.jsp",function(a){x(a.target,!1)})}function G(){O.find(":input,a").unbind("focus.jsp")}function H(){function c(){var a=bb,b=$;switch(d){case 40:tb.scrollByY(N.keyboardSpeed,!1);break;case 38:tb.scrollByY(-N.keyboardSpeed,!1);break;case 34:case 32:tb.scrollByY(Q*N.scrollPagePercent,!1);break;case 33:tb.scrollByY(-Q*N.scrollPagePercent,!1);break;case 39:tb.scrollByX(N.keyboardSpeed,!1);break;case 37:tb.scrollByX(-N.keyboardSpeed,!1)}return e=a!=bb||b!=$}var d,e,f=[];X&&f.push(jb[0]),W&&f.push(cb[0]),O.bind("focus.jsp",function(){b.focus()}),b.attr("tabindex",0).unbind("keydown.jsp keypress.jsp").bind("keydown.jsp",function(b){if(b.target===this||f.length&&a(b.target).closest(f).length){var g=bb,h=$;switch(b.keyCode){case 40:case 38:case 34:case 32:case 33:case 39:case 37:d=b.keyCode,c();break;case 35:v(T-Q),d=null;break;case 36:v(0),d=null}return e=b.keyCode==d&&g!=bb||h!=$,!e}}).bind("keypress.jsp",function(b){return b.keyCode==d&&c(),b.target===this||f.length&&a(b.target).closest(f).length?!e:void 0}),N.hideFocus?(b.css("outline","none"),"hideFocus"in R[0]&&b.attr("hideFocus",!0)):(b.css("outline",""),"hideFocus"in R[0]&&b.attr("hideFocus",!1))}function I(){b.attr("tabindex","-1").removeAttr("tabindex").unbind("keydown.jsp keypress.jsp"),O.unbind(".jsp")}function J(){if(location.hash&&location.hash.length>1){var b,c,d=escape(location.hash.substr(1));try{b=a("#"+d+', a[name="'+d+'"]')}catch(e){return}b.length&&O.find(d)&&(0===R.scrollTop()?c=setInterval(function(){R.scrollTop()>0&&(x(b,!0),a(document).scrollTop(R.position().top),clearInterval(c))},50):(x(b,!0),a(document).scrollTop(R.position().top)))}}function K(){a(document.body).data("jspHijack")||(a(document.body).data("jspHijack",!0),a(document.body).delegate('a[href*="#"]',"click",function(b){var c,d,e,f,g,h,i=this.href.substr(0,this.href.indexOf("#")),j=location.href;if(-1!==location.href.indexOf("#")&&(j=location.href.substr(0,location.href.indexOf("#"))),i===j){c=escape(this.href.substr(this.href.indexOf("#")+1));try{d=a("#"+c+', a[name="'+c+'"]')}catch(k){return}d.length&&(e=d.closest(".jspScrollable"),f=e.data("jsp"),f.scrollToElement(d,!0),e[0].scrollIntoView&&(g=a(window).scrollTop(),h=d.offset().top,(g>h||h>g+a(window).height())&&e[0].scrollIntoView()),b.preventDefault())}}))}function L(){var a,b,c,d,e,f=!1;R.unbind("touchstart.jsp touchmove.jsp touchend.jsp click.jsp-touchclick").bind("touchstart.jsp",function(g){var h=g.originalEvent.touches[0];a=y(),b=z(),c=h.pageX,d=h.pageY,e=!1,f=!0}).bind("touchmove.jsp",function(g){if(f){var h=g.originalEvent.touches[0],i=bb,j=$;return tb.scrollTo(a+c-h.pageX,b+d-h.pageY),e=e||Math.abs(c-h.pageX)>5||Math.abs(d-h.pageY)>5,i==bb&&j==$}}).bind("touchend.jsp",function(){f=!1}).bind("click.jsp-touchclick",function(){return e?(e=!1,!1):void 0})}function M(){var a=z(),c=y();b.removeClass("jspScrollable").unbind(".jsp"),O.unbind(".jsp"),b.replaceWith(yb.append(O.children())),yb.scrollTop(a),yb.scrollLeft(c),pb&&clearInterval(pb)}var N,O,P,Q,R,S,T,U,V,W,X,Y,Z,$,_,ab,bb,cb,db,eb,fb,gb,hb,ib,jb,kb,lb,mb,nb,ob,pb,qb,rb,sb,tb=this,ub=!0,vb=!0,wb=!1,xb=!1,yb=b.clone(!1,!1).empty(),zb=a.fn.mwheelIntent?"mwheelIntent.jsp":"mousewheel.jsp";"border-box"===b.css("box-sizing")?(qb=0,rb=0):(qb=b.css("paddingTop")+" "+b.css("paddingRight")+" "+b.css("paddingBottom")+" "+b.css("paddingLeft"),rb=(parseInt(b.css("paddingLeft"),10)||0)+(parseInt(b.css("paddingRight"),10)||0)),a.extend(tb,{reinitialise:function(b){b=a.extend({},N,b),d(b)},scrollToElement:function(a,b,c){x(a,b,c)},scrollTo:function(a,b,c){w(a,c),v(b,c)},scrollToX:function(a,b){w(a,b)},scrollToY:function(a,b){v(a,b)},scrollToPercentX:function(a,b){w(a*(S-P),b)},scrollToPercentY:function(a,b){v(a*(T-Q),b)},scrollBy:function(a,b,c){tb.scrollByX(a,c),tb.scrollByY(b,c)},scrollByX:function(a,b){var c=y()+Math[0>a?"floor":"ceil"](a),d=c/(S-P);r(d*ab,b)},scrollByY:function(a,b){var c=z()+Math[0>a?"floor":"ceil"](a),d=c/(T-Q);p(d*Z,b)},positionDragX:function(a,b){r(a,b)},positionDragY:function(a,b){p(a,b)},animate:function(a,b,c,d,e){var f={};f[b]=c,a.animate(f,{duration:N.animateDuration,easing:N.animateEase,queue:!1,step:d,complete:e})},getContentPositionX:function(){return y()},getContentPositionY:function(){return z()},getContentWidth:function(){return S},getContentHeight:function(){return T},getPercentScrolledX:function(){return y()/(S-P)},getPercentScrolledY:function(){return z()/(T-Q)},getIsScrollableH:function(){return X},getIsScrollableV:function(){return W},getContentPane:function(){return O},scrollToBottom:function(a){p(Z,a)},hijackInternalLinks:a.noop,destroy:function(){M()}}),d(c)}return b=a.extend({},a.fn.jScrollPane.defaults,b),a.each(["arrowButtonSpeed","trackClickSpeed","keyboardSpeed"],function(){b[this]=b[this]||b.speed}),this.each(function(){var d=a(this),e=d.data("jsp");e?e.reinitialise(b):(a("script",d).filter('[type="text/javascript"],:not([type])').remove(),e=new c(d,b),d.data("jsp",e))})},a.fn.jScrollPane.defaults={showArrows:!1,maintainPosition:!0,stickToBottom:!1,stickToRight:!1,clickOnTrack:!0,autoReinitialise:!1,autoReinitialiseDelay:500,verticalDragMinHeight:0,verticalDragMaxHeight:99999,horizontalDragMinWidth:0,horizontalDragMaxWidth:99999,contentWidth:void 0,animateScroll:!1,animateDuration:300,animateEase:"linear",hijackInternalLinks:!1,verticalGutter:4,horizontalGutter:4,mouseWheelSpeed:3,arrowButtonSpeed:0,arrowRepeatFreq:50,arrowScrollOnHover:!1,trackClickSpeed:0,trackClickRepeatFreq:70,verticalArrowPositions:"split",horizontalArrowPositions:"split",enableKeyboardNavigation:!0,hideFocus:!1,keyboardSpeed:0,initialDelay:300,speed:30,scrollPagePercent:.8}});
js/main.js ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $(document).ready(function() {
2
+ $(window).scroll(function() {
3
+ if( $(window).scrollTop() > 70) {
4
+ $('.container').addClass('nav-fixed');
5
+ }else {
6
+ $('.container').removeClass('nav-fixed');
7
+ }
8
+ });
9
+
10
+ $('.list-wrap').jScrollPane();
11
+
12
+ var i = 1;
13
+ setInterval(function() {
14
+ if (i == 4) {
15
+ $('.image4').removeClass('current');
16
+ $('.image1').addClass('current');
17
+ i = 1;
18
+ }else {
19
+ $('.image'+i).removeClass('current');
20
+ i++;
21
+ $('.image'+i).addClass('current');
22
+ }
23
+ },8000);
24
+ });