Advertisement
angiebae

pastebin34

May 30th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.74 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. <!--- Theme #50 by Heidi @ladmilk - Inspired by Selkas ---->
  5.  
  6. <head>
  7.  
  8. <title>{Title}</title>
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12. <link rel="shortcut icon" href="{FavIcon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15.  
  16. <meta name="image:Background" content="" />
  17. <meta name="image:Sidebar" content="" />
  18.  
  19. <meta name="color:Background" content="#ffffff" />
  20. <meta name="color:Posts" content="#ffffff" />
  21. <meta name="color:Text" content="#888888" />
  22. <meta name="color:Links" content="#cccccc" />
  23. <meta name="color:Links Hover" content="#ffffff" />
  24. <meta name="color:Blockquote" content="#cccccc" />
  25. <meta name="color:Posttitle" content="#999999" />
  26. <meta name="color:Bold" content="#666666" />
  27. <meta name="color:Italic" content="#bbbbbb"/>
  28. <meta name="color:Border" content="#dddddd" />
  29. <meta name="color:Permalink" content="#cccccc" />
  30. <meta name="color:PermaText" content="#aaaaaa" />
  31. <meta name="color:NoteText" content="#aaaaaa" />
  32. <meta name="color:NoteBackground" content="#f6f6f6" />
  33. <meta name="color:SidebarLink" content="#aaaaaa" />
  34. <meta name="color:SidebarText" content="#cccccc" />
  35. <meta name="color:Scroll" content="#ffffff" />
  36. <meta name="color:Scrollbar" content="#ffffff" />
  37. <meta name="color:Scrollbarborder" content="#bbbbbb" />
  38.  
  39. <meta name="if:250px" content="1" />
  40. <meta name="if:400px" content="0" />
  41. <meta name="if:500px" content="0" />
  42. <meta name="if:ShowCaptions" content="0" />
  43. <meta name="if:ShowDescription" content="1" />
  44. <meta name="if:WhiteTumblrControls" content="1" />
  45. <meta name="if:Infinitescroll" content="1" />
  46.  
  47. <meta name="text:HiddenSidebar Height" content="80px" />
  48. <meta name="text:PostPadding" content="0px" />
  49. <meta name="text:Link1" content="" />
  50. <meta name="text:Title1" content="" />
  51. <meta name="text:Link2" content="" />
  52. <meta name="text:Title2" content="" />
  53. <meta name="text:Link3" content="" />
  54. <meta name="text:Title3" content="" />
  55. <meta name="text:Link4" content="" />
  56. <meta name="text:Title4" content="" />
  57.  
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. /* Tumblr Controls */
  64.  
  65. iframe#tumblr_controls {
  66. top:0%!important;
  67. right:0%!important;
  68. position:fixed!important;
  69. z-index:999999999!important;
  70. {block:ifWhiteTumblrControls}
  71. opacity:0.3;
  72. -webkit-filter:invert(100%);
  73. -moz-filter:invert(100%);
  74. -o-filter:invert(100%);
  75. -ms-filter:invert(100%);
  76. filter:invert(100%);
  77. {/block:ifWhiteTumblrControls}
  78. }
  79.  
  80.  
  81. /* Scroll */
  82.  
  83. ::-webkit-scrollbar { width:5px; height:5px;}
  84. ::-webkit-scrollbar-track-piece { background-color:{color:Scroll}; }
  85. ::-webkit-scrollbar-thumb {
  86. background-color:{color:Scrollbar};
  87. border:1px solid {color:Scrollbarborder};
  88. -webkit-border-radius: 10%;
  89. -moz-border-radius: 10%;
  90. border-radius: 10%;}
  91.  
  92.  
  93. /* Tooltips */
  94.  
  95. #s-m-t-tooltip{
  96. max-width:210px;
  97. margin-top:25px;
  98. margin-left:15px;
  99. padding:5px 8px;
  100. z-index:999999;
  101. background:#fff;
  102. border:1px solid {color:Border};
  103. color:#848484;
  104. font-family:consolas;
  105. font-size:8px;
  106. line-height:8px;
  107. letter-spacing:1px;
  108. text-transform:uppercase;
  109. }
  110.  
  111.  
  112. /*Body*/
  113.  
  114. body {
  115. margin:0;
  116. padding:0;
  117. border:0;
  118. background:url('{image:Background}');
  119. background-attachment:fixed;
  120. background-repeat:repeat;
  121. background-color:{color:Background};
  122. color:{color:Text};
  123. font-family:arial;
  124. font-size:9px;
  125. line-height:12px;
  126. word-wrap:break-word;
  127. }
  128.  
  129. pre {
  130. width:95%;
  131. margin-left:auto;
  132. margin-right:auto;
  133. padding:4px;
  134. background:#f4f4f4;
  135. white-space:pre-wrap;
  136. word-wrap:break-word;
  137. }
  138.  
  139. blockquote {
  140. width:88%;
  141. margin-left:auto;
  142. margin-right:auto;
  143. padding-left:10px;
  144. padding-right:10px;
  145. padding-top:1px;
  146. padding-bottom:1px;
  147. border-left:1px solid {color:Blockquote};
  148. }
  149.  
  150. blockquote img {
  151. max-width:300px;
  152. }
  153.  
  154. ul, ol {
  155. margin-left:-15px;
  156. }
  157.  
  158.  
  159. /* Typo */
  160.  
  161. p { margin:3px 0px; }
  162.  
  163. a {
  164. color:{color:Links};
  165. text-decoration:none;
  166. transition-duration: 0.6s;
  167. -moz-transition-duration: 0.6s;
  168. -webkit-transition-duration: 0.6s;
  169. -o-transition-duration: 0.6s;
  170. }
  171.  
  172. a:hover{ color:{color:Links Hover}; }
  173.  
  174. b, strong {
  175. color:{color:Bold};
  176. font-weight:bold;
  177. }
  178.  
  179. i, em {
  180. color:{color:Italic};
  181. font-style:italic;
  182. }
  183.  
  184. h2 { color:{color:PostTitle}; margin:0 0 10px 0;
  185. font-family:arial;
  186. font-size:14px;
  187. font-weight:bold;
  188. line-height:140%;
  189. }
  190.  
  191. html, body, a { cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }
  192. a:hover{ cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important; }
  193.  
  194. /* Center Wrapper */
  195.  
  196. #wrapper {
  197. {block:if250px}
  198. width:250px;
  199. {/block:if250px}
  200. {block:if400px}
  201. width:400px;
  202. {/block:if400px}
  203. {block:if500px}
  204. width:500px;
  205. {/block:if500px}
  206. height:auto;
  207. margin-left:auto;
  208. margin-right:auto;
  209. margin-top:80px;
  210. margin-bottom:80px;
  211. padding:0;
  212. border:0;
  213. }
  214.  
  215.  
  216. /* Posts */
  217.  
  218. .post_outer {
  219. {block:if250px}
  220. width:250px;
  221. {/block:if250px}
  222. {block:if400px}
  223. width:400px;
  224. {/block:if400px}
  225. {block:if500px}
  226. width:500px;
  227. {/block:if500px}
  228. margin-bottom:70px;
  229. background:transparent;
  230. border-top:1px solid {color:Border};
  231. position:relative;
  232. }
  233.  
  234. .posts {
  235. {block:if250px}
  236. width:250px;
  237. {/block:if250px}
  238. {block:if400px}
  239. width:400px;
  240. {/block:if400px}
  241. {block:if500px}
  242. width:500px;
  243. {/block:if500px}
  244. height:auto;
  245. margin:15px 0px 10px 0px;
  246. position:relative;
  247. background:{color:Posts};
  248. color:{color:Text};
  249. font-family:arial;
  250. font-size:9px;
  251. line-height:12px;
  252. text-align:left;
  253. }
  254.  
  255. .post_inner { padding:{text:Postpadding};}
  256.  
  257. .posts img { max-width:100%; }
  258. #photo img { max-width:100%; display:block; }
  259.  
  260. #pset, #vid { margin-bottom:-3px; }
  261.  
  262. #tumblr_lightbox {
  263. background-color:rgba(255,255,255,1)!important;
  264. opacity:1;
  265. }
  266. #tumblr_lightbox img { opacity:0; }
  267. #tumblr_lightbox_caption {
  268. padding-left:17px;
  269. background:none!important;
  270. color:#aaa!important;
  271. font-family:arial!important;
  272. font-size:10.5px!important;
  273. font-weight:normal!important;
  274. text-transform:normal!important;
  275. text-shadow:none!important;
  276. }
  277. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  278. padding:0px!important;
  279. opacity:1!important;
  280. -moz-box-shadow:none!important;
  281. -webkit-box-shadow:none!important;
  282. box-shadow:none!important;
  283. -moz-border-radius:0px!important;
  284. -webkit-border-radius:0px!important;
  285. border-radius:0px!important;
  286. }
  287.  
  288. .quote {
  289. font-family:consolas;
  290. font-size:12px;
  291. line-height:140%;
  292. }
  293.  
  294.  
  295. /* Perma - Indexpage */
  296.  
  297. .perma {
  298. text-align:right;
  299. color:{color:Border};
  300. }
  301.  
  302. .perma a {
  303. color:{color:Permalink};
  304. font-family:consolas;
  305. font-size:9px;
  306. text-transform:uppercase;
  307. }
  308.  
  309. .perma a:hover {
  310. padding-right:5px;
  311. font-style:italic;
  312. color:#fea3c4;
  313. }
  314.  
  315. .tags{
  316. text-align:right;
  317. margin-top:5px;
  318. font-family:arial;
  319. font-size:9px;
  320. text-transform:none;
  321. }
  322.  
  323.  
  324. /* Perma - Permalinkpage */
  325.  
  326. .perma2 {
  327. color:{color:PermaText};
  328. font-family:arial;
  329. font-size:9px;
  330. text-transform:none;
  331. line-height:14px;
  332. padding-bottom:15px;
  333. border-bottom:1px solid {color:Border};
  334. }
  335.  
  336. ol.notes {
  337. height:204px;
  338. overflow:auto;
  339. padding:0px;
  340. margin:15px 0px;
  341. list-style-type:none;
  342. text-align:left;
  343. }
  344.  
  345. li.note {
  346. {block:if250px}
  347. width:224px;
  348. {/block:if250px}
  349. {block:if400px}
  350. width:374px;
  351. {/block:if400px}
  352. {block:if500px}
  353. width:474px;
  354. {/block:if500px}
  355. padding:5px 8px;
  356. margin:0px 5px 4px 0px;
  357. background:{color:NoteBackground};
  358. color:{color:NoteText};
  359. font-family:calibri, arial, sans-serif;
  360. font-size:8px;
  361. text-transform:uppercase;
  362. line-height:10px;
  363. letter-spacing:1px;
  364. }
  365.  
  366. li.note a { color:{color:NoteText}; }
  367.  
  368. img.avatar { display:none; }
  369.  
  370.  
  371. /* Ask */
  372.  
  373. .question {
  374. padding:10px 0px;
  375. border-bottom:1px dotted {color:Border};
  376. margin-bottom:10px;
  377. color:{color:AskText};
  378. }
  379.  
  380. .q {
  381. width:20px;
  382. height:20px;
  383. position:relative;
  384. background:#e9e9e9;
  385. color:#aaa;
  386. font-size:12px;
  387. font-weight:bold;
  388. text-align:center;
  389. line-height:20px;
  390. -webkit-border-radius: 10%;
  391. -moz-border-radius: 10%;
  392. border-radius: 10%;
  393. }
  394.  
  395. .askr a { color:#aaa }
  396.  
  397. .askr {
  398. margin-top:-20px;
  399. margin-left:26px;
  400. position:absolute;
  401. color:#aaa;
  402. font-family:arial;
  403. font-size:9px;
  404. text-transform:none;
  405. line-height:10px;
  406. }
  407.  
  408.  
  409. /* Chat */
  410.  
  411. #chat {
  412. font-size:9px;
  413. font-family:arial;
  414. text-transform:none;
  415. }
  416.  
  417.  
  418. /* Audio */
  419.  
  420. .audi {
  421. padding:15px 20px;
  422. overflow:hidden;
  423. background:#e4e4e4;
  424. }
  425.  
  426. .audi_info {
  427. padding-top:5px;
  428. color:#aaa;
  429. font-size:9px;
  430. font-family:arial;
  431. text-transform:none;
  432. line-height:14px;
  433. }
  434.  
  435. .kasse {
  436. height:8px;
  437. width:8px;
  438. margin-top:2px;
  439. margin-bottom:2px;
  440. margin-right:5px;
  441. font-family:arial;
  442. font-size:9px;
  443. text-transform:none;
  444. letter-spacing:0px;
  445. float:left;
  446. border:1px solid {color:Border};
  447. -webkit-border-radius: 10%;
  448. -moz-border-radius: 10%;
  449. border-radius: 10%;
  450. }
  451.  
  452.  
  453. /* Sidebar */
  454.  
  455. .side {
  456. width:120px;
  457. height:auto;
  458. margin-top:1px;
  459. margin-left:-210px;
  460. position:fixed;
  461. color:{color:Border};
  462. font-family:arial;
  463. }
  464.  
  465. .side a{
  466. padding:4px 0px;
  467. display:block;
  468. color:{color:SidebarLink};
  469. font-family:calibri, arial, sans-serif;
  470. font-size:8px;
  471. text-transform:uppercase;
  472. letter-spacing:1px;
  473. }
  474.  
  475. .side a:hover {
  476. padding-left:5px;
  477. font-style:italic;
  478. color:#fea3c4;
  479. }
  480.  
  481.  
  482. .hidden {
  483. height:0px;
  484. overflow:hidden;
  485. -webkit-transition: all 1s ease-out;
  486. -moz-transition: all 1s ease-out;
  487. -o-transition: all 1s ease-out;
  488. }
  489.  
  490. .side:hover .hidden { height:{text:HiddenSidebar Height}; }
  491.  
  492. .side img {
  493. width:60px;
  494. -webkit-border-radius: 10%;
  495. -moz-border-radius: 10%;
  496. border-radius: 10%;
  497. }
  498.  
  499. .desc {
  500. padding-top:7px;
  501. color:{color:SidebarText};
  502. font-size:9px;
  503. }
  504.  
  505.  
  506. /* Pagination */
  507.  
  508. .pagination { text-align:center; }
  509. .pg { color:#aaa; margin-bottom:8px; font-size:9px; letter-spacing:1px; }
  510. .pagination a {
  511. padding:3px 8px;
  512. margin:0px 5px;
  513. display:inline-block;
  514. background:#fff;
  515. border:1px solid {color:Border};
  516. -webkit-border-radius: 10%;
  517. -moz-border-radius: 10%;
  518. border-radius: 10%;
  519. color:#aaa;
  520. font-family:calibri;
  521. font-size:8.5px;
  522. line-height:8px;
  523. letter-spacing:1px;
  524. text-transform:uppercase;
  525. text-align:center;
  526. }
  527.  
  528. </style>
  529.  
  530. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  531. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  532. <script>
  533. (function($){
  534. $(document).ready(function(){
  535. $("[title],a[title],img[title]").style_my_tooltips({
  536. tip_follows_cursor:true,
  537. tip_delay_time:30,
  538. tip_fade_speed:300,
  539. attribute:"title"
  540. });
  541. });
  542. })(jQuery);
  543. </script>
  544.  
  545. {block:ifInfinitescroll}
  546. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  547. {/block:ifInfinitescroll}
  548.  
  549.  
  550. </head>
  551. <body>
  552.  
  553.  
  554. <div id="wrapper">
  555.  
  556. <div class="side">
  557. {block:ifSidebarImage}<img src="{image:Sidebar}" />{/block:ifSidebarImage}
  558. {block:ifShowDescription}
  559. <div class="desc">
  560. « give me a second, i, i need to tidy up my life »
  561. </div>
  562. —————
  563. {/block:ifShowDescription}
  564. <a href="/">refresh↻</a>
  565. <a href="/ask">inbox</a>
  566. <a href="/fa.q">faq</a>
  567. <a href="/tags">tags</a>
  568. —————
  569. <div class="hidden">
  570. {block:ifLink1}<a href="{text:Link1}">{text:Title1}</a>{/block:ifLink1}
  571. {block:ifLink2}<a href="{text:Link2}">{text:Title2}</a>{/block:ifLink2}
  572. {block:ifLink3}<a href="{text:Link3}">{text:Title3}</a>{/block:ifLink3}
  573. {block:ifLink4}<a href="{text:Link4}">{text:Title4}</a>{/block:ifLink4}
  574. </div>
  575. </div>
  576.  
  577.  
  578.  
  579.  
  580. <div class="autopagerize_page_element" >
  581. {block:Posts}
  582. <div class="post_outer">
  583. <div class="posts">
  584.  
  585.  
  586. {block:ContentSource}
  587. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  588. {/block:SourceLogo}
  589. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  590. {/block:ContentSource}
  591.  
  592.  
  593. {block:Photo}
  594. {block:IndexPage}
  595. <div id="photos">
  596. <center>{LinkOpenTag}
  597. <img src="{PhotoURL-500}" alt='{PhotoAlt}' />
  598. {LinkCloseTag}</center>
  599. </div>
  600. {/block:IndexPage}
  601. {block:PermalinkPage}
  602. <div id="photos">
  603. <center>{LinkOpenTag}
  604. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
  605. {LinkCloseTag}</center>
  606. </div>
  607. {/block:PermalinkPage}
  608. {block:ifShowCaptions}
  609. {block:Indexpage}
  610. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  611. {/block:Indexpage}
  612. {/block:ifShowCaptions}
  613. {block:PermalinkPage}
  614. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  615. {/block:PermalinkPage}
  616. {/block:Photo}
  617.  
  618.  
  619. {block:Photoset}
  620. <div id="pset">
  621. {Photoset}
  622. </div>
  623. {block:ifShowCaptions}
  624. {block:Indexpage}
  625. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  626. {/block:Indexpage}
  627. {/block:ifShowCaptions}
  628. {block:PermalinkPage}
  629. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  630. {/block:PermalinkPage}
  631. {/block:Photoset}
  632.  
  633. {block:Video}
  634. <div id="vid">
  635. {block:if250px}
  636. <center>{Video-250}</center>
  637. {/block:if250px}
  638. {block:if400px}
  639. <center>{Video-400}</center>
  640. {/block:if400px}
  641. {block:if500px}
  642. <center>{Video-500}</center>
  643. {/block:if500px}
  644. </div>
  645. {block:ifShowCaptions}
  646. {block:Indexpage}
  647. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  648. {/block:Indexpage}
  649. {/block:ifShowCaptions}
  650. {block:PermalinkPage}
  651. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  652. {/block:PermalinkPage}
  653. {/block:Video}
  654.  
  655.  
  656. {block:Audio}
  657. <div class="audi">{AudioPlayerGrey} </div>
  658. <div class="post_inner">
  659. <div class="audi_info">
  660. {block:TrackName}
  661. <div><div class="kasse"></div> <b>Track:</b> {TrackName}</div>
  662. {/block:TrackName}
  663. {block:Artist}
  664. <div><div class="kasse"></div><b>Artist:</b> {Artist}</div>
  665. {/block:Artist}
  666. {block:Album}
  667. <div><div class="kasse"></div><b>Album:</b> {Album}</div>
  668. {/block:Album}
  669. <div><div class="kasse"></div><b>Plays:</b> {PlayCount}</div>
  670. </div>
  671. </div>
  672. {block:ifShowCaptions}
  673. {block:Indexpage}
  674. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  675. {/block:Indexpage}
  676. {/block:ifShowCaptions}
  677. {block:PermalinkPage}
  678. {block:Caption}<div class="post_inner">{Caption}</div>{/block:Caption}
  679. {/block:PermalinkPage}
  680. {/block:Audio}
  681.  
  682.  
  683. {block:Text}
  684. <div class="post_inner">
  685. {block:Title}<h2>{Title}</h2>{/block:Title}
  686. {Body}
  687. </div>
  688. {/block:Text}
  689.  
  690.  
  691. {block:Link}
  692. <div class="post_inner">
  693. <h2><a href="{URL}" {Target}>{Name}</a></h2>
  694. {block:Description}{Description}{/block:Description}
  695. </div>
  696. {/block:Link}
  697.  
  698.  
  699. {block:Answer}
  700. <div class="post_inner">
  701. <div class="q">?</div><div class="askr">Question from <br/> {Asker}</div>
  702. <div class="question">{Question}</div>
  703. {Answer}
  704. </div>
  705. {/block:Answer}
  706.  
  707.  
  708. {block:Quote}
  709. <div class="quote">
  710. <span style="font-size:12px;">{Quote}</span>
  711. {block:Source}<div style="font-family:arial; font-size:9px;padding-top:5px;">{Source}</div>{/block:Source}
  712. </div>
  713. {/block:Quote}
  714.  
  715.  
  716. {block:Chat}
  717. <div class="post_inner">
  718. {block:Title}<h2>{Title}</h2>{/block:Title}
  719. {block:Lines}<p id="chat">
  720. {block:Label}
  721. <b>{Label}</b>
  722. {/block:Label}
  723. {Line}</p>
  724. {/block:Lines}
  725. </div>
  726. {/block:Chat}
  727.  
  728. </div>
  729.  
  730.  
  731.  
  732. {block:IndexPage}
  733. <div class="perma">
  734. <a href="{Permalink}" title="{timeago}">{DayOfMonth} {Month} {Year}{block:NoteCount} <a href="{Permalink}">(♡ {notecount})</a>{/block:Notecount}
  735. ——
  736. </div>
  737. {/block:IndexPage}
  738. {block:HasTags}<div class="tags {select:Tags On Index}"><i class="fa fa-tags icon"></i>
  739. {block:Tags}<a href="{TagURL}">#{Tag}</a> &nbsp;{/block:Tags}
  740. </div>{/block:HasTags}
  741.  
  742.  
  743. {block:PermalinkPage}
  744. <div class="perma2">
  745. {block:Date}
  746. <div><div class="kasse"></div> {DayOfMonth} {Month} {Year} | {12Hour}:{Minutes} {CapitalAmPm}</div>
  747. {block:RebloggedFrom}<div><div class="kasse"></div><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> | <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a></div>{/block:RebloggedFrom}
  748. <div><div class="kasse"></div>{NoteCountWithLabel}</div>
  749. {/block:Date}
  750. </div>
  751.  
  752. {block:PostNotes}{PostNotes}{/block:PostNotes}
  753. {/block:PermalinkPage}
  754.  
  755. </div>
  756. {/block:Posts}
  757. </div>
  758.  
  759. {block:ifnotInfinitescroll}
  760. {block:Pagination}
  761. <div class="pagination">
  762. <div class="pg">{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  763. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  764. </div>
  765. {/block:Pagination}
  766. {/block:ifnotInfinitescroll}
  767.  
  768.  
  769. </div>
  770.  
  771.  
  772. <div style="padding:10px; bottom:5px; left:5px; position:fixed; "><a href="http://ladmilk.tumblr.com" title="Theme by Heidi">cr.</a></div>
  773.  
  774.  
  775. </body>
  776. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement