Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <!--
- theme: bern
- updated 26/1/2019
- @loranhale
- -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link href='https://fonts.googleapis.com/css?family=Fira+Sans:400,400italic,600,600italic|Lato:400,400italic,600,600italic|Lora:400,400italic,600,600italic|Nunito+Sans:400,400italic,600,600italic|Open+Sans:400,400italic,600,600italic|Rubik:400,400italic,600,600italic|Karla:400,400italic,600,600italic' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <!-- default variables -->
- <meta name="image:icon" content=""/>
- <meta name="color:background" content="#fafafa"/>
- <meta name="color:text" content="#555555"/>
- <meta name="color:link" content="#91a8d0"/>
- <meta name="color:link hover" content="#f7cac9"/>
- <meta name="color:title"content="#222222"/>
- <meta name="color:border" content="#dcecf5"/>
- <meta name="color:accent" content="#ff6f61"/>
- <meta name="color:posts" content="#ffffff"/>
- <meta name="if:infinite scroll" content=""/>
- <meta name="if:load more" content=""/>
- <meta name="if:search bar" content=""/>
- <meta name="if:title" content=""/>
- <meta name="if:controls" content=""/>
- <meta name="if:icon" content=""/>
- <meta name="select:tags" content="tagsshow" title="show">
- <meta name="select:tags" content="tagshover" title="hover">
- <meta name="select:tags" content="tagshide" title="hide">
- <meta name="select:font" content="fira sans"/>
- <meta name="select:font" content="trebuchet ms"/>
- <meta name="select:font" content="rubik"/>
- <meta name="select:font" content="lato"/>
- <meta name="select:font" content="open sans"/>
- <meta name="select:font" content="nunito sans"/>
- <meta name="select:font" content="karla"/>
- <meta name="select:font size" content="10px"/>
- <meta name="select:font size" content="10.5px"/>
- <meta name="select:font size" content="11px"/>
- <meta name="text:home" content="home"/>
- <meta name="text:ask" content="message"/>
- <meta name="text:archive" content="history"/>
- <meta name="text:sidebar width" content="130"/>
- <meta name="text:post width" content="350"/>
- <meta name="text:margin" content="100"/>
- <meta name="text:link 1 url" content="" />
- <meta name="text:link 1" content="" />
- <meta name="text:link 2 url" content="" />
- <meta name="text:link 2" content="" />
- <meta name="text:link 3 url" content="" />
- <meta name="text:link 3" content="" />
- <style type="text/css">
- /* scrollbar */
- ::-webkit-scrollbar{
- height:4px;
- width:9px;
- background:{color:background};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:accent};
- border:4px solid {color:background};
- }
- ::-webkit-scrollbar-track {
- background:{color:border};
- border:4px solid {color:background};
- }
- /* tumblr controls */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0px!important;
- right:0!important;
- opacity:0;
- padding-right:38px;
- filter:invert(1) contrast(60%);
- -webkit-filter:invert(1) contrast(60%);
- -o-filter:invert(1) contrast(60%);
- -moz-filter:invert(1) contrast(60%);
- -ms-filter:invert(1) contrast(60%);
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;
- transition: opacity 0.6s ease-in-out;
- -moz-transition: opacity 0.6s ease-in-out;
- -webkit-transition: opacity 0.6s ease-in-out;
- }
- iframe.tmblr-iframe:hover { opacity:0.6!important; }
- .hcontrols {
- position:fixed;
- top:0;
- right:0;
- z-index:999999999;
- }
- .hcontrols svg { width:18px; height:18px; padding:9px; }
- .hcontrols svg path { fill:{color:accent}; }
- /* tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:2px 6px;
- z-index:99999999999;
- color:{color:accent};
- background:{color:posts};
- border:1px solid {color:border};
- }
- /* scroll to top */
- .top {
- position:fixed;
- z-index:9999999;
- left:30px;
- bottom:30px;
- display:none;
- }
- .top a .th {
- font-size:18px;
- color:{color:link};
- border:none!important;
- transition:all 0.6s;
- }
- .top a .th:hover { color:{color:link hover}; }
- /* keyframes */
- @keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-moz-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-webkit-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-ms-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-o-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- /* body */
- body {
- background:{color:background};
- color:{color:text};
- font-family:{select:font}, arial, trebuchet ms, sans-serif;
- font-size:{select:font size};
- line-height:150%;
- margin:0;
- letter-spacing:.5px;
- word-wrap:break-word;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- animation: fadein 1.5s;
- -webkit-animation: fadein 1.5s;
- -moz-animation: fadein 1.5s;
- -o-animation: fadein 1.5s;
- }
- a {
- color:{color:link};
- text-decoration:none;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- a:hover { color:{color:link hover}; }
- blockquote {
- border-left:2px solid {color:border};
- margin-left:0;
- padding-left:10px;
- }
- pre {
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- padding-left:10px;
- background:{color:posts};
- border-left:2px solid {color:border};
- }
- img { opacity:1; border:none; text-decoration:none; width:auto; }
- p { margin:10px 0; }
- p:first-child { margin-top: 0; }
- p:last-child { margin-bottom: 0; }
- b, strong { color:#333; font-weight:bold; }
- i { color:#555; }
- small { font-size:calc({select:font size} - .5px); }
- big { font-size:calc({select:font size} + 1px); }
- b a { font-style:bold; }
- b a:hover { color:{color:link hover}; }
- h1 {
- font-size:font-size:calc({select:font size} + 4px);
- color:{color:title};
- margin:6px 0;
- font-weight:400;
- }
- h2, h3, h4 {
- font-size:font-size:calc({select:font size} + 3px);
- color:{color:link};
- margin:6px 0;
- font-weight:400;
- }
- ol { margin-left:-20px; padding-right:10px;}
- ul li { margin-left:-10px; list-style:circle; color:{color:text}; }
- /* font icons */
- .th {
- text-align:center;
- display:inline-block;
- font-size:12px;
- width:11px;
- height:11px;
- color:{color:accent};
- transition:all .6s ease;
- }
- .th:hover { color:{color:link}; }
- /* sidebar */
- aside {
- width:{text:sidebar width}px;
- left:calc(50% - ({text:post width}px / 2) - {text:margin}px - 130px);
- position:fixed;
- max-width:150px;
- }
- .t { margin-bottom:10px; }
- .t a {
- font-size:13px;
- font-weight:600;
- padding-bottom:2px;
- color:{color:title};
- border-bottom:1px solid transparent;
- transition:all .6s ease;
- {block:ifNotTitle}
- display:none;
- {/block:ifNotTitle}
- }
- .t a:hover {
- color:{color:link};
- border-bottom:1px solid {color:border};
- }
- .desc { margin-bottom:10px; }
- .links { position:relative; overflow:hidden; }
- .links a {
- line-height:10.5px!important;
- text-transform:lowercase;
- display:block;
- margin-bottom:8px;
- }
- .links a:hover { margin-left:10px; }
- .links a:after {
- content:"";
- display:inline-block;
- height:0.4em;
- vertical-align:bottom;
- width:80%;
- margin-right:-100%;
- margin-left:10px;
- border-top:1px solid {color:border};
- }
- .icon { margin-bottom:10px; display:block; }
- .icon img {
- width:55px;
- height:55px;
- border-radius:2px;
- padding:3px;
- background:{color:posts};
- border:1px solid {color:border};
- {block:ifNotIcon}
- display:none;
- {/block:ifNotIcon}
- }
- /* search */
- .search {
- position:fixed!important;
- width:150px;
- {block:ifNotSearchBar}
- display:none;
- {/block:ifNotSearchBar}
- }
- .search .query {
- border:0;
- outline:0;
- padding:0;
- font-size:{select:font size};
- font-family:{select:font};
- font-style:none;
- letter-spacing:.5px;
- color:{color:text};
- background:{color:background};
- width:100%;
- }
- ::-webkit-input-placeholder { color:{color:accent}; }
- :-moz-placeholder { color:{color:accent}; opacity:1; }
- ::-moz-placeholder { color:{color:accent}; opacity:1; }
- :-ms-input-placeholder { color:{color:accent}; }
- input:focus::-webkit-input-placeholder { color:transparent; }
- input:focus:-moz-placeholder { color:transparent; }
- input:focus::-moz-placeholder { color:transparent; }
- input:focus:-ms-input-placeholder { color:transparent; }
- /* pagination */
- footer {
- text-align:center;
- margin:50px auto 100px auto;
- font-size:11px;
- }
- #pg {
- color:{color:link};
- {block:ifinfinitescroll}
- display:none;
- {/block:ifinfinitescroll}
- margin:0 auto 100px auto;
- width:{text:post width}px;
- }
- #pg span { display:inline-block; }
- #pg a { display:inline-block; margin:0 5px; }
- .current_page {
- font-weight:bold;
- color:{color:link hover};
- display:inline-block;
- }
- span.nextprev { float:right; }
- #infscr-loading { display:none!important; }
- a#load { cursor:pointer; text-transform:lowercase; }
- /* lightbox */
- .lightbox-caption, #tumblr_lightbox_caption { visibility:hidden; }
- .vignette, #vignette { opacity:0; }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:{color:background}!important;
- z-index:99999!important;
- }
- /* photoset */
- .photo-slideshow .count-1 { margin-bottom:1px!important; }
- .photo-slideshow .count-2 {
- margin-left:1px!important;
- margin-bottom:1px!important;
- width:calc(50% - (1px/2))!important;
- }
- .photo-slideshow .count-2:first-child { margin-left:0!important; }
- .photo-slideshow .count-3 {
- margin-left:1px!important;
- margin-bottom:1px!important;
- width:calc((100% - (2 * 1px))/3)!important;
- }
- .photo-slideshow .count-3:first-child { margin-left:0!important; }
- .photo-slideshow {
- display:block!important;
- margin-bottom:calc(-(1px - 3px));
- position:relative;
- width:100%;
- }
- .defcap .photo-slideshow.processed { margin-bottom:0!important; }
- .defcap .row:last-of-type .count-1{ margin-bottom:0!important; }
- .unnested .photo-slideshow.processed { margin-bottom:calc({select:font size} * (2/3)) !important; }
- /* posts */
- #entries {
- width:{text:post width}px;
- margin:{text:margin}px auto;
- }
- .posts {
- width:{text:post width}px;
- margin-bottom:{text:margin}px;
- position:relative;
- max-width:500px;
- min-width:250px;
- }
- .posts img { max-width:100%; }
- .media img, .media iframe { width:100%; display:block; }
- .posts img, .posts li, .posts blockquote { max-width:100%; }
- .caption img, .caption iframe { max-width:100%; }
- .posts li, .posts blockquote, .posts img { max-width:100%; height:auto; }
- /* text */
- .title {
- padding-bottom:10px;
- color:{color:text};
- font-size:calc({select:font size} + 3px);
- font-weight:600;
- }
- .title a { color:{color:link}; }
- .title a:hover { color:{color:link hover}; }
- .text { padding:10px; }
- /* caption */
- a.tumblr_blog {
- display:inline-block;
- vertical-align:6px;
- font-weight:600;
- color:{color:accent};
- }
- a.tumblr_blog:hover { color:{color:link}; }
- .source a.tumblr_blog { vertical-align:initial; }
- .caption > blockquote {
- margin-top:5px;
- padding-left:10px;
- border-left:1px solid {color:border};
- }
- .caption blockquote { margin-bottom:0px; }
- .caption {
- padding:10px 5px;
- margin-top:5px;
- background:{color:posts};
- border-radius:2px;
- }
- blockquote.tumblr_parent { border:0 }
- blockquote.tumblr_parent blockquote {
- margin-top:5px;
- padding-left:10px;
- border-left:2px solid {color:border};
- }
- .tumblr_avatar {
- margin-right:10px;
- width:20px;
- height:20px;
- border-radius:2px;
- }
- /* quote */
- .quote {
- font-size:13px;
- font-family:'Lora', sans-serif;
- line-height:15px;
- font-style:italic;
- color:{color:title};
- }
- .source {
- margin-top:10px;
- font-style:none;
- text-align:right;
- }
- /* audio */
- .player {
- width:25px;
- height:24px;
- position:absolute;
- left:10px;
- top:calc(50% - 15px);
- display:block;
- overflow:hidden;
- }
- .hold {
- text-align:left;
- background:{color:posts};
- border:1px solid {color:border};
- position:relative;
- display:block;
- min-height:24px;
- padding:15px;
- margin-bottom:10px;
- }
- .audio_info {
- vertical-align:middle;
- line-height:12px;
- margin-left:35px;
- max-width:calc(100% - 35px);
- }
- .audio_info span {
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- display:block;
- }
- .hold .track { color:{color:title}; }
- /* ask */
- .ask {
- border:1px solid {color:border};
- padding:10px 0;
- border-radius:2px;
- background:{color:posts};
- }
- .q {
- border-bottom:1px solid {color:border};
- padding-bottom:10px;
- padding-left:10px;
- }
- .sender {
- display:block;
- font-size:calc({select:font size} + .5px);
- }
- .sender { margin-bottom:3px; }
- .sender a { color:{color:link}; }
- .sender a:hover { color:{color:link hover}; }
- .aski {
- float:left;
- display:inline;
- position:relative;
- }
- .aski img, .a img {
- width:20px;
- height:20px;
- border-radius:3px;
- margin-right:10px;
- }
- .a .caption { background:{color:posts}; padding:0; margin-top:8px; }
- /* chat */
- .chat { padding:10px; list-style:none; }
- .label {
- font-weight:bold;
- color:{color:link};
- display:inline-block;
- margin-right:3px;
- }
- .l { margin-bottom:2px; }
- .l:last-of-type { margin-bottom:0; }
- /* permalink */
- .when { margin-top:8px; margin-bottom:3px; }
- .when a {
- font-size:calc({select:font size} + .5px);
- margin-left:8px;
- margin-top:-1px;
- position:absolute;
- }
- .permalink { margin-top:5px; }
- .permalink a { text-transform:lowercase; }
- .permalink a:hover { color:{color:link hover}; }
- .pt a { margin-right:6px; }
- /* tags */
- .tags { margin:5px 0; position:relative; }
- .tags a:before { content:'#'; }
- .tags a { margin-right:5px; }
- .tags a:hover { color:{color:link hover}; }
- .tagsshow { opacity:1; }
- .tagshide { display:none; }
- .tagshover {
- opacity:0;
- transition:all .6s ease;
- -webkit-transition:all .6s ease;
- -moz-transition:all .6s ease;
- -o-transition:all .6s ease;
- }
- .posts:hover .tagshover { opacity:1; }
- /* post notes */
- .pn {
- padding:10px 0;
- border-top:1px solid {color:border};
- background:{color:background};
- }
- .nt {
- margin-top:40px;
- margin-bottom:10px;
- font-size:13px;
- color:{color:accent};
- }
- ol.notes {
- list-style-type:none;
- text-align:left;
- padding:0px;
- margin:0;
- }
- ol.notes li.note blockquote {
- border-left:1px solid {color:border};
- padding-left:10px;
- margin-left:10px;
- }
- ol.notes li.note { display:block; padding:0; margin:5px 0; }
- ol.notes li.note img.avatar { display:none!important; }
- a.more_notes_link {
- display:block;
- text-align:left;
- color:{color:link};
- }
- a.more_notes_link:hover { color:{color:link hover}; }
- /* like and reblog buttons */
- .controls {
- margin-top:-18px;
- float:right;
- {block:ifNotControls}
- display:none;
- {/block:ifNotControls}
- }
- .controls a { overflow:hidden; width:auto; height:auto; }
- .controls .th {
- font-size:12px;
- color:{color:accent};
- overflow:visible;
- border:none!important;
- transition:all .6s ease;
- -webkit-transition:all .6s ease;
- -moz-transition:all .6s ease;
- -o-transition:all .6s ease;
- }
- .like:hover .th, .reblog:hover .th {
- color:{color:link hover}!important;
- }
- .controls .reblog { opacity:.93; width:13px; margin-top:5px; }
- .controls .like {
- width:13px;
- margin-top:-15px;
- margin-left:22px;
- margin-right:0px;
- }
- .controls .like .like_botton:hover + .th {
- color:{color:link hover}!important;
- transition:all .6s ease;
- -webkit-transition:all .6s ease;
- -moz-transition:all .6s ease;
- -o-transition:all .6s ease;
- }
- .controls .like .liked + .th { opacity:1; }
- .controls .like .liked + .th { color:#ec5a5a; }
- .controls .like .like_button { position:relative; }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0.000001;
- }
- iframe#ask_form{height:255px!important;}
- /* do not disturb */
- .lo { bottom:20px; right:20px; position:fixed; }
- .lo a { text-transform:uppercase; font-size:12px; }
- {CustomCSS}
- </style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- <script>
- $(document).ready(function() {
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '0px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <script>
- $(document).ready(function(){
- $('#entries').unnest({
- yourCaption: ".caption",
- wrapName: ".tumblr_parent",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: true,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- });
- </script>
- {block:indexpage}
- {block:ifinfinitescroll}
- <script src="https://static.tumblr.com/xbvpdcx/9LRo1g4a7/jquery.infinitescroll.min.js"></script>
- <script>
- // Infinite Scroll
- $(function() {
- var $container = $('#entries');
- $container.infinitescroll({
- loading: {
- finishedMsg: "<em>No more posts</em>",
- img: null,
- msg: null,
- msgText: "<em>Loading posts...</em>",
- {block:ifloadmore}
- finished: function () {$('a#load').text('Load More'); },
- {/block:ifloadmore}
- },
- navSelector : '#pg',
- nextSelector : '#pg a:last',
- itemSelector : '.posts',
- {block:ifloadmore}
- errorCallback: function () {$('a#load').fadeOut();},
- {/block:ifloadmore}
- bufferPx : 600,
- },
- function( newElements ) {
- $( newElements ).find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: true,
- gutter: '0px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- resizeVideos();
- var $newElems = $(newElements);
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- console.log($newElems, $newElemsIDs);
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- $('#entries').unnest({
- yourCaption: ".caption",
- wrapName: ".tumblr_parent",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: true,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- });
- {block:ifloadmore}
- $container.infinitescroll('unbind');
- $('a#load').on('click', function(e) {
- e.preventDefault();
- $container.infinitescroll('retrieve');
- });
- {/block:ifloadmore}
- });
- </script>
- {/block:ifinfinitescroll}
- {/block:indexpage}
- <script>
- $(document).ready(function(){
- $('.search').submit(function(event){
- var value = $('input:first').val();
- location.replace('https://{Name}.tumblr.com/tagged/' + value);
- });
- });
- </script>
- </head>
- <body>
- <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
- <aside>
- <div class="icon"><a href="/"><img src="{image:icon}"/></a></div>
- <div class="t"><a href="/">{title}</a></div>
- <div class="desc">{description}</div>
- <div class="links">
- <a href="/">{text:home}</a>
- <a href="/ask">{text:ask}</a>
- <a href="/archive">{text:archive}</a>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
- <form action="/search" method="get" class="search">
- <input type="text" name="q" value="{SearchQuery}" class="query" placeholder="search"></input></form>
- </div>
- </aside>
- <section id="entries">
- {block:Posts}
- <div class="posts" id="{PostID}">
- {block:Quote}
- <div class="q">{Quote}</div>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Audio}
- {block:audioplayer}
- <div class="hold">
- <div class="player">{audioplayerwhite}</div>
- <div class="audio_info">
- {block:trackname}<span class="track">{trackname}</span>{/block:trackname}
- {block:artist}<span class="artist">{artist}</span>{/block:artist}
- </div>
- </div>
- {/block:audioplayer}
- {/block:Audio}
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="caption">{Body}</div>
- {/block:Text}
- {block:Link}
- <div class="caption">
- <div class="title"><a href="{URL}">{Name}</a></div>
- </div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- <div class="chat">
- {block:lines}
- <li class="l {Alt}">
- {block:label}<span class="label">{label}</span>{/block:label} {line}
- </li>
- {/block:lines}
- </div>
- {/block:Chat}
- {block:Photo}
- <div id="media"><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">
- <img src="{PhotoURL-HighRes}" width="{text:post width}">
- </a>
- </div>
- {/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="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- {block:Answer}
- <div class="ask">
- <div class="q">
- <div class="aski"><img src="{AskerPortraitURL-128}" /></div>
- <span class="sender">{Asker}</span>
- {Question}
- </div>
- <div class="a">
- <div class="caption">{Answer}</div>
- </div>
- </div>
- {/block:Answer}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {block:indexpage}
- {block:Date}
- <div class="when">
- <span class="th th-location-4-o"></span>
- <a href="{Permalink}" title="{TimeAgo}">{NoteCountWithLabel}</a>
- </div>
- {/block:Date}
- <div class="controls">
- <div class="reblog">
- <a href="{ReblogURL}" target="_blank" class="reblog">
- <span class="th th-reblog"></span></a>
- </div>
- <div class="like">{LikeButton}
- <span class="th th-heart-1-o"></span>
- </div>
- </div>
- {block:HasTags}
- <div class="{select:tags} tags">
- {block:Tags}
- <a href="{TagUrl}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Date}
- <div class="permalink">
- posted {timeago} on {dayofmonth} {month} {year}
- {block:RebloggedFrom}<br>
- via <a href="{ReblogParentURL}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}
- <div class="pt">tagged: {block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- {/block:permalinkpage}
- </div>
- {block:PostNotes}
- <div class="nt">{notecountwithlabel}</div>
- <div class="pn">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </section>
- {block:indexpage}
- {block:Pagination}
- <div id="pg">
- <span>
- {block:JumpPagination length="3"}{block:CurrentPage}<a class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- <span class="nextprev">
- {block:PreviousPage}<a href="{PreviousPage}">back</a>{block:nextpage} / {/block:nextpage}
- {/block:PreviousPage}
- {block:NextPage}<a class="nxtpg" href="{NextPage}">next</a>{/block:NextPage}
- </span>
- </div>
- {block:ifloadmore}
- <footer>
- <a id="load">load more</a>
- </footer>
- {/block:ifloadmore}
- {/block:Pagination}
- {/block:indexpage}
- {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="top"><a href="#"><span class="th th-chevron-up"></span>
- </a></div>
- <!--- do not disturb --->
- <div class="lo">
- <a href="https://julesatticus.tumblr.com" title="theme">j</a>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- jQuery.noConflict();
- (function($){
- $(document).ready(function(){
- $("a[title],img[title],[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- //scroll to top
- $(window).scroll(function(){
- if ($(this).scrollTop() > 100) {
- $('.top').fadeIn('slow');
- } else {
- $('.top').fadeOut('slow');
- }
- });
- //Click event to scroll to top
- $('.top').click(function(){
- $('html, body').animate({scrollTop : 0},700);
- return false;
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement