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>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Nunito:400,700' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <!--
- ___________________________________________________________________________
- you may customize this theme as much as you want,
- just don't remove any credit or steal my theme, ok?
- i'll hunt you down if you do. =u=
- Theme #24 - Opalescence
- shoseii.tumblr.com
- ___________________________________________________________________________
- -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:Background" content=""/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Posts Background" content="#ffffff"/>
- <meta name="color:Posts Border" content="#eeeeee"/>
- <meta name="color:Pagination" content="#f7f7f7"/>
- <meta name="color:Title Color 1" content="#000000"/>
- <meta name="color:Title Color 2" content="#ffffff"/>
- <meta name="color:Text" content="##898989"/>
- <meta name="color:Bold" content="#ED6B73"/>
- <meta name="color:Link" content="#868585"/>
- <meta name="color:Nav Links" content="#000000"/>
- <meta name="color:Nav Links Hover Background" content="#000000"/>
- <meta name="color:Link Hover" content="#f59797"/>
- <meta name="color:Selection" content="#a5d7f0"/>
- <meta name="color:Scrollbar" content="#cccccc"/>
- <meta name="color:Title Stroke" content="#000000"/>
- <meta name="text:Title Color 1 Words" content="black"/>
- <meta name="text:Title Color 2 Words" content="white"/>
- <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="if:Infinite Scroll" content="1"/>
- <meta name="if:Black Audio Player" content=""/>
- <meta name="if:200px Posts" content="1"/>
- <meta name="if:250px Posts" content=""/>
- <meta name="if:400px Posts" content=""/>
- <meta name="if:Grayscale Effect" content=""/>
- <meta name="if:Post Fade" content="1"/>
- <meta name="if:Show Caption" content=""/>
- <meta name="if:Mini Cursor" content="1"/>
- <meta name="if:Post Borders" content="1"/>
- <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-thumb{
- background-color:{color:Scrollbar};
- border:3px solid {color:Background};
- height:auto;
- }
- ::-webkit-scrollbar {
- background:{color:Background};
- height:9px;
- width:7px;
- }
- ::-webkit-scrollbar:horizontal{
- display:none;
- }
- ::-moz-selection {
- background:{color:Selection};
- color:#fff;
- }
- ::selection {
- background:{color:Selection};
- color:#fff;
- }
- body {
- font-family:'Open Sans', sans-serif;
- font-size:9px;
- color:{color:Text};
- text-align:left;
- 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{
- position:fixed;
- width:200px;
- height:200px;
- bottom:0px;
- margin-left:-200px;
- z-index:99999999999999;
- }
- .sidebar:hover #links{
- opacity:1;
- }
- .title{
- display:inline-block;
- position:fixed;
- width:300px;
- margin-left:-100px;
- margin-top:-12px;
- font:25px 'Nunito', sans-serif;
- text-align:right;
- z-index:99999;
- {block:indexpage}
- opacity:0;
- {/block:indexpage}
- -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{
- text-shadow: -1px 0 {color:Title Stroke}, 0 1px {color:Title Stroke}, 1px 0 {color:Title Stroke}, 0 -1px {color:Title Stroke};
- }
- #black{
- color:{color:Title Color 1};
- }
- #white{
- color:{color:Title Color 2};
- }
- .sidebar:hover #black{
- color:{color:Title Color 2};
- }
- .sidebar:hover #white{
- color:{color:Title Color 1};
- }
- #desc{
- font-size:10px;
- color:{color:text};
- z-index:9999;
- width:200px;
- max-height:100px;
- overflow:scroll;
- margin-top:20px;
- margin-left:10px;
- text-align:right;
- {block:indexpage}
- opacity:0;
- {/block:indexpage}
- }
- #links{
- opacity:0;
- width:200px;
- z-index:9;
- z-index:9999999999;
- text-align:right;
- font:8px courier new;
- text-transform:uppercase;
- margin-top:5px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #links a{
- background:{color:Background};
- color:{color:Nav Links};
- border:1px solid {color:Posts Border};
- display:inline-block;
- padding:2px;
- margin:2px 2px 2px 0px;
- overflow:hidden;
- }
- #links a:hover{
- background:{color:Nav Links Hover Background};
- color:{color:Link Hover};
- }
- /*--Posts--*/
- #center{
- {block:if200pxPosts}
- width:200px;
- {/block:if200pxPosts}
- {block:if250pxPosts}
- width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:400px;
- {/block:if400pxPosts}
- margin-left:auto;
- margin-right:auto;
- margin-top:20px;
- margin-bottom:0px;
- padding-left:20px;
- padding-right:20px;
- border:0;
- }
- #content{
- background:{color:Background};
- {block:IndexPage}
- margin-top:10px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-top:10px;
- {/block:PermalinkPage}
- width:335px;
- {block:permalinkpage}
- width:585px;
- {/block:permalinkpage}
- z-index:999999999;
- }
- .entry{
- margin:5px 4px 10px 35px;
- padding:7px;
- float:left;
- {block:ifPostBorders}
- border:1px solid {color:Posts Border};
- {block:ifPostBorders}
- background:{color:Posts Background};
- {block:indexpage}
- opacity:0;
- {block:if200pxPosts}
- width:200px;
- {/block:if200pxPosts}
- {block:if250pxPosts}
- width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:400px;
- {/block:if400pxPosts}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- .entry img{
- {block:indexpage}
- {block:if200pxPosts}
- width:200px;
- {/block:if200pxPosts}
- {block:if250pxPosts}
- width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:400px;
- {/block:if400pxPosts}
- margin-bottom:-2px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- }
- ol.notes{
- padding:0px;
- margin:5px 0px;
- list-style-type:none;
- border-bottom:solid 1px {color:Posts Border};
- }
- ol.notes li.note{
- border-top:solid 1px {color:Posts Border};
- padding:10px;
- }
- 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{
- position:absolute;
- color:#444;
- width:312px;
- {block:if400pxPosts}
- width:394px;
- {/block:if400pxPosts}
- margin-top:-12px;
- {block:if200pxPosts}
- margin-left:200px;
- {/block:if200pxPosts}
- {block:if250pxPosts}
- margin-left:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- margin-left:400px;
- {/block:if400pxPosts}
- padding:5px 0px 4px 4px;
- text-align:left;
- font:bold 8px courier new;
- z-index:-99999999;
- text-transform:uppercase;
- letter-spacing:1px;
- -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;
- }
- #notes{
- opacity:0;
- background:{color:Posts Background};
- position:absolute;
- border:1px solid {color:Posts Border};
- padding:1px;
- margin-left:-12px;
- margin-top:-1px;
- -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:hover #notes{
- opacity:1;
- margin-left:3px;
- }
- #date{
- opacity:0;
- position:absolute;
- background:#000;
- color:#fff;
- display:inline-block;
- padding:2px;
- text-align:center;
- margin-left:-12px;
- margin-top:12px;
- text-transform:uppercase;
- z-index:999999;
- -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;
- transition-delay:0.5s;
- }
- .entry:hover #date{
- opacity:1;
- margin-left:3px;
- }
- #reblog{
- opacity:0;
- position:absolute;
- background:{color:Posts Background};
- border:1px solid {color:Posts Border};
- display:inline-block;
- padding:1px;
- margin-left:-12px;
- margin-top:25px;
- -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;
- transition-delay:1s;
- }
- .entry:hover #reblog{
- opacity:1;
- margin-left:3px;
- }
- /*--Miscellaneous--*/
- .permapage {
- padding:0px 10px 0px 10px;
- }
- iframe#tumblr_controls{
- position:fixed !important;
- -webkit-filter:invert(100%);
- opacity:0.4;
- }
- .pagination {
- display:none;
- }
- .back, .next {
- padding:5px;
- position:fixed;
- top:95%;
- margin-left:160px;
- text-transform:uppercase;
- font:8px courier new;
- border-radius:2px;
- z-index:99999999999999;
- }
- .back{
- margin-left:260px;
- {block:if250pxPosts}
- margin-left:305px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- margin-left:455px;
- {/block:if400pxPosts}
- background:{color:Pagination};
- border:1px solid {color:Posts Border};
- }
- .next{
- margin-left:-5px;
- background:{color:Pagination};
- border:1px solid {color:Posts Border};
- }
- #text img{
- {block:if200pxPosts}
- max-width:200px;
- {/block:if200pxPosts}
- {block:if250pxPosts}
- max-width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- max-width:400px;
- {/block:if400pxPosts}
- width:auto;
- height:auto;
- {block:PermalinkPage}
- max-width:500px;
- {/block:PermalinkPage}
- }
- #text{
- padding-bottom:5px;
- }
- #audio{
- margin-top:-30px;
- margin-left:50px;
- min-height:5px;
- font-size:8px;
- letter-spacing:1px;
- text-align:left;
- padding-bottom:10px;
- }
- .audtext{
- font:bold 12px Helvetica, Arial;
- }
- .playbutton{
- position:absolute;
- top:-33px;
- left:-10px;
- }
- .playbox{
- position:relative;
- width:32px;
- height:35px;
- overflow:hidden;
- }
- .tumblr_audio_player{
- border:none;
- padding:0px;
- margin:0px;
- height:100px;
- width:500px;
- }
- #s-m-t-tooltip{
- background:#fff;
- color:#aaa;
- font-size:8px;
- 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:center;
- border-bottom:1px solid #eee;
- text-transform:uppercase;
- }
- #answer{
- margin-left:10px;
- margin-top:0px;
- }
- #caption{
- border-top:1px solid #eee;
- margin-top:8px;
- padding:3px;
- }
- .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;
- }
- .video{
- position:relative;
- height:0;
- padding-bottom:56%;
- }
- .video iframe{
- position:absolute;
- top:0;
- left:0;
- height:100%;
- width:100%;
- }
- #infscr-loading{
- display:none!important;
- }
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/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-->
- </head>
- <link href="http://static.tumblr.com/2e9nahe/oAPnjs2lc/animate.css" rel="stylesheet" type="text/css" />
- <body>
- <div id="center">
- <div class="sidebar">
- <div class="title {block:indexpage}wow fadeInLeft{/block:indexpage}" data-wow-delay="0.2s">
- <a href="/" id="black">{text:Title Color 1 Words}</a><a href="/" id="white">{text:Title Color 2 Words}</a>
- </div>
- <div id="desc" class="{block:indexpage}wow fadeInLeft{/block:indexpage}" data-wow-delay="0.5s">{Description}</div>
- <div id="links">
- <a href="/">refresh</a>
- <a href="/ask" target="_blank">message</a>
- <a href="/archive" target="_blank">past</a>
- {block:ifLink1}<a href="{text:Link 1 URL}" target="_blank">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" target="_blank">{text:Link 2}</a>{block:ifLink2}
- </div>
- </div>
- {block:ifnotinfinitescroll}
- {block:Pagination}
- {block:NextPage}<a class="next" href="{NextPage}">next</a>{/block:NextPage}
- {block:PreviousPage}<a class="back" href="{PreviousPage}">previous</a>{/block:PreviousPage}
- {/block:Pagination}
- {/block:ifnotinfinitescroll}
- <div id="content">
- {block:Posts}
- <div class="entry {block:indexpage}wow fadeIn{/block:indexpage}" data-wow-duration="1s">
- {block:IndexPage}
- <div id="permalink">
- <div id="notes"><a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a></div>
- <div id="date">
- {DayofMonth}|{Month}
- </div>
- <div id="reblog">
- <a href="{ReblogURL}" target="_blank">Reblog?</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:Text}
- <div id="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}" width="{block:if250pxPosts}250{/block:if250pxPosts}{block:if400pxPosts}400{/block:if400pxPosts}{block:if500pxPosts}500{/block:if500pxPosts}"/></div>
- {/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}" width="500"/>{block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div id="img">
- {Photoset}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div style="position:absolute;margin-top:-8px;margin-left:-5px;font:bold 30px times new roman;opacity:0.5;">“</div>
- <div style="font:bold italic 12px helvetica, arial;margin-left:12px;text-align:left;">{Quote}</div>
- {block:Source}<p style="text-align:right">{Source}</p>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="text">
- <a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}</div>
- {/block:Link}
- {block:Chat}
- <div id="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}
- <div id="img">
- {block:IndexPage}
- {block:AudioEmbed}
- {block:if200pxPosts}{AudioEmbed-250}{/block:if200pxPosts}
- {block:if250pxPosts}{AudioEmbed-250}{/block:if250pxPosts}
- {block:if400pxPosts}{AudioEmbed-400}{/block:if400pxPosts}
- {/block:AudioEmbed}
- {block:AudioPlayer}
- <div class="playbox"><div class="playbutton">
- {block:ifnotBlackAudioPlayer}{AudioPlayer}{/block:ifnotBlackAudioPlayer}
- {block:ifBlackAudioPlayer}{AudioPlayerBlack}{/block:ifBlackAudioPlayer}
- </div></div>
- {/block:AudioPlayer}
- {block:AudioPlayer}
- <div id="audio">
- <span class="audtext">{block:TrackName}{TrackName}{/block:TrackName}</span>
- <br>{block:Artist}{Artist}{/block:Artist}
- </div>
- {/block:AudioPlayer}
- {/block:IndexPage}
- </div>
- {block:PermalinkPage}
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div id="ask">
- <em><strong>{Asker} whispered:</em></strong> {Question}
- </div>
- <div id="answer">
- {Answer}
- </div>
- {/block:Answer}
- {block:Video}
- <div id="img">
- {block:IndexPage}
- <div class="video">{VideoEmbed-500}</div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}{Video-500}
- {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
- {block:IndexPage}
- {block:ifShowCaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}
- {/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>
- <div class="permapage">
- {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}</div>
- {/block:Date}
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- <a href="http://shoseii.tumblr.com" style="position:fixed;bottom:5px;right:3px;">THEME</a>
- <script src="http://static.tumblr.com/2e9nahe/6Nxnjs2mx/wow.js"></script>
- <script>
- new WOW().init();
- </script>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <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>
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script>
- $(document).ready(function(){
- var $container = $('#content');
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.pagination a',
- bufferPx: 800
- },
- 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 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%' });
- });
- });
- });
- </script>
- {/block:ifInfiniteScroll}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment