Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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">
- <!----
- © borntobewildthemes.tumblr.com | "Despicable me"
- + Please do not redistribute this theme or remove credits
- + You are allowed to make changes as long as you keep our credits
- + If you have any questions or concerns, just contact us
- + Thanks for using our theme :) Hope you enjoy it!
- ---->
- <html>
- <head>
- <!--Google fonts-->
- <link href='http://fonts.googleapis.com/css?family=Mystery+Quest' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Trade+Winds' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="image:Background" content="1"/>
- <meta name="image:Header image" content="0"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Header background" content="#fff"/>
- <meta name="color:Container background" content="#fff"/>
- <meta name="color:Icon" content="#D54D99"/>
- <meta name="color:Link" content="#3B8BAE"/>
- <meta name="color:Link background" content="#fff"/>
- <meta name="color:Post background" content="#fff"/>
- <meta name="color:Text" content="#777"/>
- <meta name="color:Hover" content="#ffd868"/>
- <meta name="color:Italic" content="#D54D99"/>
- <meta name="color:Bold" content="#ffd868"/>
- <meta name="color:Borders" content="#8C8E8B"/>
- <meta name="color:Header Image Border" content="#3B8BAE"/>
- <meta name="color:Description" content="#777"/>
- <meta name="color:Title" content="#3B8BAE"/>
- <meta name="color:Blog Title" content="#FFD868"/>
- <meta name="color:Scrollbar" content="#FFD868"/>
- <meta name="color:Ask bubble" content="#777"/>
- <meta name="if:Show Search" content="1" />
- <meta name="if:Show Captions" content="0" />
- <meta name="if:Show Tags" content="0" />
- <meta name="select:Title Font" content="Exo" title="Exo">
- <meta name="select:Title Font" content="Trade Winds" title="Trade Winds">
- <meta name="select:Title Font" content="Clicker Script" title="Clicker Script">
- <meta name="select:Title Font" content="The Girl Next Door" title="The Girl Next Door">
- <meta name="select:Title Font" content="Mystery Quest" title="Mystery Quest">
- <meta name="font:Body font" content=""/>
- <meta name="if:Show Link One" content="1" />
- <meta name="if:Show Link Two" content="1" />
- <meta name="if:Show Link Three" content="1" />
- <meta name="if:Show Link Four" content="1" />
- <meta name="if:Show Link Five" content="1" />
- <meta name="text:Link One" content="Link One"/>
- <meta name="text:Link Two" content="Link Two"/>
- <meta name="text:Link Three" content="Link Three"/>
- <meta name="text:Link Four" content="Link Four"/>
- <meta name="text:Link Five" content="Link Five"/>
- <meta name="text:Link One Url" content="Link One Url"/>
- <meta name="text:Link Two Url" content="Link Two Url"/>
- <meta name="text:Link Three Url" content="Link Three Url"/>
- <meta name="text:Link Four Url" content="Link Four Url"/>
- <meta name="text:Link Five Url" content="Link Five Url"/>
- <style type="text/css">
- /*Body*/
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family:{font:Body font};
- line-height:20px;
- font-size:15px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- overflow:hidden;
- }
- h1{
- line-height: 25px;
- color:{color:Title};
- font-family:{select:Title Font};
- font-size:22px;
- font-weight: normal;
- border-bottom:1px solid {color:Info border};
- }
- h2{
- line-height:20px;
- font-size:17px;
- }
- a:link, a:active, a:visited{
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- color: {color:Hover};
- text-decoration:none;
- }
- a img{border: 0px;}
- b, strong {color:{color:Bold};}
- i, em {color:{color:Italic};}
- p {margin-top:5px; margin-bottom:5px;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
- .notes img{
- width:15px;
- position:relative;
- top:3px;
- margin-right:5px;
- border:1px solid {color:Borders};
- border-radius:60px;
- }
- <--ses-->
- small{font-size: 90%;}
- big{font-size: 110%;}
- /* Webkit scrollbar */
- ::-webkit-scrollbar-thumb {
- background: {color:Scrollbar};
- height: auto; border: 3px solid {color:Post background};
- }
- ::-webkit-scrollbar {
- height:10px;
- width:12px;
- background: {color:Scrollbar};
- height: auto;
- border: 5px solid {color:Post background};
- }
- /*Posts and entries*/
- #container{
- margin:auto;
- position:relative;
- width:900px;
- margin-left:auto;
- margin-right:auto;
- -webkit-box-shadow: 1px 3px 18px -2px rgba(50, 50, 50, 0.75);
- -moz-box-shadow: 1px 3px 18px -2px rgba(50, 50, 50, 0.75);
- box-shadow: 1px 3px 18px -2px rgba(50, 50, 50, 0.75);
- }
- #posts {
- width:895px;
- margin-top:-3px;
- z-index:99;
- margin-right:auto;
- margin-left:auto;
- position:relative;
- overflow-y:auto;
- max-height:340px;
- background:{color:Container background};
- border:3px solid {color:Borders};
- {block:PermalinkPage}
- width:545px;
- border:3px solid transparent;
- {/block:PermalinkPage}
- }
- .entry {
- float:left;
- display: block;
- margin:10px;
- overflow:hidden;
- width:250px;
- padding:10px;
- border:2px solid {color:Borders};
- {block:PermalinkPage}
- width:500px;
- margin-left:auto;
- margin-right:auto;
- {/block:PermalinkPage}
- background:{color:Post background};
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
- }
- .entry:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- -moz-box-shadow: 0 0 5px 5px #888;
- -webkit-box-shadow: 0 0 5px 5px #888;
- box-shadow: 0 0 5px 5px #888;
- }
- .entry p img, .entry blockquote img { max-width: 100%; }
- /* Header */
- #header1{
- position:relative;
- margin-left:0px;
- margin-top:150px;
- background-color:{color:Header background};
- background-size:cover;
- border:3px solid {color:Borders};
- height:110px;
- width:895px;
- z-index:10000;
- }
- #blogtitle{
- position:absolute;
- margin-top:-100px;
- font-size:30px;
- max-width:350px;
- line-height: 35px;
- color:{color:Blog title};
- font-family:{select:Title Font};
- font-weight: normal;
- }
- #navibox{
- position:absolute;
- margin-left:505px;
- margin-top:5px;
- width:370px;
- font-size:30px;
- color:{color:Blog Title};
- letter-spacing:2px;
- line-height:30px;
- height:91px;
- padding-top:10px;
- }
- #navibox:hover{
- color:{color:Hover};
- }
- .navigation{
- position:absolute;
- margin:0px;
- width:360px;
- padding-left:5px;
- padding-right:5px;
- height:60px;
- }
- .navigation a{
- display:inline;
- margin-right:2px;
- background:{color:Link background};
- border:1px solid {color:Borders};
- padding:3px;
- text-align:center;
- font-size:12px;
- }
- .navigation a:hover{
- opacity:1;
- background:{color:Borders};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .topbar{
- position:absolute;
- width:900px;
- height:143px;
- margin-top:-143px;
- margin-left:-3px;
- background:url('http://i58.tinypic.com/90wtjl.jpg');
- z-index:-100;
- }
- /* Search box */
- .search{
- margin-top:5px;
- width:200px;
- height:32px;
- }
- .search i{
- position:fixed;
- margin-left:-22px;
- margin-top:10px;
- font-size:20px;
- color:{color:Icon};
- }
- #headerimage {
- position:absolute;
- margin-left:378.5px;
- margin-top:3px;
- width:100px;
- height:100px;
- border-radius:100%;
- z-index:1000000;
- border:3px solid {color:Header image border};
- }
- #headerimage img {
- width:100px;
- height:100px;
- border-radius:100%;
- }
- #links{
- position:relative;
- width:360px;
- height:40px;
- margin-top:-5px;
- z-index:10000;
- }
- #links i{
- color:{color:Icon};
- margin-top:10px;
- }
- #links a{
- display:inline-block;
- min-width:35px;
- min-height:35px;
- margin-left:20px;
- line-height:14px;
- opacity:0.9;
- text-align:center;
- vertical-align:center;
- background:url('http://i59.tinypic.com/21c8383.png');
- }
- #links a:hover{
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #desc{
- position:absolute;
- width:355px;
- height:95px;
- overflow-y:auto;
- overflow-x:hidden;
- padding:5px;
- margin-top:5px;
- margin-left:0px;
- font-size:13.5px;
- color:{color:Description};
- line-height:15px;
- text-align:center;
- }
- /* Quote posts */
- .quote {
- font-size:20px;
- line-height:25px;
- font-family:{select:Title Font};
- color:{color:Italic};
- margin-top:10px;
- margin-left:10px;
- margin-right:10px;
- margin-bottom:5px;
- padding:5px;
- text-align:center;
- letter-spacing:1px;
- }
- .source {
- font-size:15px;
- line-height:18px;
- color:{color:Italic};
- height:auto;
- margin-top:10px;
- margin-left:10px;
- margin-right:10px;
- margin-bottom:5px;
- padding:5px;
- text-align:right;
- letter-spacing:1px;
- }
- /* Chat posts */
- .chat .line{
- margin:0 0 -1px;
- color: {color:Text};
- padding:2px;
- border-top:1px dashed {color:Borders};
- border-bottom:1px dashed {color:Borders};
- }
- .label {
- font-weight:bold;
- color:{color:Bold};
- font-size:15px;
- }
- /* Audio posts */
- .album img{
- max-width:70px;
- margin-left:5px;
- float:left;
- margin-top:0px;
- z-index:10;
- border: 1px solid {color:Borders};
- }
- .audio{
- position:absolute;
- width:165px;
- min-height:70px;
- margin-left:80px;
- float:left;
- padding:5px;
- margin-top:-2px;
- z-index:10;
- font-size:11px;
- line-height:15px;
- overflow:hidden;
- }
- .player{
- position:absolute;
- max-width:28px;
- max-height:28px;
- margin-left:27px;
- margin-top:27px;
- z-index:100000;
- overflow:hidden;
- }
- /* Link posts */
- #linktitle {
- width:235px;
- {block:PermalinkPage}
- width:485px;
- {block:PermalinkPage}
- border:2px solid {color:Borders};
- padding:5px;
- }
- .linktexttitle {
- line-height: 25px;
- color:{color:Link};
- font-family:{select:Title Font};
- font-size:20px;
- font-weight: normal;
- }
- }
- .linktexttitle a {color:{color:Posts};}
- .linkdescription {
- padding:5px;
- margin:0px;
- text-align:left;}
- /*Ask Posts*/
- .bubble {
- position: relative;
- align:right;
- height:auto;
- background: {color:Ask bubble};
- margin:5px 0px 5px 66px;
- padding:5px;
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
- border-radius:5px;
- }
- .bubble p {
- margin:1px 0px;
- }
- .bubble span {
- display:block;
- position:absolute;
- width:1px;
- height:1px;
- font-size: 0;
- line-height: 1px;
- margin-left:-10px;
- margin-top:0px;
- border-top:7px solid transparent;
- border-bottom:7px solid transparent;
- border-right:10px solid {color:Ask bubble};}
- .askborder {
- float: left;
- margin: 1px 4px 0 0;
- padding: 2px;
- background: {color:Ask bubble};}
- /* EXTRAS */
- .like_and_reblog_buttons {
- position:absolute;
- float:right;
- margin-left:200px;
- margin-bottom:10px;
- z-index:200000;
- border: 0px solid #e8e8e8;
- border-radius: 3px;
- list-style: none;
- {block:PermalinkPage}
- margin-left:420px;
- {/block:PermalinkPage}
- }
- .like_and_reblog_buttons li {
- float:right;
- margin: 5px 5px;
- height: 15px;
- }
- .like_and_reblog_buttons li:first-child {
- border-right: 0px solid #e8e8e8;
- }
- .info {
- height:20px;
- float:center;
- padding-top:4px;
- margin-top:10px;
- text-align:center;
- font-size:13px;
- letter-spacing:1px;
- line-height:20px;
- background-color: transparent;
- color:{color:Link};
- border-top:1px solid{color:Borders};
- width:250px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- text-transform:lowercase;
- }
- .info a {
- font-size:13px; }
- .info i {
- color:{color:Icon};}
- /* Style of the box that appears when you hover over the links */
- #s-m-t-tooltip {
- max-width:300px;
- z-index:10000000000;
- margin:24px 14px 7px 12px;
- padding:8px;
- color:{color:Link};
- background:{color:Post Background};
- border:1px solid {color:Borders};
- font-size:12px;
- line-height:16px;
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
- }
- /* Pagination */
- .pagination {
- margin-top:20px;
- margin-bottom:20px;
- }
- .jump_page {
- padding: 4px 8px;
- color:{color:Link};
- background:{color:Post background};
- font-size:11px;
- text-decoration:none;
- border:1px solid {color:Borders};
- }
- .current_page, .jump_page:hover{
- padding: 4px 8px;
- background:{color:Post background};
- color:{color:Hover};
- font-size:11px;
- text-decoration:none;
- border:1px solid {color:Borders};
- }
- /* Credits */
- #credits {
- position:fixed;
- right:10px;
- top:40px;
- z-index:100000;
- }
- #credits img{
- border:3px solid {color:Borders};
- }
- </style>
- {CustomCSS}
- </style>
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="jquery.style-my-tooltips.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- {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 $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#posts').show(500);
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- </head>
- <body>
- <div id="container">
- <div style="position:absolute; margin-left:-70px; margin-top: 350px; z-index:1000000;"><img src="http://i61.tinypic.com/2vxhoop.png" border="0;"> </div>
- <div style="position: absolute; margin-left:897px; margin-top: 60px; z-index:100000;"><img src="http://i59.tinypic.com/r0o7io.png" border="0;"> </div>
- <div id="header1">
- <div class="topbar"></div>
- <div id="blogtitle">{Title}</div>
- <div id="navibox">
- <div class="navigation">
- <center>
- {block:IfShowLinkOne}
- <a href="{text:Link One url}" Title="{text:Link One}">01</a>
- {/block:IfShowLinkOne}
- {block:IfShowLinkTwo}
- <a href="{text:Link Two url}" Title="{text:Link Two}">02</a>
- {/block:IfShowLinkTwo}
- {block:IfShowLinkThree}
- <a href="{text:Link Three url}" Title="{text:Link Three}">03</a>
- {/block:IfShowLinkThree}
- {block:IfShowLinkFour}
- <a href="{text:Link Four url}" Title="{text:Link Four}">04</a>
- {/block:IfShowLinkFour}
- {block:IfShowLinkFive}
- <a href="{text:Link Five url}" Title="{text:Link Five}">05</a>
- {/block:IfShowLinkFive}
- {block:IfShowSearch}
- <div class="search">
- <form action="/search" method="get">
- <input type="text" name="q" value="search..." style="width:155px; padding-left:10px; height:20px; border:1px solid {color:Borders}; background:{color:Header background}; color:{color:Link}; font-size: 12px;margin-top:4px; margin-left:0px;"/><i class="fa fa-search"></i></form>
- </div>
- {/block:IfShowSearch}
- </center>
- </div>
- </div>
- <div id="headerimage"><img src="{image:Header image}">
- <div class="headerimageborder"></div>
- </div>
- <div id="desc">
- <div id="links">
- <center>
- <a href="/" Title="Index"><i class="fa fa-home fa"></i></a>
- <a href="/ask" Title="Message"><i class="fa fa-envelope fa"></i></a>
- <a href="/submit" Title="Submit"><i class="fa fa-pencil fa"></i></a>
- <a href="/archive" Title="Archive"><i class="fa fa-history fa"></i></a>
- </center>
- </div>
- {description}
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- <div class="content">
- {block:Text}
- {block:Title}
- <a href="{Permalink}">
- <h1>{Title}</h1></a>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <img src="{PhotoURL-250}"
- class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()"/>
- </a>{/block:IndexPage}
- {block:PermalinkPage}
- <a href="{permalink}">
- <img src="{PhotoURL-500}"
- width="500"/></a>{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {Photoset-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- "{Quote}"
- {block:Source}
- <div class="source">-{Source}
- </div>{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <div id="linktitle">
- <div class="linktexttitle">
- <a href="{URL}"
- class="linkpost"
- target="_blank">
- {Name} »</a></div></div>
- {block:Description}
- <div class="linkdescription">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Lines}
- <div class="chat"><div class="line {Alt}">
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">
- <span style="text-transform:uppercase;
- letter-spacing:1px">
- <b>{Label}</b>
- </span></span>
- {/block:Label}
- {Line}</div>
- </div></div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}">
- {block:AlbumArt}</div>
- <div class="player">
- {AudioPlayerGrey}
- </div>
- <div class="audio">
- {block:TrackName}<b>Track:</b> {TrackName}{/block:TrackName}
- {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
- {block:Album}<br><b>Album:</b> {Album}{/block:Album}
- {block:PlayCount}<br><b>Play count:</b> {PlayCount}{/block:PlayCount}
- </div>
- <br><br><br><br><br>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-48}"
- align="left"
- class="askborder">
- <div class="bubble"><span></span>
- {Asker}:
- {Question}
- </div><br>{Answer}{/block:Answer}
- {block:IfShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:IfShowCaptions}
- {block:Date}
- <div class="info">
- <a href="{Permalink}">
- <i class="fa fa-clock-o"></i>
- {TimeAgo}</a>
- {block:NoteCount}
- <i class="fa fa-heart-o"></i>
- {NoteCountWithLabel}
- {/block:NoteCount}
- </div> <!--END INFO -->
- <br>
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton size="15"}</li>
- <li>{LikeButton size="15"}</li>
- </ul>
- </div>
- <br>
- {/block:Date}
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">
- <i class="fa fa-tag"></i>
- {Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- {block:PermalinkPage}
- {block:ContentSource}
- Source: <a href="{SourceURL}"
- target="_blank">{SourceTitle}
- </a>{/block:ContentSource}<p>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- <!-- pagination -->
- <center>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <span class="jump_page">
- <a href="{PreviousPage}">«</a></span>
- {/block:PreviousPage}
- {block:JumpPagination length="4"}
- {block:CurrentPage}
- <span class="current_page">
- {PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <span class="jump_page"><a href="{URL}">{PageNumber}</a></span>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <span class="current_page">
- <a href="{NextPage}">»</a></span>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </center>
- </div>
- </body>
- <a href="http://borntobewildthemes.tumblr.com"><div id="credits">
- <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement