0% found this document useful (0 votes)
89 views24 pages

Adeline

The document is the code for a Tumblr theme. It includes metadata, links to style sheets, and CSS styling rules to customize elements like the navigation bar, sidebar, posts, and pagination on a Tumblr blog. The CSS customizes colors, fonts, layouts, and styling of typical Tumblr interface elements and controls like the lightbox and scrollbar.

Uploaded by

Diệp Khuê Lê
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
89 views24 pages

Adeline

The document is the code for a Tumblr theme. It includes metadata, links to style sheets, and CSS styling rules to customize elements like the navigation bar, sidebar, posts, and pagination on a Tumblr blog. The CSS customizes colors, fonts, layouts, and styling of typical Tumblr interface elements and controls like the lightbox and scrollbar.

Uploaded by

Diệp Khuê Lê
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 24

<!

--

theme: adeline
- sorrism -
updated 6.8.2018

time stamp shortening by bycholoethemes


note shortening, hiding tumblr controls, & video resizing by shythemes

-->

<!DOCTYPE html>

<head>

<title>{block:TagPage}#{Tag} : {/block:TagPage} {block:PostSummary}{PostSummary} :


{/block:PostSummary}{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}

<!--Default Variables-->

<meta name="color:Background" content="#f4f4f4"/>


<meta name="color:Posts" content="#ffffff"/>
<meta name="color:Accents" content="#dcecf5"/>
<meta name="color:Text" content="#787878"/>
<meta name="color:Link" content="#787878"/>
<meta name="color:Link Hover" content="#dcecf5"/>
<meta name="color:Blog Title" content="#000000"/>
<meta name="color:Title" content="#000000"/>
<meta name="color:Scrollbar" content="#aaaaaa" />
<meta name="color:Borders" content="#eeeeee"/>
<meta name="color:Text Borders" content="#eeeeee"/>

<meta name="text:Home Title" content="Index"/>


<meta name="text:Ask Title" content="Message"/>
<meta name="text:Archive Title" content="Archive"/>
<meta name="text:Nav Title" content="navigation"/>

<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=""/>
<meta name="text:Link 4 URL" content=""/>
<meta name="text:Link 4" content=""/>
<meta name="text:Link 5 URL" content=""/>
<meta name="text:Link 5" content=""/>
<meta name="text:Link 6 URL" content=""/>
<meta name="text:Link 6" content=""/>
<meta name="image:Icon" content=""/>

<meta name="select:Layout" content="single" title="One column"/>


<meta name="select:Layout" content="columns" title="Multi column"/>

<meta name="if:Search Bar" content="1"/>


<meta name="if:Hide Tags" content="1"/>
<meta name="if:Infinite Scroll" content="0"/>
<meta name="if:Manual Load" content="1"/>

<link href="//static.tumblr.com/sas2ex2/HFinqriui/photoset.css" rel="stylesheet"


type="text/css"><link href="https://fonts.googleapis.com/css?
family=ABeeZee:400,400i" rel="stylesheet">
<!--CSS customization here. -->

<style type="text/css">

/*tumblr controls and lightbox*/

.tmblr-lightbox {background:rgba({RGBcolor:posts}, .95)!important;}

.tmblr-lightbox img {opacity:0;}

.lightbox-caption {
color:{color:title}!important;
font-family:inherit!important;
font-size:1em!important;
font-weight:normal!important;
text-shadow:none!important;
}

.lightbox-image {
-moz-box-shadow:none!important;
-webkit-box-shadow:none!important;
box-shadow:none!important;
-moz-border-radius:0px!important;
-webkit-border-radius:0px!important;
border-radius:0px!important;
padding:0px!important;
opacity:1!important;
}

.vignette {opacity:0!Important;}

body > .tmblr-iframe {


right:13px;
opacity:0;
top:9px;
z-index:99;
-webkit-transform:scale(.6);
-moz-transform:scale(.6);
transform:scale(.6);
-webkit-backface-visibility:hidden;
padding:0px 50px 10px 10px;
transition:all .3s linear;
-webkit-transition:all .3s linear;
-o-transition:all .3s linear;
-moz-transition:all .3s linear;
-webkit-backface-visibility:hidden;
-webkit-transform-origin:right top;
-moz-transform-origin:right top;
-ms-transform-origin:right top;
-o-transform-origin:right top;
transform-origin:right top;
}

body > .tmblr-iframe:hover {opacity:.7!important;}

body > .tmblr-iframe, .cc {position:fixed;}

.cc {
top:18px;
z-index:12;
right:15px;
}

.cc svg {
display:inline-block;
margin-left:5px;
width:12px;
height:auto;
opacity:.75;
overflow:visible;
}

.cc svg path {fill:{color:text};}

/*tooltip*/

.ui-tooltip {
position:Absolute;
z-index:9999;
padding:15px 0 0 5px;
}

.ui-tooltip-content {
background:{color:posts};
padding:0.25em 5px;
letter-spacing:1.5px;
font-size:.8em;
text-transform:uppercase;
}

/*scrollbar*/

::-webkit-scrollbar {
height:11px;
width:11px;
background:{color:posts};
}

::-webkit-scrollbar-track {
background:{color:borders};
border:5px solid {color:posts};
}

::-webkit-scrollbar-thumb{
border:5px solid {color:posts};
background:{color:scrollbar};
}

/*general*/

body {
background:{color:background};
color:{color:text};
font:10px/1.4em abeezee, trebuchet ms, arial, sans-serif;
letter-spacing:.5px;
word-wrap:break-word;
text-align:left;
overflow-x:hidden;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
margin:0;
}

a {
color:{color:link};
text-decoration:none;
}

a, svg {
transition:all .3s linear;
-webkit-transition:all .3s linear;
-o-transition:all .3s linear;
-moz-transition:all .3s linear;
}

a, a img {cursor:pointer;}

a:hover {
color:{color:link hover}!important;
text-decoration:none;
}

a svg:hover {fill:{color:link hover};}

.tex a, #d a, .nav a, .links a, footer a {box-shadow:inset 0 -.4em 0


{color:accents};}

.tex a:hover, #d a:hover, .nav a:hover, .links a:hover, footer a:hover {box-
shadow:inset 0 -1.4em 0 {color:accents};}

img {
opacity:1;
border:0;
text-decoration:none;
max-width:100%;
height:auto;
display:block;
}

blockquote {
padding:.25em 0 .25em 15px;
margin:.75em 0;
border-left:1px solid {color:text borders};
}

pre {
padding:0;
margin:0;
line-height:inherit!important;
background:transparent;
font-family:consolas!Important;
font-size:inherit!important;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
word-wrap:break-word;
}

p {margin:.5em 0;}

p:first-of-type {margin-top:0;}

p:last-of-type {margin-bottom:0;}

b, strong, b a, strong a {
font-weight:normal;
color:{color:title};
}

ol, ul {
list-style:none;
text-align:left;
padding:0;
margin:0;
}

li {
position:relative;
padding:.15em 0 .15em 20px;
margin:0;
}

ol li {counter-increment:list;}

ol li:before, ul li:before {
left:0px;
display:inline-block;
position:absolute;
vertical-align:middle!important;
}

ol li:before {content:counter(list) '.';}

ul li:before {
content:'';
width:15px;
height:1px;
position:absolute;
left:0;
top:calc(.7em + 1px);
background:{color:text borders};
}

.chat li:before, .pagenotes li:before {display:none!important;}

.chat li {margin:0;}

small, big, sub, pre {


font-size:1em!important;
line-height:1.4em!important;
vertical-align:baseline!important;
}

h1, h2, h3, h4 {


margin:.5em 0;
font-size:1em;
padding:0;
color:{color:title};
font-weight:normal;
}

article h1:first-of-type, article h2:first-of-type, article h3:first-of-type,


article h4:first-of-type {margin-top:0!important;}

hr {
border:none;
box-shadow:0;
margin:2em 0;
width:30%;
border-top:3px solid {color:accents};
}

.tex h1, .tex h2, .tex h3, .tex h4 {


text-align:left;
font-size:inherit!important;
font-family:inherit!important;
}

aside, section,{block:permalinkpage} article,{/block:permalinkpage} footer {


-webkit-animation-name: fade-in;
-webkit-animation-duration: 1.5s;
}

/*top*/

nav {
position:fixed;
background:{color:posts};
border-bottom:1px solid {color:borders};
top:0;
left:0;
width:100vw;
z-index:10;
line-height:1.5em;
padding:15px 0;
text-transform:lowercase;
}

.nav {margin-left:400px;}
.nav a {
margin:0 25px 0 calc(1.4em + 5px);
color:rgba({RGBcolor:text},.7);
}

.nav svg {
display:inline-block;
position:absolute;
height:1.4em;
margin-left:calc(-1.4em - 5px);
fill:rgba({RGBcolor:text},.7);
margin-top:-.5px;
}

.nav a:hover svg {fill:{color:link hover};}

/*aside*/

aside {
top:0;
padding:calc(130px + 1.5em) 50px 50px 50px;
height:calc(100vh - 180px - 1.5em);
background:{color:posts};
}

.icon {
position:absolute;
display:block;
margin:-75px 75px 0 75px;
height:50px;
width:50px;
}

.icon img {
display:block;
width:50px;
height:50px;
-moz-border-radius:100%;
-webkit-border-radius:100%;
border-radius:100%;
}

.tai {
position:relative;
font-size:1.2em;
font-style:italic;
color:{color:blog title};
display:block;
padding:0 2em;
font-weight:600;
z-index:0;
background:{color:posts};
}

.tai:before, .tai:after {
content:'';
position:absolute;
width:0;
height:0;
border-style:solid;
}

.tai:before {
left:0;
top:0;
border-width:1.2em 1.2em 0 0;
border-color:{color:accents} transparent transparent transparent;
}

.tai:after {
right:0;
bottom:0;
border-width:0 0 1.2em 1.2em;
border-color:transparent transparent {color:accents} transparent;
}

#d {margin-top:15px;}

.links {
margin-top:30px;
padding:15px 15px 10px 15px;
text-align:left;
border:1px solid {color:borders};
}

.links span {
color:{color:title};
background:{color:posts};
margin:calc(-15px - .75em) 0 15px 0;
font-weight:600;
text-transform:uppercase;
display:block;
letter-spacing:2px;
font-size:.9em;
}

.links span, .links li {text-align:center;}

.links li {
list-style:none;
padding:0;
display:inline-block;
margin-bottom:10px;
width:50%;
}

aside, footer {
z-index:2;
width:200px;
position:fixed;
left:0;
text-align:center;
bottom:0;
}

/*pagination*/
footer {
{block:ifinfinitescroll}
{block:ifnotmanualload}
display:none;
{/block:ifnotmanualload}
{/block:ifinfinitescroll}
padding:30px 50px;
border-top:1px solid {color:borders};
}

{block:ifinfinitescroll}
#pagination {display:none;}
{/block:ifinfinitescroll}

footer a {
display:inline-block;
margin:0 10px;
}

#infscr-loading {display:none!important;}

.nice {
font-size:.8em;
position:fixed;
right:15px;
bottom:15px;
}

/*posts*/

section {
position:relative;
{block:permalinkpage}
min-width:500px!important;
max-width:1200px;
{/block:permalinkpage}
margin:calc(80px + 1.5em) 50px 50px 350px;
}

article {
position:relative;
vertical-align:top;
width:calc(100% - 2px);
padding:50px;
z-index:3;
display:inline-block;
-moz-box-sizing:border-box;
box-sizing:border-box;
{block:indexpage}
opacity:0;
z-index:-1;
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
{/block:indexpage}
{block:permalinkpage}
width:500px;
{/block:permalinkpage}
}

.direct {
position:absolute;
top:-.6em;
color:rgba({RGBcolor:text},.7);
font-size:1.2em;
font-weight:600;
margin-left:50px;
}

{block:indexpage}
@media screen and (max-width:725px) {
section {
width:calc(100vw - 30px);
margin:0px auto;
}
article {width:calc(100vw - 30px);}
aside {
position:relative;
margin:0;
height:auto;
width:calc(100vw - 60px);
padding:calc(60px + 1.5em) 30px 30px 30px;
}
.icon {
position:relative;
margin:0 auto 15px auto;
}
.search {display:none;}
.nav {
text-align:center;
margin:0 auto;
padding:0 15px;
}
nav {overflow:hidden;}
.nav a {margin:0 15px 0 calc(1.4em + 15px);}
}

@media screen and (min-width:800px) {


.columns section {width:calc(100vw - 402px);}
.columns article {width:100%;}
.single section {width:100%;}
}

@media screen and (min-width:1050px) {


.columns section {width:calc(100vw - 402px);}
.columns article {width:50%;}
.single section {width:500px;}
}

.masonry {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
}

.masonry .masonry-brick {
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
}

article.masonry-brick {
opacity: 1;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
{/block:indexpage}

.ph {
position:relative;
overflow:hidden;
}

.ph img {
width:100%;
display:block;
}

.video * {
display:block;
min-width:100%;
}

.tmblr-truncated-link {
display:inline-block;
font-style:italic;
font-weight:600;
text-transform:lowercase;
}

.ph, .title, .tex, .comment, .source, .when, .permalink, .hold, ol.notes, .chat, .q
{background:{color:posts};}

/*titles*/

.title {
color:{color:title};
font-size:1.2em;
line-height:1.4em;
font-style:italic;
}

.title a {color:{color:title};}

.title a:hover {color:{color:link hover};}

.title, .source, .comment, .q, .l, .when, .permalink {padding:15px;}


.source {
padding-top:0px;
margin-top:-5px;
}

/*captions*/

.comment {
border-bottom:1px solid {color:borders};
list-style:none;
}

.comment:last-of-type {border-bottom:0;}

.user {
display:inline-block;
line-height:1em;
margin-bottom:5px;
font-style:italic;
}

.user a, .user {color:rgba({RGBcolor:text},.7);}

.user svg, .chat svg, .tags svg {


height:1.2em;
float:left;
display:inline-block;
margin:-1px 5px 0 0;
fill:rgba({RGBcolor:text},.7);
}

.chill {padding-top:0px;}

.ted:first-of-type {padding-top:0px;}

/*asks*/

.as {
display:block;
margin-bottom:5px;
text-transform:lowercase;
}

.q {
font-style:italic;
border-bottom:1px solid {color:borders};
}

/*chats*/

.chat {
margin:0;
padding:0;
list-style:none;
}

.l {border-bottom:1px solid {color:borders};}

.l:last-of-type {border:0;}
.chat svg {margin-top:.5px;}

.label {
display:block;
font-style:italic;
text-transform:lowercase;
margin-bottom:5px;
color:{color:title};
}

/*audio*/

.player {
width:25px;
height:24px;
position:absolute;
left:10px;
top:calc(50% - 15px);
display:block;
overflow:hidden;
}

.hold {
position:relative;
border-bottom:1px solid {color:borders};
display:block;
min-height:24px;
padding:15px;
color:rgba({RGBcolor:text},.7);
}

.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 {
font-weight:600;
color:{color:text};
}

/*permalink and notes*/

.when, .permalink {
position:relative;
z-index:3;
{block:indexpage}color:rgba({RGBcolor:text},.7);/{block:indexpage}
}
.yu .when {
padding-top:0;
margin-top:-10px;
}

.yu .permalink {
padding-top:0;
margin-top:-5px;
}

.when a {margin-right:5px;}

.when a, .permalink a {
display:inline-block;
color:rgba({RGBcolor:text},.7);
}

{block:indexpage}a.notedd {margin-left:5px;}{/block:indexpage}

.rr {
position:relative;
z-index:3;
float:right;
text-align:right;
}

.rr a {
height:1em;
position:relative;
display:inline-block;
}

.rr svg {
width:12px;
margin-left:5px;
display:inline-block;
fill:{color:text};
vertical-align:middle;
}

.like:hover svg, .rr svg:hover {fill:{color:link hover};}

.like .liked + svg {fill:#D95E40;}

.like_button {cursor:pointer;}

.like_button iframe {
position:absolute;
opacity:0.0000001;
top:0;
bottom:0;
right:0;
z-index:4;
}

.pagenotes, .permalink {text-transform:lowercase;}

.tags {
margin-top:5px;
font-style:italic;
{block:indexpage}display:none;{/block:indexpage}
}

.he {
{block:ifhidetags}
display:none!important;
{/block:ifhidetags}
}

.tags svg {margin:1px 5px 0 0;}

.tags * {color:rgba({RGBcolor:text},5);}

.tags a {
display:inline;
margin-right:5px;
}

ol.notes {
margin:0;
list-style-type:none;
padding:0 15px 15px 15px;
}

ol.notes li.note {padding:0 0 5px 0;}

ol.notes li.note:last-of-type {padding-bottom:0;}

ol.notes li.note:nth-child(odd) * {color:rgba({RGBcolor:text},.7);}

ol.notes li.note img.avatar {display:none!important;}

.more_notes_link, .notes_loading {
color:{color:title}!important;
display:block;
font-style:italic;
font-weight:600;
text-align:left!important;
}

input[type="search"] {
-webkit-appearance:textfield;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-
search-decoration {-webkit-appearance:none;}

.search-form {
border:none;
display:block;
width:200px;
margin:15px 10px;
position:absolute;
top:0;
left:0;
padding:0;
height:1.4em!important;
line-height:1.4em!important;
}

.search-form input {
width:268px;
padding:5px 10px;
margin-top:-5px;
position:relative;
font-size:10px;
height:1.4em!important;
line-height:1.4em!important;
background:{color:posts};
text-transform:lowercase;
font-family:abeezee, trebuchet ms, arial, sans-serif;
letter-spacing:.5px;
display:block;
outline:none;
border:1px solid {color:borders};
transition:0.8s;
-o-transition-duration:0.8s;
-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
}

.search-form input[type=text] {color:{color:text};}

.search-form input:focus{
outline:none;
border-color:{color:accents};
transition:0.8s;
-o-transition-duration:0.8s;
-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
}

input::-webkit-input-placeholder {color:{color:text};}

input::-moz-placeholder {color:{color:text};}

input:-moz-placeholder {color:{color:text};}

input:-ms-input-placeholder {color:{color:text};}

{customCss}

</style>

</head>

<body class="{select:layout}">

<div class="cc"><svg xmlns="http://www.w3.org/2000/svg"


xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px"
y="0px"viewBox="0 0 438.317 438.317" style="enable-background:new 0 0 438.317
438.317;" xml:space="preserve"><g><g><path
d="M31.167,266.192l20.4,9.35c8.5,3.967,12.467,13.6,9.35,22.383l-7.933,20.967c-
5.95,16.15-
3.967,33.433,5.95,47.317c9.633,14.167,25.5,22.383,42.5,22.383c6.233,0,12.467-
1.133,18.417-3.4l20.967-7.933c1.983-0.85,3.967-1.133,6.233-
1.133c6.8,0,13.317,3.967,16.15,10.483l9.35,20.4c8.5,18.7,26.633,30.317,47.033,30.31
7s38.533-11.617,47.033-30.317l9.35-20.4c2.833-6.233,9.067-10.483,16.15-
10.483c1.983,0,4.25,0.283,6.233,1.133l20.967,8.217c5.95,2.267,12.183,3.683,18.417,3
.683l0,0c16.717,0,32.583-8.783,42.5-22.667c9.633-14.167,11.9-31.45,5.95-47.6l-
7.933-20.967c-3.117-8.783,0.85-18.417,9.35-22.383l20.4-9.35c18.7-8.5,30.317-
26.633,30.317-47.033S426.7,180.625,408,172.125l-20.4-9.35c-8.5-3.967-12.467-13.6-
9.35-22.383l7.933-20.967c5.95-16.15,3.967-33.433-5.95-47.317c-9.633-14.167-25.5-
22.383-42.5-22.383c-6.233,0-12.467,1.133-18.417,3.4l-20.967,7.933c-1.983,0.85-
3.967,1.133-6.233,1.133c-6.8,0-13.317-3.967-16.15-10.483l-9.35-20.4c-8.5-18.7-
26.633-30.317-47.033-30.317s-39.383,11.9-47.883,30.6l-9.35,20.4c-2.833,6.233-
9.067,10.483-16.15,10.483c-1.983,0-4.25-0.283-6.233-1.133L119,53.408c-5.95-2.267-
12.183-3.4-18.417-3.4c-16.717,0-32.583,8.5-42.5,22.383c-9.633,14.167-11.9,31.45-
5.95,47.317l7.933,20.967c3.117,8.783-0.85,18.417-9.35,22.383l-
20.4,9.35C11.617,180.908,0,199.042,0,219.442S12.467,257.692,31.167,266.192z
M45.05,203.008l20.4-9.35c24.65-11.333,36.55-39.95,26.917-65.167l-7.933-20.967c-
2.833-7.65,0-13.317,1.983-16.15c4.533-6.8,13.033-9.633,20.967-
6.517l20.967,7.933c5.95,2.267,11.9,3.4,18.133,3.4l0,0c20.117,0,38.533-11.9,47.033-
30.317l9.35-20.4c4.25-9.633,13.317-10.483,16.15-
10.483c2.833,0,11.617,0.85,16.15,10.483l9.35,20.4c8.5,18.417,26.917,30.317,47.033,3
0.317c6.233,0,12.183-1.133,18.133-3.4l20.967-7.933c7.933-
2.833,16.15,0,20.967,6.517c1.983,2.833,4.817,8.5,1.983,16.15l-7.933,20.967c-
9.35,25.217,2.267,53.833,26.917,65.167l20.4,9.35c9.633,4.25,10.483,13.317,10.483,16
.15c0,2.833-0.85,11.617-10.483,16.15l-20.4,9.35c-24.65,11.333-36.55,39.95-
26.917,65.167l7.933,20.967c2.833,7.65,0,13.317-1.983,16.15c-4.533,6.8-13.033,9.633-
20.967,6.517l-20.967-7.933c-5.95-2.267-11.9-3.4-18.133-3.4c-20.117,0-38.533,11.9-
47.033,30.317l-9.35,20.4c-4.25,9.633-13.317,10.483-16.15,10.483c-2.833,0-11.617-
0.85-16.15-10.483l-9.35-20.4c-8.5-18.417-26.917-30.317-47.033-30.317c-6.233,0-
12.183,1.133-18.133,3.4l-20.967,7.933c-7.933,2.833-16.15,0-20.967-6.517c-1.983-
2.833-4.817-8.5-1.983-16.15l7.933-20.967c9.35-25.217-2.267-53.833-26.917-65.167l-
20.4-9.35c-9.633-4.25-10.483-13.317-10.483-
16.15C34.567,216.325,35.417,207.542,45.05,203.008z"/><path
d="M218.733,292.825c40.517,0,73.667-33.15,73.667-73.667s-33.15-73.667-73.667-
73.667s-73.667,33.15-73.667,73.667S177.933,292.825,218.733,292.825z
M218.733,179.492c21.817,0,39.667,17.85,39.667,39.667s-17.85,39.667-39.667,39.667s-
39.667-17.85-39.667-39.667S196.917,179.492,218.733,179.492z"/></g></g></svg></div>

<nav>{block:ifsearchbar}<div class="search"><form action="/search" class="search-


form" method="get"><input id="searchField" name="q" placeholder="Search..."
type="text" value="{SearchQuery}"/></form></div>{/block:ifsearchbar}<div
class="nav">{block:ifHomeTitle}<a href="/" class="eh"><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="M197.8,112.4l-
86.2-82c-2.4-2.2-6.1-2.2-8.4,0.1l-82.5,82.3c-1.7,1.7-2.2,4.3-
1.3,6.5c0.9,2.2,3.1,3.7,5.5,3.7h23v56c0,3.3,2.7,6,6,6h35c3.3,0,6-2.7,6-6v-
44h25v44c0,3.3,2.7,6,6,6h36c3.3,0,6-2.7,6-6v-56h26c0,0,0,0,0,0c3.3,0,6-2.7,6-
6C200,115.1,199.2,113.5,197.8,112.4z M162,111c-3.3,0-6,2.7-6,6v56h-24v-44c0-3.3-
2.7-6-6-6H89c-3.3,0-6,2.7-6,6v44H60v-56c0-3.3-2.7-6-6-6H39.5l68.1-
67.9L179,111H162z"/></svg>{text:Home Title}</a>{/block:ifHomeTitle}
{block:ifAskTitle}<a href="/ask"><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="M37.1,171h141.9c3.3,0,6-2.7,6-6V74.7c0,0,0-0.1,0-
0.1V50.7c0-3.3-2.7-6-6-6H37.1c-3.3,0-6,2.7-
6,6v25.1c0,0,0,0,0,0.1V165C31.1,168.3,33.8,171,37.1,171z M43.1,56.7h129.9v15.2l-
65.5,55.5L43.1,73V56.7z M43.1,88.7l60.5,51.1c2.2,1.9,5.5,1.9,7.7,0l61.6-
52.2V159H43.1V88.7z"></path></svg>{text:Ask Title}</a>{/block:ifAskTitle}
{block:ifArchiveTitle}<a href="/archive"><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="M42.3,97h47.9c3.3,0,6-2.7,6-6V43.1c0-3.3-2.7-6-6-
6H42.3c-3.3,0-6,2.7-6,6V91C36.3,94.3,39,97,42.3,97z
M48.3,49.1h35.9V85H48.3V49.1z"/><path d="M173.7,37.1h-47.9c-3.3,0-6,2.7-
6,6V91c0,3.3,2.7,6,6,6h47.9c3.3,0,6-2.7,6-
6V43.1C179.7,39.7,177,37.1,173.7,37.1zM167.7,85h-35.9V49.1h35.9V85z"/><path
d="M36.3,172.9c0,3.3,2.7,6,6,6h47.9c3.3,0,6-2.7,6-6V125c0-3.3-2.7-6-6-6H42.3c-
3.3,0-6,2.7-6,6V172.9z M48.3,131h35.9v35.9H48.3V131z"/><path
d="M125.8,178.9h47.9c3.3,0,6-2.7,6-6V125c0-3.3-2.7-6-6-6h-47.9c-3.3,0-6,2.7-
6,6v47.9C119.8,176.3,122.5,178.9,125.8,178.9zM131.8,131h35.9v35.9h-
35.9V131z"/></svg>{text:archive
title}</a>{/block:ifArchiveTitle}</div></nav><aside>{block:ifIconImage}<a href="/"
class="icon"><img src="{image:Icon}"/></a>{/block:ifIconImage}<a href="/"
class="tai">{title}</a><div id="d">{description}</div><div
class="links">{block:ifNavTitle}<span>{text:Nav Title}</span>{/block:ifNavTitle}
{block:ifLink1}<li><a href="{text:Link 1 URL}">{text:Link
1}</a></li>{/block:ifLink1}{block:ifLink2}<li><a href="{text:Link 2
URL}">{text:Link 2}</a></li>{/block:ifLink2}{block:ifLink3}<li><a href="{text:Link
3 URL}">{text:Link 3}</a></li>{/block:ifLink3}{block:ifLink4}<li><a
href="{text:Link 4 URL}">{text:Link 4}</a></li>{/block:ifLink4}
{block:ifLink5}<li><a href="{text:Link 5 URL}">{text:Link
5}</a></li>{/block:ifLink5}{block:ifLink6}<li><a href="{text:Link 6
URL}">{text:Link 6}</a></li>{/block:ifLink6}</div></aside><a class="nice"
title="sorrism" href="http://sorrism.tumblr.com" target="_blank">@</a><section
id="entries">{block:TagPage}<div class="direct">Posts tagged
"{Tag}"</div>{/block:TagPage}{block:SearchPage}<div class="direct">Search results
for "{SearchQuery}"</div>{block:NoSearchResults}<article><div class="title">No
results found</div><li class="comment ted">Maybe try searching something else?
</li></article>{/block:NoSearchResults}{/block:SearchPage}{block:Posts}<article
class="{block:caption}yu{/block:caption} {block:quote}yu{/block:quote}
{block:text}yu{/block:text}{block:link}yu{/block:link}
{block:answer}yu{/block:answer}{block:chat}yu{/block:chat}" id="{PostId}">

{block:Quote}<div class="tex"><div class="title">{Quote}</div>{block:Source}<div


class="source">{Source}</div>{/block:Source}</div>{/block:Quote}

{block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}
{block:RebloggedFrom}{block:Reblogs}<li class="comment
{block:Title}ted{/block:Title}"><a
{block:haspermalink}href="{permalink}"{/block:haspermalink} class="user"
target="_blank"><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="M51.6,144.6l-
6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-
23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-
65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z
M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-
0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-
25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{username}</a><div
class="tex">{body}</div></li>{/block:Reblogs}{/block:RebloggedFrom}
{block:NotReblog}<li class="comment {block:Title}chill {block:date}ted{/block:date}
{/block:Title}"><div class="tex">{body}</div></li>{/block:NotReblog}{/block:Text}

{block:Link}<div class="title"><a href="{URL}" {Target}>{Name}</a></div>


{block:Description}{block:NotReblog}<li class="comment ted"><div
class="tex">{description}</div></li>{/block:NotReblog}{/block:Description}
{block:RebloggedFrom}{block:Reblogs}<li class="comment"><a
{block:haspermalink}href="{permalink}"{/block:haspermalink} class="user"
target="_blank"><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="M51.6,144.6l-
6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-
23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-
65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z
M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-
0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-
25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{username}</a><div
class="tex">{body}</div></li>{/block:Reblogs}{/block:RebloggedFrom}{/block:Link}

{block:Chat}{block:Title}<div class="title">{Title}</div>{/block:Title}<ol
class="chat {block:Title}ted{/block:Title}">{block:Lines}<li class="l
{Alt}">{block:Label}<span class="label"><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="M51.6,144.6l-6,34.1c-
0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-
23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-
65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z
M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-
0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-
25.3-25.1-25.3-
40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{Label}</span>{/block:Label}
{Line}</li>{/block:Lines}</ol>{/block:Chat}

<div class="media"><div class="ph">


{block:Photo}{block:indexpage}<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}"></a>{/block:indexpage}{block:permalinkpage}{LinkOpenTag}<img
src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:permalinkpage}
{/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}

</div>

{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:caption}{block:Reblogs}<li class="comment"><a
{block:haspermalink}href="{permalink}"{/block:haspermalink} class="user"
target="_blank"><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="M51.6,144.6l-
6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-
23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-
65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z
M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-
0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-
25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{username}</a><div
class="tex">{body}</div></li>{/block:Reblogs}{block:NotReblog}<li
class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink}
class="user" target="_blank"><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="M51.6,144.6l-6,34.1c-
0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-
23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-
65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z
M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-
0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-
25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{name}</a><div
class="tex">{Caption}</div></li>{/block:NotReblog}{/block:caption}

</div>

{block:Answer}<div class="q"><div class="as user"><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="M51.6,144.6l-6,34.1c-
0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-
23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-
65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z
M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-
0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-
25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{Asker}
sent:</div>{Question}</div>{block:answerer}<li class="comment"><div
class="user"><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="M51.6,144.6l-
6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-
23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-
65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z
M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-
0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-
25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{answerer}
replied:</div><div class="tex">{answer}</div></li>{/block:Answerer}
{block:NotReblog}<li class="comment"><div class="tex" style="margin-
top:0;">{replies}</div></li>{/block:NotReblog}{block:rebloggedfrom}
{block:reblogs}<li class="comment"><a
{block:haspermalink}href="{permalink}"{/block:haspermalink} class="user"
target="_blank"><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="M51.6,144.6l-
6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-
23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-
65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z
M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-
0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-
25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{username}</a><div
class="tex">{body}</div></li>{/block:Reblogs}{/block:rebloggedfrom}{/block:Answer}

{block:Date}
{block:indexpage}<div class="when"><span class="rr"><a href="{ReblogURL}"
target="_blank" class="r" title="reblog"><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="M108.7,159.2c-22.3,0-42.4-14.9-48.8-36.2c-1-3.2-4.3-
5-7.5-4c-3.2,1-5,4.3-4,7.5c8.1,26.8,32.3,44.7,60.3,44.7c34.7,0,63-28.3,63-63c0-
34.7-28.3-63-63-63c-19.7,0-38.2,9.4-50,24.6l-2.5-19.8c-0.4-3.3-3.4-5.6-6.7-5.2c-
3.3,0.4-5.6,3.4-5.2,6.7L49,88.1c0.4,3,3,5.2,5.9,5.2c0.2,0,0.5,0,0.7,0l36.2-4.1c3.3-
0.4,5.7-3.3,5.3-6.6s-3.3-5.7-6.6-5.3L66.2,80c9.4-14.1,25.3-22.8,42.5-
22.8c28.1,0,51,22.9,51,51S136.8,159.2,108.7,159.2z"/></svg></a><a class="like"
title="like">{LikeButton}<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="M148,37.8c-3.9,0-7.5,0.6-10.8,1.9c-15.1,5.7-
24.6,17.8-29.8,26.7c-6-8.6-16.1-20.5-27.6-24.4c-3.8-1.3-8.1-2-12.3-2c-10.7,0-
20.3,4.1-27,11.5c-5.7,6.2-12,18-
10,38.8c4.1,42.6,71.5,87.1,74.3,88.9c1,0.7,2.1,1,3.3,1c1.1,0,2.3-0.3,3.3-1c2.7-
1.8,66.5-43.6,73.7-86.1c3.7-21.8-2.7-34.9-8.8-42.1C169.2,42.7,158.6,37.8,148,37.8z
M173.1,91c-2.6,15.2-15.1,33.4-36.1,52.7c-11.9,10.9-23.5,19.4-29,23.2c-5.7-4-17.9-
12.9-30.3-24.3C56,122.5,43.8,104,42.3,89c-1.3-13,1.1-23.2,6.9-29.6c6-6.6,13.9-
7.6,18.1-
7.6c3,0,5.9,0.5,8.5,1.3c11.4,3.9,23.3,21.7,26.9,28.3c1.1,2.1,3.4,3.3,5.7,3.1c2.4-
0.2,4.4-1.7,5.2-4c0.1-0.2,8.2-22.4,27.7-29.7c1.9-0.7,4.2-1.1,6.6-
1.1c7.2,0,14.3,3.3,19,9C173.3,66.2,175.5,77.4,173.1,91z"/></svg></a>{block:HasTags}
<a class="he" title="tags"><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="M95.2,186C95.3,186,95.3,186,95.2,186c1.7,0,3.2-
0.6,4.3-1.7l64.8-66.7c2.3-2.4,2.3-6.1-0.1-8.4L94.7,39.7c-1.1-1.1-2.7-1.7-4.2-
1.7c0,0,0,0,0,0l-67.1,0.1c-3.3,0-6,2.6-
6,5.9L17,109.9c0,1.6,0.6,3.2,1.8,4.3l72.3,70.2C92.2,185.5,93.7,186,95.2,186z
M29.4,50L88,49.8l63.6,63.6l-56.5,58.2L29,107.4L29.4,50z
M200.3,110.2c2.3,2.3,2.3,6,0,8.4l-64.8,66.8c-1.2,1.2-2.7,1.8-4.3,1.8c-1.5,0-3-0.6-
4.2-1.7c-2.4-2.3-2.4-6.1-0.1-8.5l60.7-62.6L130.2,56c-2.3-2.4-2.3-6.2,0.1-8.5c2.4-
2.3,6.2-2.3,8.5,0.1L200.3,110.2z M67.1,77.7c0,4.6-3.8,8.4-8.4,8.4s-8.4-3.8-8.4-
8.4c0-4.6,3.8-8.4,8.4-
8.4S67.1,73.1,67.1,77.7z"/></svg></a>{/block:HasTags}</span><a class="time-ago"
href="{permalink}" target="_blank">{timestamp}</a>{block:notecount}:<a
class="notedd" href="{permalink}" target="_blank">{notecount}</a>{/block:notecount}
{block:HasTags}<div class="tags">{block:Tags}<a
href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>{/block:indexpage
}{block:permalinkpage}<div class="permalink">posted {dayofweek}, {month}
{dayofmonth}{dayofmonthsuffix}{block:notecount} with <span
class="notedd">{notecount}</span>{/block:notecount}{block:RebloggedFrom}<br>via: <a
href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}, source: <a
href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}
{/block:RebloggedFrom}{block:HasTags}<div class="tags"><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="M95.2,186C95.3,186,95.3,186,95.2,186c1.7,0,3.2-0.6,4.3-1.7l64.8-66.7c2.3-
2.4,2.3-6.1-0.1-8.4L94.7,39.7c-1.1-1.1-2.7-1.7-4.2-1.7c0,0,0,0,0,0l-67.1,0.1c-
3.3,0-6,2.6-
6,5.9L17,109.9c0,1.6,0.6,3.2,1.8,4.3l72.3,70.2C92.2,185.5,93.7,186,95.2,186z
M29.4,50L88,49.8l63.6,63.6l-56.5,58.2L29,107.4L29.4,50z
M200.3,110.2c2.3,2.3,2.3,6,0,8.4l-64.8,66.8c-1.2,1.2-2.7,1.8-4.3,1.8c-1.5,0-3-0.6-
4.2-1.7c-2.4-2.3-2.4-6.1-0.1-8.5l60.7-62.6L130.2,56c-2.3-2.4-2.3-6.2,0.1-8.5c2.4-
2.3,6.2-2.3,8.5,0.1L200.3,110.2z M67.1,77.7c0,4.6-3.8,8.4-8.4,8.4s-8.4-3.8-8.4-
8.4c0-4.6,3.8-8.4,8.4-8.4S67.1,73.1,67.1,77.7z"/></svg>{block:Tags}<a
href="{TagUrl}">{Tag}</a>
{/block:Tags}</div>{/block:HasTags}</div>{/block:permalinkpage}
{/block:Date}

</article>{block:PostNotes}<article class="pagenotes"><div
class="title">{NoteCountWithLabel}</div>{PostNotes}</article>{/block:PostNotes}
{/block:Posts}</section>

{block:Pagination}<footer><div id="pagination">{block:PreviousPage}<a
href="{PreviousPage}">prev page</a>{block:nextpage}/{/block:nextpage}
{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next
page</a>{/block:NextPage}</div>{block:ifinfinitescroll}{block:ifmanualload}<div
id="more"><a class="load">load more</a></div>{/block:ifmanualload}
{/block:ifinfinitescroll}</footer>{/block:Pagination}

{block:ContentSource}
<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
{/block:SourceLogo}
{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
{/block:ContentSource}

<!-- jquery -->

<script
src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script
src="https://code.jquery.com/ui/1.10.4/jquery-
ui.js"></script>{block:indexpage}<script
src="//static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script><script
type="text/javascript" src="//static.tumblr.com/i5s2zks/9Acok8oo2/bct-
timeago.min.js"></script>{block:ifinfinitescroll}<script
src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{
/block:ifinfinitescroll}{/block:indexpage}<script src
="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script><script
src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
<script>
$(document).ready(function() {
$('body').tooltip({track:true});
$('.photo-slideshow').pxuPhotoset({
lightbox: true,
rounded: false,
gutter: '1px',
photoset: '.photo-slideshow',
photoWrap: '.photo-data',
photo: '.pxu-photo'
});
$('article').find('.notedd').each(function(){
var n = $(this).html().split(' ')[0].replace(/,/g, '');
if (n > 999) {
n = Math.floor(n / 100) / 10;
$(this).text(n + 'k notes');
}
else if (n <= 999) {$(this).text(n + ' notes');}
else {$(this).text(n + ' note');}
});
$('p').filter(function (){return $.trim(this.innerHTML) == ""}).remove();
$('iframe.tumblr_audio_player').load( function() {
$('iframe.tumblr_audio_player').contents().find("head").append($("<style
type='text/css'> .audio-player{background:{color:posts} !important} </style>"));
});
{block:indexpage}
var $container = $('section');
$container.imagesLoaded(function() {
$container.masonry({itemSelector: 'article'});
$container.find('article').animate({opacity: 1, zIndex: 1});
});
$('.time-ago').timeAgo({
time:"letter",
suffix:" ago"
});
{block:ifnothidetags}$('.he').click(function() {$
(this).parents('article').find('.tags').slideToggle();});{/block:ifnothidetags}
$(window).resize(function(){$container.masonry();});
{block:ifinfinitescroll}
$container.infinitescroll({
itemSelector: 'article',
navSelector: '#pagination',
nextSelector: '#pagination a',
loadingImg: '',
loadingText: '<em></em>',
errorCallback: function(){ $('.load').text('no more
posts').parent('footer').delay(4000).slideUp(400); },
bufferPx: 3000
},
function( newElements ) {
var $newElems = $( newElements );
var $newElemsIDs = $newElems.map(function () {return this.id;}).get();
Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
$newElems.imagesLoaded(function(){
$container.masonry('appended', $newElems);
$newElems.animate({opacity: 1, zIndex: 1});
});
$newElems.find('.time-ago').timeAgo({
time:"letter",
suffix:" ago"
});
{block:ifnothidetags}$newElems.find('.he').click(function() {$
(this).parents('article').find('.tags').slideToggle();});{/block:ifnothidetags}
resizeVideos();
$newElems.find('.photo-slideshow').pxuPhotoset({
lightbox: true,
rounded: false,
gutter: '1px',
photoset: '.photo-slideshow',
photoWrap: '.photo-data',
photo: '.pxu-photo'
});
$newElems.find('.notedd').each(function(){
var n = $(this).html().split(' ')[0].replace(/,/g, '');
if (n > 999) {
n = Math.floor(n / 100) / 10;
$(this).text(n + 'k notes');
}
else if (n <= 999) {$(this).text(n + ' notes');}
else {$(this).text(n + ' note');}
});
$newElems.find('p').filter(function (){return $.trim(this.innerHTML) ==
""}).remove();
$newElems.find('iframe.tumblr_audio_player').load(function(){
$('iframe.tumblr_audio_player').contents().find("head").append($
("<style type='text/css'> .audio-player{background:{color:posts}!important}
</style>"));
});
});
{block:ifmanualload}
$(window).unbind('.infscr');
$('.load').click(function(){
$('footer').fadeTo("400", 0);

$container.delay(400).infinitescroll('retrieve').parent('body').find('#more').paren
t().delay(400).fadeTo("400", 1);
});
{/block:ifmanualload}{/block:ifinfinitescroll}{/block:indexpage}
});
</script>
</body>

</html>

You might also like