Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- (◍•ᴗ•◍)♡ ✧*。
- Lady Beetle 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/
- > Infinite Scroll
- http://infinite-scroll.com/
- > Masonry
- http://masonry.desandro.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/
- > Outicons
- https://github.com/antonps/outicons
- > Google Fonts
- http://fonts.google.com/
- > SMT Tooltips
- http://manos.malihu.gr/style-my-tooltips-jquery-plugin/
- > timeAgo()
- http://bychloethemes.tumblr.com/plugins/timeago
- -->
- <html>
- <head>{block:Hidden}
- <meta name="color:Accent" content="#ddf2e8" />
- <meta name="text:Tagline" content="tagline...." />
- <meta name="if:Reblog Header" content="" />
- <meta name="if:Infinite Scroll" content="" />
- <meta name="if:Rounded Corners" content="" />
- <meta name="if:About Page" content="" />
- <meta name="text:About Page Link" content="/about" />
- <meta name="if:Related Posts" content="" />
- <meta name="text:FAQ" content="To see how to format the FAQ please read the theme post. If you don't want a FAQ, delete this text or it will show up on your blog." />
- {/block:Hidden}
- <link rel="shortcut icon" href="{Favicon}">
- <title>{Title}{block:SearchPage} : "{SearchQuery}"{/block:SearchPage}{block:DayPage} : {DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}{/block:DayPage}{block:TagPage} : #{Tag}{/block:TagPage}{block:PostSummary} : {PostSummary}{/block:PostSummary}</title>
- <link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <link href='https://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
- <style type="text/css">
- * {
- margin: 0;
- padding: 0;
- }
- ::-webkit-scrollbar {
- background-color: #ddd;
- height: 11px;
- width: 11px;
- border: 5px solid #fff;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #000;
- border: 5px solid #fff;
- }
- #s-m-t-tooltip {
- max-width: 300px;
- padding: 3px 6px;
- margin: 20px 10px;
- background: #fff;
- color: #676767;
- border: 1px solid #eaeaea;
- z-index: 999999999999999!important;
- font-size: 0.95em;
- }
- body {
- background: #ffffff url(http://static.tumblr.com/4e4f76ae273d8fb11bb2164e2c926373/yxfeliq/Ispnx7b6e/tumblr_static_7uyenz45fyww8wwcw88sc4gsk.png) repeat;
- background-attachment: fixed;
- color: #676767;
- font-family: 'Karla', sans-serif;
- line-height: 15px;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- font-smoothing: antialiased;
- font-size: 11px;
- word-break: break-word;
- }
- {block:IfRoundedCorners}
- aside, .link_overflow, article, #s-m-t-tooltip {
- border-radius: 10px;
- }
- {/block:IfRoundedCorners}
- .zoom {
- cursor: zoom-in;
- }
- img:not(.lightbox-image) {
- max-width: 100%;
- height: auto;
- }
- a {
- text-decoration: none;
- color: #000;
- }
- small {
- font-size: 0.95em;
- }
- figure.tmblr-full {
- margin: 10px 0;
- }
- hr {
- border: none;
- height: 1px;
- background: #aaa;
- margin: 20px 50px;
- }
- header {
- width: 100%;
- top: 0;
- background: {color:Accent};
- height: 100px;
- position: relative;
- }
- bar {
- border: 1px solid #eaeaea;
- border-width: 1px 0;
- padding: 10px;
- height: 44px;
- width: 100%;
- display: block;
- line-height: 24px;
- background: #fff;
- box-sizing: border-box;
- }
- bar.scroll {
- position: fixed;
- top: 0;
- left: 0;
- display: none;
- z-index: 999;
- border-top: none;
- }
- bar img {
- height: 24px;
- vertical-align: middle;
- margin-right: 15px;
- border-radius: 50%;
- }
- #wrapper {
- width: 980px;
- margin: 50px auto;
- }
- aside {
- width: 180px;
- padding: 15px;
- box-sizing: border-box;
- background: #fff;
- border: 1px solid #eaeaea;
- position: absolute;
- text-align: center;
- }
- aside img {
- width: 60px;
- margin-bottom: 10px;
- border-radius: 50%;
- }
- aside h2 {
- font-size: 1em;
- margin-top: 3px;
- }
- .pagination, .perma_pagination {
- margin-top: 10px;
- }
- .current_page, .jump_page, .perma_pagination a {
- margin: 0 3px;
- }
- #desc {
- margin: 10px 0 0;
- text-align: left;
- }
- ul#navi {
- list-style: none;
- }
- ul#navi li {
- display: inline-block;
- margin: 10px 4px 0;
- font-size: 1.1em;
- }
- .link_overflow {
- position: absolute;
- top: calc(100% + 15px);
- width: calc(100% + 2px);
- padding: 13px 15px;
- box-sizing: border-box;
- background: #fff;
- border: 1px solid #eaeaea;
- left: -1px;
- max-height: 200px;
- overflow-y: auto;
- display: none;
- }
- .link_overflow ul {
- list-style: none;
- }
- .link_overflow li {
- display: inline-block;
- margin: 2px 3px;
- }
- .link_overflow li:not(:last-of-type):after {
- content:',';
- }
- {block:IfInfiniteScroll}
- #infscr-loading {
- position:absolute;
- margin-bottom:-40px;
- bottom:30px;
- width:200px;
- margin-left:50%;
- left:-100px;
- text-align:center;
- }
- {/block:IfInfiniteScroll}
- #posts {
- margin-left: 230px;
- }
- article {
- width: 350px;
- box-sizing: border-box;
- border: 1px solid #eaeaea;
- padding: 15px;
- margin-bottom: 50px;
- background: #fff;
- }
- article.photo, article.video {
- padding: 5px;
- }
- article img {
- display: block;
- margin: 0 auto;
- }
- article.photo .reblog-list,
- article.video .reblog-list {
- padding: 15px 10px 10px;
- }
- .reblog:not(:first-of-type) {
- padding-top: 10px;
- }
- article h2 + div {
- padding-top: 15px;
- }
- article p {
- margin-bottom: 5px;
- }
- article p:last-of-type {
- margin-bottom: 0;
- }
- article ol, article ul {
- padding-left: 15px;
- margin: 10px;
- }
- article .reblog img {
- margin: 10px auto;
- }
- article blockquote {
- margin: 10px;
- border-left: 2px solid {color:Accent};
- padding-left: 10px;
- }
- article .reblog-header {
- margin-bottom: 3px;
- }
- article .reblog-header i {
- margin-right: 5px;
- }
- article .inactive span {
- text-decoration: line-through;
- }
- article .reblog-list:hover .inactive:after {
- content: 'deactivated';
- margin-left: 5px;
- text-decoration: none;
- }
- article.quote cite {
- display: block;
- text-align: right;
- }
- article.quote .reblog-list {
- display: none;
- }
- article.chat ul {
- list-style: none;
- margin: 0;
- padding: 0;
- font-size: 1.1em;
- }
- article.chat li:not(:first-of-type):not(.note) {
- margin-top: 5px;
- }
- .host + .reblog-list {
- padding-top: 10px;
- }
- .audio {
- position: relative;
- }
- .album-art {
- height: 100px;
- width: 100px;
- background-size: contain;
- background-position: center;
- background-repeat: no-repeat;
- background-image: url('http://static.tumblr.com/yxfeliq/CCbozax5f/record.jpeg');
- display: inline-block;
- vertical-align: middle;
- margin-bottom: 10px;
- }
- ul.audio-info {
- display: inline-block;
- vertical-align: middle;
- list-style: none;
- padding-left: 10px;
- width: 185px;
- margin-bottom: 20px;
- }
- ul.audio-info li {
- margin: 3px 0;
- }
- .audio-info b {
- color: #000;
- }
- .audio_player {
- position: absolute;
- top: 30px;
- left: 30px;
- opacity: 0.95;
- width: 30px;
- height: 27px;
- overflow: hidden;
- border-radius: 50%;
- background: #f3f3f2;
- border: 5px solid #f3f3f2;
- border-bottom-width: 8px;
- }
- .querier {
- margin-bottom: 10px;
- }
- .bubble {
- margin-bottom: 15px;
- background: #ececec;
- padding: 15px;
- }
- .bubble + .reblog-list:empty {
- margin-top: -10px;
- }
- .bubble blockquote {
- border-left-color: #aaa;
- }
- .video-resize {
- overflow: hidden;
- }
- {block:IndexPage}
- .time-ago {
- float: right;
- }
- .header {
- padding-bottom: 15px;
- }
- .photo .header, .video .header {
- padding: 10px 10px 15px;
- }
- .permalinks ul {
- padding: 0;
- margin: 0;
- text-align: right;
- list-style: none;
- }
- .permalinks li {
- display: inline-block;
- margin-left: 3px;
- }
- .permalinks li:first-of-type {
- float: left;
- margin-left: 0;
- }
- .permalinks {
- padding-top: 10px;
- }
- article.photo .permalinks,
- article.video .permalinks {
- padding: 0px 10px 10px;
- }
- .custom-like-button {
- position: relative;
- cursor: pointer;
- display:inline-block;
- }
- .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 {
- color: #000;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 11px;
- height: 13px;
- z-index: 1;
- cursor: pointer;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .like_button:hover + .our_toggle {
- color: #e88b8b;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .like_button.liked + .our_toggle .oi-heart:before {
- content: "\e098";
- color: #e88b8b;
- }
- .reblog-content {
- overflow: hidden;
- position: relative;
- }
- .read-more {
- position: absolute;
- bottom: 0;
- background: #fff;
- display: block;
- width: 100%;
- line-height: 20px;
- text-align: center;
- }
- .long .read-more:before {
- content: '';
- position: absolute;
- width: 100%;
- height: 40px;
- background: #fff;
- background: -webkit-linear-gradient(transparent, white);
- background: -o-linear-gradient(transparent, white);
- background: -moz-linear-gradient(transparent, white);
- background: linear-gradient(transparent, white);
- bottom: 20px;
- left: 0;
- }
- {/block:IndexPage}
- {block:PermalinkPage}
- article {
- width: 600px;
- font-size: 1.1em;
- line-height: 1.4em;
- }
- article:not(.photoset):not(.photo):not(.video) {
- padding: 25px;
- }
- .bubble {
- margin-bottom: 25px;
- }
- ol.notes {
- list-style: none;
- padding: 0;
- display: none;
- }
- a.avatar_frame {
- float: right;
- height: 16px;
- }
- li.note {
- padding: 3px 0;
- padding-left: 20px;
- }
- li.note blockquote {
- margin-bottom: 7px;
- }
- img.avatar {
- border-radius: 3px;
- }
- li.like:before {
- content: "\e099";
- font-family: untitled-font-1!important;
- font-style: normal;
- font-weight: 400;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- text-align: center;
- font-variant: normal;
- text-transform: none;
- vertical-align: middle;
- line-height: 1;
- font-size: 1em;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- margin-right: -11px;
- color: #f3719f;
- left: -20px;
- position: relative;
- font-size: 14px;
- }
- li.reblog:before, li.reply:before {
- content: '\e083';
- font-family: untitled-font-1!important;
- font-style: normal;
- font-weight: 400;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- text-align: center;
- font-variant: normal;
- text-transform: none;
- vertical-align: middle;
- line-height: 1;
- font-size: 1em;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- margin-right: -11px;
- color: #909090;
- left: -20px;
- position: relative;
- font-size: 14px;
- }
- li.original_post:before {
- content: '\e078';
- }
- li.reply:before {
- content: "\e0ca";
- }
- .more-info {
- margin: 0 10px 10px;
- }
- .reblog-list:empty + .more-info {
- margin-top: 10px;
- }
- a.tags {
- margin-right: 5px;
- color: #676767;
- }
- article:not(.photo) .more-info,
- article:not(.photoset) .more-info{
- margin-top: 10px;
- }
- article:not(.photoset):not(.photo):not(.video) .more-info,
- article:not(.photoset):not(.photo):not(.video) ol.notes {
- margin-left: 0;
- margin-right: 0;
- }
- article:not(.photoset):not(.photo):not(.video) ol.notes {
- margin-bottom: 0;
- }
- {block:IfRelatedPosts}
- #related h1 {
- margin-bottom: 20px;
- }
- article.related {
- width: 180px;
- display: inline-block;
- height: 180px;
- margin-right: 30px;
- overflow: hidden;
- margin-bottom: 30px;
- padding: 5px!important;
- position: relative;
- }
- article.related:nth-of-type(n+7) {
- display: none;
- }
- .r-image {
- width: 100%;
- height: 100%;
- background-size: cover;
- background-position: center center;
- background-repeat: no-repeat;
- }
- .r-image.photoset:not(:first-of-type) {
- display: none;
- }
- .r-text {
- padding: 10px;
- }
- .r-text:after {
- content: '';
- position: absolute;
- bottom: 0px;
- left: 0;
- border-bottom: 15px solid #fff;
- width: 100%;
- height: 40px;
- background: #fff;
- background: -webkit-linear-gradient(transparent, white);
- background: -o-linear-gradient(transparent, white);
- background: -moz-linear-gradient(transparent, white);
- background: linear-gradient(transparent, white);
- }
- .r-text h2 {
- margin-bottom: 10px;
- }
- .masker {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- {/block:IfRelatedPosts}
- {/block:PermalinkPage}
- {CustomCSS}
- </style>
- </head>
- <body>
- <header></header>
- <bar>
- <a href="/"><img src="{PortraitURL-24}"></a>
- <span>{text:Tagline}</span>
- </bar>
- <div id="wrapper">
- <aside>
- <img src="{PortraitURL-64}">
- <a href="/"><h1>{Title}</h1></a>
- <h2>@{Name}</h2>
- {block:Pagination}
- <div class="pagination"{block:IfInfiniteScroll} style="display:none;"{/block:IfInfiniteScroll}>
- {block:PreviousPage}<a href="{PreviousPage}"><i class="oi-chevron-left">
- </i></a>{/block:PreviousPage}
- {block:JumpPagination length="5"}{block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}{block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" id="next-link"><i class="oi-chevron-right"></i></a>{/block:NextPage}
- </div>
- {/block:Pagination}
- {block:PermalinkPagination}
- <div class="perma_pagination">
- {block:NextPost}
- <a href="{NextPost}"><i class="oi-chevron-left"></i> prev. post</a>
- {block:PreviousPost}·{/block:PreviousPost}{/block:NextPost}
- {block:PreviousPost}
- <a href="{PreviousPost}">next post <i class="oi-chevron-right"></i></a>
- {/block:PreviousPost}
- </div>
- {/block:PermalinkPagination}
- {block:Description}<div id="desc">
- {Description}
- </div>{/block:Description}
- <ul id="navi">
- <li><a href="/" title="home"><i class="oi-home"></i></a>
- {block:AskEnabled}<li><a href="/ask" title="ask"><i class="oi-discuss"></i></a>{/block:AskEnabled}
- {block:HasPages}<li><a href="#" id="link_click" title="links"><i class="oi-link"></i></a>{/block:HasPages}
- {block:IfAboutPage}<li><a href="{text:About Page Link}" title="about"><i class="oi-user"></i></a>{/block:IfAboutPage}
- <li><a href="/archive" title="archive"><i class="oi-grid"></i></a>
- </ul>
- {block:HasPages}<div class="link_overflow">
- <ul>
- {block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
- </ul>
- </div>{/block:HasPages}
- </aside>
- <div id="posts">
- {block:Posts}<article id="{PostID}" class="{PostType}">
- {block:IndexPage}
- {block:IfReblogHeader}
- {block:RebloggedFrom}
- <div class="header">
- <i class="oi-refresh"></i> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>
- <span class="time-ago">{TimeStamp}</span>
- </div>
- {/block:RebloggedFrom}
- {/block:IfReblogHeader}
- {/block:IndexPage}
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:AskPage}
- {block:IfFAQ}<div class="faq">
- {text:FAQ}
- </div>{/block:IfFAQ}
- {/block:AskPage}
- {block:NotReblog}
- <div class="reblog-list">
- {Body}
- </div>
- {/block:NotReblog}
- {/block:Text}
- {block:Photo}
- <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false" class="zoom">
- {block:IndexPage}<img src="{PhotoURL-400}">{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-HighRes}">{/block:PermalinkPage}
- </a>
- {block:NotReblog}
- {block:Caption}
- <div class="reblog-list">
- {Caption}
- </div>
- {/block:Caption}
- {/block:NotReblog}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}<div class="photo-data">
- <div class="pxu-photo">
- <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
- </div>
- <a class="tumblr-box zoom" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
- </div>{/block:Photos}
- </div>
- {block:NotReblog}
- {block:Caption}
- <div class="reblog-list">
- {Caption}
- </div>
- {/block:Caption}
- {/block:NotReblog}
- {/block:Photoset}
- {block:Quote}
- <blockquote>
- <h2>{Quote}</h2>
- </blockquote>
- {block:Source}
- <cite>{Source}</cite>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- <ul>
- {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}{/block:Lines}
- </ul>
- {/block:Chat}
- {block:Link}
- <h2><i class="oi-link"></i> <a href="{URL}">{Name}</a></h2>
- {block:Excerpt}
- <blockquote>
- {Excerpt}
- </blockquote>
- {block:Host}
- <div class="host">
- ({Host})
- </div>
- {/block:Host}
- {/block:Excerpt}
- {block:NotReblog}
- {block:Description}
- <div class="reblog-list">
- {Description}
- </div>
- {/block:Description}
- {/block:NotReblog}
- {/block:Link}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}<div class="album-art" style="background-image:url({AlbumArtURL})"></div>{/block:ALbumArt}
- <ul class="audio-info">
- <li><b><i class="oi-mic"></i> Artist:</b> <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
- <li><b><i class="oi-playlist"></i> Title:</b> <span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
- <li><b><i class="oi-disc"></i> Album:</b> <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}
- <li><b><i class="oi-repeat"></i> Plays:</b> {FormattedPlayCount}
- </ul>
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- </div>
- {block:NotReblog}
- {block:Caption}
- <div class="reblog-list">
- {Caption}
- </div>
- {/block:Caption}
- {/block:NotReblog}
- {/block:Audio}
- {block:Video}
- <div class="video-resize">{Video-700}</div>
- {block:NotReblog}
- {block:Caption}
- <div class="reblog-list">
- {Caption}
- </div>
- {/block:Caption}
- {/block:NotReblog}
- {/block:Video}
- {block:Answer}
- <div class="question bubble">
- <div class="querier"><i class="oi-discuss"></i> {Asker} asked:</div>
- {Question}
- </div>
- {block:Answerer}
- <div class="reply bubble">
- <div class="querier"><i class="oi-user"></i> {Answerer} answered:</div>
- {Answer}
- </div>
- {/block:Answerer}
- {block:NotReblog}
- <div class="reblog-list">
- {Replies}
- </div>
- {/block:NotReblog}
- {/block:Answer}
- {block:RebloggedFrom}
- <div class="reblog-list" {block:Chat}style="display:none"{/block:Chat}>
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog {/block:isOriginalEntry}reblog">
- <div class="reblog-header">
- <a href="{Permalink}" target="_blank">{block:isOriginalEntry}<i class="oi-user"></i>{/block:isOriginalEntry}{block:isNotOriginalEntry}<i class="oi-refresh"></i>{/block:isNotOriginalEntry}</a>
- {block:IsActive}
- <a target="_blank" href="{Permalink}">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive"><span>{Username}</span></span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- {block:AskPage}{block:SubmissionsEnabled}<p style="margin-top: 10px;"><a href="/submit">Go to submit page <i class="oi-chevron-right"></i></a></p>{/block:SubmissionsEnabled}{/block:AskPage}
- {block:IndexPage}<div class="permalinks">
- <ul>
- <li><a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a>
- <li class="custom-like-button">
- {LikeButton}
- <div class="our_toggle"><i class="oi-heart"></i></div>
- <li><a href="{ReblogURL}" target="_blank"><i class="oi-refresh"></i></a>
- </ul>
- </div>{/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}<div class="more-info">
- {NoteCountWithLabel} / {DayofMonth}{DayofMonthSuffix} of {Month}{block:RebloggedFrom} / via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> / src: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>{/block:RebloggedFrom}{block:HasTags} / {block:Tags}<a href="{TagURL}" class="tags">#{Tag}</a>{/block:Tags}{/block:HasTags}{block:PostNotes} / <a href="#" id="show-notes">show notes</a>{/block:PostNotes}
- </div>{/block:Date}
- {block:PostNotes}
- {PostNotes-16}
- {/block:PostNotes}
- {/block:PermalinkPage}
- </article>{/block:Posts}
- {block:IfRelatedPosts}{block:RelatedPosts}<section id="related">
- <h1>Related Posts</h1>
- {block:Posts}
- <article class="related">
- <a href="{Permalink}" title="Permalink"><div class="masker"></div></a>
- {block:Text}<div class="r-text">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- </div>{/block:Text}
- {block:Photo}<div class="r-image" style="background-image:url('{PhotoURL-500}');"></div>{/block:Photo}
- {block:Photoset}
- {block:Photos}
- <div class="r-image photoset" style="background-image:url('{PhotoURL-500}');"></div>
- {/block:Photos}
- {/block:Photoset}
- {block:Quote}<div class="r-text"><h2>{Quote}</h2></div>{/block:Quote}
- {block:Link}<div class="r-text">
- <h2><i class="oi-link"></i> <a href="{URL}" {Target}>{Name}</a></h2></div>
- {/block:Link}
- {block:Chat}<div class="r-text">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="chat-list">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>
- {/block:Lines}
- </ul>
- </div>{/block:Chat}
- {block:Audio}
- <div class="r-image" style="background-image:url('http://static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg');{block:AlbumArt}background-image:url('{AlbumArtURL}');{/block:AlbumArt}"></div>
- {/block:Audio}
- {block:Video}
- <div class="r-image" style="background-image:url('http://static.tumblr.com/yxfeliq/uWknysfvj/video_icon_0.png');{block:VideoThumbnail}background-image:url('{VideoThumbnailURL}');{/block:VideoThumbnail}"></div>{/block:Video}
- {block:Answer}<div class="r-text">
- <b>Q:</b> {Question}
- </div>{/block:Answer}
- </article>{/block:Posts}
- </section>{/block:RelatedPosts}{/block:IfRelatedPosts}
- </div>
- </div>
- <script src="https://secure.static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- <script src="https://secure.static.tumblr.com/i5s2zks/0ILo8v362/masonry.pkgd.min.js"></script>
- <link href="https://dl.dropboxusercontent.com/s/hzclyl41cq3yzjk/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/i5s2zks/9Acok8oo2/bct-timeago.min.js"></script>
- {block:IfInfiniteScroll}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:IfInfiniteScroll}
- <script src ="http://static.tumblr.com/yxfeliq/eqUozosls/shythemes.vr.modified.min.js"></script>
- <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script src="http://static.tumblr.com/yxfeliq/UMuozenk7/ladybeetle.min.js"></script>
- <script type="text/javascript">
- var fhs = document.createElement('script');var fhs_id = "5527597";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "//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>");
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips(tooltipOptions);
- $('bar').clone().addClass('scroll').prependTo('#wrapper');
- $('.photo-slideshow').pxuPhotoset(pxuOptions);
- $('.quote cite').each(removeViaQuotes);
- $(".time-ago").timeAgo();
- $('.video-resize').resizeVideos();
- {block:IndexPage}
- $('#wrapper').on('click', '.read-more a', expandEvent);
- $('#wrapper').on('click', 'a.read-less', collapseEvent);
- var $tumblelog = $('#posts');
- $tumblelog.imagesLoaded(function () {
- $('.reblog-content').each(checkPostLength);
- $tumblelog.masonry(masonryOptions);
- });
- {block:IfInfiniteScroll}
- $tumblelog.infinitescroll(infScrollOptions, function(newElements) {
- var $newElems = $( newElements );
- $newElems.css({ opacity: 0, zIndex: -1 });
- var $newElemsIDs = $newElems.map(function () {
- return this.id;
- }).get();
- $newElems.find('.photo-slideshow').pxuPhotoset(pxuOptions);
- $newElems.find('.quote cite').each(removeViaQuotes);
- $newElems.find(".time-ago").timeAgo();
- $newElems.find('.reblog-content').each(checkPostLength);
- $newElems.find('.video-resize').resizeVideos();
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1, zIndex: 1 });
- $tumblelog.masonry( 'appended', $newElems );
- });
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- });
- {/block:IfInfiniteScroll}
- {/block:IndexPage}
- {block:PermalinkPage}
- $('#show-notes').click(function(e){
- e.preventDefault();
- $('ol.notes').slideToggle();
- $(this).text(($(this).text() == 'show notes') ? 'hide notes' : 'show notes');
- })
- {/block:PermalinkPage}
- });
- var nav = $("bar");
- var pos = nav.position();
- $(window).scroll(function() {
- var windowpos = $(window).scrollTop();
- if (windowpos > pos.top) {
- $('bar.scroll').fadeIn(0);
- $('.tmblr-iframe').css({
- 'top' : 2,
- 'position' : 'fixed'
- });
- $('aside').css({
- 'position' : 'fixed',
- 'top' : 94
- });
- } else {
- $('bar.scroll').fadeOut(0);
- $('.tmblr-iframe').css({
- 'top' : 103,
- 'position' : 'absolute'
- });
- $('aside').css({
- 'position' : 'absolute',
- 'top' : 'initial'
- });
- }
- });
- </script>
- </body>
- <style type="text/css">
- .tmblr-iframe {
- top: 103px;
- right: 0px;
- position: absolute;
- -webkit-filter: invert(100%);
- filter: invert(100%);
- -webkit-transform: scale(.7, .7);
- -moz-transform: scale(.7, .7);
- transform: scale(.7, .7);
- opacity: 0.7;
- -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: 9999;
- }
- .tmblr-lightbox {
- background: rgba(255,255,255,0.9);
- }
- .tmblr-lightbox .vignette {
- opacity: 0;
- }
- .tmblr-lightbox .lightbox-image {
- box-shadow: none;
- border-radius: 0;
- border: 5px solid {color:Accent};
- }
- </style>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement