Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- (◍•ᴗ•◍)♡ ✧*。
- Incoming Theme by Chloë | @dontbrag | @bychloethemes
- > Do not delete/alter any credit.
- > Do not claim as your own.
- > Do not copy any code.
- > Do not redistribute.
- Full terms: http://bychloethemes.tumblr.com/themes
- =========================================================
- DEPENDENCIES:
- > jQuery
- https://jquery.com/
- > jQuery UI
- https://jqueryui.com/
- > Draggable Tags
- http://jqueryscript.net/other
- /Tumblr-Like-Draggable-Tag-Bar-with-jQuery-CSS3-Tag-Overflow.html
- > Infinite Scroll
- http://infinite-scroll.com/
- > PXU Photosets (Modified by me)
- https://github.com/PixelUnion/Extended-Tumblr-Photoset/
- > ImagesLoaded
- http://imagesloaded.desandro.com/
- > Video Resizing
- http://shythemes.tumblr.com/post/134536748863/
- > SMT Tooltips
- http://manos.malihu.gr/style-my-tooltips-jquery-plugin/
- > Unnest Captions
- http://neothm.com/post/148902138319/
- > 7 Stroke Icon Font
- http://themes-pixeden.com/font-demos/7-stroke/
- > Google Fonts
- http://fonts.google.com/
- > Default Background
- http://kaleidoscopedesignstudio.net/
- -->
- <html>
- <head>
- {block:Hidden}
- <meta name="image:Background" content="https://dl.dropboxusercontent.com/s/xtodtpb6v8e40ox/Kaleidoscope-Desktop-Wallpaper-Wallstudio-April-2015.jpg" />
- <meta name="color:Background" content="#fff" />
- <meta name="color:Text" content="#000" />
- <meta name="color:Links" content="#00f" />
- <meta name="color:Lines" content="#000" />
- <meta name="if:Repeating Background" content="" />
- <meta name="if:Submit Link" content="" />
- <meta name="if:Captions" content="" />
- <meta name="if:Tags" content="" />
- <meta name="text:Last Box Title" content="Insta" />
- <meta name="text:Last Box Icon" content="pe-7s-camera" />
- <meta name="text:Last Box" content="" />{block:Hidden}
- <meta charset="UTF-8" />
- <title>{block:TagPage}{Tag} posts | {/block:TagPage} {block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="http://static.tumblr.com/i5s2zks/6kOohwlux/pe-icon-7-stroke.css">
- <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- $('ul#nav li').click(function() {
- var index = $(this).index();
- var leftMargin = "-" + index*100 + "%";
- $('#carousel').animate({
- marginLeft: leftMargin
- }, 700);
- });
- });
- </script>
- <style>
- * {
- margin: 0;
- padding: 0;
- }
- #tumblr_controls, .tmblr-iframe {
- top:5px!important;
- right:5px!important;
- -webkit-filter: invert(90%);
- filter: invert(90%);
- position:fixed!important;
- -webkit-transform:scale(.8, .8);
- -moz-transform:scale(.8, .8);
- transform:scale(.8, .8);
- -webkit-transform-origin: right top;
- -moz-transform-origin: right top;
- -ms-transform-origin: right top;
- -o-transform-origin: right top;
- transform-origin: right top;
- z-index:999999999999999999!important
- }
- ::-webkit-scrollbar {
- background-color:#ddd;
- height: 11px;
- width: 11px;
- border:5px solid #fff;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#000;
- border:5px solid #fff;
- }
- [class*=" pe-7s-"]:before, [class^=pe-7s-]:before {
- vertical-align: text-bottom;
- }
- body {
- font-size: 11px;
- font-family: 'Inconsolata', monospace;
- background: {color:Background} url({image:Background})
- {block:IfNotRepeatingBackground} no-repeat center center fixed;
- background-size: cover;{block:IfNotRepeatingBackground}
- {block:IfRepeatingBackground}fixed;{/block:IfRepeatingBackground}
- color:{color:Text};
- word-break:break-word;
- }
- a {
- text-decoration: none;
- color: {color:Links};
- border-bottom: 1px solid #eaeaea;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- a:hover {
- border-bottom-color: {color:Links};
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- pre {
- white-space: pre-wrap;
- }
- img:not(.lightbox-image) {
- max-width: 100%;
- vertical-align: middle;
- height: auto;
- }
- #wrapper {
- width: 580px;
- margin: 0 auto;
- }
- header {
- box-sizing: border-box;
- text-align: center;
- background: #fff;
- border: 1px solid {color:Lines};
- height: 150px;
- margin: 40px 0 60px;
- position: relative;
- overflow: hidden;
- }
- #carousel {
- height: calc(100% - 31px);
- width: calc(100% * (1{block:Description} + 1{/block:Description}{block:HasPages} + 1{/block:HasPages}{block:IfLastBox} + 1{/block:IfLastBox}));
- }
- .box {
- box-sizing: border-box;
- display: inline-block;
- height: 100%;
- width: calc(100% / (1{block:Description} + 1{/block:Description}{block:HasPages} + 1{/block:HasPages}{block:IfLastBox} + 1{/block:IfLastBox}));
- }
- .table {
- display: table;
- table-layout: fixed;
- width: 100%;
- height: 100%;
- }
- .table-cell {
- display: table-cell;
- vertical-align: middle;
- padding: 20px;
- }
- ul.sub-nav {
- list-style: none;
- margin-top: 10px;
- }
- ul.sub-nav li {
- display: inline-block;
- text-transform: uppercase;
- margin: 0 2px;
- }
- ul#nav {
- list-style: none;
- position: absolute;
- bottom: 0;
- width: 100%;
- }
- ul#nav li {
- display: inline-block;
- box-sizing: border-box;
- width: calc(100% / (1{block:Description} + 1{/block:Description}{block:HasPages} + 1{/block:HasPages}{block:IfLastBox} + 1{/block:IfLastBox}));
- border-top: 1px solid {color:Lines};
- line-height: 30px;
- cursor: pointer;
- text-transform: uppercase;
- }
- ul#nav li:not(:last-of-type) {
- border-right: 1px solid {color:Lines};
- }
- article {
- background: #fff;
- border: 1px solid {color:Lines};
- width: 250px;
- box-sizing: border-box;
- margin-bottom: 80px;
- position: relative;
- }
- article .post-header {
- border-bottom: 1px solid {color:Lines};
- padding: 10px 15px;
- text-transform: uppercase;
- }
- article .post-icon {
- position: absolute;
- padding: 10px 15px;
- top: 0;
- right: 0;
- border-left: 1px solid {color:Lines};
- }
- article h2 {
- margin-bottom: 10px;
- }
- blockquote.tumblr_parent:not(:last-of-type) {
- margin-bottom: 5px;
- }
- blockquote blockquote {
- border-left: 2px solid #eaeaea;
- padding-left: 10px;
- margin: 10px 0;
- margin-left: 10px;
- }
- .caption ul, .caption ol {
- padding-left: 20px;
- margin: 10px 0;
- }
- .caption li {
- margin: 5px 0;
- }
- article p:not(:first-of-type) {
- margin-top: 5px;
- }
- article p:not(:last-of-type) {
- margin-bottom: 5px;
- }
- article p:empty {
- display: none;
- margin: 0!important;
- }
- .caption a.tumblr_blog, .q-a {
- line-height: 20px;
- display: inline-block;
- border-bottom: none;
- font-weight: bold;
- text-transform: uppercase;
- color: {color:Text};
- position: relative;
- }
- .caption a.tumblr_blog:before, .q-a:before {
- content: '';
- position: absolute;
- width: calc(183px - 100%);
- height: 1px;
- background: #eaeaea;
- top: 50%;
- left: calc(100% + 10px);
- z-index: 0;
- }
- img.caption_avatar, .questioner img {
- border-radius: 50%;
- width: 18px;
- vertical-align: middle;
- float: right;
- z-index: 9;
- position: relative;
- }
- .photo, .photoset, .album-art {
- padding: 5px;
- }
- a.tumblr-box {
- border-bottom: none;
- }
- .photo-data:not(:last-of-type):after {
- content: '';
- width: 1px;
- height: calc(100% + 10px);
- position: absolute;
- top: -5px;
- right: -6px;
- background: {color:Lines};
- }
- .row {
- position: relative;
- }
- .row:not(:first-of-type):before {
- content: '';
- height: 1px;
- width: calc(100% + 10px);
- background: {color:Lines};
- position: absolute;
- top: -6px;
- left: -5px;
- }
- .media-caption {
- border-top: 1px solid {color:Lines};
- padding: 15px;
- }
- .text, .quote, .chat, .link {
- padding: 15px;
- }
- .quote cite {
- display: block;
- text-align: right;
- }
- .chat ul {
- list-style: none;
- }
- .chat li:not(:last-of-type) {
- margin: 0 0 10px;
- }
- .audio_player {
- position: absolute;
- top: 226px;
- width: 29px;
- overflow: hidden;
- border: 5px solid #fff;
- background: #fff;
- right: 15px;
- border-radius: 50%;
- }
- ul.audio-info {
- list-style: none;
- border-top: 1px solid {color:Lines};
- padding: 15px;
- }
- .vid {
- padding: 5px;
- }
- .full-query {
- padding: 10px 15px 0;
- }
- .full-query:first-of-type {
- padding-top: 15px;
- }
- .full-query:last-of-type {
- padding-bottom: 15px;
- }
- .q-a a {
- border-bottom: none;
- color: {color:Text};
- }
- .answer .caption {
- padding: 15px;
- border-top: 1px solid {color:Lines};
- }
- .questioner {
- padding-bottom: 5px;
- }
- .questioner:not(:first-of-type) {
- margin-top: 5px;
- }
- .tags {
- border-top: 1px solid {color:Lines};
- padding: 5px 0;
- }
- .post_tags, .post_tags a {
- color: #a7a7a7;
- }
- .post_tags {
- position: relative;
- line-height: 20px;
- white-space: nowrap;
- overflow: hidden;
- }
- .post_tags.draggable .post_tags_inner {
- cursor: col-resize;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .post_tags_inner {
- float: left;
- position: relative;
- padding-right: 20px;
- }
- .post_tags a, .post_tags .post_tag {
- margin-right: 6px;
- }
- .post_tags a:first-of-type {
- margin-left: 8px;
- }
- .post_tags a:before { content: '#'; }
- .post_tags:after {
- content: '';
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- width: 20px;
- background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
- background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
- background: -o-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
- background: -ms-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
- background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
- }
- ul.post-footer {
- list-style: none;
- text-align: center;
- border-top: 1px solid {color:Lines};
- }
- ul.post-footer li {
- display: inline-block;
- box-sizing: border-box;
- line-height: 30px;
- text-transform: uppercase;
- width: calc(100% / 3);
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- padding: 0 10px;
- }
- ul.post-footer li:last-of-type {
- border-left: 1px solid {color:Lines};
- }
- ul.post-footer li:first-of-type {
- border-right: 1px solid {color:Lines};
- }
- ul.post-footer a {
- border-bottom: none;
- color: {color:Text};
- }
- {block:indexPage}
- li.custom-like-button {
- position:relative;
- }
- .like_button {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- z-index: 10;
- }
- .like_button iframe {
- width: 100% !important;
- height: 100% !important;
- }
- .our_toggle {
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 1;
- }
- .reblog_button:hover:after {
- content:'?';
- }
- .like_button:hover + .our_toggle:after {
- content:'?';
- }
- .like_button.liked:hover + .our_toggle .word:before {
- content:'un';
- }
- .like_button.liked:hover + .our_toggle:after {
- content:'?';
- }
- .like_button.liked + .our_toggle:after {
- content: "d";
- }
- .like_button.liked + .our_toggle .pe-7s-like {
- color:#f00;
- }
- {/block:IndexPage}
- {block:PermalinkPage}
- #wrapper {
- width: 500px;
- }
- article {
- width: 500px;
- }
- .media-caption {
- padding: 35px;
- }
- .caption a.tumblr_blog:before, .q-a:before {
- width: calc(393px - 100%);
- }
- .text, .quote, .chat, .link {
- padding: 35px;
- }
- .audio_player {
- position: static;
- padding: 15px;
- background: transparent;
- border: none;
- border-top: 1px solid #000;
- border-radius: 0%;
- width: auto;
- }
- .full-query:last-of-type {
- padding-bottom: 35px;
- }
- .full-query:first-of-type {
- padding-top: 35px;
- }
- .full-query {
- padding: 15px 35px 0;
- }
- .answer .caption {
- padding: 25px 35px;
- }
- .tags {
- padding: 15px;
- }
- ol.notes {
- border-top: 1px solid #000;
- list-style: none;
- padding: 15px;
- }
- img.avatar {
- float: right;
- border-radius: 50%;
- }
- li.note {
- margin: 10px 0;
- margin-left: 16px;
- }
- span.action {
- position: relative;
- }
- span.action:after {
- content: '';
- position: absolute;
- width: calc(416px - 100%);
- height: 1px;
- background: #eaeaea;
- top: calc(50% + 0.5px);
- left: calc(100% + 10px);
- z-index: 0;
- }
- li.like:before, li.reblog:before, li.reply:before {
- font-family:pe-icon-7-stroke;
- font-style:normal;
- font-weight:400;
- font-variant:normal;
- text-transform:none;
- speak:none;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing:grayscale;
- content: "\25";
- margin-right: -11px;
- color:#f3719f;
- left: -16px;
- position: relative;
- top: 2px;
- }
- li.reblog:before, li.reply:before {
- content:'\42';
- color:#7b7b7b;
- }
- li.original_post:before {
- content:'\66';
- }
- li.reply:before {
- content:"\e00a";
- }
- {/block:PermalinkPage}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <header>
- <div id="carousel">
- <div class="box">
- <div class="table">
- <div class="table-cell">
- <h1>{Title}</h1>
- <ul class="sub-nav">
- <li><a href="/">home</a>
- {block:AskEnabled}<li><a href="/ask">ask</a>{/block:AskEnabled}
- {block:IfSubmitLink}{block:SubmissionsEnabled}<li><a href="/submit">submit</a>{/block:SubmissionsEnabled}{/block:IfSubmitLink}
- <li><a href="/archive">past</a>
- </ul>
- </div>
- </div>
- </div>{block:Description}<div class="box">
- <div class="table">
- <div class="table-cell">
- {Description}
- </div>
- </div>
- </div>{/block:Description}{block:HasPages}<div class="box">
- <div class="table">
- <div class="table-cell">
- <ul class="sub-nav">
- {block:Pages}<li><a href="{URL}">{Label}</a>{/block:Pages}
- </ul>
- </div>
- </div>
- </div>{/block:HasPages}{block:IfLastBox}<div class="box">
- <div class="table">
- <div class="table-cell">
- {text:Last Box}
- </div>
- </div>
- </div>{/block:IfLastBox}
- </div>
- <ul id="nav">
- <li><i class="pe-7s-home"></i> home
- {block:Description}<li><i class="pe-7s-info"></i> more{/block:Description}
- {block:HasPages}<li><i class="pe-7s-map-2"></i> map{/block:HasPages}
- {block:IfLastBox}<li><i class="{text:Last Box Icon}"></i> {text:Last Box Title}{/block:IfLastBox}
- </ul>
- </header>
- <section id="posts">
- {block:Posts}<article id="{PostID}">
- {block:Date}<div class="post-header">
- {block:NotReblog}Posted{/block:NotReblog}{block:RebloggedFrom}Reblogged{/block:RebloggedFrom} {TimeAgo}
- </div>{/block:Date}
- {block:Text}<div class="text">
- {block:Date}<div class="post-icon pe-7s-note2"></div>{/block:Date}
- {block:Title}<h2>{Title}</h2>{block:Title}
- <div class="caption">
- {Body}
- </div>
- </div>{/block:Text}
- {block:Photo}<div class="photo">
- <div class="post-icon pe-7s-photo"></div>
- <img src="{block:IndexPage}{PhotoURL-250}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-500}{/block:PermalinkPage}">
- </div>{/block:Photo}
- {block:Photoset}<div class="photoset">
- <div class="post-icon pe-7s-photo-gallery"></div>
- <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:Photoset}
- {block:Quote}<div class="quote">
- <div class="post-icon pe-7s-light"></div>
- <h2>{Quote}</h2>
- {block:Source}<cite>— {Source}</cite>{/block:Source}
- </div>{/block:Quote}
- {block:Chat}<div class="chat">
- <div class="post-icon pe-7s-chat"></div>
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul>
- {block:Lines}<li>{block:Label}<b>{Label} </b>{/block:Label}{Line}{/block:Lines}
- </ul>
- </div>{/block:Chat}
- {block:Link}<div class="link">
- <div class="post-icon pe-7s-paperclip"></div>
- <h2><a href="{URL}">{Name}</a> <i class="pe-7s-angle-right"></i></h2>
- {block:Description}<div class="caption">
- {Description}
- </div>{/block:Description}
- </div>{/block:Link}
- {block:Audio}<div class="audio">
- <div class="post-icon pe-7s-album"></div>
- <div class="album-art">
- <img src="http://marcoscolamedia.com/wp-content/uploads/2015/12/Music-Album-Blank-.jpg"{block:AlbumArt} style="display:none;"{/block:AlbumArt}>
- {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
- </div>
- {block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}
- <ul class="audio-info">
- <li><b>Title:</b> <span{block:TrackName} style="display:none"{/block:TrackName}>Unknown</span> {block:TrackName}{TrackName}{/block:TrackName}
- <li><b>Artist:</b> <span{block:Artist} style="display:none"{/block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}
- <li><b>Album:</b> <span{block:Album} style="display:none"{/block:Album}>Unknown</span> {block:Album}{Album}{/block:Album}
- <li><b>Plays:</b> {FormattedPlayCount}
- </ul>
- </div>{/block:Audio}
- {block:Video}<div class="vid">
- <div class="post-icon pe-7s-film"></div>
- <div class="video">{Video-500}</div>
- </div>{/block:Video}
- {block:Answer}<div class="answer">
- <div class="post-icon pe-7s-mail"></div>
- <div class="wrap">
- <div class="full-query">
- <div class="questioner">
- <span class="q-a">{Asker} asked:</span>
- <img src="{AskerPortraitURL-24}">
- </div>
- <div class="question">
- {Question}
- </div>
- </div>
- {block:Answerer}<div class="full-query">
- <div class="questioner">
- <span class="q-a">{Answerer} replied:</span>
- <img src="{AnswererPortraitURL-24}">
- </div>
- <div class="question">
- {Answer}
- </div>
- </div>{/block:Answerer}
- </div>
- <div class="caption">
- {Replies}
- </div>
- </div>{/block:Answer}
- {block:IndexPage}{block:IfCaptions}{block:Caption}<div class="caption media-caption">
- {Caption}
- </div>{/block:Caption}{/block:IfCaptions}
- {block:IfTags}{block:HasTags}<div class="tags">
- <div class='post_tags draggable'>
- <div class='post_tags_inner'>
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- </div>
- </div>{/block:HasTags}{/block:IfTags}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="caption media-caption">
- {Caption}
- </div>{/block:Caption}
- {block:HasTags}<div class="tags">
- <div class='post_tags draggable'>
- <div class='post_tags_inner'>
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- </div>
- </div>{/block:HasTags}{/block:PermalinkPage}
- {block:Date}<ul class="post-footer">
- {block:IndexPage}<li class="custom-like-button">{LikeButton}<div class="our_toggle"><i class="pe-7s-like"></i> <span class="word">like</span></div>
- <li><i class="pe-7s-ribbon"></i> <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}</a>
- <li><i class="pe-7s-repeat"></i> <a href="{ReblogURL}" target="_blank" class="reblog_button">reblog</a></span>{/block:IndexPage}
- {block:PermalinkPage}<li>{NoteCountWithLabel}
- <li>{block:RebloggedFrom}<span>via:</span> <a href="{ReblogParentURL}">@{ReblogParentName}</a>{/block:RebloggedFrom}{block:NotReblog}original post{/block:NotReblog}
- <li><span>Source:</span> {block:ContentSource}<a href="{SourceURL}">@{SourceTitle}</a>{/block:ContentSource}<span{block:ContentSource}style="display:none"{/block:ContentSource}>unknown</span>{/block:PermalinkPage}
- </ul>{/block:Date}
- {block:PostNotes}{PostNotes-16}{/block:PostNotes}
- </article>
- {/block:Posts}
- </section>
- </div>
- {block:Pagination}<div class="pagination" style="visibility:hidden;">
- {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}
- </div>{/block:Pagination}
- {block:IndexPage}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>{/block:IndexPage}
- <link href="https://dl.dropboxusercontent.com/s/hzclyl41cq3yzjk/style.css" rel="stylesheet" type="text/css"/>
- <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <script src="http://static.tumblr.com/yxfeliq/wk8ojtu16/incoming.min.js"></script>
- <script>
- var fhs = document.createElement('script');var fhs_id = "5427810";var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"' style='display:none'></span>");
- $(function(){
- $('.photo-slideshow').pxuPhotoset(photosetOptions);
- $('article').unnest(unnestOptions);
- $('img.caption_avatar').each(function() {
- if($(this).closest('.tumblr_blog').length) {
- $('<span>:</span>').insertAfter($(this).parent());
- $(this).insertBefore($(this).parent());
- }
- });
- $(".post_tags_inner").draggable(dragTags);
- {block:IndexPage}
- var $tumblelog = $('#posts');
- $tumblelog.imagesLoaded(function () {
- $tumblelog.masonry(masonryOptions);
- });
- $tumblelog.infinitescroll(infScrollOptions, function(newElements) {
- var $newElems = $( newElements );
- var $newElemsIDs = $newElems.map(function () {
- return this.id;
- }).get();
- $newElems.find('.photo-slideshow').pxuPhotoset(photosetOptions);
- $newElems.css({ opacity: 0, zIndex: -1 });
- resizeVideos();
- $newElems.unnest(unnestOptions);
- $newElems.find('.caption_avatar').each(function() {
- if($(this).closest('.tumblr_blog').length) {
- $('<span>:</span>').insertAfter($(this).parent());
- $(this).insertBefore($(this).parent());
- }
- });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1, zIndex: 1 });
- $tumblelog.masonry( 'appended', $newElems );
- });
- $newElems.find(".post_tags_inner").draggable(dragTags);
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- });
- {/block:IndexPage}
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement