Advertisement
joannablaz

Untitled

Aug 27th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.62 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6.  
  7. <!--
  8.  
  9. BECKA THEME BY CAULIFLORUS
  10.  
  11. don't steal, thx cuties xox
  12.  
  13. -->
  14.  
  15. <head>
  16.  
  17. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  18. </script>
  19. <script type="text/javascript">
  20. $(document).ready(function(){
  21. $(".links_body").hide();
  22. $(".links_head").click(function(){
  23. $(this).next(".links_body").slideToggle('fast');
  24. }); }); </script>
  25.  
  26. <style type="text/css">
  27. .links_head {text-align:center;cursor:help;font-family:consolas;font-size:9px; padding:4px;color: {color:text};}
  28. .links_body {text-align:center;}
  29. </style>
  30.  
  31.  
  32. <script type="text/javascript"
  33.  
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35.  
  36.  
  37.  
  38. <script type="text/javascript"
  39.  
  40. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  41.  
  42.  
  43.  
  44. <title>eat my shorts</title>
  45.  
  46.  
  47.  
  48. <link rel="shortcut icon" href="{Favicon}">
  49.  
  50.  
  51.  
  52. <meta name="color:Background" content="#FFF"/>
  53.  
  54. <meta name="color:description" content="#FFF"/>
  55.  
  56. <meta name="image:background" content=""/>
  57.  
  58. <meta name="color:Text" content="#AAA"/>
  59.  
  60. <meta name="color:Hover" content="#a0a0a0"/>
  61.  
  62. <meta name="color:Link" content="#777676"/>
  63.  
  64. <meta name="color:post title" content="#eee"/>
  65.  
  66. <meta name="color:borders" content="#eee"/>
  67.  
  68. <meta name="color:accent" content="#bbe4d0"/>
  69.  
  70. <meta name="color:accent2" content="#bbe4d0"/>
  71.  
  72. <meta name="text:Link 1 URL" content=""/>
  73.  
  74. <meta name="text:Link 1 Title" content=""/>
  75.  
  76. <meta name="text:Link 2 URL" content="/">
  77.  
  78. <meta name="text:Link 2 Title" content=""/>
  79.  
  80. <meta name="text:Link 3 URL" content=""/>
  81.  
  82. <meta name="text:Link 3 Title" content=""/>
  83.  
  84. <meta name="text:Link 4 URL" content=""/>
  85.  
  86. <meta name="text:Link 4 Title" content=""/>
  87.  
  88.  
  89. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  90. <script>
  91. (function($){
  92. $(document).ready(function(){
  93. $("[title]").style_my_tooltips({
  94. tip_follows_cursor:true,
  95. tip_delay_time:200,
  96. tip_fade_speed:300
  97. }
  98. );
  99. });
  100. })(jQuery);
  101. </script>
  102.  
  103. <style type="text/css">
  104.  
  105. #s-m-t-tooltip{
  106. max-width:300px;
  107. margin:15px;
  108. padding:4px 7px;
  109. border:1px solid #FFC1C1;
  110. background:#FFF;
  111. color:#000000;
  112. z-index:999999;
  113. font-size:10px;
  114. font-style:none;
  115. font-family: calibri;
  116. text-transform:lowercase;
  117. }
  118.  
  119.  
  120.  
  121.  
  122.  
  123. iframe#tumblr_controls{
  124. top: 1px !important;
  125. margin: 0 0 0 0;
  126. right: 6px !important;
  127. position: fixed !important;
  128. }
  129.  
  130.  
  131.  
  132. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  133.  
  134.  
  135.  
  136. ::-webkit-scrollbar-thumb { background-color:black; }
  137.  
  138.  
  139.  
  140. a {color:;text-decoration:none;-webkit-transition: all 1s ease-out;-moz-transition: all 0.7s ease-out;transition: all 1s ease-out;}
  141.  
  142.  
  143.  
  144. #tumblr_controls{
  145.  
  146. position:fixed !important;
  147.  
  148. }
  149.  
  150.  
  151.  
  152. .wrapper{
  153.  
  154. margin: 0px auto;
  155.  
  156. width: 900px;
  157.  
  158. }
  159.  
  160.  
  161.  
  162. .header{
  163.  
  164. float: left;
  165.  
  166. width: 100%;
  167.  
  168. }
  169.  
  170.  
  171.  
  172. .left{
  173.  
  174. float: left;
  175.  
  176. margin-right: 20px;
  177.  
  178. width: 802px;
  179.  
  180. }
  181.  
  182.  
  183.  
  184. .right{
  185.  
  186. float: right;
  187.  
  188. width: 200px;
  189.  
  190. background-color: {color:Background};
  191.  
  192. }
  193.  
  194.  
  195.  
  196. body {
  197.  
  198. background-color: #ffffff;
  199. background-attachment: fixed;
  200.  
  201.  
  202. padding: 0px;
  203.  
  204. margin: 0px;
  205.  
  206. color:{color:text};
  207.  
  208. font-family: Calibri;
  209.  
  210. text-transform:uppercase;
  211.  
  212. letter-spacing:1px;
  213.  
  214. font-size: 10px;
  215.  
  216. line-height:10px;
  217.  
  218. text-align: right;
  219. }
  220.  
  221.  
  222.  
  223. a:link, a:active, a:visited{
  224.  
  225. color:{color:link};
  226.  
  227. text-decoration: none;
  228.  
  229. -webkit-transition: color 0.6s ease-out;
  230.  
  231. -moz-transition: color 0.6s ease-out;
  232.  
  233. }
  234.  
  235.  
  236.  
  237. a:hover{
  238.  
  239. color:{color:Hover};
  240.  
  241. text-decoration:none;
  242.  
  243. -webkit-transition: color 0.6s ease-out;
  244.  
  245. -moz-transition: color 0.6s ease-out;
  246.  
  247. }
  248.  
  249.  
  250.  
  251.  
  252.  
  253. .entry {
  254.  
  255. float:left;
  256.  
  257. text-align: left;
  258.  
  259. margin-left:10px;
  260.  
  261. padding:20px;
  262.  
  263. width:200px;
  264.  
  265.  
  266.  
  267. }
  268.  
  269.  
  270.  
  271. blockquote {
  272.  
  273. padding-left:5px;
  274.  
  275. padding-top:3px;padding-right:5px;
  276.  
  277. padding-bottom:3px;margin-left:0px;margin-right:0px;
  278.  
  279. border-left: 2px solid #e4e4e4;
  280.  
  281.  
  282.  
  283. }
  284.  
  285. #titlebar{
  286.  
  287. z-index:4;
  288.  
  289. height:auto;
  290.  
  291. top:23px;
  292.  
  293. padding:20px;
  294.  
  295. left:15%;
  296.  
  297. width:170px;
  298.  
  299. position:fixed;
  300.  
  301. color:{color:text};
  302.  
  303. overflow:hidden;
  304.  
  305. text-align:right;
  306.  
  307. border: double 4px {color:accent};
  308.  
  309. padding:9px;}
  310.  
  311.  
  312. #posts {
  313.  
  314. width: 700px;
  315.  
  316. margin-left:480px;
  317.  
  318. padding:4px;
  319.  
  320.  
  321.  
  322. }
  323.  
  324.  
  325. #accent {
  326. left:0;
  327. width:20px;
  328. height:100%;
  329. position:fixed;
  330. z-index:2;
  331. background-color:{color:accent};}
  332.  
  333. #accent2 {
  334. margin-left:30;
  335. width:20px;
  336. height:100%;
  337. position:fixed;
  338. z-index:2;
  339. background-color:{color:accent2};}
  340.  
  341.  
  342.  
  343.  
  344.  
  345. img{
  346.  
  347. {block:IndexPage}
  348.  
  349. max-width: 200px;
  350. padding:3.5px;
  351. border:double 0px {color:accent};
  352.  
  353. {/block:IndexPage}
  354.  
  355. }
  356.  
  357.  
  358.  
  359.  
  360. .entry .textperma{
  361.  
  362. display: block;
  363.  
  364. text-transform:uppercase;
  365.  
  366. text-transform:uppercase;
  367.  
  368. text-align:center;
  369.  
  370. padding:7px;
  371.  
  372. background-color:{color:accent};
  373.  
  374. width:192px;
  375.  
  376. overflow-x:hidden;
  377. overflow-y:hidden;
  378.  
  379.  
  380.  
  381.  
  382. }
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392. .links{
  393. font-family: "consolas";
  394. padding:2px;
  395. margin-top:-2px;
  396. color:{color:permas};
  397. font-size:8px;}
  398.  
  399. .description {
  400. font-size:9px;
  401. position:justify;
  402. text-align:right;
  403. font-family:Calibri;
  404. text-transform:uppercase;
  405. color:{color:description};
  406. letter-spacing:1px;
  407. line-height:150%;
  408.  
  409. }
  410.  
  411.  
  412.  
  413. /************** FLAGS UPDATES TAB **************/
  414. /* tutorial by deanlirium|tumblr (clarence.tk) */
  415.  
  416. #flags {
  417. position:fixed;
  418. top:70px; /* distance from the top of the page - adjust as you wish! */
  419. right:0px;
  420. text-align:center;
  421. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  422. color:#000000; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  423. font-size:8px; /* adjust font size */
  424. letter-spacing:1px;
  425. z-index:2147483607;
  426. font-family:calibri;}
  427.  
  428.  
  429. #flag1 {
  430. border:solid 6px #FFC1C1; /* flag color */
  431. border-left:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  432. padding-right:10px;
  433. right:00px;
  434. width:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  435. height:0px;
  436. position:absolute;
  437. -moz-transition:all 0.7s ease-out;
  438. -webkit-transition:all 0.7s ease-out;
  439. -o-transition:all 0.7s ease-out;}
  440.  
  441. #flag1:hover {
  442. width:160px;} /* lenght of the OPEN flag */
  443.  
  444. #upd1 {
  445. position:absolute;
  446. width:110px;
  447. padding:10px;
  448. padding-right:30px; /* adjust this if you've changed the length of the open flag, subtract what you add here to the 'left' value below */
  449. right:-180px;
  450. margin-top:6px; /* keep this number equal to the 'border' value for the flag */
  451. opacity:0;
  452. -moz-transition:all 0.7s ease-out;
  453. -webkit-transition:all 0.7s ease-out;
  454. -o-transition:all 0.7s ease-out;}
  455.  
  456. #flag1:hover #upd1{
  457. right:0px;
  458. opacity:1;}
  459.  
  460. /* following is the coding for the other flags - same as above! */
  461.  
  462. #flag2 {
  463. border:solid 6px #ffd0d0;
  464. margin-top:20px;
  465. position:absolute;
  466. border-left:solid 6px transparent;
  467. padding-right:10px;
  468. right:00px;
  469. width:20px;
  470. height:0px;
  471. -moz-transition:all 0.7s ease-out;
  472. -webkit-transition:all 0.7s ease-out;
  473. -o-transition:all 0.7s ease-out;}
  474.  
  475. #flag2:hover {
  476. width:170px;}
  477.  
  478. #upd2 {
  479. position:absolute;
  480. width:130px;
  481. padding:10px;
  482. padding-right:40px;
  483. right:-180px;
  484. margin-top:6px;
  485. opacity:0;
  486. -moz-transition:all 0.7s ease-out;
  487. -webkit-transition:all 0.7s ease-out;
  488. -o-transition:all 0.7s ease-out;}
  489.  
  490. #flag2:hover #upd2{
  491. right:0px;
  492. opacity:1;}
  493.  
  494. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-top value for the #flag(number) adding 20px each new flag! copy from here: */
  495.  
  496. #flag3 {
  497. border:solid 6px #ffdcdc;
  498. position:absolute;
  499. margin-top:40px; /* this one! */
  500. border-left:solid 6px transparent;
  501. padding-right:10px;
  502. right:0px;
  503. width:20px;
  504. height:0px;
  505. -moz-transition:all 0.7s ease-out;
  506. -webkit-transition:all 0.7s ease-out;
  507. -o-transition:all 0.7s ease-out;}
  508.  
  509. #flag3:hover {
  510. width:150px;}
  511.  
  512. #upd3 {
  513. position:absolute;
  514. width:110px;
  515. padding:10px;
  516. padding-right:10px;
  517. right:-180px;
  518. margin-top:6px;
  519. opacity:0;
  520. -moz-transition:all 0.7s ease-out;
  521. -webkit-transition:all 0.7s ease-out;
  522. -o-transition:all 0.7s ease-out;}
  523.  
  524. #flag3:hover #upd3{
  525. right:0px;
  526. opacity:1;}
  527.  
  528. /* to here */
  529.  
  530.  
  531.  
  532. #stats {
  533. position:fixed;
  534. right:10px;
  535. z-index:6;
  536. top:640px;
  537. font-style:'Roboto',serif;
  538. font-size: 11px;
  539.  
  540. </style>
  541.  
  542. <div id="stats"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5013232";
  543. var ref =(''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  544. fhs.src = "http://s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  545. document.body.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  546. </script>:
  547. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "2976784";
  548. fhsh.src = "http://s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  549. document.body.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  550. </script>: <script language="JavaScript">var fhsf = document.createElement('script');
  551. fhsf.src = "http://tc.freehostedscripts.net/tcounter.php?url=flirthe.tumblr.com&name=&a=1";
  552. document.body.appendChild(fhsf);document.write("<span id='f_counter'></span>");
  553. </script><script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "2976784";
  554. fhsh.src = "http://s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  555. document.body.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  556. </script><script language="JavaScript">var fhsf = document.createElement('script');
  557. fhsf.src = "http://tc.freehostedscripts.net/tcounter.php?url=flirthe.tumblr.com&name=&a=1";
  558. document.body.appendChild(fhsf);document.write("<span id='f_counter'></span>");
  559. </script></div>
  560.  
  561.  
  562.  
  563.  
  564. {block:IndexPage}
  565.  
  566. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  567.  
  568. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  569.  
  570.  
  571.  
  572. <script type="text/javascript">
  573.  
  574. $(window).load(function () {
  575.  
  576. var $content = $('#posts');
  577.  
  578. $content.masonry({itemSelector: '.entry'}),
  579.  
  580. $content.infinitescroll({
  581.  
  582. navSelector : 'div#pagination',
  583.  
  584. nextSelector : 'div#pagination a#nextPage',
  585.  
  586. itemSelector : '.entry',
  587.  
  588. loading: {
  589.  
  590. finishedMsg: '',
  591.  
  592. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  593.  
  594. },
  595.  
  596. bufferPx : 600,
  597.  
  598. debug : false,
  599.  
  600. },
  601.  
  602. // call masonry as a callback.
  603.  
  604. function( newElements ) {
  605.  
  606. var $newElems = $( newElements );
  607.  
  608. $newElems.hide();
  609.  
  610. // ensure that images load before adding to masonry layout
  611.  
  612. $newElems.imagesLoaded(function(){
  613.  
  614. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  615.  
  616.  
  617.  
  618.  
  619.  
  620. });
  621.  
  622. });
  623.  
  624. });
  625.  
  626. </script>
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634. {/block:IndexPage}
  635.  
  636.  
  637.  
  638. <title>eat my shorts</title>
  639.  
  640.  
  641. <link rel="shortcut icon" href="{Favicon}">
  642. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  643. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650. </head>
  651.  
  652.  
  653.  
  654. <body>
  655.  
  656.  
  657.  
  658. <div id="flags">
  659. <div id="flag1"><div id="upd1">
  660.  
  661. <center>i'm on vacation!</center>
  662. <center>new theme: 8/22</center>
  663. </div></div>
  664.  
  665. <div id="flag2"><div id="upd2">
  666.  
  667. <center>reading: deckled edges</center>
  668. <center>watching: grey's anatomy</center>
  669. <center>listening: let's get lost</center>
  670. <center><script id="qpscript" src="http://qplus.io/scripts/queued/5551ebf4c9a865b6cacdbfda"></script></center>
  671.  
  672. </div></div>
  673.  
  674. <!---- if you want more flags, copy from here ---->
  675.  
  676. <div id="flag3"><div id="upd3">
  677. <center><a href="http://iconic-index.tumblr.com">the iconic index</a></center>
  678. <center><a href="http://oreoclub.tumblr.com">the oreo club</a></center>
  679. <center><a href="http://allurefavourites.tumblr.com">allureable's</a></center>
  680. <center><a href="http://infuseing-faves.tumblr.com">infuseing's</a></center>
  681. <center><a href="http://ungemini.tumblr.com/xxx">ungemini's</a></center>
  682. <center><a href="http://surfide.tumblr.com/favs">surfide's</a></center>
  683. <center><a href="http://planers.tumblr.com/fr">planers'</a></center>
  684.  
  685. </div></div>
  686.  
  687. <!---- to here and change the numbers according to your css! ---->
  688.  
  689. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  690.  
  691. </div>
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703. <div id="accent"></div>
  704.  
  705. <div id="accent2"></div>
  706. <div class="wrapper">
  707.  
  708.  
  709.  
  710. <div class="header"></div>
  711. <div id="titlebar">
  712.  
  713. <div style="font-family:consolas;padding:4px;margin-bottom:5px; font-size:28px; line-height:26px; letter-spacing:2px;color:{color:blog title};background-color:#ffffff;text-align:right;">{title}</div><br>
  714. <div class="description">
  715. {description}
  716.  
  717. </div><br>
  718.  
  719. {block:ifLink1Title}<a href="{text:Link 1 URL}" title = "{text:Link 1 Title}">001</a> . {/block:ifLink1Title}
  720.  
  721. {block:ifLink2Title}<a href="{text:Link 2 URL}" title = "{text:Link 2 Title}">002</a> . {/block:ifLink2Title}
  722.  
  723. {block:ifLink3Title}<a href="{text:Link 3 URL}" title = "{text:Link 3 Title}">003</a> . {/block:ifLink3Title}
  724.  
  725. {block:ifLink4Title}<a href="{text:Link 4 URL}" title = "{text:Link 4 Title}">004</a> .{/block:ifLink4Title}
  726.  
  727. <a href="http://paintbrushthemes.tumblr.com">005</a>
  728.  
  729. </div>
  730. </div>
  731. </div>
  732.  
  733.  
  734.  
  735.  
  736. <div class="content">
  737.  
  738.  
  739.  
  740. <div class="left">
  741.  
  742.  
  743.  
  744. <div id="posts">
  745.  
  746.  
  747.  
  748. {block:Posts}
  749.  
  750. <div class="entry">
  751.  
  752.  
  753.  
  754. {block:Text}
  755.  
  756. {block:Title}<span class="title">{Title}</span>{/block:Title}
  757.  
  758. <span class="entrytext">{Body}</span></a>
  759.  
  760.  
  761. {/block:Text}
  762.  
  763.  
  764.  
  765. {block:Link}
  766.  
  767. <a href="{URL}" class="title">{Name}</a>
  768.  
  769. {block:Description}{Description}{/block:Description}
  770.  
  771. {block:Link}
  772.  
  773.  
  774.  
  775. {block:Photo}
  776.  
  777. {block:IndexPage}{LinkOpenTag}
  778.  
  779. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a></div>{LinkCloseTag}{/block:IndexPage}
  780.  
  781. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}{/block:PermalinkPage}
  782.  
  783. {block:IndexPage}
  784.  
  785. {/block:IndexPage}
  786.  
  787. {/block:Photo}
  788.  
  789.  
  790.  
  791. {block:Photoset}
  792.  
  793. <center>{Photoset-250}</center></span>
  794.  
  795. {/block:Photoset}
  796.  
  797.  
  798.  
  799. {block:Quote}
  800.  
  801. <span class="title">{Quote}</span></br>
  802. {block:Source}{Source}{/block:Source}
  803.  
  804. {/block:Quote}
  805.  
  806.  
  807.  
  808. {block:Chat}
  809.  
  810. {block:Title}<span class="title">{Title}</span>{/block:Title}
  811.  
  812. {block:Lines}
  813.  
  814. <li class="user_{UserNumber}">
  815.  
  816. {block:Label}
  817.  
  818. <span class="label">{Label}</span>
  819.  
  820. {/block:Label}
  821.  
  822.  
  823.  
  824. {Line}
  825.  
  826. </li>
  827.  
  828. {/block:Lines}
  829.  
  830. </ul>
  831.  
  832. {/block:Chat}
  833.  
  834.  
  835.  
  836. {block:Audio}{AudioPlayergrey}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  837.  
  838. {block:IndexPage}
  839.  
  840. <div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a> ยท <a href="{Permalink}">{DayofMonth} {ShortMonth}</a></span></a></div>
  841.  
  842. {/block:IndexPage}
  843.  
  844. {/block:Audio}
  845.  
  846.  
  847.  
  848. {block:Video}
  849.  
  850. <center>
  851.  
  852. <div class="videoperma">{Video-250}</div><BR>
  853.  
  854. {block:Caption}{Caption}</a>{/block:Caption}</center>
  855.  
  856. {block:Video}
  857.  
  858.  
  859.  
  860. {block:PermalinkPage}
  861.  
  862. <center>
  863.  
  864. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  865.  
  866.  
  867.  
  868. {/block:PermalinkPage}
  869.  
  870.  
  871.  
  872. {block:PostNotes}{PostNotes}
  873.  
  874. {/block:PostNotes}
  875.  
  876. </div>
  877.  
  878.  
  879.  
  880. {/block:Posts}
  881.  
  882. </div>
  883.  
  884. </div>
  885.  
  886. {block:IndexPage}
  887.  
  888. {block:Pagination}
  889.  
  890. <div id="pagination">
  891.  
  892. {block:NextPage}
  893.  
  894. <a id="nextPage" href="{NextPage}"> </a>
  895.  
  896. {/block:NextPage}
  897.  
  898. {block:PreviousPage}
  899.  
  900. <a href="{PreviousPage}"> </a>
  901.  
  902. {/block:PreviousPage}
  903.  
  904. </div>
  905.  
  906. {/block:Pagination}
  907.  
  908. {/block:IndexPage}
  909.  
  910. </div>
  911.  
  912.  
  913. </body>
  914.  
  915. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement