Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <!--
- pisa
- @aaronellas/wanderlusthemes
- -->
- <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=Lato:400,400italic,600,600italic|Lora:400,400italic,600,600italic|Roboto:400,400italic,600,600italic|PT+Sans:400,400italic,600,600italic|Open+Sans: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="#ffffff"/>
- <meta name="color:text" content="#666666"/>
- <meta name="color:link" content="#444444"/>
- <meta name="color:link hover" content="#ff6f61"/>
- <meta name="color:title"content="#222222"/>
- <meta name="color:border" content="#eeeeee"/>
- <meta name="color:accent" content="#bad0f1"/>
- <meta name="color:posts" content="#fefefe"/>
- <meta name="if:infinite scroll" content=""/>
- <meta name="if:load more" content=""/>
- <meta name="if:title" content=""/>
- <meta name="if:icon" content=""/>
- <meta name="if:search bar" content=""/>
- <meta name="if:updates tab" content=""/>
- <meta name="if:controls" content=""/>
- <meta name="if:two column links" content=""/>
- <meta name="select:font" content="open sans"/>
- <meta name="select:font" content="trebuchet ms"/>
- <meta name="select:font" content="pt sans"/>
- <meta name="select:font" content="lato"/>
- <meta name="select:font" content="roboto"/>
- <meta name="select:font" content="lora"/>
- <meta name="select:font" content="karla"/>
- <meta name="select:font size" content="11px"/>
- <meta name="select:font size" content="11.5px"/>
- <meta name="select:font size" content="12px"/>
- <meta name="select:icon" content="iconr" title="rounded">
- <meta name="select:icon" content="iconc" title="circle">
- <meta name="select:icon" content="icont" title="teardrop">
- <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="text:home" content="home"/>
- <meta name="text:ask" content="message"/>
- <meta name="text:archive" content="history"/>
- <meta name="text:post width" content="350"/>
- <meta name="text:margin" content="100"/>
- <meta name="text:sidebar width" content="150"/>
- <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:7px;
- z-index:99999999999;
- color:{color:title};
- background:{color:posts};
- border:1px solid {color:border};
- }
- /* scroll to top */
- .top {
- position:fixed;
- z-index:9999999;
- left:25px;
- bottom:20px;
- display:none;
- }
- .top a svg { width:25px; height:25px; fill:{color:link}; }
- /* 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:5px;
- padding-left:10px;
- margin-top:-5px;
- }
- 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 { font-style:italic }
- 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:square; color:{color:text}; }
- /* font icons */
- .th {
- text-align:center;
- display:inline-block;
- font-size:12px;
- width:12px;
- height:12px;
- color:{color:icons};
- transition:all .6s ease;
- }
- .th:hover { color:{color:accent}; }
- /* sidebar */
- aside {
- width:{text:sidebar width}px;
- max-width:200px;
- left:calc(50% - ({text:post width}px / 2) - {text:margin}px - 150px);
- position:fixed;
- }
- .t {
- font-size:calc({select:font size} + 2px);
- font-weight:600;
- color:{color:title};
- margin-bottom:5px;
- {block:ifnottitle}
- display:none;
- margin-bottom:0;
- {/block:ifnottitle}
- }
- .desc {
- word-wrap:break-word;
- padding-bottom:10px;
- border-bottom:1px solid {color:border};
- margin-bottom:10px;
- }
- {block:ifnottwocolumnlinks}
- .links {counter-reset:numbers;}
- .links a { display:block; margin-bottom:4px;}
- .links a:hover { color:{color:link hover};padding-left:10px; }
- .links a:before {
- font-weight:600;
- margin-right:6px;
- display:inline;
- color:{color:title};
- font-style:none;
- counter-increment:numbers;
- content:'0'counter(numbers)'.';
- font-family:'lora',sans-serif;
- }
- {/block:ifnottwocolumnlinks}
- {block:iftwocolumnlinks}
- .links a { display:block; }
- .links a:hover { color:{color:link hover}; }
- .right { margin-top:0 ; display:block; width:50%; }
- .left {
- margin-top:0 ;
- display:block;
- width:50%;
- float:right;
- }
- {/block:iftwocolumnlinks}
- .icon { display:inline; margin-left:-52px; float:left; }
- .icon img {
- width:40px;
- height:40px;
- {block:ifnoticon}
- display:none;
- {/block:ifnoticon}
- }
- .iconr img { border-radius:3px; }
- .iconc img { border-radius:50%; }
- .icont img { border-radius:50% 0 50% 50%; }
- /* search bar */
- .search {
- display:block;
- margin-bottom:10px;
- margin-left:-50px;
- {block:ifnotsearchbar}
- display:none;
- {/block:ifnotsearchbar}
- {block:ifnoticon}
- margin-left:-1px;
- {/block:ifnoticon}
- }
- .search .query {
- border:0;
- outline:0;
- font-size:{select:font size};
- font-family:{select:font},sans-serif;
- font-family:{select:font}, helvetica, arial, sans-serif;
- letter-spacing:.5px;
- color:{color:accent};
- width:100%;
- background:{color:background};
- }
- ::-webkit-input-placeholder { color:{color:text}; }
- :-moz-placeholder { color:{color:text}; opacity:1; }
- ::-moz-placeholder { color:{color:text}; opacity:1; }
- :-ms-input-placeholder { color:{color:text}; }
- 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; }
- /* updates tab */
- .update {
- position:fixed;
- top:60px;
- right:20px;
- {block:ifnotupdatestab}
- display:none;
- {/block:ifnotupdatestab}
- }
- .update svg {
- border:1px solid {color:border};
- padding:6px;
- font-size:12px;
- width:15px;
- height:15px;
- text-align:center;
- background:{color:posts};
- fill:{color:link};
- transition:all .6s ease;
- -webkit-transition:all .6s ease;
- -moz-transition:all .6s ease;
- -o-transition:all .6s ease;
- }
- .updates {
- opacity:0;
- border:1px solid {color:border};
- padding:10px;
- height:auto;
- width:140px; /* width of updates tab */
- background:{color:posts};
- float:left;
- margin-right:10px;
- display:inline-block;
- transition:all .6s ease;
- -webkit-transition:all .6s ease;
- -moz-transition:all .6s ease;
- -o-transition:all .6s ease;
- }
- .update:hover .updates { opacity:1; }
- .update:hover svg { fill:{color:link hover}; }
- .ut {
- color:{color:link};
- border-bottom:1px solid {color:border};
- padding-bottom:8px;
- margin-bottom:10px;
- font-weight:bold;
- font-size:calc({select:font size} + .5px);
- }
- .border {
- background:{color:border};
- height:1px;
- width:100%;
- margin:10px 0;
- position:relative;
- }
- /* 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:{text:margin}px auto 0px;
- 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 */
- .text { margin-bottom:10px; }
- .title {
- padding-bottom:10px;
- color:{color:title};
- font-size:calc({select:font size} + 3px);
- font-weight:600;
- }
- .title a { color:{color:link}; }
- .title a:hover { color:{color:link hover}; }
- /* caption */
- .caption { margin:15px 0; }
- .commenter img, .blog img {
- width:18px;
- height:18px;
- border-radius:3px;
- margin-right:-15px;
- vertical-align:-10px;
- margin-bottom:5px;
- {block:ifnotdisplaytumblravatar}
- display:none;
- {/block:ifnotdisplaytumblravatar}
- }
- .commenter, .blog {
- display:inline;
- font-weight:700;
- text-transform:lowercase;
- letter-spacing:.5px;
- font-size:11px;
- }
- .commenter a { color:{color:title}; }
- .commenter a:hover, .commenter .th:hover { color:{color:accent}; }
- .commenter .th { margin-bottom:5px; }
- .commenter .th, .asker .th, .answerer .th {
- font-size:13px;
- margin-right:8px;
- vertical-align:-1.5px;
- color:{color:text};
- {block:ifdisplaytumblravatar}
- display:none;
- {/block:ifdisplaytumblravatar}
- }
- .deactivated::after {
- content:"deactivated";
- margin-left:5px;
- opacity:0;
- transition:all .6s ease
- }
- .posts:hover .deactivated:after { opacity:1; }
- /* quote */
- .q {
- font-size:14px;
- font-family:'Lora', sans-serif;
- line-height:15px;
- font-style:italic;
- color:{color:title};
- margin-bottom:10px;
- }
- .source { font-style:none; text-align:right; }
- /* audio */
- .audio { margin-bottom:5px; }
- .player {
- width:30px;
- height:30px;
- position:absolute;
- overflow:hidden;
- margin-top:1px;
- }
- .hold {
- background:#f2f2f2;
- border:1px solid {color:border};
- border-radius:2px;
- position:absolute;
- width:30px;
- height:30px;
- padding:15px;
- float:left;
- }
- .audioinfo {
- background:{color:posts};
- height:30px;
- padding:15px;
- margin-left:70px;
- border:1px solid {color:border};
- border-radius:2px;
- }
- .td { max-height:30px; overflow-y:scroll; }
- .track {
- font-weight:600;
- color:{color:title};
- font-size:calc({select:font size} + .5px);
- }
- /* video */
- .video { border:1px solid transparent; }
- /* ask */
- .a { margin-bottom:10px; }
- .ask {padding:10px; border:1px solid {color:border}; margin-bottom:10px;}
- .asker { text-transform:lowercase; font-weight:600; }
- .asker, .answerer {
- color:#333;
- margin-bottom:5px;
- {block:ifnotdisplaytumblravatar}
- margin-bottom:-3px;
- {/block:ifnotdisplaytumblravatar}
- }
- .asker img, .answerer img {
- width:18px;
- height:18px;
- border-radius:3px;
- margin-right:10px;
- margin-bottom:10px;
- vertical-align:-15px;
- {block:ifnotdisplaytumblravatar}
- display:none;
- {/block:ifnotdisplaytumblravatar}
- }
- .asker .th, .answerer .th { margin-bottom:10px; }
- .answerer b { font-weight:600; }
- .answerer:hover { cursor:pointer; }
- .asker, .answerer {
- {block:ifdisplaytumblravatar}
- margin-bottom:0;
- {/block:ifdisplaytumblravatar}
- }
- /* chat */
- .chat { list-style:none; margin-bottom:10px;}
- .label {
- font-weight:bold;
- color:{color:title};
- display:inline-block;
- margin-right:3px;
- }
- .l { margin-bottom:2px; }
- .l:last-of-type { margin-bottom:0; }
- /* permalink */
- .when { border-top:1px solid {color:border}; padding-top:10px; }
- .when a {
- font-weight:600;
- margin-right:10px;
- color:{color:title};
- font-size:calc({select:font size} + 1.5px);
- }
- .when a:hover { color:{color:accent}; }
- .permalink {
- margin:10px 0;
- border-top:1px solid {color:border}; padding:10px 0;
- border-bottom:1px solid {color:border};
- }
- .permalink a { text-transform:lowercase; }
- .permalink a:hover { color:{color:link hover}; }
- /* tags */
- .pt a { margin-right:8px; }
- .tags { margin-top:5px; word-wrap:break-word; }
- .tags a { margin-right:5px; font-size:calc({select:font size} + .5px); }
- .tagsshow { opacity:1; min-height:15px; }
- .tagshide { display:none; }
- .tagshover {
- opacity:0;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- .posts:hover .tagshover { opacity:1; }
- /* post notes */
- .pn {}
- .nt { font-size:13px; color:{color:title}; font-weight:600; }
- ol.notes {
- list-style-type:none;
- text-align:left;
- padding:0px;
- margin:0;
- }
- 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 {
- float:right;
- margin-top:-15px;
- {block:ifnotcontrols}
- display:none;
- {/block:ifnotcontrols}
- }
- .controls a { color:{color:accent}; }
- .controls a:hover { color:{color:link hover}; }
- .like-b {
- position:relative;
- display:inline-block;
- height:1em;
- line-height:1em;
- overflow:hidden;
- margin-bottom:-1px;
- }
- .like-b .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .like-b .liked + .b { color:inherit; }
- .like-b .liked + .b:after { content:'d'; }
- .reblog a { margin-right:6px; }
- .reblog a:last-of-type{ margin-right:0; }
- 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>
- <!-- scripts -->
- <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="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.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>
- </head>
- <body>
- <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://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>
- <!-- updates tab -->
- <div class="update">
- <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M163.8,36.4c-1-2.1-3.1-3.4-5.4-3.4H80.7c-2.5,0-4.7,1.5-5.6,3.9l-33.7,88c-0.7,1.8-0.5,3.9,0.7,5.5c1.1,1.6,3,2.6,4.9,2.6 h37.8l-1.7,53.7c-0.1,2.6,1.5,4.9,3.9,5.8c0.7,0.3,1.4,0.4,2.1,0.4c1.8,0,3.5-0.8,4.6-2.2l81.9-98.9c1.5-1.8,1.8-4.3,0.8-6.4 s-3.1-3.4-5.4-3.4h-38.7l30.8-39.3C164.5,40.9,164.8,38.4,163.8,36.4z M115.3,84.3c-1.4,1.8-1.7,4.3-0.7,6.3c1,2.1,3.1,3.4,5.4,3.4 h38.3l-62.6,75.6l1.3-42.4c0.1-1.6-0.6-3.2-1.7-4.4c-1.1-1.2-2.7-1.8-4.3-1.8H55.7l29.1-76h61.3L115.3,84.3z"/></svg>
- <div class="updates">
- <!-- start editing here -->
- <div class="ut">your updates title</div>
- <b>hello</b> what's up
- <br> add some text here or whatever you want
- <div class="border"></div>
- <b>reading:</b> a book <br>
- <b>watching:</b> a show <br>
- <b>anticipating:</b> something
- <!-- <div class="border"></div> for more dividers -->
- </div>
- </div>
- <!-- end updates tab -->
- <aside>
- {block:ifsearchbar}
- {block:ificon}
- <form action="/search" method="get" class="search">
- <input type="text" name="q" value="{SearchQuery}" class="query" placeholder="search"></form>
- {/block:ificon}
- {/block:ifsearchbar}
- <div class="{select:icon} icon"><a href="/"><img src="{image:icon}"/></a></div>
- <div class="t"><a href="/">{title}</a></div>
- <div class="desc">{description}</div>
- {block:ifnottwocolumnlinks}
- <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}
- </div>
- {/block:ifnottwocolumnlinks}
- {block:iftwocolumnlinks}
- <div class="links">
- <div class="left">
- {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}
- </div>
- <div class="right">
- <a href="/">{text:home}</a>
- <a href="/ask">{text:ask}</a>
- <a href="/archive">{text:archive}</a>
- </div>
- </div>
- {/block:iftwocolumnlinks}
- {block:ifsearchbar}
- {block:ifnoticon}
- <form action="/search" method="get" class="search">
- <input type="text" name="q" value="{SearchQuery}" class="query" placeholder="search"></form>
- {/block:ifnoticon}
- {/block:ifsearchbar}
- </aside>
- <!-- posts -->
- <section id="entries">
- {block:Posts}
- <div class="posts" {PostType} id="{PostID}">
- {block:Text}
- {block:Title}<div class="title">{title}</div>{/block:Title}
- {/block:Text}
- {block:Text}
- <div class="text">
- {block:NotReblog}{Body}{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="comment">
- {block:IsActive}
- <div class="commenter"><a target="_blank" href="{Permalink}">
- <img src="{PortraitURL-64}" />
- {/block:ifnotdisplaytumblravatar}<span class="th th-user-o"></span>{/block:ifnotdisplaytumblravatar}
- {Username}</a></div>
- {/block:IsActive}
- {block:IsDeactivated}
- <div class="deactivated"><div class="blog">{Username}</div></div>
- {/block:IsDeactivated}
- <div class="reblog-content">{Body}</div>
- </div>
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- </div>
- {/block:Text}
- {block:Quote}
- <div class="quote" style="margin-bottom:10px;">
- <div class="q">{Quote}</div>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="path{block:Description} has-desc{/block:Description}" {Target}>{Name}</a>
- {block:Description}
- <div class="link-description">
- {block:NotReblog}{Description}{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="comment">
- {block:IsActive}
- <div class="commenter"><a target="_blank" href="{Permalink}">
- <img src="{PortraitURL-64}" />
- {/block:ifnotdisplaytumblravatar}<span class="th th-user-o"></span>{/block:ifnotdisplaytumblravatar} {Username}</a></div>
- {/block:IsActive}
- {block:IsDeactivated}
- <div class="deactivated"><div class="blog">{Username}</div></div>
- {/block:IsDeactivated}
- <div class="reblog-content">{Body}</div>
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- </div>
- {/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:Audio}
- <div class="audio">
- <div class="hold">
- {block:audioplayer}
- <div class="player">{audioplayerwhite}</div>
- {/block:audioplayer}
- </div>
- <div class="audioinfo">
- <div class="td">
- {block:trackname}<div class="track">{trackname}</div>{/block:trackname}
- {block:artist}<div class="artist">{artist}</div>{/block:artist}
- </div>
- </div>
- </div>
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- {block:Answer}
- <div class="a">
- <div class="ask">
- <div class="asker"><img src="{AskerPortraitURL-48}"/>
- {block:ifnotdisplaytumblravatar}<span class="th th-question-o"></span>{/block:ifnotdisplaytumblravatar} {Asker}</div>
- <div class="question">{Question}</div>
- </div>
- {block:Answerer}
- <div class="ans">
- <div class="answerer"><img src="{AnswererPortraitURL-48}"/>
- {block:ifnotdisplaytumblravatar}<span class="th th-user-o"></span>{/block:ifnotdisplaytumblravatar} {Answerer}</div>
- <div class="answer">{Answer}</div>
- </div>
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="comment">
- {block:IsActive}
- <div class="commenter"><a target="_blank" href="{Permalink}">
- <img src="{PortraitURL-64}" />
- {/block:ifnotdisplaytumblravatar}<span class="th th-user-o"></span>{/block:ifnotdisplaytumblravatar}
- {Username}</a></div>
- {/block:IsActive}
- {block:IsDeactivated}
- <div class="deactivated"><div class="blog">{Username}</div></div>
- {/block:IsDeactivated}
- <div class="reblog-content">{Body}</div>
- </div>
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answerer}
- {block:NotReblog}
- <div class="ans">{Replies}</div>
- {/block:NotReblog}
- </div>
- {/block:Answer}
- {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">
- <img src="{PhotoURL-HighRes}" style="display:block;" width="{text:post width}px"></a>
- {/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:Caption}
- <div class="caption">
- {block:NotReblog}<figcaption>{Caption}</figcaption>{/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="comment">
- {block:IsActive}
- <div class="commenter"><a target="_blank" href="{Permalink}">
- <img src="{PortraitURL-64}" />
- {/block:ifnotdisplaytumblravatar}<span class="th th-user-o"></span>{/block:ifnotdisplaytumblravatar}
- {Username}</a></div>
- {/block:IsActive}
- {block:IsDeactivated}
- <div class="deactivated"><div class="blog">{Username}</div></div>
- {/block:IsDeactivated}
- <div class="reblog-content">{Body}</div>
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Caption}
- {block:IndexPage}
- {block:Date}
- <div class="when">
- <a href="{Permalink}" title="{TimeAgo}">{NoteCountWithLabel}</a> {dayofweek}
- </div>
- <div class="controls">
- <div class="reblog">
- <a href="{ReblogURL}" target="_blank" >reblog</a>
- <a class="like-b" href="#">{LikeButton}<span class="b">like</span></a>
- </div>
- </div>
- <div class="perma">
- {block:HasTags}
- <div class="{select:tags} tags">
- {block:Tags}
- <a href="{TagUrl}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- {/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}
- {block:PostNotes}
- <div class="notes">
- <div class="nt">{notecountwithlabel}</div>
- <div class="pn">{PostNotes}</div>
- </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="#"><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="M43.2,137.3c2.1,2.5,5.9,2.9,8.5,0.7L108,90.4l56.4,47.5c1.1,0.9,2.5,1.4,3.9,1.4c1.7,0,3.4-0.7,4.6-2.1 c2.1-2.5,1.8-6.3-0.7-8.5L111.9,78c-2.2-1.9-5.5-1.9-7.7,0l-60.3,50.8C41.3,130.9,41,134.7,43.2,137.3z"/></svg></a></div>
- <!--- do not disturb --->
- {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);
- });
- {block:ifloadmore}
- $container.infinitescroll('unbind');
- $('a#load').on('click', function(e) {
- e.preventDefault();
- $container.infinitescroll('retrieve');
- });
- {/block:ifloadmore}
- });
- </script>
- {/block:ifinfinitescroll}
- {/block:indexpage}
- <div class="lo"><a href="https://wanderlusthemes.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>
- <script src="https://cdn.jsdelivr.net/gh/boscoxvi/npfphotosets/npfphotosets.js"></script><link href="https://cdn.jsdelivr.net/gh/boscoxvi/npfphotosets/npfphotosetstyle.css" rel="stylesheet" type="text/css">
- <script>
- var npfOptions = {
- rowClass:"npf_row",
- imageContainerClass:"tmblr-full",
- generatedPhotosetContainerClass:"npf_photoset",
- imageClass:"npf_image",
- includeCommonPhotosets: true,
- useTumblrLightbox: true,
- insertGalleryIndicator: true,
- galleryIndicatorClass: "npf_gallery_indicator",
- galleryIndicatorContent: "<img src='image_url'>",
- photosetMargins:""
- }
- npfPhotosets("#entries", npfOptions);
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment