Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- theme #34
- - by cathms -
- Last update: nov 24, 2016
- - don't take parts of this code
- - don't remove this comment
- - don't remove the credit
- All in one tutorial: http://neonbikethemes.tumblr.com/allinonetut
- -->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Text" content="#999999" />
- <meta name="color:Link" content="#444444" />
- <meta name="color:Link hover" content="#999999" />
- <meta name="color:Title" content="#999999" />
- <meta name="color:Info" content="#444444" />
- <meta name="color:Description bg" content="#fafafa" />
- <meta name="color:Bold" content="#444444" />
- <meta name="color:Borders" content="#eeeeee" />
- <meta name="color:Scrollbar" content="#444444" />
- <meta name="color:Link underline" content="#999999" />
- <meta name="select:Background position" content="initial" title="initial"/>
- <meta name="select:Background position" content="5% 5%" title="left top"/>
- <meta name="select:Background position" content="5% 50%" title="left center"/>
- <meta name="select:Background position" content="5% 95%" title="left bottom"/>
- <meta name="select:Background position" content="95% 5%" title="right top"/>
- <meta name="select:Background position" content="95% 50%" title="right center"/>
- <meta name="select:Background position" content="95% 95%" title="right bottom"/>
- <meta name="select:Background repeat" content="repeat" title="repeat"/>
- <meta name="select:Background repeat" content="no-repeat" title="no repeat"/>
- <meta name="select:Body font" content="Karla" title="Karla"/>
- <meta name="select:Body font" content="roboto" title="Roboto"/>
- <meta name="select:Body font" content="helvetica" title="Helvetica"/>
- <meta name="select:Body font" content="arial" title="Arial"/>
- <meta name="select:Body font" content="cambria" title="Cambria"/>
- <meta name="select:Body font" content="calibri" title="Calibri"/>
- <meta name="select:Body font" content="trebuchet ms" title="Trebuchet ms"/>
- <meta name="select:Body font size" content="10px" title="10px"/>
- <meta name="select:Body font size" content="11px" title="11px"/>
- <meta name="select:Body font size" content="09px" title="09px"/>
- <meta name="select:Posts width" content="250" title="250px"/>
- <meta name="select:Posts width" content="300" title="300px"/>
- <meta name="select:Posts width" content="350" title="350px"/>
- <meta name="select:Posts width" content="400" title="400px"/>
- <meta name="select:Posts width" content="450" title="450px"/>
- <meta name="select:Posts width" content="500" title="500px"/>
- <meta name="select:Posts width" content="540" title="540px"/>
- <meta name="if:Show caption" content="1">
- <meta name="if:Infinite scroll" content="0">
- <meta name="if:No rescaling" content="0">
- <meta name="if:Custom gutter" content="0">
- <meta name="if:Reblog button" content="0">
- <meta name="text:Margin" content="50" />
- <meta name="text:Gutter" content="2" />
- <meta name="text:tab 01" content="index" />
- <meta name="text:tab 02" content="about" />
- <meta name="text:tab 03" content="contact" />
- <meta name="text:tab 04" content="navigate" />
- <meta name="text:Link title" content="link">
- <meta name="text:Link URL" content="/" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- {block:ifNotCustomGutter}<link href="http://static.tumblr.com/nb65v05/MWoo293ue/sghn.css" rel="stylesheet" type="text/css"/>{/block:ifNotCustomGutter}
- <link href="http://static.tumblr.com/nb65v05/EvVo293om/style.css" rel="stylesheet" type="text/css"/>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- font:{select:body font size} {select:body font}, sans-serif;
- margin:0;
- color:{color:text};
- background:{color:Background} {block:ifBackgroundImage}url('{image:Background}') fixed{/block:ifBackgroundImage};
- background-position: {select:background position};
- background-repeat: {select:background repeat};
- line-height:16px;
- }
- a {
- color:{color:link};
- text-decoration: none;
- -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
- -o-transition:all 0.6s ease-in-out;/*opera*/
- -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
- -ms-transition:all 0.6s ease-in-out;/*ie*/
- transition:all 0.6s ease-in-out;/*w3c*/}
- a:hover {
- color:{color:link hover};}
- em, strong {
- color:{color:bold};}
- small {
- font-size:{select:body font size};}
- ol, ul {
- padding:0;
- padding-left:5px;
- list-style-type:none;
- }
- ol li,
- ul li {
- position:relative;
- padding-left:10px;
- }
- .posts ol li:before{
- content:'›';
- position:absolute;
- margin-top:-1.5px;
- left:0;
- font-size:10px;
- }
- .posts ul li:before {
- content:'›';
- position:absolute;
- margin-top:-1.5px;
- left:0;
- font-size:10px;
- }
- sub, sup{font-size: 10px;}
- .container {
- width:{select:posts width}px;
- margin: auto;}
- #entries{
- width:{select:posts width}px;
- position:relative;
- margin-top:90px;
- margin-bottom:90px;
- margin-left:0px;
- }
- #entries a{
- cursor:help;
- }
- .posts {
- width:{select:posts width}px;
- overflow:hidden;
- word-wrap: break-word;
- {block:IndexPage}
- margin-bottom:{text:Margin}px;
- {/block:IndexPage}
- }
- h2{
- color:{color:title};
- margin:0;
- padding:0;
- text-align:left;}
- h2 a{
- color:{color:title};
- }
- blockquote {
- border-left: 1px solid {color:borders};
- padding-left: 5px;
- margin:05px;}
- .posts img, .posts li, .posts blockquote {max-width: 100%;height:auto;}
- .tmblr-full img {
- width:100%;}
- .posts .images{
- {block:ifNotNoRescaling}
- width: 100%;
- {/block:ifNotNoRescaling}
- display:block;}
- {block:ifNoRescaling}
- .photo-slideshow.processed .pxu-photo img {
- width:auto; }{/block:ifNoRescaling}
- /* SIDEBAR */
- .sidebar {
- width: 150px;
- margin-left:-220px;
- margin-top:60px;
- position:fixed;
- }
- .sidebar .sidebar-image{
- max-width:55px;
- display:block;
- padding:2px;
- border-radius:100%;
- }
- .sb-title{
- margin-top:20px;
- margin-bottom:10px;
- text-align:left;
- font-size:13px;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- .sb-title a{
- color:{color:title};
- }
- /* DESCRIPTION */
- .description{
- text-align:left;
- margin-bottom:5px;
- padding:05px;
- background-color:{color:description bg};
- border:1px solid {color:borders};
- }
- /* NAVIGATION / LINKS */
- .navi{
- margin-top:07px;
- }
- /* PAGINATION */
- .pag{
- text-align:center;
- width:{select:posts width}px;
- }
- .pag a{
- margin:10px;
- }
- /* QUOTE POSTS */
- .quote {
- padding:0;}
- .quotetext-short {
- font-size: 18px;}
- .quotetext-medium {
- font-size: 14px;}
- .quotetext-long {
- font-size: 11px;}
- .quote-source {
- text-align:right;}
- /* CHAT POSTS */
- .odd, .even {
- margin:0px;
- padding:10px 0px 10px 0px;
- border-top:1px solid {color:borders};}
- .odd:first-of-type {
- border-top:0px solid {color:borders};}
- /* AUDIO POSTS */
- .audio {
- width:auto;
- overflow:hidden;
- max-height:50px;
- position:relative;
- clear:both;
- background-color:#eee;
- border-radius:3px;
- }
- .tumblr_audio_player {
- height:20px;
- width:20px;
- padding:10px;
- margin-left:5px;
- margin-top:5px;
- display:block;
- float:left;
- clear:both;
- background-color:#fff;
- border-radius:3px;
- opacity:0.6;
- }
- .au-info {
- position:relative;
- overflow:auto;
- text-transform:uppercase;
- height:50px;
- padding-left:10px;
- padding-right:10px;
- display: table-cell;
- vertical-align: middle;
- text-align:left;
- width:{select:posts width}px;
- }
- img.au-image{
- float:left;
- width:55px;
- margin-left:-50px;
- }
- /* VIDEO POSTS*/
- .video{
- position:relative;
- z-index:9999;}
- .tumblr_video_container {
- width:auto!important;
- height:auto!important;}
- .video .instagram-media {
- max-height:none!important;
- box-shadow:none!important;
- border:1px solid {color:borders}!important;
- max-width:calc({select:posts width}px - 3px)!important;}
- /* ASK POSTS */
- .question{
- border:1px solid {color:borders};
- background-color:{color:description bg};
- padding:10px;
- }
- .question a{
- border:0!important;
- }
- /* CAPTION */
- .caption{
- }
- .caption a {
- border-bottom:1px solid {color:borders};}
- .caption a:hover {
- text-decoration:none;
- color:{color:link hover};
- border-color:{color:link hover};
- }
- /* INFO */
- .posts-info{
- margin-top:15px;
- color:{color:info};
- margin-bottom:1px;}
- .posts-info a{
- color:{color:info};
- border:0!important;
- margin-right:5px;
- }
- a.tag {
- text-decoration:none;
- margin-right:3px;
- border-bottom:1px solid {color:borders}!important;
- }
- /* NOTES */
- #notes{
- width:{select:posts width}px;
- margin-left:0px;
- margin-top:15px;}
- .notes img{border-radius:100%;}
- ol.notes {
- padding: 0px;
- margin: 0;
- list-style-type: none;}
- ol.notes li.note {padding: 0px;}
- ol.notes li.note img.avatar {
- display:none;}
- ol.notes li.note span.action {}
- ol.notes li.note .answer_content {font-weight: normal;}
- ol.notes li.note blockquote {
- border-color: {color:borders};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;}
- /* EXTRAS */
- a.c{
- position:fixed;
- bottom:25px;
- right:25px;
- font:07px 'trebuchet ms';
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:right;
- z-index:9999999;
- background-color:#fff;
- border:1px solid #e9e9e9;
- padding:05px;
- border-radius:100%;
- color:#8c8c8c;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,.8) !important;
- }
- #tumblr_lightbox img {
- border:3px solid #fff !important;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- .lightbox-image {
- padding:3px;
- background-color:rgba(255,255,255,1) !important;
- }
- ::-webkit-scrollbar {
- width: 3px;
- height: 3px;
- background: {color:background};}
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};}
- #s-m-t-tooltip{
- margin:24px 14px 7px 12px;
- z-index:9999999999999;
- line-height:16px;
- background-color:{color:link};
- letter-spacing:1px;
- color:white;
- font-size: 09px;
- text-transform:uppercase;
- padding:0px 03px 0px 03px;}
- ::selection {
- background: {color:link};
- color: white;}
- ::-moz-selection {
- background: {color:link};
- color: white;}
- ::-webkit-selection {
- background: {color:link};
- color: white;}
- /* SCROLL TO TOP */
- .scrollup{
- width:30px;
- height:30px;
- opacity:0.7;
- position:fixed;
- z-index:9999999;
- bottom:70px;
- right:22px;
- display:none;
- text-align:center;
- line-height:120%;
- }
- .scrollup:hover{cursor:pointer;}
- /* tabs */
- .tabs {
- width:100%;
- display:inline-block;
- margin-left:-5px
- }
- /*----- Tab Links -----*/
- /* Clearfix */
- .tab-links:after {
- display:block;
- clear:both;
- content:'';
- }
- .tabs-link ul{
- margin:0;
- padding:0;
- }
- .tab-links li {
- margin:0px;
- display:inline-block;
- list-style:none!important;
- text-align:left;
- padding:0;
- }
- .tab-links tb{
- margin-right:05px;
- margin-bottom:05px;
- display:inline-block;
- transition:all linear 0.15s;
- border-bottom:1px solid transparent;
- border-top:1px solid transparent;
- color:{color:link}!important;
- }
- .tab-links tb:hover, .tab-links a:hover {
- border-bottom:1px solid {color:link underline};
- text-decoration:none;
- cursor:pointer!important;
- color:{color:link};
- }
- li.active tb, li.active tb:hover {
- background:transparent;
- color:;
- border-bottom:1px solid {color:link underline};
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- /*----- Content of Tabs -----*/
- .tab-content {
- padding:15px;
- border-radius:3px;}
- .tabb {
- padding:15px;
- background-color:{color:description bg};
- border:1px solid {color:borders};
- max-height:400px;
- overflow:auto;}
- .tabb a {
- border-bottom:1px solid {color:borders};}
- .tabb a:hover {
- text-decoration:none;
- color:{color:link hover};
- border-color:{color:link hover};
- }
- .tabb ol li:before{
- content:'›';
- position:absolute;
- margin-top:-1.5px;
- left:0;
- font-size:10px;
- }
- .tabb ul li:before {
- content:'›';
- position:absolute;
- margin-top:-1.5px;
- left:0;
- font-size:10px;}
- .tab {
- display:none;}
- .tab.active {
- display:block;}
- .navi {
- -webkit-column-count: 3; /* Chrome, Safari, Opera */
- -moz-column-count: 3; /* Firefox */
- column-count: 3;}
- .navi a{
- display:block;
- border:0 solid {color:Borders}!important;}
- </style>
- </head>
- <body>
- <div class="container">
- <div class="sidebar">
- <img src="{image:sidebar}" class="sidebar-image">
- {block:ShowTitle}
- <div class="sb-title"><a href="/">{title}</a></div>{/block:ShowTitle}
- {block:ShowDescription}<div class="description">{description}</div>
- {/block:ShowDescription}
- <div class="tabs">
- <ul class="tab-links">
- <li class="active">
- <tb href="#tab1">{text:tab 01}</tb></li>
- <li><tb href="#tab2">{text:tab 02}</tb></li>
- <li><tb href="#tab3">{text:tab 03}</tb></li>
- <li><tb href="#tab4">{text:tab 04}</tb></li>
- <li><a href="{text:link url}">{text:link title}</a></li>
- </ul>
- </div>
- </div><!--- sidebar --->
- <div id="entries">
- <div class="tabs">
- <!-- TAB 1 -->
- <div id="tab1" class="tab active">
- <div class="tab-content">
- <div id="entry">
- {block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="posts">
- {block:Quote}<div class="quote">
- <div class="quotetext-{Length}">{Quote}</div>
- {block:Source}
- <div class="quote-source">{Source}</div>
- {/block:Source}
- </div>{/block:Quote}
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="images">{LinkCloseTag}</center>
- {block:ifShowCaption}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:ifShowCaption}
- {block:ifNotShowCaption}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotShowCaption}
- {/block:Photo}
- {block:Photoset}<center>
- <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></center>
- {block:ifShowCaption}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:ifShowCaption}
- {block:ifNotShowCaption}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotShowCaption}
- {/block:Photoset}
- {block:Link}
- <h2><a href="{URL}" target="{Target}">{Name} <b>→</b></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}<ul class="{Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></ul>{/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="au-image">
- {/block:AlbumArt}
- <div class="au-info">{block:TrackName}{TrackName}{/block:TrackName}
- {block:Artist}<br><small><b>{Artist}</b></small>{/block:Artist}
- </div>
- </div>
- {block:ifShowCaption}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:ifShowCaption}
- {block:ifNotShowCaption}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotShowCaption}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:ifShowCaption}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:ifShowCaption}
- {block:ifNotShowCaption}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotShowCaption}
- {/block:Video}
- {block:Answer}
- <div class="question">
- <b>{Asker}:</b> {Question}</div>
- {Answer}
- {/block:Answer}
- {block:Date}<div class="posts-info">
- <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix}</a>
- {block:NoteCount}<a href="{Permalink}"> {NoteCount}N {/block:NoteCount}</a>
- {block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a> <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}
- {block:NotReblog}Original{/block:NotReblog}{/block:Permalinkpage}
- {block:ifReblogButton}{block:indexpage}<span style="float:right"><a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-retweet"></i></a></span>{/block:indexPage}{/block:ifReblogButton}
- {block:HasTags}<br>{block:Tags}#<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags} {/block:HasTags}
- </div>
- {/block:Date}
- </div><!--- posts --->
- {block:PermalinkPage}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- {block:Pagination}<div class="pag" {block:IfInfiniteScroll}style="display:none;"{/block:IfInfiniteScroll}>
- {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="next">next</a>{/block:NextPage}</div>
- {/block:Pagination}
- </div><!--- entry --->
- </div>
- </div>
- <!------------------ ABOUT TAB ------------------>
- <div id="tab2" class="tab"><div class="tabcontent"><div class="tabb">
- <h2> about </h2> <!--- title --->
- <br>
- write your about info here
- <!--- // you can delete this if u want // --->
- <ul><!--list --->
- <li> name </li>
- <li> age </li>
- <li> nationality </li>
- <li> etc </li>
- </ul>
- <b>personal links</b> <!--- links title ---->
- <ul><!--list--->
- <li><a href=" "> link </a></li>
- <li><a href=" "> link </a></li>
- <li><a href=" "> link </a></li>
- </ul>
- </div></div></div>
- <!------------------ CONTACT TAB ------------------>
- <div id="tab3" class="tab"><div class="tabcontent"><div class="tabb">
- <h2> FAQ </h2> <!--- title --->
- <!--- //to add more questions copy and paste this under </p> // --->
- <p>
- <b>Q:</b> an original question here<br>
- <b>A:</b> here's the answer
- </p>
- <!--- - --->
- <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%"> </iframe>
- </div></div></div>
- <!------------------ NAVIGATION TAB ------------------>
- <div id="tab4" class="tab"><div class="tabcontent"><div class="tabb">
- <h2> Links </h2><!--- title --->
- <div class="navi">
- <a href=" "> link </a>
- <a href=" "> link </a>
- <a href=" "> link </a>
- <a href=" "> link </a>
- <a href=" "> link </a>
- <a href=" "> link </a>
- <a href=" "> link </a>
- <a href=" "> link </a>
- <a href=" "> link </a>
- </div>
- <br>
- <h2> Works </h2><!--- subtitle --->
- <div class="navi">
- <a href=" "> link </a>
- <a href=" "> link </a>
- <a href=" "> link </a>
- <a href=" "> link </a>
- <a href=" "> link </a>
- <a href=" "> link </a>
- </div></div></div>
- <!-- END OF TABS -->
- </div>
- </div><!--- entries --->
- </div><!--- container --->
- <script src="http://static.tumblr.com/nb65v05/Of2o9tkok/tabs.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- {block:ifInfiniteScroll}
- <script src="http://static.tumblr.com/nb65v05/QLXo03qup/jquery.infinitescroll.min.js"></script>{/block:ifInfiniteScroll}
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- {block:ifNotCustomGutter}
- gutter: '0px',{/block:ifNotCustomGutter}
- {block:ifCustomGutter}
- gutter: {text:Gutter},{/block:ifCustomGutter}
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:IndexPage}
- {block:ifInfiniteScroll}
- $(window).scroll(function(){
- if ($(this).scrollTop() > 100) {
- $('.scrollup').fadeIn();
- } else {
- $('.scrollup').fadeOut();}});
- $('.scrollup').click(function(){
- $("html, body").animate({ scrollTop: 0 }, 600);
- return false;});
- var $container = $('#entry');
- $container.infinitescroll({
- loading: {
- finished: undefined,
- finishedMsg: "<em></em>",
- img:'https://static.tumblr.com/nb65v05/NgXntm6a6/untitled-1.png',
- msg: null,
- msgText: "<em></em>",
- selector: null,
- speed: 'slow',
- },
- navSelector: '.pag',
- nextSelector: '.next',
- itemSelector: '.posts',
- extraScrollPx : 0,
- bufferPx : 10000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').animate().fadeOut('normal');
- }},
- function( newElements ) {
- resizeVideos();
- var $newElems = $( newElements );
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- {block:ifNotCustomGutter}
- gutter: '0px',{/block:ifNotCustomGutter}
- {block:ifCustomGutter}
- gutter: {text:Gutter},{/block:ifCustomGutter}
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- {/block:ifInfiniteScroll}{/block:IndexPage}
- });
- </script>
- <a href="http://cathms.tumblr.com/" target="_blank" class="c">tc</a>
- {block:IndexPage}{block:ifInfiniteScroll}<a class="scrollup"><i class="fa fa-chevron-up fa-2x"></i><br>scroll to top</a>{/block:ifInfiniteScroll}{/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement