- <!--
- theme by rebecaxo.com, remove the credit and i'll report you.
- -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="#9f9eaa"; // background colour
- var fgcolour="#000000"; // foreground colour
- var speed=100; // speed of bubbling, lower is faster
- var shades=10; // number of shades of bubble
- /****************************
- * Bubbling Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var bubbcol=new Array();
- var bubbler, bubbtxt;
- var bubbchr=new Array();
- window.onload=function() { if (document.getElementById) {
- for (bubbler=0; bubbler<=shades; bubbler++) {
- bubbtxt="#";
- for (var i=1; i<6; i+=2) {
- var bg=parseInt(bgcolour.substring(i,i+2),16);
- bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
- }
- bubbcol[bubbler+1]=bubbtxt;
- }
- bubbler=document.getElementById("bubble");
- bubbtxt=bubbler.firstChild.nodeValue;
- while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbi=document.createElement("span");
- bubbi.setAttribute("id", "bubb"+i);
- bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
- bubbler.appendChild(bubbi);
- }
- bubbler=setInterval ("bubbling()", speed);
- }}
- function dechex(dec) {
- var hex=dec.toString(16);
- if (dec<16) return "0"+hex;
- else return hex;
- }
- function bubbling() {
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbme=document.getElementById("bubb"+i);
- if (bubbchr[i]) {
- bubbme.style.color=bubbcol[bubbchr[i]];
- bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
- }
- else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
- }
- }
- // ]]>
- </script>
- <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Happy+Monkey::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Amatic+SC::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Cedarville+Cursive::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <style type="text/css">
- ::-webkit-scrollbar {
- height:10px;
- width:10px;
- background-color:#FFF;
- background-image: -webkit-gradient(
- linear,
- left top,
- right top,
- color-stop(0, #858585),
- color-stop(0.50, #FFFFFF)
- );
- background-image: -moz-linear-gradient(
- left center,
- #858585 0%,
- #FFFFFF 50%
- );}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#5a586f;;
- height:100px;
- -webkit-border-radius: 100px;
- -moz-border-radius: 100px;
- border-radius: 100px;}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#5a586f;
- height:10px !important;}
- </style>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
- <meta name="description" content="{metadescription}" />
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Text" content="#130C11"/>
- <meta name="color:Hover" content="#130C11"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:Background" content="1"/>
- <meta name="if:show photo" content="0"/>
- <meta name="text:Custom Link One Title" content= >
- <meta name="text:Custom Link One" content="http://" />
- <meta name="text:Custom Link Two Title" content= >
- <meta name="text:Custom Link Two" content="http://" />
- <meta name="text:Custom Link Three Title" content= >
- <meta name="text:Custom Link Three" content="http://" />
- <meta name="text:Custom Link Four Title" content= >
- <meta name="text:Custom Link Four" content="http://" />
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Happy+Monkey);
- @import url(http://fonts.googleapis.com/css?family=Amatic+SC);
- @import url(http://fonts.googleapis.com/css?family=Cedarville+Cursive);
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
- {block:ifinfinitescrolling}<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>{/block:ifinfinitescrolling}
- <script type=”text/javascript”>
- //
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- {/block:Ifnorightclick}
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 80%;
- opacity: .00;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #e5e5e5;
- padding: 8px;
- border: 00px solid #ddd;
- float: left;
- font-size: 12px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0);
- -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0);
- box-shadow: 0px 0px 5px rgba(50, 50, 50, 0);
- /*--CSS3 Rounded Corners--*/
- border-radius: 9px;
- -moz-border-radius: 9px;
- -webkit-border-radius: 9px;
- border: 1px solid #B8B8B8;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #tumblr_controls{
- position:fixed !important;
- }
- .wrapper{
- margin: 0px auto;
- width: 882px;
- }
- .header{
- float: left;
- width: 100%;
- }
- .left{
- float: left;
- margin-right: 20px;
- width: 802px;
- }
- .right{
- float: right;
- width: 200px;
- background-color: {color:Background};
- }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family: 'Happy Monkey', cursive;
- font-size: 14px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat
- text-align: justify;
- }
- a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- a:hover{
- color:{color:Hover};
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- .entry {
- margin:0px;
- padding: 2px;
- float:left;
- text-align: justify;
- background-color: transparent;
- font-family: 'Happy Monkey', cursive;
- font-size: 13px;
- line-height:10px;
- {block:IndexPage}
- width:350px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:696px;
- margin-left: 357x;
- {/block:PermalinkPage}
- -o-border-radius: 3px
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .entry .permalink{
- position: absolute;
- margin-top: 50px;
- margin-left: 150px;
- opacity: 0;
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;
- transition: all .3s ease;
- }
- .entry:hover .permalink{
- margin-top: 0px;
- margin-left: 150px;
- opacity: 1;
- -webkit-transform:rotate(360deg);
- -moz-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- }
- .countreblog {
- color: #000;
- width:relative;
- letter-spacing:0px;
- font-family: 'Short Stack', cursive;
- font-size:10px;
- line-height:30px;
- padding:3px 5px;
- margin: 0px;
- background: white;
- -webkit-transition: all 0.7s linear;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- transition: all 0.7s linear;
- -webkit-border-radius: 90px;
- -moz-border-radius: 90px;
- border-radius: 90px;
- border: 1px solid #fff;
- }
- .countreblog:hover {
- opacity: 1;
- -webkit-transition: 0.3s ease-out;
- -moz-transition: 0.3s ease-out;
- }
- .countreblog a {
- color: black;
- }
- div#sidebar{
- z-index:999999999999999;
- position:absolute !important;
- position:fixed !important;
- font-family: 'Happy Monkey', cursive;
- font-size: 12px;
- background-color:#FFF;
- width:230px;
- height:auto;
- opacity:0.8;
- margin-top: 300px;
- margin-left: 0px;
- padding:2px;
- z-index:10;
- border: 1px #000 dotted;
- overflow:hidden;
- -webkit-transition-duration: .6s;
- -moz-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
- -webkit-transition: all .2s ease-in-out;
- -webkit-transition-duration: .7s;
- -webkit-transition-duration: .7s;
- -webkit-transition-duration: .7s;
- }
- div#sidebar:hover{
- opacity:1;
- }
- .links {
- display : block;
- text-align: center;
- background : #CECBCB;
- font-size: 12px;
- width: 50px;
- height: 50px;
- letter-spacing:0px;
- margin-top:5px;
- margin-left:3px;
- line-height:50px;
- color: #000;
- font-family: 'happy monkey', sans-serif;
- text-align:center;
- -webkit-transition-duration: .7s;
- border-radius: 50px;
- -moz-border-radius: 50px;
- -webkit-border-radius: 50px;
- display: inline-block;
- opacity: 0.7;
- }
- .links:hover {
- background-color: #C9C9C9;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- -webkit-transition: all .5s ease-in-out;
- -webkit-transition-duration: .5s;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- -webkit-transform:rotate(360deg);
- -moz-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -webkit-transition-duration: .5s;
- -webkit-transition-duration: .5s;
- opacity: 0.9;
- }
- .links2 {
- display : block;
- text-align: center;
- background : #CECBCB;
- font-size: 12px;
- width: 160px;
- height: 20px;
- letter-spacing:0px;
- margin-top:5px;
- margin-left:3px;
- line-height:20px;
- color: #000;
- font-family: 'happy monkey', sans-serif;
- text-align:center;
- -webkit-transition-duration: .6s;
- border-radius: 50px;
- -moz-border-radius: 50px;
- -webkit-border-radius: 50px;
- display: inline-block;
- opacity: 0.7;
- }
- .links2:hover {
- width:100px;
- background-color: #C9C9C9;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- -webkit-transition: all .5s ease-in-out;
- -webkit-transition-duration: .5s;
- -webkit-transition-duration: .5s;
- -webkit-transition-duration: .5s;
- opacity: 0.9;
- }
- .lol {
- text-align: center;
- float:left;
- margin:10px;
- width: 30px;
- position:fixed;
- height:60px;
- background: white;
- font-size: 10px;
- line-height:30px;
- font-family: 'Happy Monkey', cursive;
- text-transform:uppercase;
- border-radius: 0px 0px 50px 50px;
- -moz-border-radius: 0px 0px 50px 50px;
- -webkit-border-radius: 0px 0px 50px 50px;
- border: 1px dashed #000000;
- }
- .credss {
- color: #FFFFFF;
- letter-spacing:1px;
- font-family: arial;
- font-size:10px;
- z-index: 99999999999999px;
- line-height:14px;
- margin: 2px;
- background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
- background-repeat:repeat;
- border:1px solid rgba(0,0,0,0.1);
- padding:3px 5px;
- -webkit-border-radius:2px;
- moz-border-radius:2px;
- -o-border-radius:2px;
- border-radius:2px;
- }
- .credss a { color: #FFF; }
- #posts {
- float:center;
- margin-top: 0px;
- -webkit-transition-duration: .6s;
- -moz-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
- -webkit-transition: all .2s ease-in-out;
- -webkit-transition-duration: .7s;
- -webkit-transition-duration: .7s;
- -webkit-transition-duration: .7s;
- width:710px;
- margin-left:240px;
- background: #fff;
- z-index: -500px;
- }
- .blogtitle{
- font-size:30px;
- text-align: center;
- letter-spacing:1px;
- line-height:auto;
- font-family: 'Amatic SC', cursive;
- font-weight: 800;
- text-transform:uppercase;
- color:#000;
- -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- }
- .blogtitle:hover{
- color:#dde8ee;
- }
- .title{
- font-family: 'Happy Monkey', cursive;
- font-size: 20px;
- color: black;
- font-weight: normal;
- }
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#posts');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
- });
- });
- });
- </script>
- {/block:IndexPage}
- <span class="lol"> <br>
- <a href="http://kittythemes.tumblr.com"><img src="http://i41.tinypic.com/3am9c.jpg" /></a> </span> </>
- <div style="position: fixed; right:0px;top:28px;">
- <span class="credss">
- <a href="http://kittythemes.tumblr.com/" target="_blank">
- Theme Credit
- </a></span></div>
- </div>
- <title>{title}</title>
- <link rel="shortcut icon" href="http://static.tumblr.com/gikbzax/bVim3d2lw/kitty.gif">
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="sidebar">
- <center>
- <a title="" href="/">
- <div class="blogtitle">{title}</a></div>
- {block:ifshowphoto}<center><a title="" href="/"><img src="{image:sidebar}" width=230px height=auto></a></center>{/block:ifshowphoto}
- <center>{Description} <br>
- <div class="links">
- <a href="/">home</a></a>
- </div>
- <div class="links">
- <a href="/ask">ask</a></a>
- </div>
- <div class="links">
- <a href="http://rebecaxo.com/">theme</a></a> <br>
- </div>
- {block:ifCustomLinkOneTitle}
- <div class="links2"><a href="{text:Custom Link One}" class="links1">{text:Custom Link One Title}</a></div>
- {/block:ifCustomLinkOneTitle}
- <br>
- {block:ifCustomLinkTwoTitle}
- <div class="links2"><a href="{text:Custom Link Two}" class="links1">{text:Custom Link Two Title}</a></div>
- {/block:ifCustomLinkTwoTitle}
- <br>
- {block:ifCustomLinkThreeTitle}
- <div class="links2"><a href="{text:Custom Link Three}" class="links1">{text:Custom Link Three Title}</a></div>
- {/block:ifCustomLinkThreeTitle}
- <br>
- {block:ifCustomLinkFourTitle}
- <div class="links2"><a href="{text:Custom Link Four}" class="links1">{text:Custom Link Four Title}</a></div>
- {/block:ifCustomLinkFourTitle}
- <br>
- {block:ifCustomLinkFiveTitle}
- <div class="links2"><a href="{text:Custom Link Five}" class="links1">{text:Custom Link Five Title}</a></div>
- {/block:ifCustomLinkFiveTitle}
- </center></div>
- <div class="content">
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:IndexPage}
- <div class="permalink">
- <span class=""><a href="" target="_blank"></a></span>
- <span class="countreblog"><a href="{ReblogURL}" target="_blank">reblog</a></span>
- <span class="countreblog"><a href="{Permalink}">{NoteCountWithLabel}</a></span> </div>
- {/block:IndexPage}
- {block:Text}
- <div style="padding-top:10px; padding-bottom:0px; padding-left:10px; padding-right:10px;">
- {block:Title}
- <a href="{permalink}"><span class="title">{Title}</span></a>
- {/block:Title}
- <span class="entrytext" style="line-height:12px;">{Body}</span>
- <a href="{Permalink}"></a></div>
- {block:IndexPage}
- <div align="right">
- <a href="{permalink}"></a></div>
- {/block:Date}{/block:IndexPage}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="350"/></a></div>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="550"/></a>{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- {Photoset-340}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-550}</center>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {Quote}</span>
- {block:Source}<strong>{Source}</strong>{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <center><div style="width:340px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-340}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-550}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PermalinkPage}
- <center>
- <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"> →</a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">← </a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- </body>
- <br>
- <br>
- </html>

