Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <script src="//use.edgefonts.net/karla:n4,i4,n7,i7;lato;open-sans;source-sans-pro;maven-pro.js"></script>
- <script src="//use.edgefonts.net/inconsolata;playfair-display;tinos;montserrat.js"></script>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
- <title>{Title}</title>
- <!--
- ___________________________________________________________________________
- Somnambulist - Theme #4
- my usual terms apply; please do not redstribute, copy, or steal in any way
- shoseii.tumblr.com
- ___________________________________________________________________________
- -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- {block:Description}<meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:Background" content=""/>
- <meta name="image:Icon" content=""/>
- <meta name="color:Background" content="##fbfbfb"/>
- <meta name="color:Posts Background" content="#ffffff"/>
- <meta name="color:Content Background" content="#ffffff"/>
- <meta name="color:Posts Border" content="#eeeeee"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Bold" content="#ED6B73"/>
- <meta name="color:Caption" content="#f9f9f9"/>
- <meta name="color:Caption Text" content="#898989"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Title Hover" content="#eeeeee"/>
- <meta name="color:Nav Links Hover" content="#9ad7b9"/>
- <meta name="color:Link" content="#797979"/>
- <meta name="color:Link Hover" content="#f59797"/>
- <meta name="color:Selection" content="#a5d7f0"/>
- <meta name="color:Scrollbar" content="#cccccc"/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Free Hosted Scripts Code" content=""/>
- <meta name="select:Post Width" content="200" title="200px"/>
- <meta name="select:Post Width" content="250" title="250px"/>
- <meta name="select:Post Width" content="300" title="300px"/>
- <meta name="select:Post Width" content="350" title="350px"/>
- <meta name="select:Post Width" content="400" title="400px"/>
- <meta name="select:Font" content="Karla" title="Karla"/>
- <meta name="select:Font" content="Lato" title="Lato"/>
- <meta name="select:Font" content="Open-Sans" title="Open Sans"/>
- <meta name="select:Font" content="Maven-Pro" title="Maven Pro"/>
- <meta name="select:Font" content="Source-Sans-Pro" title="Source Sans Pro"/>
- <meta name="select:Title Font" content="Inconsolata" title="Inconsolata"/>
- <meta name="select:Title Font" content="Playfair-Display" title="Playfair Display"/>
- <meta name="select:Title Font" content="Montserrat" title="Montserrat"/>
- <meta name="select:Title Font" content="Tinos" title="Tinos"/>
- <meta name="select:Title Font" content="Karla" title="Karla"/>
- <meta name="select:Title Font" content="Lato" title="Lato"/>
- <meta name="select:Title Font" content="Open-Sans" title="Open Sans"/>
- <meta name="select:Title Font" content="Maven-Pro" title="Maven Pro"/>
- <meta name="select:Title Font" content="Source-Sans-Pro" title="Source Sans Pro"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Two Column" content=""/>
- <meta name="if:Icon" content="1"/>
- <meta name="if:Grayscale Effect" content=""/>
- <meta name="if:Post Fade" content="1"/>
- <meta name="if:Show Caption" content=""/>
- <meta name="if:Show Tags" content=""/>
- <meta name="if:Mini Cursor" content="1"/>
- <meta name="if:Post Borders" content="1"/>
- <meta name="if:Sticky Header" content="1"/>
- <meta name="if:Hover Permalink" content=""/>
- <style type="text/css">
- {block:ifMiniCursor}
- *, body, a {cursor: url(http://static.tumblr.com/p7wg3p9/o3jmn8igq/tiny.png), auto;}
- a:hover {cursor: url(http://static.tumblr.com/p7wg3p9/EWnmn8ip5/tinyhover.png), auto;}
- {/block:ifMiniCursor}
- ::-webkit-scrollbar{
- width:17px;
- height:17px;
- background-color:{color:Background};
- }
- ::-webkit-scrollbar-track {
- border:8px solid {color:Background};
- background-color:{color:Posts Border};
- }
- ::-webkit-scrollbar-thumb {
- border:6px solid {color:Background};
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar:horizontal{
- display:none;
- }
- ::-moz-selection{
- background:{color:Selection};
- color:#fff;
- }
- ::selection{
- background:{color:Selection};
- color:#fff;
- }
- {block:ifnotMiniCursor}
- *, body {cursor:crosshair}
- {/block:ifnotMiniCursor}
- body{
- font:11px '{select:Font}', sans-serif;
- line-height:16px;
- font-weight:400;
- color:{color:Text};
- text-align:left;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- background:{color:Background} url('{image:Background}') fixed repeat center;
- }
- a{
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:Link};
- cursor:help;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out
- transition: all 0.3s ease-in-out;
- }
- a:visited{
- color:{color:Link};
- }
- a:hover{
- color:{color:Link Hover};
- }
- b,strong{
- font-weight:heavy;
- color:{color:Bold};
- }
- blockquote{
- padding-left:5px;
- border-left:1px solid #ccc;
- }
- /*--Sidebar--*/
- #sidebar{
- background:{color:Content Background};
- position:relative;
- padding:100px 0px 20px 0px;
- width:calc({select:Post Width}px + 70px);
- margin:50px 0px 50px 30px;
- text-align:center;
- {block:ifTwoColumn}
- width:calc({select:Post Width}px * 2 + 315px);
- {/block:ifTwoColumn}
- z-index:99999;
- {block:PermalinkPage}
- margin-left:75px;
- width:560px;
- {/block:PermalinkPage}
- }
- #sidebar.sticky{
- position:-webkit-sticky;
- position:sticky;
- top:0;
- }
- #icon img{
- position:absolute;
- background:{color:Posts Background};
- width:50px;
- height:50px;
- margin-top:-60px;
- margin-left:-22px;
- border-radius:100px;
- overflow:hidden;
- }
- #title{
- font:bold 25px {select:Title Font};
- z-index:9999999999;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #title a{
- color:{color:Title};
- }
- #title a:hover{
- color:{color:Title Hover};
- }
- #desc{
- font-size:12px;
- margin-top:10px;
- {block:IndexPage}
- width:calc({select:Post Width}px + 70px);
- {block:ifTwoColumn}
- width:calc({select:Post Width}px * 2 + 315px);
- {/block:ifTwoColumn}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:560px;
- {/block:PermalinkPage}
- }
- .links{
- font-size:11px;
- margin-left:-6px;
- margin-top:5px;
- text-transform:uppercase;
- overflow:hidden;
- }
- .links a{
- margin-right:10px;
- }
- .links a:hover{
- color:{color:Nav Links Hover};
- }
- .links a:last-child{
- margin-right:0px;
- }
- .links a span{
- position:relative;
- display:inline-block;
- transition: transform 0.3s;
- -moz-transition: -moz-transform 0.3s;
- -webkit-transition: -webkit-transform 0.3s;
- }
- .links a span:before{
- position:absolute;
- top:100%;
- content:attr(data-hover);
- }
- .links a:hover span, .links a:focus span{
- transform: translateY(-100%);
- -moz-transform: translateY(-100%);
- -webkit-transform: translateY(-100%);
- }
- /*--Posts--*/
- #center{
- width:calc({select:Post Width}px + 120px);
- {block:ifTwoColumn}
- width:calc({select:Post Width}px * 2 + 345px);
- {/block:ifTwoColumn}
- margin-left:auto;
- margin-right:auto;
- {block:PermalinkPage}
- width:694px;
- {/block:PermalinkPage}
- border:0;
- }
- #bg{
- position:fixed;
- background:{color:Content Background};
- width:calc({select:Post Width}px + 170px);
- {block:ifTwoColumn}
- width:calc({select:Post Width}px * 2 + 400px);
- {/block:ifTwoColumn}
- height:100vh;
- top:0px;
- margin-left:-20px;
- {block:PermalinkPage}
- width:735px;
- {/block:PermalinkPage}
- }
- #content{
- position:relative;
- margin-left:55px;
- margin-top:-30px;
- margin-bottom:50px;
- overflow-x:hidden;
- {block:PermalinkPage}
- margin-left:50px;
- {/block:PermalinkPage}
- }
- .entry{
- {block:indexpage}
- width:{select:Post width}px;
- {/block:indexpage}
- padding:10px 10px 0px 10px;
- margin:30px 10px 50px 0px;
- float:left;
- background:{color:Posts Background};
- {block:ifTwoColumn}
- margin-left:65px;
- {/block:ifTwoColumn}
- {block:ifPostBorders}
- border-top:1px solid {color:Posts Border};
- border-left:1px solid {color:Posts Border};
- border-right:1px solid {color:Posts Border};
- {/block:ifPostBorders}
- {block:permalinkpage}
- margin-left:25px;
- width:500px;
- padding:23px;
- {block:ifPostBorders}
- border:1px solid {color:Posts Border};
- {/block:ifPostBorders}
- {/block:permalinkpage}
- }
- .entry img{
- {block:indexpage}
- width:{select:Post width}px;
- height:auto;
- margin-bottom:-4px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- }
- ol.notes{
- padding:0px;
- width:500px;
- height:218px;
- overflow:auto;
- margin:5px 0px;
- list-style-type:none;
- border:1px solid{color:Posts Border};
- }
- ol.notes li.note{
- border-top:solid 1px {color:Posts Border};
- padding:10px;
- }
- ol.notes li.note:first-child{
- border:none;
- }
- ol.notes li.note img.avatar{
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note blockquote{
- border-color:{color:Posts Border};
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a{
- text-decoration:none;
- }
- /*--Grayscale Effect--*/
- #img{
- {block:indexpage}
- {block:ifPostFade}
- opacity:0.6;
- {/block:ifPostFade}
- {block:ifGrayscaleEffect}
- filter: url(filters.svg#grayscale);
- filter: gray;
- -webkit-filter: grayscale(1);
- {/block:ifGrayscaleEffect}
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- {/block:indexpage}
- }
- #img:hover{
- {block:indexpage}
- opacity:1;
- {block:ifGrayscaleEffect}
- filter: url(filters.svg#grayscale);
- filter: gray;
- -webkit-filter: grayscale(0);
- {/block:ifGrayscaleEffect}
- {/block:indexpage}
- }
- /*--Permalinks--*/
- .permalink{
- background:{color:Content background};
- width:calc({select:Post Width}px + 22px );
- height:auto;
- position:relative;
- font-size:10px;
- padding-top:10px;
- margin:10px 0px 0px -11px {block:ifnotPostBorders}-10px{/block:ifnotPostBorders};
- text-align:left;
- z-index:999;
- {block:ifPostBorders}
- border-top:1px solid {color:Posts Border};
- {/block:ifPostBorders}
- overflow:hidden;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- {block:ifHoverPermalink}
- .perma{
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .entry .perma{
- opacity:0;
- }
- .entry:hover .perma{
- opacity:1;
- }
- {/block:ifHoverPermalink}
- .date{
- display:inline-block;
- background:{color:Caption};
- padding:3px;
- margin-right:10px;
- text-transform:uppercase;
- border:1px solid {color:Posts Border};
- border-radius:2px;
- }
- .noet{
- display:inline-block;
- background:{color:Caption};
- padding:3px;
- margin-right:10px;
- border:1px solid {color:Posts Border};
- border-radius:2px;
- }
- .reblogb{
- display:inline-block;
- background:{color:Caption};
- padding:3px;
- margin-right:10px;
- border:1px solid {color:Posts Border};
- border-radius:2px;
- }
- .tags{
- font-size:10px;
- margin-left:10px;
- line-height:25px;
- text-transform:uppercase;
- }
- .tags i{
- color:{color:Link};
- }
- .tags a{
- display:inline-block;
- margin-left:7px;
- }
- .tags a:first-child{
- margin:0px;
- }
- .heart{
- display:inline-block;
- background:{color:Caption};
- padding:3px;
- border:1px solid {color:Posts Border};
- border-radius:2px;
- }
- .like_button{
- display:inline-block;
- position:relative;
- width:1.5em;
- height:1.0em;
- }
- .like_button:before{
- content:"\f08a";
- position:absolute;
- color:{color:Link};
- top:-1px;
- left:1.5px;
- font-size:12px;
- font-family:'FontAwesome';
- text-align:center;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .like_button iframe{
- position:absolute;
- top:0px;
- left:0px;
- opacity:0;
- z-index:99;
- }
- .like_button.liked:before, .like_button:hover:before{
- color:{color:Link Hover};
- }
- /*--Miscellaneous--*/
- iframe.tmblr-iframe{
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.4;
- /* delete from here */
- filter:invert(1);
- -webkit-filter:invert(1);
- -o-filter:invert(1);
- -moz-filter:invert(1);
- -ms-filter:invert(1);
- /* to here if your blog has a dark background */
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.6);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.6);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.6);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.6);
- -ms-transform-origin:100% 0;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- iframe.tmblr-iframe:hover{
- opacity:0.6!important;
- }
- .pagination {
- display:none;
- }
- #pagination{
- width:calc({select:Post Width}px + 20px);
- {block:ifTwoColumn}
- position:absolute;
- bottom:0px;
- width:calc({select:Post Width}px*2 + 250px);
- {/block:ifTwoColumn}
- text-align:center;
- }
- #pagination a{
- border-bottom:1px solid {color:Nav Links Hover};
- }
- .back{
- margin-top:0px;
- }
- .next{
- margin-top:0px;
- }
- .text img{
- {block:IndexPage}
- max-width:{select:Post width}px;
- {/block:IndexPage}
- {block:PermalinkPage}
- max-width:500px;
- {/block:PermalinkPage}
- width:auto;
- height:auto;
- }
- .text{
- padding-bottom:5px;
- overflow:hidden;
- }
- .audio{
- margin-top:8px;
- margin-left:50px;
- min-height:25px;
- line-height:14px;
- letter-spacing:1px;
- text-align:left;
- padding-bottom:10px;
- }
- .song{
- font:italic 9px georgia;
- }
- .quote{
- font-size:12px;
- font-weight:bold;
- {block:IndexPage}text-align:center;{/block:IndexPage}
- margin-left:11px;
- text-transform:uppercase;
- }
- .tumblr_audio_player{
- position:absolute;
- width:30px;
- height:30px;
- margin-top:3px;
- border:5px solid {color:Posts Border};
- border-radius:100px;
- }
- #s-m-t-tooltip{
- background:#fff;
- color:#888;
- font-size:10px;
- font-style:italic;
- letter-spacing:2px;
- text-transform:lowercase;
- max-width:300px;
- padding:4px;
- z-index:9999999999;
- margin:20px 10px 10px 10px;
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- }
- .ask{
- color:{color:Text};
- width:auto;
- padding:10px;
- text-align:left;
- border-bottom:1px solid #eee;
- text-transform:uppercase;
- }
- .answer{
- margin-left:10px;
- margin-top:0px;
- }
- .caption{
- {block:IndexPage}
- background:{color:Caption};
- border:1px solid {color:Posts Border};
- border-radius:5px;
- {/block:IndexPage}
- color:{color:Caption Text};
- margin-top:10px;
- padding:5px;
- }
- .caption img{
- width:auto;
- height:auto;
- max-width:calc({select:Post width}px - 70px);
- {block:PermalinkPage}
- max-width:430px;
- {/block:PermalinkPage}
- }
- .back-to-top{
- position: fixed;
- bottom:-75px;
- left:10px;
- background: url('http://static.tumblr.com/2e9nahe/xvCoaucis/arrow-up.svg') no-repeat;
- background-size:15px;
- width:100px;
- height:100px;
- z-index:9999999;
- }
- .back-to-top a{
- text-indent: -9999px;
- display: block;
- }
- #infscr-loading{
- display:none!important;
- }
- #music{
- margin-top:20px;
- margin-left:155px;
- }
- #player:hover{
- border-color:{color:Nav Links Hover};
- }
- #player{
- width:100px;
- height:17px;
- padding:2px;
- overflow:hidden;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out
- transition: all 0.3s ease-in-out;
- }
- #button{
- margin-top:-1px;
- margin-left:-30px;
- }
- #load{
- position:absolute;
- margin-top:10px;
- padding:5px;
- margin-left:200px;
- border:1px solid #eee;
- }
- .tumblr_video_container{
- width:auto!important;
- height:auto!important;
- }
- </style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:20,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--Scroll back to top-->
- <div class="back-to-top" id="back-top">
- <a href="javascript:void(0)" class="back-to-top">Top</a>
- </div>
- <script type="text/javascript">
- $(function () {
- $("#back-top").hide();
- $(window).scroll(function () {
- if ($(this).scrollTop() > 150) {
- $('#back-top').fadeIn();
- } else {
- $('#back-top').fadeOut();
- }
- });
- });
- jQuery('.back-to-top').click(function () {
- jQuery('html, body').animate({
- scrollTop: 0
- }, 'slow');
- });
- </script>
- <!--end of Scroll back to top-->
- <!--minimal soundcloud player by shythemes-->
- <script>
- // minimal soundcloud player © shythemes.tumblr
- $(document).ready(function(){
- var color = '#acd7bb'; // color of play button (hex)
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=true&origin=tumblr&color=' + color.split('#')[1], height: 20, width: '100%' });
- });
- });
- </script>
- <!--end minimal soundcloud player-->
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '5px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- {block:ifInfiniteScroll}
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage"}>previous</a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:ifInfiniteScroll}
- <script src="http://static.tumblr.com/2e9nahe/iHEnx7e4y/stickyfill.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.sticky').Stickyfill();
- });
- </script>
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- </head>
- <body>
- <div id="center">
- <div id="bg"></div>
- <div id="sidebar" {block:ifStickyHeader}class="sticky"{/block:ifStickyHeader}>
- {block:ifIcon}<div id="icon"><img src="{image:Icon}"/></div>{/block:ifIcon}
- <div id="title" title="home"><a href="/">{Title}</a></div>
- <div class="links">
- <a href="/ask" target="_blank"><span data-hover="ask">ask</span></a>
- <a href="/archive" target="_blank"><span data-hover="past">past</span></a>
- {block:ifLink1}<a href="{text:Link 1 URL}" target="_blank"><span data-hover="{text:Link 1}">{text:Link 1}</span></a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" target="_blank"><span data-hover="{text:Link 2}">{text:Link 2}</span></a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}" target="_blank"><span data-hover="{text:Link 3}">{text:Link 3}</span></a>{/block:ifLink3}
- <a href="http://shoseii.tumblr.com" target="_blank"><span data-hover="theme">theme</span></a>
- </div>
- <div id="desc">{Description}</div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry" id="{PostID}">
- {block:Text}
- <div class="text">{block:IndexPage}{/block:IndexPage}{block:Title}<h2><b><a href="{Permalink}">{Title}</a></b></h2>{/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div id="img">
- {block:IndexPage}<img src="{PhotoURL-500}"/>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-HighRes}"/>{block:Caption}<div class="caption">{caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div id="img">
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {block:Caption}<div class="caption">{caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div style="position:absolute;margin-top:-5px;margin-left:-5px;font:30px times new roman;opacity:0.5;">“</div>
- <div class="quote">{Quote}</div>
- {block:Source}<p style="{block:IndexPage}text-align:center;{/block:IndexPage}font:italic 10px georgia;">— {Source}</p>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="text">
- <a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}</div>
- {/block:Link}
- {block:Chat}
- <div class="text">
- {block:Title}<h3>{Title}</h3>{/block:Title}
- {block:Lines}<p>
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}</p>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {block:AudioPlayer}
- {AudioPlayerWhite}
- <div class="audio">
- {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
- <br>{block:Artist}<span class="song">{Artist}</span>{/block:Artist}
- </div>
- {/block:AudioPlayer}
- {block:PermalinkPage}
- {block:Caption}<div class="caption">{caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div class="ask">
- <em><strong><u>{Asker} whispered:</u></em></strong>
- <br><br>{Question}
- </div>
- <div class="answer">
- {Answer}
- </div>
- {/block:Answer}
- {block:Video}
- {block:IndexPage}
- <div id="img">
- <div class="video">{Video-500}</div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}<div class="video">{Video-500}</div>
- {block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{Logowidth}px" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
- {block:IndexPage}
- {block:ifShowCaption}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:ifShowCaption}
- <div class="permalink">
- <div class="perma">
- <div class="date">
- <a href="{Permalink}" target="_blank">{DayofMonth} {ShortMonth} {Year}</a>
- </div>
- <div class="noet"><a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a></div>
- <div class="reblogb">
- <a href="{ReblogURL}" target="_blank" title="Reblog?"><i class="fa fa-retweet fa-lg"></i></a>
- </div>
- <div class="heart">{LikeButton}</div>
- {block:ifShowTags}{block:HasTags}<span class="tags"><i class="fa fa-tags"></i>{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}<br></span>{/block:HasTags}{/block:ifShowTags}
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
- <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
- {/block:Date}
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
- <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
- {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
- <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- {block:ifnotinfinitescroll}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">previous</a> |{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- <br>( page {CurrentPage} of {TotalPages} )
- </div>
- {/block:Pagination}
- {/block:ifnotinfinitescroll}
- </div>
- </div>
- {block:IndexPage}
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.0.0/imagesloaded.pkgd.min.js"></script>
- {block:ifTwoColumn}
- <script src="https://cdnjs.cloudflare.com/ajax/libs/masonry/3.3.2/masonry.pkgd.min.js"></script>
- {/block:ifTwoColumn}
- {block:ifInfiniteScroll}
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:ifInfiniteScroll}
- <script>
- $(document).ready(function(){
- var $container = $('#content');
- {block:ifTwoColumn}
- $container.masonry({
- itemSelector: '.entry',
- columnWidth: '.entry',
- isFitWidth: true
- });
- $container.imagesLoaded().progress(function(){
- $container.masonry('layout');
- });
- {/block:ifTwoColumn}
- {block:ifInfinitescroll}
- $container.infinitescroll({
- itemSelector: ".entry",
- navSelector: ".pagination",
- nextSelector: ".pagination a#next",
- loadingImg: "",
- loadingText: "<em> </em>",
- bufferPx: 100,
- extraScrollPx: 50
- },
- function(newElements){
- var $newElems = $(newElements);
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- console.log($newElems, $newElemsIDs);
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- resizeVideos();
- var $newElems = $( newElements ).hide();
- $newElems.imagesLoaded(function(){
- $newElems.fadeIn();
- {block:ifTwoColumn}
- $container.masonry( 'appended', $newElems, true );
- {/block:ifTwoColumn}
- });
- var color = '#ededed';
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=false&origin=tumblr&color=' + color.split('#')[1], height: 20, width: '100%' });
- });
- });
- {/block:ifInfinitescroll}
- });
- </script>
- {/block:IndexPage}
- {block:ifFreeHostedScriptsCode}
- <div style="position:fixed;bottom:5px;right:5px;font-size:9px;padding:1px 10px 1px 10px;border:1px solid #ccc;background:#eee">
- {text:Free Hosted Scripts Code}
- </div>
- {/block:ifFreeHostedScriptsCode}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement