Advertisement
SeoulChan

Indulge

Jul 19th, 2015
815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.57 KB | None | 0 0
  1. <!---
  2.  _         _             _    
  3. | | ____ _(_) __ _ _   _| | __
  4. | |/ / _` | |/ _` | | | | |/ /
  5. |   < (_| | | (_| | |_| |   <
  6. |_|\_\__,_|_|\__, |\__,_|_|\_\
  7.              |___/
  8.              
  9. Indulge theme by Anika (Ani) aka Kaiguk (http://kaiguk.tumblr.com/)
  10.  
  11. Please remember to follow the rules and not steal anything because you don't
  12. have an imagination of your own.
  13.  
  14. If anything goes wrong or you have any questions, just let me know!
  15.  
  16. Happy Using and Have a good day!              
  17. --->
  18.  
  19. <!DOCTYPE html>
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24.  
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26.  
  27. {block:Description}<meta name="description" content="{MetaDescription}"/>
  28. {/block:Description}
  29.  
  30. <head>
  31.  
  32. <meta name="if:Grayscale" content="0"/>
  33. <meta name="if:InfiniteScroll" content="1"/>
  34. <meta name="if:ShowCaptions" content="1"/>
  35. <meta name="if:ShowTags" content="1"/>
  36.  
  37. <meta name="color:Bold" content="#ff7d7d"/>
  38. <meta name="color:Italic" content="#c3d847"/>
  39. <meta name="color:Underline" content="#4dbce9"/>
  40. <meta name="color:Bg" content="#ffffff">
  41. <meta name="color:Text" content="#8b8b8b">
  42. <meta name="color:Link" content="#cccccc">
  43. <meta name="color:Hover" content="#f6f6f6">
  44. <meta name="color:Accent" content="#000000">
  45. <meta name="color:Header bg" content="#ffffff">
  46. <meta name="color:Title" content="#000000">
  47. <meta name="color:Top link" content="#000000">
  48. <meta name="color:Post bg" content="#ffffff">
  49. <meta name="color:Tags" content="#000000">
  50. <meta name="color:Tags bg" content="#fffaad">
  51. <meta name="color:Post link" content="#000000">
  52. <meta name="color:Border" content="#eeeeee">
  53. <meta name="color:Caption Bg" content="#f6f6f6"/>
  54. <meta name="color:Caption Border" content="#eeeeee"/>
  55. <meta name="color:Caption" content="#cccccc"/>
  56. <meta name="color:Scrollbar" content="#cccccc">
  57. <meta name="color:Selection text" content="#888888"/>
  58. <meta name="color:Selection bg" content="#eeeeee"/>
  59. <meta name="color:Linktitle bg" content="#f6f6f6"/>
  60. <meta name="color:Linktitle text" content="#888888"/>
  61.  
  62. <meta name="text:title" content="Title Here"/>
  63.  
  64. <meta name="image:Header" content=""/>
  65. <meta name="image:Header bg" content=""/>
  66. <meta name="image:Bg" content=""/>
  67.  
  68.  
  69. <meta name="text:link1" content="">
  70. <meta name="text:link1 url" content="/">
  71. <meta name="text:link2" content="">
  72. <meta name="text:link2 url" content="/">
  73. <meta name="text:link3" content="">
  74. <meta name="text:link3 url" content="/">    
  75. <meta name="text:link4" content="">
  76. <meta name="text:link4 url" content="/">
  77. <meta name="text:link5" content="">
  78. <meta name="text:link5 url" content="/">
  79. <meta name="text:link6" content="">
  80. <meta name="text:link6 url" content="/">
  81. <meta name="text:link7" content="">
  82. <meta name="text:link7 url" content="/">
  83.  
  84. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  85.  
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87.   <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  88.   <script>
  89.       (function($){
  90.       $(document).ready(function(){
  91.       $("a[title]").style_my_tooltips({
  92.       tip_follows_cursor:true,
  93.       tip_delay_time:0,
  94.       tip_fade_speed:0,
  95.       attribute:"title"
  96.       });
  97.   });
  98.   })(jQuery);
  99.   </script>
  100.  
  101. <style type="text/css">
  102.  
  103. ::-webkit-scrollbar{
  104. height: 9px;
  105. width: 5px;
  106. -webkit-border-radius:0px;
  107. background-color:{color:background};
  108. }
  109.    
  110. ::-webkit-scrollbar-thumb{
  111. background-color:{color:scrollbar};
  112. }
  113.    
  114. ::-webkit-scrollbar-track{
  115. background-color:{color:bg};
  116. }
  117.  
  118. body {
  119. background-color:{color:bg};
  120. background-attachment:fixed;
  121. background-image:url('{image:bg}');
  122. font-family:courier;
  123. font-size:9px;
  124. letter-spacing:1px;
  125. word-spacing:2px;
  126. text-align:justify;
  127. text-transform:uppercase;
  128. font-weight:normal;
  129. }
  130.  
  131. a {
  132. color:{color:link};
  133. text-decoration:none;
  134. -moz-transition-duration:0.6s;
  135. -webkit-transition-duration:0.6s;
  136. -o-transition-duration:0.6s;
  137. }
  138.  
  139. a:hover {
  140. color:{color:hover};
  141. -moz-transition-duration:0.6s;
  142. -webkit-transition-duration:0.6s;
  143. -o-transition-duration:0.6s;
  144. }
  145.  
  146. h1 {
  147. font-size:13px;    
  148. text-align:left;
  149. padding:5px;
  150. background-color:{color:accent};
  151. }
  152.  
  153. b, strong, .strong {
  154. color: {color:bold};
  155. }
  156.  
  157. i, em, .em {
  158. color: {color:italic};
  159. }
  160.  
  161. u{
  162. color:{color:underline};
  163. }
  164.  
  165. blockquote {
  166. border-left:2px solid {color:accent};
  167. padding:5px;
  168. }
  169.  
  170. #theme {
  171. width:780px;
  172. margin: 0 auto -12px auto;
  173. text-align: center;
  174. }
  175.  
  176. #header{
  177. width:100%;
  178. height:600px;
  179. top:0px;
  180. left:0px;
  181. z-index:1;
  182. position:absolute;
  183. background:{color:header bg};
  184. background-attachment:fixed;
  185. background-image:url('{image:header bg}');
  186. }
  187.  
  188. {block:PermalinkPage}
  189. #header{
  190. height:400px;
  191. }
  192. {/block:PermalinkPage}
  193.  
  194. #header img{
  195. width:500px;
  196. height:500px;
  197. margin-top:50px;
  198. margin-left:-450px;
  199. position:absolute;
  200. }
  201.  
  202. #sidebar {
  203. color:{color:text};
  204. margin-top:300px;
  205. margin-left:50%;
  206. width:500px;
  207. height:90px;
  208. z-index:1;
  209. position:absolute;
  210. }
  211.  
  212. {block:PermalinkPage}
  213. #sidebar{
  214. left:-290px;
  215. top:-90px;
  216. position:absolute;
  217. }  
  218. {/block:PermalinkPage}
  219.  
  220. #title{
  221. width:400px;  
  222. margin-top:-100px;
  223. margin-left:70px;
  224. font-size:60px;  
  225. font-family: 'Inconsolata', ;    
  226. color:{color:title};    
  227. text-align:center;
  228. }
  229.  
  230. .desc {
  231. width:345px;  
  232. line-height:200%;
  233. margin-left:100px;
  234. text-align:justify;
  235. color:{color:text};
  236. letter-spacing:1px;
  237. }
  238.  
  239. .links {
  240. width:360px;
  241. margin-top:20px;
  242. margin-left:83px;
  243. padding:10px;
  244. }
  245.  
  246. .links a{
  247. font-size:10px;
  248. padding:5px;
  249. color:{color:top link};
  250. letter-spacing:1px;
  251. text-align:center;
  252. -moz-transition-duration:1s;
  253. -webkit-transition-duration:1s;
  254. -o-transition-duration:1s;
  255. }
  256.  
  257. .links a:hover{
  258. color:{color:hover};
  259. -moz-transition-duration:1s;
  260. -webkit-transition-duration:1s;
  261. -o-transition-duration:1s;
  262. }
  263.  
  264. {block:IfNotInfiniteScroll}
  265. #pagi {
  266. width:100%;
  267. height:20px;
  268. background:{color:bg};
  269. top:0px;
  270. left:0px;
  271. font-size:12px;
  272. text-align:justify;
  273. z-index:1;
  274. position:fixed;
  275. }
  276.  
  277. #pagi a{
  278. margin-left:5px;    
  279. }
  280. {/block:IfNotInfiniteScroll}
  281.  
  282. #postcon {
  283. margin-left:18%;
  284. margin-top:130%;
  285. text-align:justify;
  286. }
  287.  
  288. {block:PermalinkPage}
  289. #postcon {
  290. margin-left:15%;
  291. margin-top:60%;
  292. }
  293. {/block:PermalinkPage}
  294.  
  295. #post {
  296. width:500px;
  297. background:{color:post bg};
  298. border:1px solid {color:border};
  299. padding:10px;
  300. margin-top:155px;
  301. text-align:justify;
  302. line-height:200%;
  303. color:{color:text};
  304. }
  305.  
  306. {block:IfGrayscale}
  307. img{
  308. filter:gray;
  309. -webkit-filter: grayscale(100%);
  310. -webkit-transition: all 0.5S ease-in-out;
  311. -moz-transition: all 0.5S ease-in-out;
  312. -o-transition: all 0.5S ease-in-out;
  313. -ms-transition: all 0.5S ease-in-out;
  314. transition: all 0.5S ease-in-out;    
  315. }
  316.  
  317. img:hover{
  318. filter:none;
  319. -webkit-filter: grayscale(0%);
  320. -webkit-transition: all 0.5S ease-in-out;
  321. -moz-transition: all 0.5S ease-in-out;
  322. -o-transition: all 0.5S ease-in-out;
  323. -ms-transition: all 0.5S ease-in-out;
  324. transition: all 0.5S ease-in-out;
  325. }
  326.  
  327. .photo{
  328. filter: URL("data:img/svg+xml;utf8,<svg xmnls='http://www.w3.org/2000/svg'><filter id='grayscale'><fecolormatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/> </filter></svg>#grayscale");
  329. filter: gray;
  330. -webkit-filter: grayscale(100%);
  331. -webkit-transition: all 0.5S ease-in-out;
  332. -moz-transition: all 0.5S ease-in-out;
  333. -o-transition: all 0.5S ease-in-out;
  334. -ms-transition: all 0.5S ease-in-out;
  335. transition: all 0.5S ease-in-out;
  336. }
  337.  
  338. .photo:hover{
  339. filter: none;
  340. -webkit-filter: grayscale(0%);
  341. -webkit-transition: all 0.7S ease-in-out;
  342. -moz-transition: all 0.7S ease-in-out;
  343. -o-transition: all 0.7S ease-in-out;
  344. }
  345. {/block:IfGrayscale}
  346.  
  347. {block:IfShowCaptions}
  348. #captions {
  349. margin-top: 10px;
  350. padding:5px;
  351. text-align:left;
  352. background: {color:Caption bg};
  353. border: 1px solid {color:Caption border};
  354. color:{color:Caption};
  355. }
  356. {/block:IfShowCaptions}
  357.  
  358. {block:IfNotShowCaptions}
  359. #captions{
  360. display:none;
  361. }
  362. {/block:IfNotShowCaptions}
  363.  
  364. {block:IfShowTags}
  365. #tags{
  366. word-spacing:2px;
  367. font-style:italic;
  368. margin-top:10px;
  369. }
  370.  
  371. #tags a{
  372. background:{color:tags bg};
  373. color:{color:tags};
  374. }
  375. {/block:IfShowTags}
  376.  
  377. {block:IfNotShowTags}  
  378. #tags{
  379. display:none;
  380. }
  381. {/block:IfNotShowTags}  
  382.  
  383. .player {
  384. width:460px;
  385. height:25px;
  386. margin-top:5px;
  387. background:#E4E4E4;
  388. padding:20px;
  389. overflow:hidden;
  390. }
  391.  
  392. .audioinfo {
  393. width:200px;    
  394. margin-top:5px;
  395. text-align:justify;
  396. padding:10px;
  397. }
  398.  
  399. #question {
  400. font-style:italic;
  401. }
  402.  
  403. .ask {
  404. padding:15px;
  405. width:470px;
  406. text-align:center;
  407. background-color:{color:accent};
  408. }
  409.  
  410. .ask img{
  411. border-radius:100%;    
  412. }
  413.  
  414. .answer{
  415. text-align:center;    
  416. }
  417.  
  418. ul.chat, .chat ol, .chat li {
  419. list-style:none;
  420. margin:0px;
  421. padding:2px;
  422. }
  423.  
  424. .label {
  425. text-decoration:bold;
  426. font-weight:700;
  427. margin-right:5px;
  428. }
  429.  
  430. #permainfo{
  431. padding:10px;
  432. text-transform: normal;
  433. letter-spacing: 1px;
  434. margin-top: 5px;
  435. }
  436.  
  437. #permainfo a {
  438. font-size:12px;    
  439. font-weight:bold;
  440. font-style:italic;
  441. text-align:justify;
  442. color: {color:post link};
  443. }
  444.  
  445. #permainfo a:hover {
  446. color: {color:hover};
  447. }
  448.  
  449. #exo {
  450. padding:10px;
  451. text-align:justify;
  452. line-height:15px;
  453. margin-top:10px;
  454. height:auto;
  455. background:#fafafa;
  456. padding:10px;
  457. }
  458.  
  459. .note li {
  460. list-style-type:none;
  461. padding:10px 25px 10px 25px;
  462. text-align:left;
  463. margin:0px;
  464. border-bottom:1px solid {color:border};
  465. -moz-transition-duration:0.5s;
  466. -webkit-transition-duration:0.5s;
  467. -o-transition-duration:0.5s;
  468. }
  469.  
  470. .notes img {
  471. display:none!important;
  472. }
  473.  
  474. #yass {
  475. position:fixed;
  476. left:10px;
  477. bottom:10px;
  478. text-transform:uppercase;
  479. font-size:15px;
  480. letter-spacing:1px;
  481. padding:5px;
  482. -webkit-transition: all 0.3s ease;
  483. -moz-transition: all 0.3s ease;
  484. -ms-transition: all 0.3s ease;
  485. -o-transition: all 0.3s ease;
  486. transition: all 0.3s ease;
  487. }
  488.  
  489. #yass a{
  490. color:{color:tags};    
  491. }
  492.  
  493. #s-m-t-tooltip {
  494. z-index: 9999;
  495. border:1px solid {color:border};
  496. background-color:{color:linktitle bg};
  497. font-size: 9px;
  498. line-height: 11px;
  499. letter-spacing: 1px;
  500. text-transform: normal;
  501. color: {color:linktitle text};
  502. max-width: 150px;
  503. word-wrap: break-word;
  504. padding: 2px 5px 2px 6px;
  505. display: block;
  506. margin: 24px 14px 7px 12px;
  507. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  508. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  509. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  510. }
  511.  
  512. ::selection {
  513. background:{color:selection bg};
  514. color:{color:selection text};
  515. }
  516.  
  517. #scrollToTop:link, #scrollToTop:visited {
  518. display:none;
  519. position:fixed;
  520. bottom: 10px;
  521. right:10px;
  522. }
  523.  
  524. {CustomCSS}
  525.  
  526. </style>
  527.  
  528. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  529.  
  530. <!----------------------------- Inf. Scroll -------------------------------->
  531. {block:IfInfiniteScroll}
  532. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  533. {/block:IfInfiniteScroll}
  534.  
  535. <!----------------------------- TOP BUTTON -------------------------------->
  536.  
  537. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  538.  
  539. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  540.  
  541. <a href="javascript:;" id="scrollToTop"><i style="color:{color:accent};"class="fa fa-chevron-up fa-3x" title="top"></i></a>
  542.  
  543. </head>
  544.  
  545. <body>
  546.  
  547. <div id="theme">
  548.  
  549. <div id="header">
  550.  
  551. {block:IndexPage}<img src="{image:header}">{/block:IndexPage}
  552.  
  553. <div id="sidebar">
  554.  
  555. <div id="title">{text:Title}</div>
  556.  
  557. <div class="desc">{Description}</div>
  558.  
  559. <div class="links">
  560. {block:IfLink1}
  561. <a href="{text:link1 url}">{text:link1}</a>
  562. {/block:IfLink1}
  563. {block:IfLink2}
  564. <a href="{text:link2 url}">{text:link2}</a>
  565. {/block:IfLink2}
  566. {block:IfLink3}
  567. <a href="{text:link3 url}">{text:link3}</a>
  568. {/block:IfLink3}
  569. {block:IfLink4}
  570. <a href="{text:link4 url}">{text:link4}</a>
  571. {/block:IfLink4}
  572. {block:IfLink5}
  573. <a href="{text:link5 url}">{text:link5}</a>
  574. {/block:IfLink5}
  575. {block:IfLink6}
  576. <a href="{text:link6 url}">{text:link6}</a>
  577. {/block:IfLink6}
  578. {block:IfLink7}
  579. <a href="{text:link7 url}">{text:link7}</a>
  580. {/block:IfLink7}
  581. </div>
  582.  
  583. </div>    
  584.  
  585. </div>
  586.  
  587. <div id="postcon">
  588.  
  589. {block:Posts}
  590.  
  591. <div class="autopagerize_page_element">
  592.  
  593. <div id="post">
  594.  
  595. {block:Text}
  596. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  597. {/block:Text}
  598.  
  599. {block:Quote}
  600. <h1>“{Quote}”</h1> <br>— {Source}
  601. {/block:Quote}
  602.  
  603. {block:Link}
  604. <a href="{URL}"><h1>{Name} →</h1></a>
  605. {block:Description}<p>{Description}</p>{/block:Description}
  606. {/block:Link}
  607.  
  608. {block:Photo}
  609. <div class="photo"><center><img src="{PhotoURL-500}"/></center></div>
  610. {block:IndexPage}
  611. {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
  612. {/block:IndexPage}
  613. {/block:Photo}
  614.  
  615. {block:Photoset}
  616. <div class="photo"><center>{Photoset-500}</center></div>
  617. {block:IndexPage}
  618. {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
  619. {/block:IndexPage}
  620. {/block:Photoset}
  621.  
  622. {block:Chat}
  623. <ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}
  624. {block:Lines}<li>{block:Label}<span class="label"><b>{Label}</b></span>
  625. {/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  626. {/block:Chat}
  627.  
  628. {block:Video}
  629. <div class="photo">{Video-500}</div>
  630. {block:IndexPage}{block:Caption}<div id="captions">{Caption}</div>
  631. {/block:Caption}{/block:IndexPage}
  632. {/block:Video}
  633.  
  634. {block:Audio}
  635. <div class="player">{AudioPlayerGrey}</div>
  636. <div class="audioinfo">
  637. <img src="http://38.media.tumblr.com/6af5d5c420629727df31cbb9e3b8329b/tumblr_inline_n2aj54kxoa1r7v6wt.png"> {block:TrackName}<b>Song</b>: {TrackName}{/block:TrackName}<br>
  638. <img src="http://38.media.tumblr.com/6af5d5c420629727df31cbb9e3b8329b/tumblr_inline_n2aj54kxoa1r7v6wt.png"> {block:Artist}<b>Artist</b>: {Artist}{/block:Artist}
  639. <br>
  640. <img src="http://38.media.tumblr.com/6af5d5c420629727df31cbb9e3b8329b/tumblr_inline_n2aj54kxoa1r7v6wt.png"> {block:PlayCount}<b>Plays</b>: {PlayCount}{/block:PlayCount}
  641. </div>
  642. {/block:Audio}
  643.  
  644. {block:Answer}
  645. <div class="ask">
  646. <img src="{AskerPortraitURL-64}"><br>{Asker} asked:
  647. <span id="question">{Question}</span></div>
  648. <div class="answer">{Answer}</div>
  649. {/block:Answer}
  650.  
  651.  
  652. {block:IndexPage}
  653. <div id="permainfo">
  654. <a href="{Permalink}">{12Hour}:{Minutes}{AMPM}</a>
  655. <a style="float:right;"href="{ReblogURL}" title=reblog?>[r]</a>
  656. </div>
  657.  
  658. {block:IfShowTags}
  659. <div id="tags">
  660. {block:HasTags}
  661. {block:Tags}
  662. <a href="{TagURL}">#{Tag}</a>
  663. {/block:Tags}
  664. {/block:HasTags}
  665. </div>
  666. {/block:IfShowTags}
  667. {/block:IndexPage}
  668.  
  669. {block:PermalinkPage}
  670. {block:Date}
  671. <div id="exo">
  672. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>
  673. <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
  674. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  675. {block:NoteCount}
  676. <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
  677. <b>Notes:</b> {NoteCount}<br>
  678. {/block:NoteCount}
  679. {block:RebloggedFrom}
  680. <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
  681. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  682. {/block:RebloggedFrom}
  683. {block:ContentSource}
  684. <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
  685. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  686. {/block:ContentSource}
  687. {block:HasTags}
  688. <img src="http://media.tumblr.com/7cc7781de07a84a436e8565c2631f74b/tumblr_inline_n2akcisrwK1r7v6wt.png">
  689. <b>Tagged:</b>
  690. {block:Tags}
  691. <a href="{TagURL}">#{Tag}</a>
  692. {/block:Tags}
  693. {/block:HasTags}
  694. </div>
  695. {/block:Date}
  696. {/block:PermalinkPage}
  697.  
  698. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  699.  
  700. {block:ContentSource}
  701. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  702. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  703. {/block:SourceLogo}
  704. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  705. {/block:ContentSource}
  706.  
  707. </div>
  708.  
  709. {/block:Posts}
  710.    
  711. </div>
  712.  
  713. {block:IfNotInfiniteScroll}
  714. {block:Pagination}
  715. <div id="pagi">
  716. {block:PreviousPage}
  717. <a href="{PreviousPage}">prev — </a>
  718. {/block:PreviousPage}
  719. {block:JumpPagination length="5"}
  720. {block:CurrentPage}
  721. <span class="current_page">{PageNumber}</span>
  722. {/block:CurrentPage}
  723. {block:JumpPage}
  724. <a class="jump_page" href="{URL}">{PageNumber}</a>
  725. {/block:JumpPage}
  726. {/block:JumpPagination}
  727. {block:NextPage}
  728. <a href="{NextPage}"> — forth</a>
  729. {/block:NextPage}
  730. </div>
  731. {/block:Pagination}
  732. {/block:IfNotInfiniteScroll}
  733.  
  734. <div id="yass">
  735. <a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a>
  736. </div>
  737.  
  738. </div>
  739. </div>
  740. </div>
  741. </div>
  742. </body>
  743. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement