Advertisement
lennonthemes

yuyushiki-darkness

May 12th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.84 KB | None | 0 0
  1. <!--theme by bonivur-->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5.  
  6. <!--colours-->
  7. <meta name="color:Background" content="#434444" />
  8. <meta name="color:Hover Description Links" content="#ffffff" />
  9. <meta name="color:Sidebar Backgrounds" content="#1b1b1b" />
  10. <meta name="color:Description Italic" content="#cccdce" />
  11. <meta name="color:Custom Links Text" content="#ffffff" />
  12. <meta name="color:Hover Custom Links BG" content="#9c9999" />
  13. <meta name="color:Hover Custom Links Text" content="#000000" />
  14. <meta name="color:Body" content="#747171" />
  15. <meta name="color:Body Links" content="#ffffff" />
  16. <meta name="color:Hover Body Links" content="#000000" />
  17. <meta name="color:Bold Text" content="#000000" />
  18. <meta name="color:Italic Text" content="#ffffff" />
  19. <meta name="color:Blockquote" content="#8e9092" />
  20. <meta name="color:Post Background" content="#272727" />
  21. <meta name="color:Permalink Text" content="#000000" />
  22. <meta name="color:Permalink Links" content="#adacac" />
  23. <meta name="color:Hover Permalink Links" content="#ffffff" />
  24. <!--size-->
  25. <meta name="text:Body Text Font Size" content="10" />
  26. <meta name="text:Description Font Size" content="10" />
  27. <!--links-->
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 1 URL" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 URL" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 URL" content="" />
  34.  
  35.  
  36.  
  37. <meta name="image:Background" content="http://24.media.tumblr.com/tumblr_leict4xwwk1qeei4to1_500.png" />
  38. <meta name="image:Description Image" content="http://data.whicdn.com/images/28533066/adorable-amazing-anime-art-bampw-Favim.com-424382_large.jpg" />
  39. <meta name="image:Custom Links Image" content="http://s3.favim.com/orig/47/adorable-amazing-anime-art-bampw-Favim.com-437989.jpg" />
  40.  
  41.  
  42.  
  43.  
  44. <title>{Title}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <link rel="shortcut icon" href="{Favicon}" />
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Oxygen+Mono' rel='stylesheet' type='text/css'>
  49.  
  50. <style type="text/css">
  51.  
  52. iframe#tumblr_controls {
  53. right:3px !important;
  54. position:fixed !important;
  55. opacity: 0.5;
  56. -webkit-transition: all 0.4s ease-in-out;
  57. -moz-transition: all 0.4s ease-in-out;
  58. -o-transition: all 0.4s ease-in-out;
  59. transition: all 0.4s ease-in-out;
  60. }
  61.  
  62. iframe#tumblr_controls:hover {
  63. opacity: 1.0;
  64. -webkit-transition: all 0.4s ease-in-out;
  65. -moz-transition: all 0.4s ease-in-out;
  66. -o-transition: all 0.4s ease-in-out;
  67. transition: all 0.4s ease-in-out;
  68. }
  69.  
  70.  
  71. body {
  72. background-color: {color:Background};
  73. font-family: {font:Body};
  74. background-image: url({image:Background});
  75. color: {color:Body Text};
  76. background-attachment: fixed;
  77. margin: 0;
  78. word-wrap: break-word;
  79. }
  80.  
  81. #content {
  82. width: 540px;
  83. margin-left: 340px;
  84. padding: 85px 0;
  85. background-attachment: fixed;
  86. text-decoration: none;
  87. color: {color:Body};
  88. background-color: transparent;
  89.  
  90. }
  91.  
  92. #content b, strong {
  93. color: {color:Bold Text};
  94. }
  95.  
  96. #content i, em {
  97. color: {color:Italic Text};
  98. }
  99.  
  100. #content blockquote {
  101. border-left: solid 7px {color:Blockquote};
  102. margin: 5px;
  103. padding-left: 10px;
  104. }
  105.  
  106. #posts img {
  107. max-width: 500px;
  108. }
  109. #posts blockquote img {
  110. max-width: 100%;
  111. margin-left: 3px;
  112. }
  113.  
  114. #content #posts {
  115. width: 500px;
  116. padding: 10px;
  117. text-decoration: none;
  118. margin: 0 auto 15px;
  119. background-color: {color:Post Background};
  120. }
  121.  
  122. #content #posts a {
  123. color:{color:Body Links};
  124. text-decoration: none;
  125.  
  126. -webkit-transition: all 0.4s ease-in-out;
  127. -moz-transition: all 0.4s ease-in-out;
  128. -o-transition: all 0.4s ease-in-out;
  129. transition: all 0.4s ease-in-out;
  130. }
  131.  
  132. #content #posts a:hover {
  133. color:{color:Hover Body Links};
  134.  
  135. -webkit-transition: all 0.4s ease-in-out;
  136. -moz-transition: all 0.4s ease-in-out;
  137. -o-transition: all 0.4s ease-in-out;
  138. transition: all 0.4s ease-in-out;
  139. }
  140.  
  141. #content #posts .title {
  142. text-align: left;
  143. padding: 3px 0 3px 10px;
  144. font-family: 'Oxygen Mono', sans-serif;
  145. -webkit-transition: all 0.4s ease-in-out;
  146. -moz-transition: all 0.4s ease-in-out;
  147. -o-transition: all 0.4s ease-in-out;
  148. transition: all 0.4s ease-in-out;
  149. font-size: 16px;
  150. color: {color:Post Title};
  151. }
  152.  
  153. #content #posts .title b,strong {
  154. color: {color:Post Title Triangle};
  155. }
  156.  
  157. #content #posts .title a {
  158. color: {color:Body Links};
  159.  
  160. -webkit-transition: all 0.4s ease-in-out;
  161. -moz-transition: all 0.4s ease-in-out;
  162. -o-transition: all 0.4s ease-in-out;
  163. transition: all 0.4s ease-in-out;
  164. }
  165.  
  166. #content #posts .title a:hover {
  167. color: {color:Hover Body Links};
  168. -webkit-transition: all 0.4s ease-in-out;
  169. -moz-transition: all 0.4s ease-in-out;
  170. -o-transition: all 0.4s ease-in-out;
  171. transition: all 0.4s ease-in-out;
  172. }
  173.  
  174. #content #posts .text {
  175. font-size: {text:Body Text Font Size}px;
  176. }
  177.  
  178. #content #posts .text b,strong {
  179. color: {color:Bold Text};
  180. }
  181.  
  182. #content #posts .text i,em {
  183. color: {color:Italic Text}
  184. }
  185.  
  186. #content #posts .quote {
  187. font-family: 'Oxygen Mono', sans-serif;
  188. text-align: center;
  189. font-size: {text:Post Title Font Size}px;
  190. color: {color:Post Title};
  191. }
  192.  
  193. #content #posts .src {
  194. text-align: right;
  195. }
  196.  
  197. #content #posts .askerportrait {
  198. width: 48px;
  199. height: 48px;
  200. }
  201.  
  202. #content #posts .ask {
  203. font-size: 12px;
  204. font-family: Helvetica;
  205. display: block;
  206. margin-top: -50px;
  207. margin-left: 60px;
  208. border-left: 1px dashed {color:Ask Left Border};
  209. color: {color:Ask Text};
  210. padding: 40px 10px 10px 10px;
  211. background-color: {color:Ask Background};
  212. }
  213.  
  214. #content #posts .asker {
  215. font-family: consolas;
  216. font-size: 10px;
  217. letter-spacing: 2px;
  218. text-transform: uppercase;
  219. margin-top: -25px;
  220. }
  221.  
  222. .asker a {
  223. color: {color:Body Links};
  224. text-decoration: none;
  225. }
  226.  
  227. .asker a:hover {
  228. color: {color:Hover Body Links};
  229. }
  230.  
  231. #content #posts .answer {
  232. margin-top: 5px;
  233. font-size: {text:Body Text Font Size};
  234. }
  235.  
  236. #content .tags {
  237. font-size: 9px;
  238. font-family: consolas;
  239. background-color: {color:Post Background};
  240. margin-top: -30px;
  241. width: 500px;
  242. }
  243.  
  244. #content #notecontainer {
  245. margin: 0px auto;
  246. font-size: 11px;
  247. background-color: {color:Post Background};
  248. width: 500px;
  249. }
  250.  
  251. #content #notecontainer ol.notes {
  252. list-style-type: none;
  253. padding: 10px;
  254. color: {color:Body};
  255. }
  256.  
  257. #content #notecontainer ol.notes a {
  258. color: {color:Body Links};
  259. text-decoration: none;
  260. -webkit-transition: all 0.4s ease-in-out;
  261. -moz-transition: all 0.4s ease-in-out;
  262. -o-transition: all 0.4s ease-in-out;
  263. transition: all 0.4s ease-in-out;
  264. }
  265.  
  266. #content #notecontainer ol.notes a:hover {
  267. color: {color:Hover Body Links};
  268. -webkit-transition: all 0.4s ease-in-out;
  269. -moz-transition: all 0.4s ease-in-out;
  270. -o-transition: all 0.4s ease-in-out;
  271. transition: all 0.4s ease-in-out;
  272. }
  273.  
  274. #content #notecontainer img.avatar {
  275. margin-right: 10px;
  276. width: 16px;
  277. height: 16px;
  278. }
  279.  
  280. #content #posts #permalink {
  281. font-size: 10px;
  282. text-transform: uppercase;
  283. text-decoration: none;
  284. font-family: consolas;
  285. width: 510px;
  286. margin-left: -10px;
  287. text-align: center;
  288. margin-top: 10px;
  289. margin-bottom: -10px;
  290. padding: 3px 5px 3px 5px;
  291.  
  292. -webkit-transition: all 0.5s ease-in-out;
  293. -moz-transition: all 0.5s ease-in-out;
  294. -o-transition: all 0.5s ease-in-out;
  295. -ms-transition: all 0.5s ease-in-out;
  296. transition: all 0.5s ease-in-out;
  297.  
  298. color: {color:Permalink Text};
  299. background-color: {color:Stats Background};
  300. }
  301.  
  302. #content #posts #permalink a {
  303. text-decoration: none;
  304. color: {color:Permalink Links};
  305. -webkit-transition: all 0.4s ease-in-out;
  306. -moz-transition: all 0.4s ease-in-out;
  307. -o-transition: all 0.4s ease-in-out;
  308. transition: all 0.4s ease-in-out;
  309. }
  310.  
  311. #content #posts #permalink a:hover {
  312. color: {color:Hover Permalink Links};
  313. -webkit-transition: all 0.4s ease-in-out;
  314. -moz-transition: all 0.4s ease-in-out;
  315. -o-transition: all 0.4s ease-in-out;
  316. transition: all 0.4s ease-in-out;
  317. }
  318.  
  319.  
  320.  
  321. #bar1 {
  322. width: 10px;
  323. height: 2000px;
  324. position: fixed;
  325. margin-left: 310px;
  326. background-color: #000000;
  327. border-left: 10px solid #000000;
  328. border-right: 10px solid #000000;
  329. }
  330.  
  331. #bar2 {
  332. width: 10px;
  333. height: 2000px;
  334. position: fixed;
  335. margin-left: 880px;
  336. background-color: #000000;
  337. border-left: 10px solid #000000;
  338. border-right: 10px solid #000000;
  339. }
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346. #des {
  347. width: 200px;
  348. height: 250px;
  349. top: 0px;
  350. margin-left: 90px;
  351. padding: 10px;
  352. border-bottom-left-radius: 20px;
  353. -moz-border-radius-bottomleft: 20px;
  354. font-size: 13px;
  355. overflow: hidden;
  356. position: fixed;
  357. -webkit-transition: all 0.6s ease-in-out;
  358. -moz-transition: all 0.6s ease-in-out;
  359. -o-transition: all 0.6s ease-in-out;
  360. transition: all 0.6s ease-in-out;
  361. background-color: {color:Sidebar Backgrounds};
  362. }
  363.  
  364. #des:hover {
  365. border-bottom-left-radius: 0px;
  366. -webkit-transition: all 0.6s ease-in-out;
  367. -moz-transition: all 0.6s ease-in-out;
  368. -o-transition: all 0.6s ease-in-out;
  369. transition: all 0.6s ease-in-out;
  370. }
  371.  
  372. #des:hover .desc {
  373. opacity: 1.0;
  374. margin-top: 40px;
  375. position: auto;
  376. -webkit-transition: all 0.6s ease-in-out;
  377. -moz-transition: all 0.6s ease-in-out;
  378. -o-transition: all 0.6s ease-in-out;
  379. transition: all 0.6s ease-in-out;
  380. }
  381.  
  382. .desc {
  383. font-size: 11px;
  384. opacity: 0.0;
  385. text-align: justify;
  386. position: fixed;
  387. text-decoration: none;
  388. width: 180px;
  389. padding: 10px;
  390. -webkit-transition: all 0.6s ease-in-out;
  391. -moz-transition: all 0.6s ease-in-out;
  392. -o-transition: all 0.6s ease-in-out;
  393. transition: all 0.6s ease-in-out;
  394. font-family: 'Oxygen Mono', sans-serif;
  395. background-color: transparent;
  396. color: #ffffff;
  397. }
  398.  
  399. .desc a {
  400. color: {color:Description Links};
  401. text-decoration: none;
  402. }
  403.  
  404. .desc a:hover {
  405. color: {color:Hover Description Links};
  406. }
  407.  
  408. .desc b,strong {
  409. color: {color:Description Bold};
  410. }
  411.  
  412. .desc i,em {
  413. color: {color:Description Italic};
  414. }
  415.  
  416. #links {
  417. width: 200px;
  418. height: 250px;
  419. margin-left: 910px;
  420. padding: 10px;
  421. font-size: 13px;
  422. border-bottom-right-radius: 20px;
  423. -moz-border-radius-bottomright: 20px;
  424. position: fixed;
  425. -webkit-transition: all 0.6s ease-in-out;
  426. -moz-transition: all 0.6s ease-in-out;
  427. -o-transition: all 0.6s ease-in-out;
  428. transition: all 0.6s ease-in-out;
  429. background-color: {color:Sidebar Backgrounds};
  430. }
  431.  
  432. .limg {
  433. width: 200px;
  434. height: 250px;
  435. border-bottom-right-radius: 20px;
  436. -webkit-transition: all 0.6s ease-in-out;
  437. -moz-transition: all 0.6s ease-in-out;
  438. -o-transition: all 0.6s ease-in-out;
  439. transition: all 0.6s ease-in-out;
  440. }
  441.  
  442. #links:hover .limg {
  443. border-bottom-right-radius: 0px;
  444. opacity: 0.4;
  445. -webkit-transition: all 0.6s ease-in-out;
  446. -moz-transition: all 0.6s ease-in-out;
  447. -o-transition: all 0.6s ease-in-out;
  448. transition: all 0.6s ease-in-out;
  449. }
  450.  
  451. #links:hover {
  452. border-bottom-right-radius: 0px;
  453. -webkit-transition: all 0.6s ease-in-out;
  454. -moz-transition: all 0.6s ease-in-out;
  455. -o-transition: all 0.6s ease-in-out;
  456. transition: all 0.6s ease-in-out;
  457. }
  458.  
  459. .desimg {
  460. position: fixed;
  461. width: 200px;
  462. border-bottom-left-radius: 20px;
  463. height: 250px;
  464. -webkit-transition: all 0.6s ease-in-out;
  465. -moz-transition: all 0.6s ease-in-out;
  466. -o-transition: all 0.6s ease-in-out;
  467. transition: all 0.6s ease-in-out;
  468. }
  469.  
  470. #des:hover .desimg {
  471. border-bottom-left-radius: 0px;
  472. opacity: 0.4;
  473. -webkit-transition: all 0.6s ease-in-out;
  474. -moz-transition: all 0.6s ease-in-out;
  475. -o-transition: all 0.6s ease-in-out;
  476. transition: all 0.6s ease-in-out;
  477. }
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. .li {
  486. font-size: 11px;
  487. font-family: consolas;
  488. margin-top: -250px;
  489. opacity: 0.0;
  490. text-align: justify;
  491. position: fixed;
  492. width: 180px;
  493. padding: 10px;
  494. -webkit-transition: all 0.6s ease-in-out;
  495. -moz-transition: all 0.6s ease-in-out;
  496. -o-transition: all 0.6s ease-in-out;
  497. transition: all 0.6s ease-in-out;
  498. background-color: rgba(255,255,255,0.0);
  499. }
  500.  
  501. #links:hover .li {
  502. opacity: 1.0;
  503. margin-top: -210px;
  504. -webkit-transition: all 0.6s ease-in-out;
  505. -moz-transition: all 0.6s ease-in-out;
  506. -o-transition: all 0.6s ease-in-out;
  507. transition: all 0.6s ease-in-out;
  508. }
  509.  
  510. .cl {
  511. width: 180px;
  512. height: 15px;
  513. position: auto;
  514. line-height: 15px;
  515. text-transform: uppercase;
  516. text-decoration: none;
  517. text-align: center;
  518. opacity: 1.0;
  519. letter-spacing: 1px;
  520. float: left;
  521. margin-top: 2px;
  522. font-family: 'Oxygen Mono', sans-serif;
  523. -webkit-transition: all 0.4s ease-in-out;
  524. -moz-transition: all 0.4s ease-in-out;
  525. -o-transition: all 0.4s ease-in-out;
  526. transition: all 0.4s ease-in-out;
  527. color: {color:Custom Links Text};
  528. background-color: {color:Custom Links BG};
  529. }
  530.  
  531. .cl:hover {
  532. font-family: 'Oxygen Mono', sans-serif;
  533. -webkit-transition: all 0.4s ease-in-out;
  534. -moz-transition: all 0.4s ease-in-out;
  535. -o-transition: all 0.4s ease-in-out;
  536. transition: all 0.4s ease-in-out;
  537. color: {color:Hover Custom Links Text};
  538. background-color: {color:Hover Custom Links BG};
  539. }
  540.  
  541. .album {
  542. width: 100px;
  543. height: 100px;
  544. position: auto;
  545. }
  546.  
  547. .aud {
  548. background-color: #000000;
  549. width: 390px;
  550. margin-top: -103px;
  551. padding-left: 110px;
  552. }
  553.  
  554. #infor {
  555. min-height: 70px;
  556. }
  557. .info {
  558. font-family: consolas;
  559. text-transform: uppercase;
  560. font-size: 11px;
  561. padding-left: 110px;
  562. padding-top: 10px;
  563. padding-bottom: -10px;
  564. }
  565.  
  566. .info b,strong {
  567. color: {color:Bold Text};
  568. }
  569.  
  570. {CustomCSS}
  571.  
  572. </style>
  573.  
  574.  
  575. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  576.  
  577.  
  578. </head>
  579.  
  580. <body>
  581.  
  582. <div id="bar1"></div><div id="bar2"></div>
  583.  
  584.  
  585.  
  586. </div>
  587. </div>
  588.  
  589. <div id="links">
  590. <img class="limg" src="{image:Custom Links Image}">
  591. <div class="li">
  592. <a href="/" class="cl">index</a>
  593. <a href="/ask" class="cl">message</a>
  594. {block:Iflink1}<a href="{text:Link 1 URL}" class="cl">{text:Link 1}</a>{/block:Iflink1}
  595. {block:Iflink2}<a href="{text:Link 2 URL}" class="cl">{text:Link 2}</a>{/block:Iflink2}
  596. {block:Iflink3}<a href="{text:Link 3 URL}" class="cl">{text:Link 3}</a>{/block:Iflink3}
  597. <a href="http://bonivur.tumblr.com/" class="cl">credit</a>
  598. </div>
  599. </div>
  600.  
  601. <div id="des"><img class="desimg" src="{image:Description Image}"><div class="desc">{Description}</div></div>
  602.  
  603. <div id="content">
  604. <div class="autopagerize_page_element">
  605.  
  606. {block:Posts}
  607. <div id="posts">
  608.  
  609. {block:Photo}
  610. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  611. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  612. {/block:Photo}
  613.  
  614.  
  615. {block:Photoset}
  616. {Photoset-500}
  617. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  618. {/block:Photoset}
  619.  
  620.  
  621. {block:Video}
  622. {Video-500}
  623. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  624. {/block:Video}
  625.  
  626.  
  627. {block:Audio}
  628. {block:AlbumArt}
  629. <img class="album" src="{AlbumArtURL}">
  630. {/block:AlbumArt}
  631. <div class="aud">{AudioPlayerBlack}</div>
  632. <div id="infor">
  633. {block:TrackName}
  634. <div class="info"><b></b> {TrackName}</div>
  635. {/block:TrackName}
  636. {block:Album}
  637. <div class="info"><b></b> {Album}</div>
  638. {/block:Album}
  639. {block:Artist}
  640. <div class="info"><b></b>{Artist}</div>
  641. {/block:Artist}
  642. </div>
  643. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  644. {/block:Audio}
  645.  
  646. {block:Quote}
  647. <div class="quote"><b>“</b>{Quote}<b>”</b></div>
  648. {block:Source}<div class="text"><br><div class="src"> {Source}</div></div>{/block:Source}
  649. {/block:Quote}
  650.  
  651. {block:Text}
  652. {block:Title}<div class="title"><b></b> {Title}</div>{/block:Title}
  653. <div class="text">{Body}</div>
  654. {/block:Text}
  655.  
  656. {block:Answer}
  657. <img class="askerportrait" src="{AskerPortraitURL-48}">
  658. <div class="ask"><div class="asker">{Asker} said:</div>{Question} </div>
  659. {Answer}
  660. {block:Answer}
  661.  
  662. {block:Chat}
  663. {block:Title}<div class="title">{Title}</div>{/block:Title}
  664. <div class="text">
  665. {block:Lines}
  666. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  667. {/block:Lines}
  668. </div>
  669. {/block:Chat}
  670.  
  671. {block:Link}
  672. <div class="title"><a href="{URL}">{Name} </a></div>
  673. {block:Description}
  674. <div class="text">{Description}</div>
  675. {/block:Description}
  676. {/block:Link}
  677.  
  678. {block:ContentSource}
  679. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  680. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  681. {/block:SourceLogo}
  682. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  683. {/block:ContentSource}
  684.  
  685. <div id="permalink">
  686. Posted on {block:Date}<a href="{Permalink}">{dayofmonth} {shortmonth} {Year}</a>, <a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> {block:RebloggedFrom}<span class="norm">|</span> origin: <a href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  687.  
  688. {block:HasTags}<div class="permalink"> {block:Tags}/<a href="{TagURL}"> {Tag} </a>/{block:Tags}</div>{/block:HasTags}
  689. </div><!--permalink-->
  690.  
  691. </div>
  692.  
  693. {block:PostNotes}
  694. <div id="notecontainer">{PostNotes}</div>
  695. {/block:PostNotes}
  696.  
  697. {/block:Posts}
  698.  
  699.  
  700. {block:Pagination}
  701.  
  702.  
  703.  
  704. </div>
  705.  
  706. </div>
  707. {/block:Pagination}
  708.  
  709.  
  710. </div>
  711. </div>
  712.  
  713. </body>
  714. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement