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 type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <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="if:Social" content="0"/>
- <meta name="color:Link Background" content="#ffffff"/>
- <meta name="color:Link Background Hover" content="#eeeee">
- <meta name="color:Sidebar Background" content="#ffffff"/>
- <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="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"/>
- <meta name="if:Page Links" content="1"/>
- <meta name="text:Instagram Username" content=""/>
- <meta name="text:Facebook URL" content=""/>
- <meta name="text:Google Plus URL" content=""/>
- <meta name="text:Youtube Username" content=""/>
- <meta name="text:Twitter Username" content=""/>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></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">
- @font-face { font-family: "consolas"; src: url('http://static.tumblr.com/npajswt/DF1mlc4l2/consolas.ttf'); }
- /*--FOLLOW BUTTONS--*/
- #tumblr_controls{
- opacity: 0.6;
- position:fixed !important;
- top: 7px !important;
- right: 7px !important;
- z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
- {Block:ifInvertFollow}
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter:invert(100%);
- {/Block:ifInvertFollow}
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #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};
- }
- .linkss{
- text-align:center;
- font-size:11px;
- margin-top:-5px;
- padding-left: 15px;
- padding-right: 15px;
- font-family: consolas;
- }
- .linkss a{
- letter-spacing:1px;
- height:25px;
- line-height:18px;
- padding: 2px;
- padding-top: 3px;
- background-color:{color:link background};
- text-align: center;
- color:#000;
- margin: -2px;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .linkss a:hover{
- background-color:{color:link background hover};
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- /*--BASICS--*/
- body{
- color:{color:text};
- font-family: consolas;
- font-size:13px;
- line-height:100%;
- background-color:{color:background};
- background-image: url({image:background});
- background-attachment: fixed;
- {Block:IfNoRepeatBackground}
- background-size: 100% auto;
- {/Block:IfNoRepeatBackground}
- {Block:IfNotNoRepeatBackground}
- background-repeat: repeat;
- {/Block:IfNotNoRepeatBackground}
- }
- /*--SIDEBAR--*/
- #sidebar #music{
- padding-top: 3px;
- text-align: center;
- position: fixed;
- margin-left: 15px;
- background-color: {color:sidebar background};
- border: 1px solid #aaa;
- border-bottom-color: #fff;
- height: 21px;
- width: auto;
- padding-left: 3px;
- padding-right: 3px;
- overflow: hidden;
- margin-top: -28px;
- z-index: 999;
- font-size: 11px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #sidebarpic{
- border: 1px solid #aaa;
- padding: 3px;
- background-color: #fff;
- margin-top: 10px;
- margin-bottom: 10px;
- {Block:IfFadedPosts}
- opacity: 0.7;
- {/Block:IfFadedPosts}
- {Block:IfNotFadedPosts}
- opacity: 1;
- {/Block:IfNotFadedPosts}
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #sidebarpic: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;
- }
- #blogtitle{
- background-color: #696969;
- position: fixed;
- top: 0px;
- left: 0px;
- font-size:20px;
- line-height:100%;
- text-align:center;
- font-family:consolas;
- width: 100%;
- color; #fff !important;
- height: 20px;
- opacity: 1;
- padding-top: 10px;
- padding-bottom: 10px;
- border-bottom: 1px solid #000;
- z-index: 99999999999999999999999999999999999999999999999999999999999;
- }
- #blogtitle a:link, a:active, a:visited{
- color:#fff !important;
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- #blogtitle a:hover{
- text-decoration:none;
- color:#fff;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- #wrapper #sidebar{
- text-align: center !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:'consolas';
- width:180px;
- margin-top:141px;
- margin-left: 47px;
- height:auto;
- padding:3px;
- padding-bottom: 15px;
- z-index:10;
- overflow:hidden;
- text-align:center;
- border: 1px solid #aaa;
- opacity: 1;
- }
- /*--POSTS--*/
- .photoset{
- width: 100% !important;
- }
- .photoset img{
- max-width: 100% !important;
- }
- .my-like {
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- }
- .my-liked, .my-like:hover {
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- }
- #wrapper #rights3{
- text-align: center;
- position:fixed;
- margin-left: 745px;
- margin-top:-1px;
- height: 102%;
- width: 100px;
- padding-top: 100px;
- border-left: 1px solid #aaa;
- border-right: 1px solid #aaa;
- background-color: {color:sidebar background};
- z-index: 0;
- opacity: 1;
- }
- .title{
- font-size:20px;
- font-family:consolas;
- }
- .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;
- }
- #wrapper{position: absolute; left: 50%; margin-left: -450px; width: 735px;}
- #wrapper #posts{
- width:480px;
- float:right;
- background-color: transparent;
- position:absolute;
- padding:5px;
- margin-left: 20px;
- margin-top: 0px;
- padding-top: 50px;
- {Block:PermalinkPage}margin-left: 255px;{/Block:PermalinkPage}
- }
- #posts{width: 600px;}
- .entry{
- {Block:IfFadedPosts}
- opacity: 0.7;
- {/Block:IfFadedPosts}
- {Block:IfNotFadedPosts}
- opacity: 1;
- {/Block:IfNotFadedPosts}
- margin: 10px;
- background-color: #fff;
- width: 214px;
- padding: 2px;
- float:left;
- border: 1px solid #aaa;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry: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;
- }
- .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.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s 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.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- {Block:IndexPage}
- .permas{
- z-index: 999999999999999999999999999999999999999999999999999;
- padding: 4px;
- background-color: #fff;
- position: absolute;
- left: 5px;
- border-left: 3px solid #ccc;
- top: 10px;
- opacity: 0;
- width: 43px;
- -webkit-transform: scale(0.5);
- -moz-transform: scale(0.5);
- -o-transform: scale(0.5);
- transform: scale(0.5);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .entry:hover .permas{
- z-index: 999999999999999999999999999999999999999999999999999;
- background-color: #fff;
- left: 10px;
- opacity: 1;
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -o-transform: scale(1);
- transform: scale(1);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .perma{
- z-index: 999999999999999999999999999999999999999999999999999;
- padding: 4px;
- background-color: #fff;
- position: absolute;
- left: 113px;
- top: 10px;
- border-left: 3px solid #ccc;
- opacity: 0;
- -webkit-transform: scale(0.5);
- -moz-transform: scale(0.5);
- -o-transform: scale(0.5);
- transform: scale(0.5);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .entry:hover .perma{
- z-index: 999999999999999999999999999999999999999999999999999;
- background-color: #fff;
- opacity: 1;
- border-left: 3px solid #ccc;
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -o-transform: scale(1);
- transform: scale(1);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .like{
- z-index: 999999999999999999999999999999999999999999999999999;
- padding: 4px;
- background-color: #fff;
- position: absolute;
- left: 69px;
- top: 10px;
- border-left: 3px solid #ccc;
- opacity: 0;
- -webkit-transform: scale(0.5);
- -moz-transform: scale(0.5);
- -o-transform: scale(0.5);
- transform: scale(0.5);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .entry:hover .like{
- z-index: 999999999999999999999999999999999999999999999999999;
- background-color: #fff;
- opacity: 1;
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -o-transform: scale(1);
- transform: scale(1);
- border-left: 3px solid #ccc;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .entry:hover .like:hover{
- border-left-width: 8px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .entry:hover .perma:hover{
- border-left-width: 8px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .entry:hover .permas:hover{
- border-left-width: 8px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .permas a{
- color: #000!important;
- }
- .perma a{
- color: #000 !important;
- }
- .like a{
- color: #000 !important;
- }
- {/Block:IndexPage}
- /*--SCROLLBAR--*/
- ::-webkit-scrollbar {
- width: 5px;
- height: 4px;
- background: white;
- }
- ::-webkit-scrollbar-thumb {
- background-color:black;
- }
- /*--BUTTONS--*/
- #wrapper #social{
- position: fixed;
- margin-top: 106px;
- margin-left: 830px;
- z-index: 999;
- }
- #ig, #rn, #tw, #plus, #fb, #yt{
- margin-left: -5px;
- z-index: 999999999999999999999;
- opacity: 0.4;
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition: all .4s ease;
- }
- #ig:hover, #rn:hover, #tw:hover, #plus:hover, #fb:hover, #yt:hover{
- opacity: 1;
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition: all .4s ease;
- }
- #pagination {
- display: none;
- }
- .linkss a{
- color: #000 !important;
- }
- .psdd ol, li img{opacity: 0; margin-right: -100px; margin-left: -50px;}
- #cred a{color: #000 !important; font-size: 9px;}
- {CustomCSS}
- </style>
- </head>
- <!--INFINITE SCROLL-->
- {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}
- <body>
- <div id="wrapper">
- <div id="rights3">
- {Block:IfSocial}social{/Block:IfSocial}</p>
- {Block:IfFacebookURL}<a id="fb" href="{text:Facebook URL}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/46-facebook-128.png" height="40px"></a></P>{/Block:IfFacebookURL}
- {Block:IfInstagramUsername}<a id="ig" href="http://instagram.com/{text:Instagram Username}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/78-instagram-128.png" alt="Instagram" height="40px"/></a></P>{/Block:IfInstagramUsername}
- {Block:IfTwitterUsername}<a id="tw" href="http://twitter.com/{text:Twitter Username}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/43-twitter-128.png" height="40px;"></a></P>{/Block:IfTwitterUsername}
- {Block:IfGooglePlusURL}<a id="plus" href="{text:Google Plus URL}"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/80-google-plus-128.png" height="40px"></a></P>{/Block:IfGooglePlusURL}
- {Block:IfYoutubeUsername}<a href="http://youtube.com/user/{text:Youtube Username}" id="yt"><img src="http://cdn3.iconfinder.com/data/icons/picons-social/57/58-youtube-128.png" height="40px"></a>{/Block:IfYoutubeUsername}
- </div>
- <!--SIDEBAR-->
- <div id="blogtitle">
- <a href="/">
- <div style="opacity: 1;">
- {Title}
- </div>
- </a>
- </div>
- <div id="sidebar">
- <a href="/">
- <img id="sidebarpic" src="{image:sidebar}" width="150px">
- </a>
- {Description}
- <br>
- <div style="border-bottom: 1px solid #aaa; width: 120px; margin-left: 29px; margin-top: 5px;"></div>
- <br>
- <center>
- <div class="linkss">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- {Block:ifLink1}<a href="{text:Link 1}">{text:link 1 title}</a>{/Block:ifLink1}
- {Block:ifLink2}<a href="{text:Link 2}">{text:link 2 title}</a>{/Block:ifLink2}
- {Block:ifLink3}<a href="{text:Link 3}">{text:link 3 title}</a>{/Block:ifLink3}
- {Block:ifLink4}<a href="{text:Link 4}">{text:link 4 title}</a>{/Block:ifLink4}
- {Block:ifLink5}<a href="{text:Link 5}">{text:link 5 title}</a>{/Block:ifLink5}
- {Block:ifLink6}<a href="{text:Link 6}">{text:link 6 title}</a>{/Block:ifLink6}
- <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>
- {Block:IfPageLinks}{Block:HasPages}{Block:Pages}<a href="{URL}" title="{Label}">{Label}</a>{/Block:Pages}{/Block:HasPages}{/Block:IfPageLinks}
- <a href="http://unstrong.tumblr.com">theme</a>
- <div style="margin-bottom: -10px;"></div>
- </center>
- </div>
- <!--POSTS-->
- <div id="posts">
- {block:Posts}
- <div class="entry"
- style="{Block:Text}border-color: transparent !important; background-color: transparent;{/Block:Text}{Block:Quote}border-color: transparent !important; background-color: transparent;{/Block:Quote}{Block:Answer}border-color: transparent !important; background-color: transparent;{/Block:Answer}{Block:Audio}border-color: transparent !important; background-color: transparent;{/Block:Audio}{Block:Chat}border-color: transparent !important; background-color: transparent;{/Block:Chat}{Block:Link}border-color: transparent !important; background-color: transparent;{/Block:Link}
- {Block:PermalinkPage}
- width: 440px;
- {/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" {block:ifnotlikebutton}style="margin-left: -43px;"{/block:ifnotlikebutton}>
- <a href="{Permalink}">{Notecount}</a>
- </div>
- {Block:IfLikeButton}
- <div class="like">
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">
- LIKE
- </div>
- </div>
- {/Block:IfLikeButton}
- <div class="piclol">
- <div class="photo">
- <a href="{permalink}">
- <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
- </div>
- </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}
- <div style="width: 250px; overflow: hidden;">{Photoset-250}</div>
- {block:IndexPage}
- <center>
- {block:IndexPage}
- <div class="permas">
- <a href="{ReblogURL}">REBLOG</a>
- </div>
- <div class="perma">
- <a href="{Permalink}" {block:ifnotlikebutton}style="margin-left: -43px;"{/block:ifnotlikebutton}>{Notecount}</a>
- </div>
- {Block:IfLikeButton}
- <div class="like">
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">
- LIKE
- </div>
- </div>
- {/Block:IfLikeButton}
- {/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 align="left">
- {block:PostNotes}
- <div class-"posdd">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- <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: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}
- </div>
- </body>
- <div id="cred" style="position: fixed; bottom: 3px; right: 3px; color: #000 !important; background-color: #fff;"><a href="http://unstrong.tumblr.com">theme</a></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement