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" xml:lang="en" lang="en">
- <!---
- Mino Theme designed and created by Luis (veneser.tumblr.com), brought to you by Aesthetic Themes.
- Version: 1.0 (August 10, 2014)
- More themes at aesthetic-themes.tumblr.com
- By using this theme you are agreeing to our Terms and Conditions (aesthetic-themes.tumblr.com/terms).
- Thank you for choosing us!
- --->
- <head>
- <!--- Fonts --->
- <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Ubuntu:400,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Dosis:400,700' rel='stylesheet' type='text/css'>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
- <script type="text/javascript" async src="http://static.tumblr.com/fna2ccp/5ixmx5ji6/pinit.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/qkgmvnb/KwSmqd1od/jquerymasonry.js"></script>
- {block:ifInfiniteScrolling}
- <script type="text/javascript" src="http://static.tumblr.com/qkgmvnb/1S4mqd23i/jqueryinfintescroll.js"></script>
- {/block:ifInfiniteScrolling}
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <meta name="select:Body Font" content="'Dosis', sans-serif" title="Dosis"/>
- <meta name="select:Body Font" content="'Roboto Slab', serif" title="Roboto Slab"/>
- <meta name="select:Title Alignment" content="left" title="Left"/>
- <meta name="select:Title Alignment" content="right" title="Right"/>
- <meta name="select:Title Alignment" content="center" title="center"/>
- <meta name="color:Background" content="#f8f8f8"/>
- <meta name="color:Text" content="#1b1c1e"/>
- <meta name="color:Links" content="#1b1c1e"/>
- <meta name="color:Hover" content="#78c9a1"/>
- <meta name="color:Title" content="#666"/>
- <meta name="color:Title Hover" content="#78c9a1"/>
- <meta name="color:Posts Background" content="#fff"/>
- <meta name="color:Posts Background" content="#fff"/>
- <meta name="color:Scrollbar" content="#ccc"/>
- <meta name="color:Header" content="#fff"/>
- <meta name="if:Three Columns" content="0"/>
- <meta name="if:Four Columns" content="0"/>
- <meta name="if:Go To Top" content="1"/>
- <meta name="if:Photo Permalink" content="1"/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="image:Background" content/>
- <meta name="image:Banner" content=""/>
- <meta name="text:Title Font Size" content="14"/>
- <meta name="text:Home Title" content="Home"/>
- <meta name="text:Ask Title" content="Contact"/>
- <meta name="text:Ask Link" content="/ask"/>
- <meta name="text:Archive Title" content="Archive"/>
- <meta name="text:Custom Link One" content=""/>
- <meta name="text:Custom Link One Title" content=""/>
- <meta name="text:Custom Link Two" content=""/>
- <meta name="text:Custom Link Two Title" content=""/>
- <meta name="text:Custom Link Three" content=""/>
- <meta name="text:Custom Link Three Title" content=""/>
- <script type="text/javascript">
- $(window).load(function () {
- var pageNumber = {CurrentPage};
- var $content = $('#content');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/qkgmvnb/1X5n5e6ek/294.gif'
- },
- bufferPx : 600,
- debug : false,},
- // call masonry as a callback.
- function(newElements) {
- pageNumber++;
- Tumblr.LikeButton.get_status_by_page(pageNumber);
- 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);} );});});});
- $(function() {
- $("#gotopA").click(function(){
- var target = $("html");
- $('html, body').animate({
- scrollTop: target.offset().top
- }, 1000);});
- var gotop = $("#gotopA");
- var gotopTop = "300";
- var view = $( window );
- view.bind("scroll resize", function(){
- var viewTop = view.scrollTop();
- if (viewTop > gotopTop){
- gotop.fadeIn(200);
- }
- else if (viewTop <= gotopTop){
- gotop.fadeOut(200);}});});
- $(function() {
- $(".btn").click(function(){
- $(".menuwrap").slideToggle(800);});});
- </script>
- <style type="text/css">
- ::-webkit-scrollbar{width:7px;height:0;background:transparent;}
- ::-webkit-scrollbar-thumb {background:{color:Scrollbar};}
- #tumblr_controls{
- -webkit-filter: invert(98%);}
- #infscr-loading{
- position:fixed;
- bottom:10px;
- left:0px;
- width:100%;}
- #infscr-loading img {
- display: block;
- position:relative;
- z-index:4;bottom:50px;
- margin: 0px auto;}
- #tumblr_controls{
- top:1px !important;
- margin:0;
- right:1px !important;
- position:fixed !important;}
- a{
- text-decoration:none;
- color:{color:Links};
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;}
- a:link, a:active, a:visited{
- color:{color:Links};}
- a:hover{
- color:{color:Hover};}
- body{
- width:100%;
- margin:0;
- font-size:10pt;
- font-family:{select:Body Font};
- font-weight:400;
- line-height:15px;
- color:{color:Text};
- background:{color:Background} url("{image:Background}");}
- .header{
- width:100%;
- margin:0 auto;
- height:auto;
- text-align:left;
- z-index:6;
- color:{color:Text};
- background:{color:Header};}
- .title{
- height:auto;
- font-family:'Ubuntu', sans-serif;
- font-weight:700;
- width:600px;
- margin:0 auto;
- padding:80px 0;
- line-height:100%;
- text-align:{select:Title Alignment};
- color:{color:Title};
- font-size:{text:Title Font Size}pt;
- {block:ifThreeColumns}
- width:950px;
- {/block:ifThreeColumns}
- {block:ifFourColumns}
- width:1090px;
- {/block:ifFourColumns}
- {block:PermalinkPage}
- width:810px;
- {/block:PermalinkPage}}
- .title a,.title a:link,.title a:active,.title a:visited{
- text-decoration:none;
- color:{color:Title};
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;}
- .title a:hover{
- color:{color:Title Hover};}
- .banner{
- max-height:150px;
- width:auto;}
- .button{
- height:auto;
- width:600px;
- margin:30px auto auto auto;
- overflow:hidden;
- line-height:100%;
- {block:ifThreeColumns}
- width:950px;
- {/block:ifThreeColumns}
- {block:ifFourColumns}
- width:1090px;
- {/block:ifFourColumns}
- {block:PermalinkPage}
- width:810px;
- {/block:PermalinkPage}}
- .menuwrap{
- display:none;
- height:auto;
- width:600px;
- margin:10px auto auto auto;
- line-height:100%;
- {block:ifThreeColumns}
- width:950px;
- {/block:ifThreeColumns}
- {block:ifFourColumns}
- width:1090px;
- {/block:ifFourColumns}
- {block:PermalinkPage}
- width:810px;
- {/block:PermalinkPage}}
- .desc{
- margin:0;
- padding:5px 0 10px 0;
- overflow:hidden;
- width:100%;
- height:auto;}
- .menu{
- line-height:15px;
- padding:5px 0;
- height:auto;
- width:100%;}
- .links{
- padding:0;
- margin-right:15px;
- width:auto;
- height:auto;}
- {block:ifnotInfiniteScrolling}
- .navi{
- width:600px;
- margin:0 auto 30px auto;
- font-size:12pt;
- overflow:hidden;
- {block:ifThreeColumns}
- width:950px;
- {/block:ifThreeColumns}
- {block:ifFourColumns}
- width:1090px;
- {/block:ifFourColumns}}
- #navigation{
- margin:0 auto;}
- {/block:ifnotInfiniteScrolling}
- #content{
- position:relative;
- clear:both;
- width:700px;
- margin:0 auto;
- {block:ifThreeColumns}
- width:1050px;
- {/block:ifThreeColumns}
- {block:ifFourColumns}
- width:1120px;
- margin:20px auto;
- {/block:ifFourColumns}
- {block:PermalinkPage}
- width:810px;
- margin-top:20px;
- {/block:PermalinkPage}}
- .entry{
- padding:0;
- margin:50px;
- float:left;
- height:auto;
- background:{color:Posts Background};
- width:250px;
- {block:ifFourColumns}
- margin:15px;
- {/block:ifFourColumns}
- {block:PermalinkPage}
- width:400px;
- height:auto;
- margin:0;
- {/block:PermalinkPage}}
- .entry img{
- {block:PermalinkPage}
- margin:0;
- width:400px;
- height:auto;
- {/block:PermalinkPage}
- margin-bottom:-3px;
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;}
- .entry .video{
- background:{color:Posts Background};
- padding-top:1px;
- margin-bottom:0px;}
- .video .permalink{
- margin-top:0px;}
- .text_post{
- text-align:justify;
- padding:10px;}
- .notes_button{
- bottom:0;
- right:10px;
- font-size:8pt;
- font-weight:700;
- text-transform:uppercase;
- position:absolute;}
- .notes_button a:link,.notes_button a:active,.notes_button a:visited {
- color:#ccc;}
- .like_and_reblog_buttons{
- list-style:none;
- opacity:0;
- position:absolute;
- bottom:5px;
- right:25px;
- -webkit-transition: all 300ms linear;
- -moz-transition: all 300ms linear;
- -ms-transition: all 300ms linear;
- -o-transition: all 300ms linear;
- transition: all 300ms linear;}
- .like_and_reblog_buttons li {
- width:15px;
- height:15px;
- float:left;
- padding:10px;
- background-color:rgba(0,0,0,.6);
- border-radius:100%;}
- .like_and_reblog_buttons li:first-child {
- margin-right:5px;}
- .entry:hover .like_and_reblog_buttons{
- opacity:1;
- -webkit-transition: all 300ms linear;
- -moz-transition: all 300ms linear;
- -ms-transition: all 300ms linear;
- -o-transition: all 300ms linear;
- transition: all 300ms linear;}
- .permalink{
- display:block;
- height:40px;
- line-height:40px;
- background:{color:Permalink};
- text-align:right;
- padding-right:10px;
- font-size:8pt;
- font-weight:700;
- text-transform:uppercase;
- margin-top:10px;}
- .permalink a:link,.permalink a:active,.permalink a:visited {
- color:#ccc;}
- .like_and_reblog_buttonsx{
- list-style:none;
- position:absolute;
- left:0;
- width:auto;
- bottom:0px;}
- .likexx{
- bottom:-15px;
- left:10px;
- position:absolute;}
- .reblogxx{
- bottom:10px;
- left:30px;
- position:absolute;}
- .post_title{
- display:block;
- font-weight:700;
- padding:5px 10px 0 10px;
- font-size:11pt;
- line-height:24px;
- text-transform:none;
- {block:PermalinkPage}
- margin-top:15px;
- {/block:PermalinkPage}}
- .quote{
- text-transform:none;
- margin-bottom:5px;}
- .chat{
- padding:10px;}
- .chat ul{
- list-style:none;
- margin:0;}
- .chat li{
- list-style:none;
- margin-left:-40px;
- padding:5px;}
- .audio{
- {block:IndexPage}
- width:240px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:380px;
- {/block:PermalinkPage}
- background-color:{color:Posts Background};
- padding:5px;
- margin-bottom:0;}
- .audiocap, .videocap{
- display:block;
- padding:10px;}
- .albumart, .albumart img{
- width:250px;
- {block:PermalinkPage}
- width:400px;
- height:auto;
- {/block:PermalinkPage}}
- .question{
- padding:10px 10px 0px 10px;}
- .answer{
- text-align:justify;
- padding:0 10px 0 10px;}
- .captions_title{
- display:block;
- font-weight:700;
- margin-bottom:10px;
- margin-top:5px;
- font-size:11pt;
- line-height:20px;}
- .share{
- position:absolute;
- top:0;
- left:410px;
- padding:15px;
- width:370px;
- height:70px;
- background:{color:Posts Background};}
- .share .captions_title{
- margin-bottom:20px;}
- .share_icons{
- margin-right:5px;}
- .notex{
- position:absolute;
- top:110px;
- left:410px;
- padding:15px;
- width:370px;
- max-height:250px;
- overflow:scroll;
- background:{color:Posts Background};}
- .c a,a:hover,a:active{
- color:#fff;}
- .share img, .notex img{
- width:auto;
- padding:0;}
- ol.notes{
- list-style-type:none;
- margin-left:-35px;
- overflow:hidden;}
- ol.notes li.note{
- float:left;
- margin:2px;
- overflow:hidden;}
- .action{
- display:none;}
- ol.notes li.note blockquote{
- display:none;}
- ol.notes li.note img.avatar{
- width:16px;}
- ol.notes li.more_notes_link_container{
- margin-top:10px;
- text-align:center;
- width:340px;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="fb-root"></div>
- <script>(function(d, s, id) {
- var js, fjs = d.getElementsByTagName(s)[0];
- if (d.getElementById(id)) return;
- js = d.createElement(s); js.id = id;
- js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
- fjs.parentNode.insertBefore(js, fjs);
- }(document, 'script', 'facebook-jssdk'));</script>
- <div class="header">
- <div class="title"><a href="/">{block:ifnotBannerImage}{Title}{/block:ifnotBannerImage}{block:ifBannerImage}<img src="{image:Banner}" class="banner">{/block:ifBannerImage}</a>
- </div><!--- Title --->
- </div><!--- Header --->
- <div class="button">
- <div class="btn" style="overflow:hidden;cursor:pointer;">
- <div style="float:left;">
- <div style="width:15px;height:2px;background:#ccc;margin-bottom:2px;"></div>
- <div style="width:15px;height:2px;background:#ccc;margin-bottom:2px;"></div>
- <div style="width:15px;height:2px;background:#ccc;"></div>
- </div>
- <div style="margin-left:5px;height:10px;line-height:10px;color:#ccc;float:left;">Menu</div>
- </div>
- </div>
- <div class="menuwrap">
- <div class="menu">
- {block:ifHomeTitle}<a href="/"><span class="links">{text:Home Title}</span></a>{/block:ifHomeTitle}
- {block:AskEnabled}<a href="{text:Ask Link}" ><span class="links">{text:Ask Title}</span></a>{/block:AskEnabled}
- {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" ><span class="links">{text:Custom Link One Title}</span></a>{/block:ifCustomLinkOneTitle}
- {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" ><span class="links">{text:Custom Link Two Title}</span></a>{/block:ifCustomLinkTwoTitle}
- {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" ><span class="links">{text:Custom Link Three Title}</span></a>{/block:ifCustomLinkThreeTitle}
- {block:ifArchiveTitle}<a href="/archive" ><span class="links">{text:Archive Title}</span></a>{/block:ifArchiveTitle}
- <!-- DO NOT REMOVE -->
- <a href="http://aesthetic-themes.tumblr.com/" ><span class="links">©</span></a>
- <div class="desc">
- {block:Description}{Description}{/block:Description}
- </div>
- </div><!--- Menu --->
- </div><!--- MenuWrap --->
- <div id="content">
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<span class="post_title">{Title}</span>{/block:Title}
- <div class="text_post">{Body}</div>
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
- <li class="likexx">{LikeButton color="gray" size="15"}</li>
- <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
- <li class="permalinkx"></li>
- </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- {block:ifPhotoPermalink}
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton color="white" size="15"}</li>
- <li>{LikeButton color="white" size="15"}</li>
- </ul>
- {block:ifshowpostcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifshowpostcaptions}
- {/block:ifPhotoPermalink}
- {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"></a>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<a href="{permalink}"><img
- class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
- width="400px"/></a>{LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">
- {block:IndexPage}
- {block:ifPhotoPermalink}
- <div class="permalinkk">
- <ul class="like_and_reblog_buttons">
- <li class="likex">{LikeButton color="white" size="15"}</li>
- <li class="reblogx">{ReblogButton color="white" size="15"}</li>
- </ul>
- </div>
- {/block:ifPhotoPermalink}
- {LinkOpenTag}<a href="{Permalink}">
- {block:Photos}
- <img src="{PhotoURL-HighRes}" width="100%"/>
- {/block:Photos}
- </a>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<a href="{Permalink}">
- {block:Photos}
- <img src="{PhotoURL-HighRes}" width="100%"/>
- {/block:Photos}
- </a>{LinkCloseTag}{/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="quote"><div class="text_post"><b><i>" </i></b>{Quote} <b><i>"</i></b><br><br>
- {block:Source}<small>– {Source}</small>{/block:Source}</div></div>
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
- <li class="likexx">{LikeButton color="gray" size="15"}</li>
- <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
- <li class="permalinkx"></li>
- </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <a href="{URL}"{Target}><span class="post_title">{Name}</span></a>
- <div class="text_post">{block:Description}<small>{Description}</small>{/block:Description}</div>
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
- <li class="likexx">{LikeButton color="gray" size="15"}</li>
- <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
- <li class="permalinkx"></li>
- </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
- {/block:Link}
- {block:Video}
- <div class="video">
- {block:IndexPage}
- <center>
- {Video-250}</center>
- <div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
- <li class="likexx">{LikeButton color="gray" size="15"}</li>
- <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
- <li class="permalinkx"></li>
- </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- {/block:PermalinkPage}
- </div>
- {block:Video}
- {block:Chat}
- {block:Title}<div class="post_title">{Title}</div>{/block:Title}<div class="chat"><ul>{block:Lines}<li {Alt} class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
- <li class="likexx">{LikeButton color="gray" size="15"}</li>
- <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
- <li class="permalinkx"></li>
- </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- {block:IndexPage}{block:Caption}<div class="audiocap"><div style="margin-top:-24px; color:{color:Audio}; margin-bottom:9px; margin-left:20px; font-size:18px; "></div><a href="{Permalink}">{Caption}</a></div>{/block:Caption}
- <div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
- <li class="likexx">{LikeButton color="gray" size="15"}</li>
- <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
- <li class="permalinkx"></li>
- </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="audiocap"><div style="margin-top:-24px; color:{color:Audio}; margin-bottom:9px; margin-left:20px; font-size:18px; "></div>{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div class="question">
- <b>{Asker} asked: {Question}</b></div>
- <div class="answer">
- {Answer}
- </div>
- {block:IndexPage}
- <div class="permalink"><a href="{Permalink}"> <ul class="like_and_reblog_buttonsx">
- <li class="likexx">{LikeButton color="gray" size="15"}</li>
- <li class="reblogxx">{ReblogButton color="gray" size="15"}</li>
- <li class="permalinkx"></li>
- </ul><a href="{Permalink}">{NoteCountWithLabel}</a></div>
- {/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="share">
- <div class="captions_title">Share post</div>
- <!-- Pinterest -->
- <span class="share_icons"><a href="//www.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a></span>
- <!-- Facebook -->
- <span class="share_icons"><div class="fb-like" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div></span>
- <!-- Twitter -->
- <span class="share_icons"><a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></span>
- <!-- Google+ -->
- <span class="share_icons" style="margin-left:-30px;"><div class="g-plusone" data-size="medium"></div>
- <script type="text/javascript">
- (function() {
- var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
- po.src = 'https://apis.google.com/js/platform.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
- })();
- </script></span>
- </div>
- <div class="notex">
- {block:Caption}
- <span class="captions_title">Caption</span>
- {Caption}{/block:Caption}
- {block:HasTags}
- <span class="captions_title">Tags</span>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- <span class="captions_title">{NoteCountWithLabel}</span>
- {PostNotes-64}
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div> <!-- Entry -->
- {/block:Posts}
- {block:SearchPage}
- {block:NoSearchResults}{lang:Sorry no search results found}{/block:NoSearchResults}
- {/block:SearchPage}
- </div> <!-- Posts -->
- {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> <!-- Pagination -->
- {/block:Pagination}
- {/block:IndexPage}
- </div> <!-- Content -->
- {block:ifnotinfinitescrolling}
- <div class="navi">
- <div id="navigation">
- {block:Pagination}{block:PreviousPage}
- <a href="{PreviousPage}" style="float:left;">Previous</a>
- {/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}" style="float:right;">Next</a>
- {/block:NextPage}{/block:Pagination}
- </div></div>
- {/block:ifnotinfinitescrolling}
- {block:ifGoToTop}
- <a href="javascript:void(0);" id="gotopA" style="display:none;"><span style="background:url(http://static.tumblr.com/qkgmvnb/nnFmohzys/scroll_arrow.png)no-repeat 50% 50%;background-color:{color:Go To TOp};width:28px;height:22px;text-align:center;position:fixed;right:15px;bottom:15px;-webkit-border-radius:2px;border-radius:2x;"></span></a>
- {/block:ifGoToTop}
- <!-- DO NOT REMOVE -->
- <div class="c" style="-webkit-filter: invert(98%);position:fixed;z-index:99999999;!important;top:27px;right:4px;color:#fff;border: 1px solid rgba(0,0,0,0.18);text-indent: .2em;background: #3e3e3e;border-radius: 2px;background: rgba(0,0,0,0.38);white-space: nowrap;outline: 0;text-decoration: none;cursor: pointer;overflow: hidden;font-weight:600;font-size:12px;font-family: HelveticaNeue,Helvetica,Arial,sans-serif;height: 20px;padding: 0 5px;line-height: 18px;-webkit-font-smoothing: antialiased;-webkit-user-select: none;text-shadow: 1px 1px 0 rgba(0,0,0,0.08);"><a href="http://aesthetic-themes.tumblr.com/" ><img src="http://static.tumblr.com/qkgmvnb/Eotna4906/download.png" style="float:left;">Install Theme</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment