Advertisement
ipads

Christy Theme

Jul 3rd, 2013
2,143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.33 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--DEFAULT VARIABLES-->
  5.  
  6. <!--COLORS-->
  7.  
  8. <meta name="color:sidebar background" content="#ffffff"/>
  9. <meta name="color:links" content="#aaaaaa"/>
  10. <meta name="color:hover" content="#000000"/>
  11. <meta name="color:post background" content="#ffffff"/>
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:sidebar" content="#ffffff"/>
  14. <meta name="color:text" content="#aaaaaa"/>
  15. <meta name="color:navigation background" content="#ffffff"/>
  16. <meta name="color:navigation text" content="#000000"/>
  17.  
  18. <!--TEXT-->
  19.  
  20. <meta name="text:Link 1" content="/"/>
  21. <meta name="text:Link 1 Title" content="link"/>
  22. <meta name="text:Link 2" content="/"/>
  23. <meta name="text:Link 2 Title" content="link"/>
  24. <meta name="text:Link 3" content="/"/>
  25. <meta name="text:Link 3 Title" content="link"/>
  26. <meta name="text:Link 4" content="/"/>
  27. <meta name="text:Link 4 Title" content="link"/>
  28. <meta name="text:Link 5" content="/"/>
  29. <meta name="text:Link 5 Title" content="link"/>
  30. <meta name="text:Link 6" content="/"/>
  31. <meta name="text:Link 6 Title" content="link"/>
  32. <meta name="text:Link 7" content="/"/>
  33. <meta name="text:Link 7 Title" content="link"/>
  34.  
  35. <!--OPTIONS-->
  36.  
  37. <meta name="if:transparent posts" content="0"/>
  38. <meta name="if:white follow buttons" content="1"/>
  39. <meta name="if:faded posts" content="1">
  40. <meta name="if:grayscale on hover" content="0"/>
  41. <meta name="if:color on hover" content="0"/>
  42.  
  43. <!--PICTURES-->
  44.  
  45. <meta name="image:background" content="0"/>
  46.  
  47. <!--SCRIPTS-->
  48.  
  49. <script type="text/javascript"
  50. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  51.  
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53.  
  54. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <title>{Title}</title>
  59.  
  60. <style type="text/css">
  61.  
  62. /*--FOLLOW BUTTONS--*/
  63.  
  64. #tumblr_controls{
  65.     position: fixed; top: 3px; right: 3px;
  66.     opacity: 0.8;
  67.     {Block:IfWhiteFollowButtons}
  68.     -webkit-filter: invert(100%);
  69.     -moz-filter: invert(100%);
  70.     -o-filter: invert(100%);
  71.     filter: invert(100%);
  72.     {/Block:IfWhiteFollowButtons}
  73.     z-index: 9999999999999999999999999999999999999999999999999;
  74.     -webkit-transition: all 1s ease-in-out;
  75.     -moz-transition: all 1s ease-in-out;
  76.     -o-transition: all 1s ease-in-out;
  77.     transition: all 1s ease-in-out;
  78.     }
  79.    
  80. #tumblr_controls:hover{
  81.     opacity: 1;
  82.     }
  83.    
  84. /*--SCROLLBAR--*/
  85.  
  86. ::-webkit-scrollbar {
  87.     width: 5px;
  88.     height: 4px;
  89.     background: white;
  90.     }
  91.    
  92. ::-webkit-scrollbar-thumb {
  93.     background-color:black;
  94.     }
  95.  
  96. /*--BASICS--*/
  97.  
  98. body{
  99.     font-size: 10.5px;
  100.     font-family: consolas;
  101.     text-transform: uppercase;    
  102.     background: {color:background} url('{image:background}') fixed center bottom;
  103.     background-size: 100% 100%;
  104.     color: {color: text} !important;
  105.     }
  106.    
  107. #sidebar{
  108.     text-align: left;
  109.     position: fixed;
  110.     top: 200px;
  111.     left: 50%;
  112.     margin-left: -504px;
  113.     width: 110px;
  114.     border: 1px solid #ddd;
  115.     padding: 4px;
  116.     padding-top: 6px;
  117.     height: 150px;
  118.     font-size: 11px;
  119.     text-transform: uppercase;
  120.     letter-spacing: 0px;
  121.     background-color: {color:sidebar};
  122.     z-index: -999;
  123.     border-right: 0;
  124.     font-family: consolas;
  125.     padding-left: 160px;
  126.     {block:permalinkpage}
  127.     border-right: 1px solid #ddd;
  128.     margin-left: -474px;
  129.     {/block:permalinkpage}
  130.     -webkit-transition: all 0.3s ease-in-out;
  131.     -moz-transition: all 0.3s ease-in-out;
  132.     -o-transition: all 0.3s ease-in-out;
  133.     transition: all 0.3s ease-in-out;
  134.     }
  135.  
  136. #blogtitle{
  137.     font-size: 18px;
  138.     line-height: 28px;
  139.     font-family: consolas;
  140.     font-weight: none;
  141.     text-transform: uppercase;
  142.     }
  143.    
  144. #portrait{
  145.     background-color: #fff;
  146.     border: 1px solid #ddd;
  147.     padding: 5px;
  148.     padding-bottom: 2px;
  149.     -webkit-transition: all 0.3s ease-in-out;
  150.     -moz-transition: all 0.3s ease-in-out;
  151.     -o-transition: all 0.3s ease-in-out;
  152.     transition: all 0.3s ease-in-out;
  153.     }
  154.  
  155. #portrait img{
  156.     opacity: 0.8;
  157.     -webkit-transition: all 0.3s ease-in-out;
  158.     -moz-transition: all 0.3s ease-in-out;
  159.     -o-transition: all 0.3s ease-in-out;
  160.     transition: all 0.3s ease-in-out;
  161.     }
  162.    
  163. #sidebar:hover{
  164.     {block:indexpage}
  165.     padding-right: 20px;
  166.     margin-left: -520px;
  167.     -webkit-transition: all 0.3s ease-in-out;
  168.     -moz-transition: all 0.3s ease-in-out;
  169.     -o-transition: all 0.3s ease-in-out;
  170.     transition: all 0.3s ease-in-out;
  171.     {block:indexpage}
  172.     }
  173.    
  174. /*--LINKS--*/
  175.  
  176. a:link, a:active, a:visited{
  177.     text-decoration: none;
  178.     color: {color:links};
  179.     font-weight: bold;
  180.     -webkit-transition: color 1s ease-in-out;
  181.     -moz-transition: color 1s ease-in-out;
  182.     -o-transition: color 1s ease-in-out;
  183.     transition: color 1s ease-in-out;
  184.     }
  185.  
  186. a:hover{
  187.     color: {color:hover};
  188.     -webkit-transition: all 0.3s ease-in-out;
  189.     -moz-transition: all 0.3s ease-in-out;
  190.     -o-transition: all 0.3s ease-in-out;
  191.     transition: all 0.3s ease-in-out;
  192.     }
  193.  
  194. /*--POSTS--*/
  195.  
  196. #posts{
  197.     position: absolute;
  198.     left: 50%;
  199.     margin-left: -230px;
  200.     margin-top: -8px;
  201.     width: 696px;
  202.     background-color: {color:sidebar background};
  203.     border: 1px solid #ddd;
  204.     border-top: 0;
  205.     padding: 10px;
  206.     z-index: 999999999999999999999999999999;
  207.     {block:permalinkpage}
  208.     width: auto;
  209.     margin-left: -150px;
  210.     {/block:permalinkpage}
  211.     }
  212.  
  213. .wave{
  214.     position: absolute;
  215.     left: 50%;
  216.     margin-left: -370px;
  217.     height: 100%;
  218.     margin-top: -10px;
  219.     width: 696px;
  220.     padding: 10px;
  221.     border-radius: 10px;
  222.     z-index: 999999999999999999999999999;
  223.     background-image: url(http://24.media.tumblr.com/1e2acafe284da507b03c50a7dc2a4e3c/tumblr_mnp2mfLRXU1snhncho1_r1_500.gif);
  224.     background-size: 100% auto;
  225.     }
  226.  
  227. .entry{
  228.     text-align: left;
  229.     font-family: consolas;
  230.     width: 200px;
  231.     {Block:PermalinkPage}width: 400px;{/Block:PermalinkPage}
  232.     margin: 10px;
  233.     padding: 5px;
  234.     background-color: {color:post background};
  235.     {Block:IfTransparentPosts}background-color: transparent;{/Block:IfTransparentPosts}
  236.     border: 1px solid #ddd;
  237.     overflow: hidden;
  238.     -webkit-transition: all 0.3s ease-in-out;
  239.     -moz-transition: all 0.3s ease-in-out;
  240.     -o-transition: all 0.3s ease-in-out;
  241.     transition: all 0.3s ease-in-out;
  242.     {block:permalinkpage}
  243.     border: 0;
  244.     {/block:permalinkpage}
  245.     }
  246.    
  247. .entry img{
  248.     {Block:IFFadedPosts}
  249.     opacity: 0.7;
  250.     {/Block:IfFadedPosts}
  251.     {Block:IfGrayscaleOnHover}
  252.     -webkit-filter: grayscale(0%);
  253.     -moz-filter: grayscale(0%);
  254.     {/Block:IfGrayscaleOnHover}
  255.     {Block:IfColorOnHover}
  256.     -webkit-filter: grayscale(100%);
  257.     -moz-filter: grayscale(100%);
  258.     {/Block:IfColorOnHover}
  259.     max-width: 100%;
  260.     -webkit-transition: all 0.3s ease-in-out;
  261.     -moz-transition: all 0.3s ease-in-out;
  262.     -o-transition: all 0.3s ease-in-out;
  263.     }
  264.    
  265. .entry:hover img{
  266.     {Block:IFFadedPosts}
  267.     opacity: 1;
  268.     {/Block:IfFadedPosts}
  269.     {Block:IfGrayscaleOnHover}
  270.     -webkit-filter: grayscale(100%);
  271.     -moz-filter: grayscale(100%);
  272.     {/Block:IfGrayscaleOnHover}
  273.     {Block:IfColorOnHover}
  274.     -webkit-filter: grayscale(0%);
  275.     -moz-filter: grayscale(0%);
  276.     {/Block:IfColorOnHover}
  277.     -webkit-transition: all 0.3s ease-in-out;
  278.     -moz-transition: all 0.3s ease-in-out;
  279.     -o-transition: all 0.3s ease-in-out;
  280.     }
  281.    
  282. .entry blockquote{
  283.     border-left: 3px solid {color:links};
  284.     border-right: 3px solid {color:links};
  285.     background-color: #eee;
  286.     padding: 5px;
  287.     width: 174px;
  288.     {block:permalinkpage}
  289.     width: 474px;
  290.     {/block:permalinkpage}
  291.     margin-left: 5px;
  292.     }
  293.    
  294. .perms{
  295.     position: absolute;
  296.     top: 5px;
  297.     margin-left: -5px;
  298.     background-color: #fff;
  299.     width: 182px;
  300.     text-align: center;
  301.     padding: 14px;
  302.     padding-top: 6px;
  303.     padding-bottom: 6px;
  304.     border-radius: 0 0 10px 0;
  305.     font-size: 10px;
  306.     opacity: 0;
  307.     width: auto;
  308.     height: 48px;
  309.     -webkit-transition: all 0.3s ease-in-out;
  310.     -moz-transition: all 0.3s ease-in-out;
  311.     -o-transition: all 0.3s ease-in-out;
  312.     }
  313.    
  314. .entry:hover .perms{
  315.     opacity: 1;
  316.     margin-left: 0px;
  317.     -webkit-transition: all 0.3s ease-in-out;
  318.     -moz-transition: all 0.3s ease-in-out;
  319.     -o-transition: all 0.3s ease-in-out;
  320.     }
  321.    
  322. #textperma{
  323.     margin-top: 3px;
  324.     padding-top: 3px;
  325.     border-top: 1px solid #aaa;
  326.     width: 50%;
  327.     }
  328.    
  329. #infos{
  330.     font-size: 8px;
  331.     text-transform: uppercase;
  332.     float:left;
  333.     margin-top:10px;
  334.     padding:5px;
  335.     {block:IndexPage}
  336.     border-left: 1px solid #ddd;
  337.     background-color: transparent;
  338.     width:83px;
  339.     height: 70px;
  340.     {/block:IndexPage}
  341.     {block:PermalinkPage}
  342.     border-left: 1px solid #ddd;
  343.     background-color: transparent;
  344.     width:95px;
  345.     height: 350px;
  346.     margin-bottom:20px;
  347.     {/block:PermalinkPage}
  348.     }
  349.    
  350. #player{
  351.     float:left;
  352.     width:29px;
  353.     padding-left:2px;
  354.     padding-top:5px;
  355.     padding-bottom:10px;
  356.     height:15px;
  357.     background-color:#fff;
  358.     overflow-x:hidden;
  359.     overflow-y:hidden;
  360.     opacity: .9;
  361.     filter:alpha(opacity=10);
  362.     -moz-opacity: 0.1;
  363.     -moz-transition: all .9s ease;
  364.     -o-transition: all .9s ease;
  365.     transition: all .9s ease;
  366.     -webkit-transition: all .9s ease;
  367.     {block:IndexPage}
  368.     margin-top:35px;
  369.     margin-left:-65px;
  370.     {/block:IndexPage}
  371.     {block:PermalinkPage}
  372.     margin-top:175px;
  373.     margin-left:-205px;
  374.     {/block:PermalinkPage}
  375.     }
  376.    
  377. #album{
  378.     -moz-border-radius: 5px;
  379.     border-radius: 5px;
  380.     border: 1px solid #ddd;
  381.     margin:10px;
  382.     float:left;
  383.     {block:IndexPage}
  384.     width:80px;
  385.     height:80px;
  386.     {/block:IndexPage}
  387.     {block:PermalinkPage}
  388.     width:360px;
  389.     height:360px;
  390.     {/block:PermalinkPage}
  391.     }
  392.    
  393. #pagination{
  394.     display:none;
  395.     }
  396.  
  397. .title{
  398.     text-align: left;
  399.     font-size: 13px;
  400.     text-transform: uppercase;
  401.     font-weight: bold;
  402.     }
  403.  
  404. body{
  405.     color: {color:text} !important;
  406.     font-family: consolas;
  407.     }
  408.    
  409. a img{
  410.     border: 0;
  411.     }
  412.    
  413. {CustomCSS}
  414.  
  415. </style>
  416.  
  417. <!--INFINITE SCROLLING-->
  418.  
  419. {Block:IndexPage}
  420. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  421. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  422. <script type="text/javascript" src="http://static.tumblr.com/npajswt/gLGmp92pr/infinitescroll.txt"></script>
  423. <script type="text/javascript">
  424. $(window).load(function () {
  425. var $content = $('#posts');
  426. $content.masonry({itemSelector: '.entry'}),
  427. $content.infinitescroll({
  428. navSelector : 'div#pagination',
  429. nextSelector : 'div#pagination a#nextPage',
  430. itemSelector : '.entry',
  431. loading: {
  432. finishedMsg: '',
  433. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  434. },
  435. bufferPx : 600,
  436. debug : false,
  437. },
  438. // call masonry as a callback.
  439. function( newElements ) {
  440. var $newElems = $( newElements );
  441. $newElems.hide();
  442. // ensure that images load before adding to masonry layout
  443. $newElems.imagesLoaded(function(){
  444. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  445.  
  446.  
  447. });
  448. });
  449. });
  450. </script>
  451. {/Block:IndexPage}
  452. <title>{Title}</title>
  453. </head>
  454.  
  455. <body>
  456.  
  457. <!--POSTS-->
  458.  
  459. <div id="posts">
  460.  
  461. <!--SIDEBAR-->
  462.  
  463. <div id="sidebar">
  464.  
  465. <div style="position: absolute; top: 10px; margin-left: -150px;" id="portrait"><a href="/"><img src="{PortraitURL-128}"></a></div>
  466.  
  467. <a href="/" id="blogtitle">{Title};</a><p><div style="opacity: 0; position: fixed; top: -30px; left: -400px;"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2005091&name="></script> </div><div style="position: fixed; top: -40px; left: -40px; opacity: 0;"><script language="JavaScript">var ref = (''+document.referrer+''); document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2998753&e1=using theme&e2=using theme&r=' + ref + '"><\/script>'); </script><script language="JavaScript">
  468. var ref = (''+document.referrer+'');
  469. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3099539&e1=&e2=&r=' + ref + '"><\/script>');
  470. </script></div>{Description}<p>
  471.  
  472. <select onchange='location=this.options[this.selectedIndex].value;' style='width:100px; background-color: {color:navigation background}; font-style: italic; font-family: consolas; padding-bottom: 2px; opacity: 0.8; color: {color:navigation text}; border: 1px solid #ddd; border-radius: 5px; 0 0 5px;'>
  473.  
  474. <option>
  475.  
  476. navigate
  477.    
  478. </option>
  479.  
  480. {Block:ifLink1}
  481.  
  482. <option value="{text:link 1}">
  483.  
  484. {text:link 1 title}
  485.    
  486. </option>
  487.  
  488. {/Block:ifLink1}
  489.  
  490. {Block:ifLink2}
  491.  
  492. <option value="{text:link 2}">
  493.  
  494. {text:link 2 title}
  495.    
  496. </option>
  497.  
  498. {/Block:ifLink2}
  499.  
  500. {Block:ifLink3}
  501.  
  502. <option value="{text:link 3}">
  503.  
  504. {text:link 3 title}
  505.    
  506. </option>
  507.  
  508. {/Block:ifLink3}
  509.  
  510. {Block:ifLink4}
  511.  
  512. <option value="{text:link 4}">
  513.  
  514. {text:link 4 title}
  515.    
  516. </option>
  517.  
  518. {/Block:ifLink4}
  519.  
  520. {Block:ifLink5}
  521.  
  522. <option value="{text:link 5}">
  523.  
  524. {text:link 5 title}
  525.  
  526. </option>
  527.  
  528. {/Block:ifLink5}
  529.  
  530. {Block:ifLink6}
  531.  
  532. <option value="{text:link 6}">
  533.  
  534. {text:link 6 title}
  535.    
  536. </option>
  537.  
  538. {/Block:ifLink6}
  539.  
  540. {Block:ifLink7}
  541.  
  542. <option value="{text:link 7}">
  543.  
  544. {text:link 7 title}
  545.    
  546. </option>
  547.  
  548. {/Block:ifLink7}
  549.  
  550. <option value="http://unstrong.tumblr.com">
  551.  
  552. theme by zak
  553.  
  554. </option>
  555.    
  556. </select>
  557.  
  558. </p></div>
  559.  
  560. {Block:Posts}
  561.  
  562. <div class="entry">
  563.  
  564. {Block:Text}
  565. {Block:Title}<div class="title">{Title}</div>{/Block:Title}
  566. {Body}
  567. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
  568. {/Block:Text}
  569.  
  570. {Block:Photo}
  571. <div class="photo">{LinkOpenTag}<img src="{PhotoURL-500}" style="cursor: default;" width="100%"{Block:Post1}style="border-radius: 10px 0 0 0;"{/Block:Post1}{Block:Post3}style="border-radius: 0 10px 0 0;"{/Block:Post3}>{LinkCloseTag}</div>
  572. {Block:IndexPage}
  573.  
  574. <div class="perms">Posted <a href="{Permalink}">{TimeAgo}</a><br><div style="border-top: 1px solid #ddd; margin-top: 2px; margin-bottom: -9px;"></div><br><a href="{Permalink}">{Notecount} notes</a><br><div style="border-top: 1px solid #ddd; margin-top: 2px; margin-bottom: -9px;"></div><br><a href="{ReblogURL}">share this post</a></div>
  575.  
  576. {/Block:IndexPage}
  577. {/Block:Photo}
  578.  
  579. {Block:Quote}
  580. {Quote}
  581. {Block:Source} <span class="title">- {Source}</span>{/Block:Source}
  582. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
  583. {/Block:Quote}
  584.  
  585. {block:Audio}
  586.  
  587. <!--CODE BY NAEIVE :)-->
  588.  
  589. <div id="album">{block:AlbumArt}<img width="80px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  590. <div id="player"><div style="margin-top:-3px;">{AudioPlayerWhite}</div></div>
  591. <div id="infos">
  592. <span style="letter-spacing:1px; color:{color:link};">{block:TrackName}{TrackName}{/block:TrackName}</span><br>
  593. {block:Artist}
  594. {Artist}
  595. {/block:Artist}
  596. <br>
  597. {block:Album}
  598. {Album}
  599. {/block:Album}<br>
  600. {PlayCountWithLabel}
  601. </div>
  602. {/Block:Audio}
  603.  
  604. {Block:Video}
  605. {Video-250}
  606. {/Block:Video}
  607. {Block:Photoset}
  608. {Photoset-250}
  609. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
  610. {/Block:Photoset}
  611.  
  612. {Block:Chat}
  613. {Block:Title}<div class="title">{Title}</div><br>{/Block:Title}
  614. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  615. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
  616. {/Block:Chat}
  617.  
  618. {block:Answer}
  619. <div style="padding: 5px; width: 190px; {block:PermalinkPage}width: 490px;{/Block:PermalinkPage} background-color: #eee; border-radius: 5px; margin-bottom: -5px;">{Asker} asked: {Question}</div>
  620. {Answer}
  621. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES</a></div>{/Block:IndexPage}
  622. {/block:Answer}
  623.  
  624. {Block:Link}
  625. <div class="title"><div style="margin-top: 5px;"></div><a style="padding: 5px; margin-top: 5px; margin-bottom: 3px; border-radius: 4px; background-color: #eee; width: 190px;" href="{URL}" title="{Name}" target="{Target}">{Name} &raquo;</a><div style="margin-bottom: 10px;"></div></div>
  626. {Block:Description}{Description}{/Block:Description}
  627. {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
  628. {/Block:Link}
  629.  
  630. {Block:PermalinkPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES{block:answer}<div style="display:none;">, </a><a href="{ReblogURL}"> reblog</a>{/block:answer}</div>{Block:Caption}{Caption}{/Block:Caption}<p>{Block:PostNotes}{PostNotes}{/Block:PostNotes}<p><a href="http://unstrong.tumblr.com">theme by zak</a>{/Block:PermalinkPage}
  631.  
  632. </div>
  633.  
  634. {/Block:Posts}
  635.  
  636. </div>
  637.  
  638. {block:IndexPage}
  639.  
  640. {block:Pagination}<div id="pagination">
  641.  
  642. {block:NextPage}<a style="display:none;" id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>{/block:NextPage}
  643.  
  644. {block:PreviousPage}<a style="display:none;" href="{PreviousPage}">&larr;&nbsp;</a>{/block:PreviousPage}  
  645.  
  646. </div>{/block:Pagination}
  647.  
  648. {/block:IndexPage}
  649.  
  650. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement