Advertisement
theme_bean

Theme #4

Oct 27th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.21 KB | None | 0 0
  1. <!--
  2. theme by slutteen
  3. don't remove the credit ho
  4. -->
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Asap|Share' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Cherry+Swash' rel='stylesheet' type='text/css'>
  13.  
  14. <head>
  15.  
  16. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  19.  
  20. <meta name="color:Background" content="#acacac"/>
  21. <meta name="color:Text" content="#130C11"/>
  22. <meta name="color:Title" content="#130C11"/>
  23. <meta name="color:Hover" content="#130C11"/>
  24. <meta name="color:borderbar" content="#130C11"/>
  25. <meta name="color:Scrollbar" content="#130C11"/>
  26. <meta name="color:Link" content="#130C11"/>
  27. <meta name="image:Background" content="1"/>
  28. <meta name="image:sidebar" content="1"/>
  29. <meta name="image:borderbarpicture" content="http://1.bp.blogspot.com/-QC2dMgfPTqE/UCUcthUKjvI/AAAAAAAAC2k/KWz51-TPM4o/s1600/g0745fji-TieDye.JPG"/>
  30. <meta name="if:show photo" content="0"/>
  31. <meta name="if:tiny cursor" content="1"/>
  32. <meta name="if:tiny scrollbar" content="1"/>
  33. <meta name="text:link one" content="" />
  34. <meta name="text:link one title" content="five" />
  35. <meta name="text:link two" content="" />
  36. <meta name="text:link two title" content="custom" />
  37. <meta name="text:link three" content="" />
  38. <meta name="text:link three title" content="links" />
  39. <meta name="text:link four" content="" />
  40. <meta name="text:link four title" content="omg" />
  41. <meta name="text:link five" content="" />
  42. <meta name="text:link five title" content="wow" />
  43.  
  44. <meta name="if:shadow hover" content="0"/>
  45.  
  46. <script type="text/javascript"
  47. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48.  
  49. <style type="text/css">
  50.  
  51. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  52.  
  53. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background};}
  54.  
  55. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  56.  
  57. .wrapper{
  58. margin: 0px auto;
  59. width: 717px;
  60. }
  61.  
  62. #tumblr_controls{
  63. position:fixed !important;
  64. top: 3px;
  65. right: 3px;
  66. position:fixed !important;-webkit-filter: sepia(100%) ;
  67. }
  68.  
  69. body {
  70. padding: 0px;
  71. margin: 0px;
  72. color:{color:text};
  73. background-color: {color:Background};
  74. background-image:url({image:Background});
  75. background-attachment: fixed;
  76. background-size: cover;
  77. font-family: share;
  78. font-size: 10px;
  79. line-height:10px;
  80. color:{color:text};
  81. }
  82.  
  83. p {
  84. margin:0px;
  85. margin-top:0px;
  86. }
  87.  
  88. a:link, a:active, a:visited{
  89. color: {color:Link};
  90. text-decoration: none;
  91. -webkit-transition: color 0.5s ease-out;
  92. -moz-transition: color 0.5s ease-out;
  93. }
  94.  
  95. a:hover{
  96. color:{color:Hover};
  97. text-decoration: underline;
  98. {block:ifshadowhover}
  99. text-shadow: 0px 0px 3px #000;
  100. {/block:ifshadowhover}
  101. -webkit-transition: color 0.3s ease-out;
  102. -moz-transition: color 0.3s ease-out;
  103. }
  104.  
  105. .entry {
  106. margin:4px;
  107. padding-top: 2px;
  108. padding-left: 2px;
  109. padding-right: 2px;
  110. float:left;
  111. background-image:URL();
  112. background-color: white;
  113. font-family: cherry swash;
  114. font-size: 11px;
  115. border: 1px solid #cecaca;
  116. line-height:11px;
  117. {block:IndexPage}
  118. width:260px;
  119. {/block:IndexPage}
  120. {block:PermalinkPage}
  121. width:500px;
  122. {/block:PermalinkPage}
  123. -moz-box-shadow: 0px 0px {text:Shadow Thickness} {color:Shadow};
  124. -webkit-box-shadow: 0px 0px {text:Shadow Thickness} {color:Shadow};
  125. box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6)
  126. -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
  127. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
  128. box-shadow: 0 0 8px rgba(0,0,0,.2);
  129. }
  130.  
  131. .entry .permalink a{
  132. color: #fff;
  133. }
  134.  
  135. .entry .permalink{
  136. bottom:2px;
  137. position:absolute;
  138. width:250px;
  139. height:0px;
  140. padding-top:3px;
  141. padding-bottom:3px;
  142. padding-left:5px;
  143. padding-right:5px;
  144. background-color:black;
  145. color:white;
  146. overflow:hidden;
  147. font-family: lekton;
  148. text-transform: lowercase;
  149. font-size: 12px;
  150. line-height:17px;
  151. text-align:center;
  152. -webkit-transition: all 0.3s linear; opacity: 0;
  153. -webkit-transition: all 0.3s linear;
  154. -webkit-transition: all 0.3s linear;
  155. -moz-transition: all 0.3s linear;
  156. transition: all 0.3s linear;
  157. }
  158.  
  159. .entry:hover .permalink{
  160. bottom:2px;
  161. height:auto;
  162. margin-left:0px;
  163. overflow:hidden;
  164. -webkit-transition: all 0.3s linear; opacity: 0.6;
  165. -webkit-transition: all 0.3s linear;
  166. -moz-transition: all 0.3s linear;
  167. transition: all 0.3s linear;
  168. }
  169.  
  170. .entry:hover .permalink:hover{
  171. overflow:hidden;
  172. opacity: 1.0;
  173. -webkit-transition: all 0.4s linear; opacity: 1.0;
  174. -webkit-transition: all 0.4s linear;
  175. -moz-transition: all 0.4s linear;
  176. transition: all 0.4s linear;
  177. }
  178.  
  179. #pagination{
  180. display:none;
  181. }
  182.  
  183. .clear {
  184. clear: both;
  185. }
  186.  
  187. #posts {
  188. position:relative;
  189. margin-top: 0px;
  190. {block:IndexPage}
  191. width:560px;
  192. margin-left: 170px;
  193. margin-top: 0px;
  194. {/block:IndexPage}
  195. {block:PermalinkPage}
  196. width: 500px;
  197. margin-left: 200px;
  198. margin-top: 0px;
  199. {/block:PermalinkPage}
  200. -webkit-animation: bounceIn 2s;
  201. -moz-animation: bounceIn 2s;
  202. -ms-animation: bounceIn 2s;
  203. }
  204.  
  205.  
  206.  
  207. ol.notes img {
  208. width: 16px;
  209. display: inline;
  210. position: relative;
  211. top: 3px;
  212. }
  213.  
  214. #sidebar{
  215. position:fixed;
  216. height: auto;
  217. margin-left: 560px;
  218. width: 240px;
  219. top:100px;
  220. text-align: right;
  221. padding-top: 3px;
  222. padding-left: 3px;
  223. padding-right: 3px;
  224. margin-top: 0px;
  225. background-color: white;
  226. font-size: 12px;
  227. line-height:13px;
  228. letter-spacing: 0px;
  229. font-family: share;
  230. color: {color:text};
  231. border: 1px solid #ccc;
  232. -moz-box-shadow: 0 0 20px #ccc;
  233. -webkit-box-shadow: 0 0 20px #ccc;
  234. box-shadow: 0 0 20px #ccc;
  235. -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
  236. -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
  237. box-shadow: 0 0 8px rgba(0,0,0,.2);
  238. -webkit-animation: flip 2s;
  239. -moz-animation: flip 2s;
  240. -ms-animation: flip 2s;
  241. }
  242.  
  243. .hover {width:240px;
  244. background-color:white;
  245. text-align:center;
  246. padding-top:0px;
  247. -webkit-transition-duration: .7s;
  248. }
  249.  
  250. .hover:hover {background-color:white;opacity:10;-webkit-transition-duration: .7s;}
  251. .hover:hover .linkybink {background-color:white; opacity:10;-webkit-transition-duration: .7s;}
  252.  
  253. .linkybink {width:240px;
  254. height:20px;
  255. position:absolute;
  256. padding:2px;
  257. padding-top:3px;
  258. opacity:0;
  259. -webkit-transition-duration: .7s;
  260. z-index:9999999;
  261. bottom:2px;
  262. left:0px;
  263. background-color:white;
  264. }
  265.  
  266. .linkss {
  267. position:relative;
  268. display:block;
  269. text-align: center;
  270. height: auto;
  271. display:inline-block;
  272. text-align:center;
  273. font-family:littlefont;
  274. text-transform:uppercase;
  275. font-size:8px;
  276. opacity:1;
  277. background-color:white;
  278. -webkit-transition-duration: .4s;
  279. }
  280.  
  281. .linkss:hover {
  282. -webkit-transition-duration: .6s;
  283. }
  284.  
  285.  
  286. #postnotes{
  287. text-align: justify;}
  288.  
  289. #postnotes blockquote{
  290. border: 0px;}
  291.  
  292. #infscr-loading{
  293. bottom: -70px;
  294. position: absolute;
  295. left: 50%;
  296. margin-left:-8px;
  297. width:16px;
  298. height:11px;
  299. overflow:hidden;
  300. margin-bottom: 50px;
  301. }
  302.  
  303. .title{
  304. font-family: cambria;
  305. font-size: 12px;
  306. line-height:{text:title line height}px;
  307. color: {color:Title};
  308. font-weight: normal;
  309. padding:0px 0px 0px 0px;
  310. }
  311.  
  312. .blog{
  313. font-family: 'Megrim';
  314. font-size: 35px;
  315. line-height:20px;
  316. color: {color:Title};
  317. border-bottom: 0px solid white;
  318. -webkit-transition: all 0.3s linear;
  319. -webkit-transition: all 0.3s linear;
  320. -moz-transition: all 0.3s linear;
  321. transition: all 0.3s linear;
  322. }
  323.  
  324. .blog:hover{
  325. border-bottom: 0px solid {color:border};
  326. -webkit-transition: all 0.3s linear;
  327. -webkit-transition: all 0.3s linear;
  328. -moz-transition: all 0.3s linear;
  329. transition: all 0.3s linear;
  330. }
  331.  
  332.  
  333.  
  334. #rst{
  335. position:fixed !important;
  336. right:3px;
  337. top:26px;
  338. font-size: 10px;
  339. line-height:12px;
  340. vertical-align: middle;
  341. overflow: hidden;
  342. padding:3px;
  343. -webkit-border-radius:2px;
  344. moz-border-radius:2px;
  345. -o-border-radius:2px;
  346. border-radius:2px;
  347. z-index: 100;}
  348.  
  349. #rst a{
  350. color: #fff;}
  351.  
  352. .yo a{
  353. color: #fff;}
  354.  
  355. .yo{
  356. color: #fff;
  357. font-size: 12px;
  358. display: inline-block;}
  359.  
  360. -webkit-transition: opacity 0.2s linear;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
  361.  
  362. a img{border: 0px;}
  363.  
  364. blockquote{
  365. padding:2px 2px 2px 5px;
  366. margin:4px 4px 4px 7px;
  367. border-left: 4px solid #dddddd;
  368. }
  369.  
  370. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  371.  
  372. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  373. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  374.  
  375. .notes img{width:10px; position:relative; top:3px;}
  376. <--ses-->
  377. small{font-size: 90%;}
  378.  
  379.  
  380. .caption img {
  381. max-width: 100%;
  382. }
  383.  
  384. #sidebar2{
  385. width:30px;
  386. margin-left: 140px;
  387. z-index:1;
  388. position:fixed !important;
  389. bottom:0px;
  390. height:100%;
  391. background-color: {color:borderbar};
  392. opacity: 1.0;
  393. background-image:url({image:borderbarpicture});
  394.  
  395. }
  396.  
  397. #sidebar3{
  398. width:30px;
  399. margin-left: 720px;
  400. z-index:1;
  401. position:fixed !important;
  402. bottom:0px;
  403. height:100%;
  404. background-color: {color:borderbar};
  405. opacity: 1.0;
  406. background-image:url({image:borderbarpicture});
  407. }
  408.  
  409. {CustomCSS}
  410. </style>
  411.  
  412. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  413. <script type="text/javascript">
  414. $(function(){
  415. $("#pageLink").click(function(){
  416. $("#titlePages").fadeToggle(500);
  417. });
  418. });
  419. </script>
  420.  
  421. {block:IndexPage}
  422. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  423. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  424. <script type="text/javascript">
  425. $(window).load(function () {
  426. var $content = $('#posts');
  427. $content.masonry({
  428. itemSelector: '.entry',
  429. isAnimated: true
  430. }),
  431. $content.infinitescroll({
  432. navSelector : '#pagination',
  433. nextSelector : '#pagination a#nextPage',
  434. itemSelector : '.entry',
  435. loading: {
  436. finishedMsg: '',
  437. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  438. },
  439. bufferPx : 200,
  440. debug : false,
  441. },
  442. // call masonry as a callback.
  443. function( newElements ) {
  444. var $newElems = $( newElements );
  445. $newElems.hide();
  446. // ensure that images load before adding to masonry layout
  447. $newElems.imagesLoaded(function(){
  448. $content.masonry( 'appended',
  449. $newElems, true,
  450. function(){$newElems.fadeIn(300);}
  451. );
  452.  
  453.  
  454. });
  455. });
  456. });
  457. </script>
  458. {/block:IndexPage}
  459.  
  460. <title>{title}</title>
  461.  
  462. <link rel="shortcut icon" href="{Favicon}">
  463. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  464. <meta name="viewport" content="width=820" />
  465.  
  466. </style>
  467.  
  468. </head>
  469. <body>
  470. <div class="wrapper">
  471. <div style="position:fixed;right:0px;top:28px;">
  472. </span>
  473. </div>
  474.  
  475. <div id="sidebar"><center>
  476. {block:ifshowphoto}<p><a href="/"><img src="{image:sidebar}" width=240px;></a>{/block:ifshowphoto}<p>
  477. {description}<br><br>
  478. <div class="hover"> ♡hover♡
  479.  
  480. <div class="linkybink"><center>
  481.  
  482. <div style="overflow:auto; width: 240px; height: auto; background-color: white; text-align: center; color:#000; padding:1px; margin-left:-2px;">
  483.  
  484. <div class="linkss"><a href="/"><font color="{color: link}">home</font></a></div> / <div class="linkss"><a href="/ask"><font color="{color: link}">ask</font></a></div> / <div class="linkss">{block:ifLinkOneTitle}
  485. <a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}</div> / <div class="linkss">{block:ifLinkTwoTitle}
  486. <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}</div> / <div class="linkss">{block:ifLinkThreeTitle}
  487. <a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}</div> / <div class="linkss">{block:ifLinkFourTitle}
  488. <a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}</div> / <div class="linkss">{block:ifLinkFiveTitle}
  489. <a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle}</div>
  490.  
  491. </center>
  492. </div>
  493. </div>
  494. </div>
  495. </div>
  496.  
  497.  
  498. </div>
  499. </div>
  500.  
  501. <div id="sidebar2">
  502. <img src="{image:borderbar}" height=1000px;>
  503. </div>
  504.  
  505. <div id="sidebar3">
  506. <img src="{image:borderbar}" height=1000px;>
  507. </div>
  508.  
  509. <div id="posts">
  510.  
  511. {block:Posts}
  512. <div class="entry">
  513.  
  514.  
  515. {block:Text}
  516. {block:Title}<span class="title">{Title}</span>{/block:Title}
  517. <div class="caption"><span class="entrytext">{Body}</span></div>
  518. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  519. {/block:Text}
  520.  
  521. {block:Link}
  522. <a href="{URL}" class="title">{Name}</a>
  523. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  524. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  525. {block:Link}
  526.  
  527.  
  528. {block:Photo}
  529. {block:IndexPage}{LinkOpenTag}<div class="photo"><div class="permalink">
  530. <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{Permalink}">{Notecount}</a></span></div><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="260"/></a></div>{LinkCloseTag}{/block:IndexPage}
  531. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  532. {/block:Photo}
  533.  
  534.  
  535. {block:Photoset}
  536. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  537. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  538. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  539. {/block:Photoset}
  540.  
  541. {block:Quote}
  542. {Quote}</span>
  543. {block:Source}{Source}{/block:Source}
  544. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  545. {/block:Quote}
  546.  
  547. {block:Chat}
  548. {block:Title}<span class="title">{Title}</span>{/block:Title}
  549. <ul class="chat">
  550. {block:Lines}
  551. <li class="user_{UserNumber}">
  552. {block:Label}
  553. <span class="label">{Label}</span>
  554. {/block:Label}
  555.  
  556. {Line}
  557. </li>
  558. {/block:Lines}
  559. </ul>
  560. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  561. {/block:Chat}
  562.  
  563. {block:Audio}
  564. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  565. {block:IndexPage}
  566. <div class="caption">
  567. {caption}</div>{/block:IndexPage}
  568. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  569. {/block:Audio}
  570.  
  571. {block:Video}
  572. <center>
  573. {block:IndexPage}
  574. {Video-250}
  575. {/block:IndexPage}
  576. </center>
  577. {block:PermalinkPage}
  578. <center>{Video-500}</center>
  579. {/block:PermalinkPage}
  580. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  581. {block:Video}
  582.  
  583. {block:Answer}
  584. <strong>tumblr user {asker} has spoken: {question}</strong>
  585. <div class="caption">
  586. {Answer}</div>
  587. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:10px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
  588. {/block:Answer}
  589.  
  590. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  591.  
  592. {block:PermalinkPage}
  593. <center>
  594. {block:Caption}{Caption}{/block:Caption}
  595. {block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}<br>{/block:NoteCount}
  596. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  597. {block:HasTags}<b>tags »</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> <br>{/block:Tags}{/block:hasTags}
  598. </center>
  599. {block:NoteCount} <div style="border-bottom: 2px solid #999; text-align: center; margin: 10px;"></div>{/block:NoteCount}
  600. {/block:PermalinkPage}
  601.  
  602. {block:PostNotes}{PostNotes}
  603. {/block:PostNotes}
  604. </div>
  605.  
  606.  
  607. {/block:Posts}
  608. </div>
  609. </div>
  610. {block:IndexPage}<br>
  611. {block:Pagination}
  612. <div id="pagination">
  613. {block:NextPage}
  614. <a id="nextPage" href="{NextPage}">next</a>
  615. {/block:NextPage}
  616. {block:PreviousPage}
  617. <a href="{PreviousPage}">back</a>
  618. {/block:PreviousPage}
  619. </div>
  620. {/block:Pagination}
  621. {/block:IndexPage}
  622. </div>
  623. </body>
  624. <div style="position:fixed;right:3px;bottom:5px;font-size:13;color:black;"><a href="http://slutteen.tumblr.com">✿</a></div>
  625. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement