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">
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js">
- </script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
- </script>
- <title>
- {title}
- </title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="color:Sidebar Background" content="transparent"/>
- <meta name="if:Like Button" content="1"/>
- <meta name="if:Captions" content="0"/>
- <meta name="image:Sidebar Background" content=""/>
- <meta name="if:Invert Follow" content="1"/>
- <meta name="if:No Repeat Background" content="1"/>
- <meta name="if:Faded Posts" content="0"/>
- <meta name="if:Grayscale On Hover" content="0"/>
- <meta name="if:Color On Hover" content="0"/>
- <meta name="if:3 Columns" content="1"/>
- <meta name="if:2 Columns" content="0"/>
- <meta name="if:1 Column" content="0"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="image:Background" content="0"/>
- <meta name="image:Sidebar" content="0"/>
- <meta name="text:Link 1" content="/"/>
- <meta name="text:Link 1 Title" content="link"/>
- <meta name="text:Link 2" content="/"/>
- <meta name="text:Link 2 Title" content="link"/>
- <meta name="text:Link 3" content="/"/>
- <meta name="text:Link 3 Title" content="link"/>
- <meta name="text:Link 4" content="/"/>
- <meta name="text:Link 4 Title" content="link"/>
- <meta name="text:Link 5" content="/"/>
- <meta name="text:Link 5 Title" content="link"/>
- <meta name="text:Link 6" content="/"/>
- <meta name="text:Link 6 Title" content="link"/>
- <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- $(".photoset").each(function() {
- var newSrc = $(this).attr("src").replace('250','200');
- $(this).attr("src", newSrc);
- });
- </script>
- <script type="text/javascript">
- $(function(){
- var iFrames = $('.photoset');
- function iResize() {
- for (var i = 0, j = iFrames.length; i < j; i++) {
- iFrames[i].style.height = iFrames[i].contentWindow.document.body.offsetHeight + 'px';}
- }
- if ($.browser.safari || $.browser.opera) {
- iFrames.load(function(){
- setTimeout(iResize, 0);
- });
- for (var i = 0, j = iFrames.length; i < j; i++) {
- var iSource = iFrames[i].src;
- iFrames[i].src = '';
- iFrames[i].src = iSource;
- }
- } else {
- iFrames.load(function() {
- this.style.height = this.contentWindow.document.body.offsetHeight + 'px';
- });
- }
- });
- </script>
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
- liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
- };
- }, false );
- };
- </script>
- <style type="text/css">
- /*--FOLLOW BUTTONS--*/
- #tumblr_controls{
- opacity: 0.6;
- position:fixed !important;
- z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
- {Block:ifInvertFollow}
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter:invert(100%);
- {/Block:ifInvertFollow}
- }
- #tumblr_controls:hover{
- opacity: 1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /*--LINKS--*/
- 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{
- text-decoration:none;
- color:{color:hover};
- }
- /*--ADS--*/
- #ad{
- opacity: 0.095;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #ad:hover{
- opacity: 1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /*--FORMAT--*/
- body{
- color:#000;
- font-family: lato;
- font-size:13px;
- line-height:100%;
- background-color:{color:background};
- background-image: url({image:background});
- background-attachment: fixed;
- {Block:IfNoRepeatBackground}
- background-size: cover;
- {/Block:IfNoRepeatBackground}
- {Block:IfNotNoRepeatBackground}
- background-repeat: repeat;
- {/Block:IfNotNoRepeatBackground}
- }
- /*--SIDEBAR--*/
- #sidebarpic{
- border: 3px solid #aaa;
- {Block:IfFadedPosts}
- opacity: 0.7;
- {/Block:IfFadedPosts}
- {Block:IfNotFadedPosts}
- opacity: 1;
- {/Block:IfNotFadedPosts}
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #sidebarpic:hover{
- opacity: 1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #blogtitle{
- font-size:50px;
- line-height:75%;
- text-align:center;
- font-family:lato;
- }
- #blogtitle 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;
- }
- #blogtitle a:hover{
- text-decoration:none;
- color:{color:link};
- }
- #sidebar{
- text-align: right !important;
- background-color: {color:sidebar background};
- background-image: url({image:sidebar background});
- {Block:IfNoRepeatBackground}
- background-size: cover;
- {/Block:IfNoRepeatBackground}
- {Block:IfNotNoRepeatBackground}
- background-repeat: repeat;
- {/Block:IfNotNoRepeatBackground}
- z-index:99999;
- position:fixed !important;
- font-size: 12px;
- line-height:12px;
- font-family:'lato';
- width:241px;
- top:0px;
- left:0px;
- height:100%;
- padding:7px;
- z-index:10;
- overflow:hidden;
- text-align:center;
- }
- /*--POSTS--*/
- .my-like {
- background-image: url(http://www.jazzpush.com/images/icons/heart_grey_dark.png?1363288421) !important;
- height:17px;
- width:17px;
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .my-liked, .my-like:hover {
- background-image: url(http://i95.photobucket.com/albums/l149/Fogrugby/Emoticon_a-heart.gif) !important;
- height:17px;
- width:17px;
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #lefts{
- position:fixed;
- left: 255px;
- top:0px;
- height: 100%;
- width: 728px;
- border-left: 3px double #aaa;
- }
- .title{
- font-size:20px;
- font-family:lato;
- }
- .title 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;
- }
- #wrap{
- width:800px;
- float:center;
- margin-left: 265px;
- margin-top:15px;
- background-color: transparent;
- position:fixed;
- padding:5px;
- }
- #title {
- text-align:center;
- color: {color:link};
- font-weight:bold;
- font-family: 'lato';
- padding:0px;
- padding-top: 0px;
- font-size:40px;
- line-height:95%;
- }
- .entry{
- {Block:IfFadedPosts}
- opacity: 0.7;
- {/Block:IfFadedPosts}
- {Block:IfNotFadedPosts}
- opacity: 1;
- {/Block:IfNotFadedPosts}
- margin: 20px;
- background-color: #fff;
- {Block:If3Columns}
- width: 200px;
- {/Block:If3Columns}
- {Block:If2Columns}
- width: 250px;
- {/Block:If2Columns}
- {Block:If1Column}
- width: 500px;
- {/Block:If1Column}
- border: 1px solid #aaa;
- padding:10px;
- float:left;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .entry:hover{
- opacity: 1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .entry img{
- z-index: -1;
- display: block;
- max-width: 100%;
- {Block:IfGrayscaleOnHover}
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- {/Block:IfGrayscaleOnHover}
- {Block:IfColorOnHover}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- {/Block:IfColorOnHover}
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .entry:hover img{
- {Block:IfGrayscaleOnHover}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- {/Block:IfGrayscaleOnHover}
- {Block:IfColorOnHover}
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- {/Block:IfColorOnHover}
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .permas{
- z-index: 999999999999999999999999999999999999999999999999999;
- padding: 4px;
- background-color: #fff;
- position: absolute;
- left: -20px;
- top: 10px;
- opacity: 0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .entry:hover .permas{
- z-index: 999999999999999999999999999999999999999999999999999;
- background-color: #fff;
- {Block:If3Columns}
- left: 151px;
- {/Block:If3Columns}
- {Block:If2Columns}
- left: 201px;
- {/Block:If2Columns}
- {Block:If1Column}
- left: 451px;
- {/Block:If1Column}
- opacity: 0.7;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .perma{
- z-index: 999999999999999999999999999999999999999999999999999;
- padding: 4px;
- background-color: #fff;
- position: absolute;
- right: -20px;
- top: 35px;
- opacity: 0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .entry:hover .perma{
- z-index: 999999999999999999999999999999999999999999999999999;
- background-color: #fff;
- right: 10px;
- opacity: 0.7;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .like{
- z-index: 999999999999999999999999999999999999999999999999999;
- padding: 1px;
- background-color: #fff;
- position: absolute;
- left: -20px;
- top: 60px;
- opacity: 0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .entry:hover .like{
- z-index: 999999999999999999999999999999999999999999999999999;
- background-color: #fff;
- {Block:If3Columns}
- left: 191px;
- {/Block:If3Columns}
- {Block:If2Columns}
- left: 241px;
- {/Block:If2Columns}
- {Block:If1Column}
- left: 491px;
- {/Block:If1Column}
- opacity: 0.7;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- /*--SCROLLBAR--*/
- ::-webkit-scrollbar {
- width: 5px;
- height: 4px;
- background: white;
- }
- ::-webkit-scrollbar-thumb {
- background-color:black;
- }
- #post_load{
- position: absolute;
- bottom: -1px;
- left: 0px;
- opacity: 0;
- }
- #important{
- background-color: white;
- text-align: center;
- position:fixed;
- bottom:-100px;
- right:30px;
- width: 40px;
- border:1px solid;
- border-color:#e8e8e8;
- border-radius:7px;
- padding-top:4px;
- padding-left:7px;
- padding-right:7px;
- padding-bottom:40px;
- -webkit-transform: scale(0.75);
- -moz-transform: scale(0.75);
- -o-transform: scale(0.75);
- transform: scale(0.75);
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition: all .4s ease;
- z-index:99999999999;
- }
- /*--BUTTONS--*/
- a.btn{
- opacity: 0.6;
- z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
- {Block:ifInvertFollow}
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- {/Block:ifInvertFollow}
- position:fixed; top:26px;
- right:3px;
- white-space:nowrap;
- outline:0;
- text-decoration:none;
- cursor:pointer;
- overflow:hidden;
- text-overflow:ellipsis;
- font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
- height:20px;
- padding:0 5px;
- -webkit-font-smoothing:antialiased;
- -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select:none;
- user-select:none;
- -webkit-box-sizing:border-box;
- -moz-box-sizing:border-box;
- -ms-box-sizing:border-box;
- -o-box-sizing:border-box;
- box-sizing:border-box;
- -webkit-transition-property:padding;
- -moz-transition-property:padding;
- -ms-transition-property:padding;
- -o-transition-property:padding;
- transition-property:padding;
- -webkit-transition-duration:.1s;
- -moz-transition-duration:.1s;
- -ms-transition-duration:.1s;
- -o-transition-duration:.1s;
- transition-duration:.1s;
- -webkit-transition-timing-function:ease;
- -moz-transition-timing-function:ease;
- -ms-transition-timing-function:ease;
- -o-transition-timing-function:ease;
- transition-timing-function:ease
- }
- .btn{
- color:#fff;
- border:1px solid rgba(0,0,0,0.18);
- background:rgba(0,0,0,0.38);
- text-shadow:1px 1px 0 rgba(0,0,0,0.08)
- }
- .btn:hover{
- opacity: 1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- a.btn, a.btn:hover{
- color:white!important
- }
- .btn{
- margin-bottom:5px;
- color:#fff;
- border:1px solid rgba(0,0,0,0.18);
- background:rgba(0,0,0,0.38);
- text-shadow:1px 1px 0 rgba(0,0,0,0.08);
- -webkit-border-radius:2px;
- -moz-border-radius:2px;border-radius:2px
- }
- .btn:hover::after,.btn:focus::after{
- background:rgba(255,255,255,0.09);
- color:white
- }
- .btn:active::after{
- background:rgba(255,255,255,0.18) color:white
- }
- .btn_label.show{
- display:block
- }.
- btn::after{
- position:absolute;
- top:0;right:0;
- bottom:0;left:0;content:'';
- -webkit-border-radius:inherit;
- -moz-border-radius:inherit;border-radius:inherit
- }
- .btn.icon::before{
- display:block;content:'';
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- width:20px;
- border-radius:inherit;
- background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat
- }
- .btn.theme::before{
- background-position:0 -0px
- }
- .btn img{
- width:15px
- }
- .btn.icon{
- padding-left:20px
- }
- .btn:active::after{
- background:rgba(255,255,255,0.18)
- }
- .clear {
- clear: both;
- }
- #pagination {
- display: none;
- }
- .clearfix:after{
- content:".";
- display:block;
- clear:both;
- visibility:hidden;
- line-height:0;height:0
- }
- .clearfix{
- display:inline-block
- }
- html[xmlns] .clearfix{
- display:block
- }
- * html .clearfix{
- height:1%
- }
- a.btn, .btn, .btn:hover{
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- {CustomCSS}
- </style>
- </head>
- <!--INFINITE SCROLL-->
- {block:IndexPage}
- <div id="post_load">☁</div>
- <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 = $('#wrap');
- $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}
- <body>
- <div id="lefts">
- </div>
- <!--SIDEBAR-->
- <div id="sidebar">
- <div style="margin-top: 0%;">
- </div>
- <div style="margin-top: 70%;">
- </div>
- <a href="/">
- <img id="sidebarpic" src="{image:sidebar}" width="150px">
- </a>
- <p>
- {Description}
- <div style="margin-bottom: -8px;">
- </div>
- <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></div>{Block:ifLink1}<a class="linkz" href="{text:Link 1}">{text:link 1 title}</a>{/Block:ifLink1}{Block:ifLink2} / <a class="linkz" href="{text:Link 2}">{text:link 2 title}</a>{/Block:ifLink2}{Block:ifLink3} / <a class="linkz" href="{text:Link 3}">{text:link 3 title}</a>{/Block:ifLink3}{Block:ifLink4} / <a class="linkz" href="{text:Link 4}">{text:link 4 title}</a>{/Block:ifLink4}{Block:ifLink5} / <a class="linkz" href="{text:Link 5}">{text:link 5 title}</a>{/Block:ifLink5}{Block:ifLink6} / <a class="linkz" href="{text:Link 6}">{text:link 6 title}</a>{/Block:ifLink6}
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--POSTS-->
- <div id="wrap">
- {block:Posts}
- <div class="entry"
- {Block:PermalinkPage}
- style="width: 50%;"
- {/Block:PermalinkPage}>
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Text}
- {Body}
- {block:IndexPage}
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- {LinkOpenTag}
- <div class="permas">
- <a href="{ReblogURL}">REBLOG</a>
- </div>
- <div class="perma">
- <a href="{Permalink}">{Notecount}</a>
- </div>
- {Block:IfLikeButton}
- <div class="like">
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">
- </div>
- </div>
- {/Block:IfLikeButton}
- <div class="photo">
- <a href="{permalink}">
- <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
- </div>
- {LinkCloseTag}
- {Block:IfCaptions}
- {Block:Caption}
- {Caption}
- <div style="margin-bottom: -8px;">
- </div>
- {/Block:Caption}
- {/Block:IfCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <a href="{permalink}">
- <img class="photo" src="{PhotoURL-HighRes}" width="100%"/></a>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {Block:If3Columns}
- {Photoset-250}
- {/Block:If3Columns}
- {Block:If2Columns}
- {Photoset-250}
- {/Block:If2Columns}
- {Block:If1Column}
- {Photoset-500}
- {/Block:If1Column}
- {block:IndexPage}
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}
- <div class="title">
- {Source}
- </div>
- {/block:Source}
- </div>
- {block:IndexPage}
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Quote}
- {block:Video}
- {Video-250}
- <br>
- {PlayCountWithLabel}
- {block:IndexPage}
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Video}
- {block:Link}
- <div class="title">
- <a title="{name}" href="{URL}" class="link" {Target}>
- {Name}
- </a>
- </div>
- <br>
- {block:Description}
- {Description}
- {/block:Description}
- {block:IndexPage}
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>
- {Label}
- {/block:Label}
-
- {Line}
- {/block:Lines}
- {block:IndexPage}
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerWhite}
- <br>
- <div align="right">
- {block:Artist}
- Artist: {Artist}
- </div>
- {/block:Artist}
- <br>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {block:IndexPage}
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Audio}
- {block:Answer}
- {Asker}:
- <b>
- {Question}
- </b>
- <br>
- {Answer}
- {block:IndexPage}
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- <center>
- {Block:HasTags}
- {Block:Tags}
- #{Tag}
- {/Block:Tags}
- {/Block:HasTags}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- <b>Posted</b> {TimeAgo} with {NoteCount} <b>notes</b>
- </center>
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a style="display:none;" id="nextPage" href="{NextPage}">
- →
- </a>
- {/block:NextPage}
- {block:PreviousPage}
- <a style="display:none;" href="{PreviousPage}">
- ←
- </a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </body>
- <a class="btn" href="http://unstrong.tumblr.com" style="position: fixed; right: 3px;">
- ☀ Theme
- </a>
- </center>
- </a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement