Advertisement
okesan

long time no see theme

Dec 22nd, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.88 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <html>
  5.  
  6. <!--- ♥♡♥ Theme Monster by Nathy (wuxvn / previously yogyurt) ♥♡♥
  7. please, leave the credits intact, do not steal, do not redistribute, do not use as base, enjoy! --->
  8.  
  9.  
  10. <head>
  11. <link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Sail' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}"/>
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <meta name="color:background" content="#ffffff" />
  23. <meta name="color:text" content="#bbbbbb" />
  24. <meta name="color:title" content="#ffffff" />
  25. <meta name="color:headertitle" content="#ffffff" />
  26. <meta name="color:headertitleshadow" content="#ffffff" />
  27. <meta name="color:description" content="#ffffff" />
  28. <meta name="color:header links" content="#ffffff" />
  29. <meta name="color:link" content="#941c44" />
  30. <meta name="color:linkhover" content="#dddddd" />
  31. <meta name="color:ask" content="#fdfdfd" />
  32. <meta name="color:tags" content="#c0c0c0" />
  33. <meta name="color:info bg" content="#f9f9f9" />
  34. <meta name="color:about background" content="#f9f9f9" />
  35. <meta name="color:about title" content="#000000" />
  36. <meta name="color:tooltip text" content="#000000" />
  37. <meta name="color:scrollbar" content="#fafafa" />
  38. <meta name="color:scrollbar background" content="#ffffff" />
  39.  
  40.  
  41. <meta name="if:400pxPosts" content="" />
  42. <meta name="if:500pxPosts" content="1" />
  43.  
  44. <meta name="image:header" content="" />
  45. <meta name="image:bg" content="" />
  46.  
  47. <meta name="text:Header width" content="" />
  48. <meta name="text:Short Description" content="" />
  49.  
  50. <meta name="text:Link 1" content="" />
  51. <meta name="text:Link 1 Title" content="" />
  52. <meta name="text:Link 2" content="" />
  53. <meta name="text:Link 2 Title" content="" />
  54. <meta name="text:Link 3" content="" />
  55. <meta name="text:Link 3 Title" content="" />
  56. <meta name="text:Link 4" content="" />
  57. <meta name="text:Link 4 Title" content="" />
  58.  
  59. <style type="text/css">
  60.  
  61.  
  62. ::-webkit-scrollbar {width: 8px; height: 3px; background:{color:scrollbar background};}
  63. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar} ;}
  64.  
  65. ::selection {
  66. background:#fafafa;
  67. }
  68.  
  69.  
  70.  
  71. /*IMAGE OPACITY*/
  72.  
  73.  
  74. img {
  75. opacity: .9;
  76. -webkit-transition: all 0.6s ease-out;
  77. -moz-transition: all 0.6s ease-out;
  78. transition: all 0.6s ease-out;
  79. -webkit-filter:grayscale(0%);
  80. -moz-filter:grayscale(0%);
  81. -ms-filter:grayscale(0%);
  82. -o-filter:grayscale(0%);
  83. filter:grayscale(0%);}
  84.  
  85. img:hover {
  86. opacity: 1;
  87. -webkit-transition: all 0.6s ease-out;
  88. -moz-transition: all 0.6s ease-out;
  89. transition: all 0.6s ease-out;}
  90.  
  91. iframe.photoset {
  92. opacity: .9;
  93. -webkit-transition: all 0.6s ease-out;
  94. -moz-transition: all 0.6s ease-out;
  95. transition: all 0.6s ease-out;
  96. -webkit-filter:grayscale(0%);
  97. -moz-filter:grayscale(0%);
  98. -ms-filter:grayscale(0%);
  99. -o-filter:grayscale(0%);
  100. filter:grayscale(0%);}
  101. }
  102. iframe.photoset:hover {
  103. opacity:1;
  104. -webkit-transition: all 0.6s ease-out;
  105. -moz-transition: all 0.6s ease-out;
  106. transition: all 0.6s ease-out;
  107. }
  108.  
  109.  
  110.  
  111.  
  112. .posteu img:hover, .posteu a img:hover, .photoset:hover {
  113. opacity:1;
  114. -webkit-transition: all 0.4s ease-out;
  115. -moz-transition: all 0.4s ease-out;
  116. transition: all 0.4s ease-out;
  117. }
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. body { margin:0px; background:{color:background}; background-image:url("{image:bg}"); background-attachment:fixed; background-repeat:repeat; color:{color:text}; font-family:'trebuchet ms'; font-size:11px; line-height:100%; letter-spacing:95%; text-transform:none; }
  125.  
  126. h1 { font-family:'Quicksand'; font-size:50px; line-height:100%; }
  127.  
  128. b, bold {
  129. font-weight:bold;}
  130.  
  131. em, italic {
  132. font-style:italic;}
  133.  
  134. a { color:{color:link}; text-decoration:none; }
  135.  
  136. a:hover { color:{color:linkhover}; }
  137.  
  138. #s-m-t-tooltip {
  139. max-width:120px;
  140. background-color:#ffffff;
  141. color:{color:tooltip text};
  142. font-size:8px;
  143. text-transform:none;
  144. letter-spacing 1px;
  145. word-spacing:auto;
  146. padding:3px 4px;
  147. margin:28px 0px 0px 18px;
  148. z-index:9999999;
  149.  
  150. }
  151.  
  152. #header { position:absolute;
  153. min-height:800px;
  154. height:300px;
  155. margin:0;
  156. padding:0;
  157. width:100%;
  158. background-size:70% 70%;
  159. background-position: center center;
  160. background-repeat:no-repeat;
  161. background-color:white;
  162. background-image:{image:header};
  163. background-size: cover;
  164. -webkit-background-size: cover;
  165. -moz-background-size: cover;
  166. -o-background-size: cover;
  167. overflow:hidden;
  168. z-index:1; }
  169.  
  170. #header img { min-width: 100%;
  171. min-height: 70%;
  172. /* Set rules to fill background */
  173. min-height: 70%;
  174. min-width: 70%;
  175.  
  176. /* Set up proportionate scaling */
  177. width: auto;
  178. height: auto;
  179.  
  180. }
  181.  
  182. .info { width:100%; top:17%; position:absolute; }
  183.  
  184. .title {
  185.  
  186. position:relative;
  187. text-align:left;
  188. left:390px;
  189. z-index:9999999; }
  190.  
  191. .title a { font-family: 'Sail', cursive;
  192. line-height:100%;
  193. font-size:70px;
  194. text-shadow:2px 2px 0px {color:headertitleshadow};
  195. color:{color:headertitle};
  196. -webkit-transition: all 0.8s ease;
  197. -moz-transition: all 0.8s ease;
  198. -o-transition: all 0.8s ease;
  199. -ms-transition: all 0.8s ease;
  200. transition: all 0.8s ease;
  201.  
  202. }
  203.  
  204. .title:hover .desc {
  205. opacity:1; margin-top:1%;
  206. -webkit-transition: all 0.8s ease;
  207. -moz-transition: all 0.8s ease;
  208. -o-transition: all 0.8s ease;
  209. -ms-transition: all 0.8s ease;
  210. transition: all 0.8s ease; }
  211.  
  212. .desc { opacity:0; position:relative;
  213. margin-left:8%;
  214. width:200px;
  215. text-align:justify;
  216. z-index:99999;
  217. color:{color:description};
  218. font-family: 'Special Elite', cursive; font-size:10px; margin-top:-3%;
  219. -webkit-transition: all 0.8s ease;
  220. -moz-transition: all 0.8s ease;
  221. -o-transition: all 0.8s ease;
  222. -ms-transition: all 0.8s ease;
  223. transition: all 0.8s ease; }
  224.  
  225.  
  226. .hlinks { position:relative;
  227.  
  228. padding-top:10px;
  229. text-align:left;
  230. left:200px;
  231. margin-top:3%; word-spacing:10px;
  232. z-index:99999; }
  233.  
  234. .hlinks a { font-family: 'Quicksand';
  235. text-shadow:none;
  236.  
  237. font-size:23px;
  238. color:{color:header links};
  239. padding:5px;
  240. -webkit-transition: all 0.8s ease;
  241. -moz-transition: all 0.8s ease;
  242. -o-transition: all 0.8s ease;
  243. -ms-transition: all 0.8s ease;
  244. transition: all 0.8s ease; }
  245.  
  246. .hlinks a:hover {
  247. color:#000;
  248.  
  249. margin-left:0%;
  250. -webkit-transition: all 0.8s ease;
  251. -moz-transition: all 0.8s ease;
  252. -o-transition: all 0.8s ease;
  253. -ms-transition: all 0.8s ease;
  254. transition: all 0.8s ease; }
  255.  
  256. #footer { position:relative; width:100%; bottom:0px; padding-top:10px; padding-bottom:10px;
  257. text-align:center; font-family: 'Special Elite', cursive; font-size:11px; background-color:{color:about background};
  258. }
  259.  
  260.  
  261.  
  262.  
  263. #pt { position:absolute; top:70%; width:100%; z-index:9999; overflow:hidden; }
  264.  
  265. #pttop { position:relative; margin-top:0; width:100%; height:270px; background-color:{color:about background}; }
  266.  
  267. .ttl {
  268. top:60px; position:relative;
  269. margin-left:auto;
  270. margin-right:auto;
  271. line-height:90%;
  272. text-transform:uppercase;
  273. font-size:50px; font-family:'Quicksand';
  274. text-align:center;
  275. color:{color:about title}; }
  276.  
  277.  
  278. .desctwo { position:relative;
  279. top:80px;
  280. text-align:justify;
  281. width:350px;
  282. font-family: 'Special Elite', cursive;
  283. font-size:11px;
  284. line-height:115%;
  285. color:{color:text};
  286. }
  287.  
  288.  
  289. #entries { position:relative;
  290. {block:if400pxPosts}
  291. width:400px;
  292. {/block:if400pxPosts}
  293. {block:if500pxPosts}
  294. width:500px;
  295. {/block:if500pxPosts}
  296. padding:50px;
  297. margin-left:auto;
  298. margin-right:auto;
  299. margin-top:100px;
  300. margin-bottom:70px;
  301. overflow:hidden;
  302. background-color:#fff;
  303. z-index:3; }
  304.  
  305. #post { {block:if400pxPosts}
  306. width:400px;
  307. {/block:if400pxPosts}
  308. {block:if500pxPosts}
  309. width:500px;
  310. {/block:if500pxPosts}
  311. text-align:left;
  312. line-height:150%;
  313. font-style:none;
  314. padding-bottom:20px;
  315. margin-bottom:10px;
  316. border-bottom:1px solid #f5f5f5; }
  317.  
  318. #post img { {block:if400pxPosts}
  319. max-width:400px;
  320. {/block:if400pxPosts}
  321. {block:if500pxPosts}
  322. max-width:500px;
  323. {/block:if500pxPosts} }
  324.  
  325. #quote { font-family: 'Special Elite', cursive; font-size:20px; line-height:100%; }
  326.  
  327. #tags {
  328. margin-bottom:150px;
  329. {block:if400pxPosts}
  330. width:400px;
  331. {/block:if400pxPosts}
  332. {block:if500pxPosts}
  333. width:500px;
  334. {/block:if500pxPosts}
  335. text-align:center;
  336. font-size:7px;
  337.  
  338. }
  339. #tags a { text-transform:none;
  340. letter-spacing: 1px;
  341. font-family: 'Oxygen', sans-serif;
  342. font-size:8px;
  343. font-style:none;
  344.  
  345. color:{color:tags};
  346. background:#fff;
  347. -moz-transition:width 0.6s, height 0.6s, backgroud-color 0.6s, -moz-transform 0.6s; -webkit-transition:width 0.6s, height 0.6s, background-color 0.6s, -webkit-transform 0.6s; -o-transition:width 0.6s, height 0.6s, background-color 0.6s, -o-transform 0.6s; transition:width 0.6s, height 0.6s, background-color 0.6s, transform 0.6s; }
  348.  
  349. #tags a:hover { color:{color:linkhover};
  350. background-color:{color:info bg};
  351. padding:0px; }
  352.  
  353. blockquote { margin-left:0px; padding-left:2px; border-left:2px solid {color:info bg}; }
  354.  
  355. #info { {block:if400pxPosts}
  356. width:400px;
  357. {/block:if400pxPosts}
  358. {block:if500pxPosts}
  359. width:500px;
  360. {/block:if500pxPosts}
  361. }
  362.  
  363.  
  364. #infotext {
  365. margin-bottom:5px;
  366. font-size:7px;
  367. font-style:none;
  368. text-align:center;
  369. text-transform:uppercase;
  370. letter-spacing:1px;
  371. padding: 2px; }
  372.  
  373. .newplayerbutton {
  374. position: relative;
  375. width: 28px;
  376. height: 27px;
  377. overflow: hidden;
  378. }
  379.  
  380. .playerbuttonhug {
  381. position: absolute;
  382. top: -11px;
  383. left: -12px;
  384. }
  385.  
  386.  
  387. .tumblr_audio_player {
  388. border: none;
  389. padding: 0px;
  390. margin: 0px;
  391. height: 50px;
  392. width: 500px;
  393. }
  394.  
  395. .playerbuttonbg {
  396. position: absolute;
  397. left: 20px;
  398. top: 20px;
  399. width: 28px;
  400. height: 28px;
  401. background-color: #ffffff;
  402. padding: 10px;
  403. -webkit-border-radius: 40px;
  404. -moz-border-radius: 40px;
  405. border-radius: 40px;
  406. opacity: .4;
  407. filter: alpha(opacity=40);
  408. -moz-opacity: 0.4;
  409. -khtml-opacity: 0.4;
  410. transition: opacity .7s ease-in-out;
  411. -moz-transition: opacity .7s ease-in-out;
  412. -webkit-transition: opacity .7s ease-in-out;
  413. }
  414.  
  415. .playerbuttonbg:hover {
  416. opacity: 1;
  417. filter: alpha(opacity=100);
  418. -moz-opacity: 1;
  419. -khtml-opacity: 1;
  420. }
  421.  
  422. .audioimgwrapper {
  423. position: absolute;
  424. left: 0px;
  425. top: 0px;
  426. -webkit-border-radius: 50px;
  427. -moz-border-radius: 50px;
  428. border-radius: 50px;
  429. overflow: hidden;
  430. width: 88px;
  431. height: 88px;
  432. }
  433.  
  434. .audioimgwrapper img {
  435. width: 100%;
  436. height: auto;
  437. -webkit-border-radius: 50px;
  438. -moz-border-radius: 50px;
  439. border-radius: 50px;
  440. }
  441.  
  442. .trackdetails {
  443. width: auto;
  444. display:inline-block;
  445. margin-left: 100px;
  446. min-height: 85px;
  447. }
  448.  
  449. .audiowrapper {
  450. position: relative;
  451. display:inline-block;
  452. }
  453.  
  454. #ask { margin-top:2px; {block:if400pxPosts}
  455. width:400px;
  456. {/block:if400pxPosts}
  457. {block:if500pxPosts}
  458. width:500px;
  459. {/block:if500pxPosts} font-size:10px; font-family: 'Special Elite', cursive; font-style:none; text-transform:uppercase; text-align:justify; padding-bottom:2px; border-bottom:3px solid {color:ask}; }
  460.  
  461. #answer {
  462. {block:if400pxPosts}
  463. width:400px;
  464. {/block:if400pxPosts}
  465. {block:if500pxPosts}
  466. width:500px;
  467. {/block:if500pxPosts}
  468. padding-top:10px;
  469. font-size:10px;
  470. font-style:none;
  471. text-transform:none;
  472. text-align:center;
  473. position:relative; }
  474.  
  475. #answer img { {block:if400pxPosts}
  476. max-width:400px;
  477. {/block:if400pxPosts}
  478. {block:if500pxPosts}
  479. max-width:500px;
  480. {/block:if500pxPosts} }
  481.  
  482. #pagination { {block:if400pxPosts}
  483. width:400px;
  484. {/block:if400pxPosts}
  485. {block:if500pxPosts}
  486. width:500px;
  487. {/block:if500pxPosts}
  488. text-transform:uppercase; text-align:center; font-size:10px; color:{color:text}; margin-bottom:10px; word-spacing:10px; }
  489.  
  490. .following {
  491. width:180px;
  492. padding-top:30px;
  493. padding-left:30px;
  494. padding-bottom:25px;
  495. top:0px!important;
  496. right:5px!important;
  497. position:fixed!important;
  498. font-style:italic;
  499. font-family:times;
  500. opacity:0;
  501. z-index:999!important;
  502. transition-duration: 0.4s;
  503. -moz-transition-duration: 0.4s;
  504. -webkit-transition-duration: 0.4s;
  505. -o-transition-duration: 0.4s;
  506. }
  507.  
  508. .following:hover {
  509. opacity:1;
  510. }
  511.  
  512.  
  513. {CustomCSS}</style>
  514. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  515. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  516. <script>
  517.  
  518. (function($){
  519.  
  520. $(document).ready(function(){
  521.  
  522. $("a[title]").style_my_tooltips({
  523.  
  524. tip_follows_cursor:true,
  525.  
  526. tip_delay_time:130,
  527.  
  528. tip_fade_speed:500,
  529.  
  530. attribute:"title"
  531.  
  532. });
  533.  
  534. });
  535.  
  536. })(jQuery);
  537.  
  538. </script>
  539. </head>
  540.  
  541. <body>
  542.  
  543. <script language=JavaScript>
  544. <!--
  545.  
  546. //Disable right click script III- By Renigade (renigade@mediaone.net)
  547. //For full source code, visit http://www.dynamicdrive.com
  548.  
  549. var message="";
  550. ///////////////////////////////////
  551. function clickIE() {if (document.all) {(message);return false;}}
  552. function clickNS(e) {if
  553. (document.layers||(document.getElementById&&!document.all)) {
  554. if (e.which==2||e.which==3) {(message);return false;}}}
  555. if (document.layers)
  556. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  557. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  558.  
  559. document.oncontextmenu=new Function("return false")
  560. // -->
  561. </script>
  562.  
  563. <BODY onselectstart=”return false;” ondragstart=”return false;”>
  564. </div>
  565.  
  566. <div class="following"></div>
  567.  
  568. <div id="header"><img src="{image:header}"><div class="info"><div class="title"><a href="/">Long Time No See ...</a><div class="desc">{text:Short Description}</div>
  569. <div class="hlinks">
  570. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a> {/block:ifLink1}
  571. {block:ifLink2}<a title="message"href="{text:Link 2}">{text:Link 2 Title}</a> {/block:ifLink2}
  572. {block:ifLink3}<a title="archive"href="{text:Link 3}">{text:Link 3 Title}</a> {/block:ifLink3}
  573. {block:ifLink4}<a title="profile"href="{text:Link 4}">{text:Link 4 Title}</a> {/block:ifLink4}
  574. </div>
  575. </div></div></div>
  576.  
  577. <div id="pt">
  578. <div id="pttop"><center><div class="ttl">boykon</div><div class="desctwo">{Description}</center>
  579. </div>
  580.  
  581. <div id="entries">{block:Posts}
  582. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}
  583. <div id="post">
  584.  
  585. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  586.  
  587. {block:Photo}{LinkOpenTag}{block:if400pxPosts}<img src="{PhotoURL-400}">{/block:if400pxPosts}{block:if500pxPosts}<img src="{PhotoURL-500}">{/block:if500pxPosts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  588.  
  589. {block:Photoset}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}{block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  590.  
  591. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} —{Source}{/block:Source}{/block:Quote}
  592.  
  593. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  594.  
  595. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  596.  
  597. {block:AudioPlayer}
  598. <div class="audiowrapper">
  599. {block:AlbumArt}
  600. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  601. {/block:AlbumArt}
  602.  
  603. <div class="playerbuttonbg">
  604. <div class="newplayerbutton">
  605. <div class="playerbuttonhug">
  606.  
  607. {AudioPlayerWhite}
  608.  
  609. </div>
  610. </div>
  611. </div>
  612.  
  613. <div class="trackdetails">
  614.  
  615. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  616. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  617. {block:Album}Album: {Album}{/block:Album}<br/>
  618. {PlayCountWithLabel}
  619.  
  620. </div>
  621. </div>
  622.  
  623. {block:Caption}{Caption}{/block:Caption}
  624. {/block:AudioPlayer}
  625.  
  626.  
  627. {block:Video}{block:if400pxPosts}{Video-400}{/block:if400pxPosts}{block:if500pxPosts}{Video-500}{/block:if500pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  628.  
  629. {block:Answer}<div id="ask">{Asker}&nbsp;whispered:&nbsp;{Question}</div><div id="answer">{Answer}</div>{/block:Answer}</div>
  630.  
  631. <div id="info"><br>
  632. <div id="infotext">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  633. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  634. source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}</div></div>
  635.  
  636. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}" style="color:{color:tags};">{Tag}&nbsp;&nbsp;</a>{/block:Tags}{/block:HasTags}</div>
  637.  
  638. {block:PostNotes}{PostNotes}{/block:PostNotes}
  639. {/block:Posts}
  640. {block:Pagination}
  641. <div id="pagination">
  642. {block:PreviousPage}
  643. <a href="{PreviousPage}">Previous</a>
  644. {/block:PreviousPage}
  645.  
  646. {block:JumpPagination length="5"}
  647. {block:CurrentPage}
  648. <span class="current_page">{PageNumber}</span>
  649. {/block:CurrentPage}
  650.  
  651. {block:JumpPage}
  652. <a class="jump_page" href="{URL}">{PageNumber}</a>
  653. {/block:JumpPage}
  654. {/block:JumpPagination}
  655.  
  656. {block:NextPage}
  657. <a href="{NextPage}">Next</a>
  658. {/block:NextPage}
  659. </div>
  660. {/block:Pagination}
  661. </div>
  662. <div id="footer">theme by <a href="http://boykon.tumblr.com">boykon</a></div>
  663. </body>
  664. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement