Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------------------------------------------
- (◍•ᴗ•◍)♡ ✧*。
- Lying Theme by ThemeKid Chloë | @redivide | @themekid
- .
- > Do not delete/alter any credit.
- > Do not claim as your own.
- > Do not copy any code.
- > Do not redistribute.
- ------------------------------------------->
- <html>
- <head>
- {block:Hidden}
- <meta name="color:Accent" content="#dfcacc" />
- <meta name="color:Dark Accent" content="#c09992" />
- <meta name="if:Credit Link" content="" />
- <meta name="if:Title Sparkles" content="" />
- <meta name="if:Custom Favicon" content="" />
- <meta name="if:Redirect Ask" content="" />
- <meta name="text:IMPORTANT" content="do not enable the redirect ask if you are using the default /ask page. it will cause your browser to crash! only enable if you are using a custom ask page."/>
- <meta name="text:Ask Link" content="/ask" />
- <meta name="text:Quote" content="" />
- <meta name="text:Stats" content="" />
- <meta name="text:Favicon URL" content="http://" />{/block:Hidden}
- <meta charset="UTF-8" />
- <title>{block:TagPage}{Tag} posts | {/block:TagPage} {block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- {block:IfNotCustomFavicon}
- <link rel="shortcut icon" href="{Favicon}">
- {/block:IfNotCustomFavicon}
- {block:IfCustomFavicon}
- <link rel="shortcut icon" href="{text:Favicon URL}">
- {/block:IfCustomFavicon}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href='https://fonts.googleapis.com/css?family=Lora:400,400italic,700|Roboto+Condensed|Nothing+You+Could+Do' 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 rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="http://static.tumblr.com/8pnyeus/29To2og0o/styles.css">
- <script src="https://dl.dropboxusercontent.com/s/7ke33tjjl8rty02/scripts.js"></script>
- <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5370000";var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"' style='display:none;'></span>");</script>
- <script>
- {block:IfRedirectAsk}
- if(window.location.pathname == '/ask') location.replace('{text:Ask Link}');{/block:IfRedirectAsk}
- (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery);
- </script>
- <style type="text/css">
- #tumblr_controls, .tmblr-iframe {
- top:5px!important;
- right:33px!important;
- -webkit-filter: invert(90%);
- filter: invert(90%);
- position:fixed!important;
- -webkit-transform:scale(.8, .8);
- -moz-transform:scale(.8, .8);
- transform:scale(.8, .8);
- -webkit-transform-origin: right top;
- -moz-transform-origin: right top;
- -ms-transform-origin: right top;
- -o-transform-origin: right top;
- transform-origin: right top;
- z-index:999999999999999999!important
- }
- ::-webkit-scrollbar {
- background-color:#ddd;
- height: 11px;
- width: 11px;
- border:5px solid #fff;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#000;
- border:5px solid #fff;
- }
- ::-moz-selection {
- color:{color:Dark Accent};
- background:rgba({RGBcolor:Accent},0.1);
- }
- ::selection {
- color:{color:Dark Accent};
- background:rgba({RGBcolor:Accent},0.1);
- }
- body {
- font-family: 'Lora', serif;
- font-size:11px;
- line-height:1.5em;
- word-wrap:break-word;
- }
- body:before {
- content:'';
- width: 2px;
- height: 100%;
- background: #fff;
- top: 0;
- left: 0;
- position: fixed;
- border-left: 25px solid {color:Accent};
- border-right: 1px solid {color:Accent};
- }
- body:after {
- content:'';
- width: 2px;
- height: 100%;
- background: #fff;
- top: 0;
- right: 0;
- position: fixed;
- border-right: 25px solid {color:Accent};
- border-left: 1px solid {color:Accent};
- }
- * {
- margin:0;
- padding:0;
- }
- h1,h2,h3,h4,h5,h6 {
- font-family:'Roboto Condensed', sans-serif;
- }
- img:not(.lightbox-image), embed, video, .tumblr_video_container, iframe:not(#ask_form) {
- max-width:100%!important;
- height:auto;
- }
- img:not(.lightbox-image) {
- vertical-align:middle;
- }
- .tumblr_video_container {
- height:auto!important;
- }
- .vine-embed {
- height:220px!important;
- }
- #infscr-loading {
- position:absolute;
- margin-bottom:-40px;
- bottom:30px;
- width:200px;
- margin-left:50%;
- left:-100px;
- text-align:center;
- }
- a {
- color:#000;
- text-decoration:none;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- a:hover {
- color:{color:Dark Accent};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- a:focus {
- outline:0;
- }
- li {
- position:relative;
- }
- i, em {
- font-family: 'Nothing You Could Do', cursive;
- font-size:1.4em;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 6px;
- margin:20px 10px;
- background: #000;
- color:#fff;
- z-index:999999999999999!important;
- font-size:9px;
- text-transform:uppercase;
- font-family:'Roboto Condensed',sans-serif;
- }
- #reblogged {
- right:35px!important;
- }
- #sidebar {
- position:fixed;
- z-index:999;
- top:200px;
- right:80px;
- width:200px;
- text-align:right;
- }
- #sidebar hr {
- border:none;
- border-bottom:4px double {color:Accent};
- margin-bottom:14px;
- }
- #sidebar h1 {
- font-weight:normal;
- font-family:'Lora', serif;
- }
- #sidebar #desc {
- margin-top:15px;
- padding-top:10px;
- border-top:4px double {color:Accent};
- border-bottom:4px double {color:Accent};
- padding-bottom:10px;
- margin-bottom:10px;
- }
- ul#navlinks {
- list-style:none;
- padding:0;
- font-size:0;
- padding:4px;
- margin-top:0px;
- display:inline-block;
- }
- ul#navlinks li {
- font-size:11px;
- display:inline-block;
- padding:1px;
- margin:0 5px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- ul#navlinks li a {
- color:{color:Text};
- }
- ul#navlinks li svg {
- height:16px;
- width:16px;
- vertical-align:middle;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- ul#navlinks li:hover svg {
- cursor:pointer;
- fill:{color:Dark Accent};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- -webkit-animation: hover 0.5s;
- -moz-animation: hover 0.5s;
- -ms-animation: hover 0.5s;
- -o-animation: hover 0.5s;
- animation: hover 0.5s;
- }
- @-webkit-keyframes hover {
- 0% {
- transform: scale(1.0) rotate(0deg);
- }
- 20% {
- transform: scale(1.1) rotate(-30deg);
- }
- 40% {
- transform: scale(1.2) rotate(30deg);
- }
- 60% {
- transform: scale(1.3) rotate(-15deg);
- }
- 80% {
- transform: scale(1.15) rotate(15deg);
- }
- 100% {
- transform: scale(1.0) rotate(0deg);
- }
- }
- @-moz-keyframes hover {
- 0% {
- transform: scale(1.0) rotate(0deg);
- }
- 20% {
- transform: scale(1.1) rotate(-30deg);
- }
- 40% {
- transform: scale(1.2) rotate(30deg);
- }
- 60% {
- transform: scale(1.3) rotate(-15deg);
- }
- 80% {
- transform: scale(1.15) rotate(15deg);
- }
- 100% {
- transform: scale(1.0) rotate(0deg);
- }
- }
- @keyframes hover {
- 0% {
- transform: scale(1.0) rotate(0deg);
- }
- 20% {
- transform: scale(1.1) rotate(-30deg);
- }
- 40% {
- transform: scale(1.2) rotate(30deg);
- }
- 60% {
- transform: scale(1.3) rotate(-15deg);
- }
- 80% {
- transform: scale(1.15) rotate(15deg);
- }
- 100% {
- transform: scale(1.0) rotate(0deg);
- }
- }
- ul#link-expands {
- list-style:none;
- padding:0;
- margin-top:5px;
- display:none;
- }
- ul#link-expands a {
- color:{color:Text};
- background: {color:background};
- padding: 0 10px;
- }
- .wrapper {
- position:relative;
- margin:50px auto;
- left:-100%;
- width:720px;
- }
- #content {
- left:-100px;
- }
- #posts {
- margin-bottom:40px;
- }
- article {
- position:relative;
- margin-bottom:100px;
- width:310px;
- {block:IndexPage}overflow:hidden;{/block:IndexPage}
- }
- article .tb {
- border:4px double {color:Accent};
- padding:15px;
- background:rgba(255,255,255,0.8);
- }
- article h2 {
- font-weight:normal;
- font-size:1em;
- background:{color:Accent};
- padding:3px;
- margin-bottom:10px;
- text-align:center;
- }
- article blockquote {
- padding-left: 10px;
- border-left: 2px solid {color:Accent};
- margin: 5px;
- margin-left: 12px;
- }
- article p {
- margin:10px 0;
- }
- article p:first-of-type {
- margin-top:0;
- }
- article p:last-of-type {
- margin-bottom:0;
- }
- article ul, article ol {
- padding-left:30px;
- line-height:175%;
- }
- article ul {
- list-style:none;
- }
- article ul li:before {
- content:'';
- position:absolute;
- top:8px;
- left:-20px;
- width:10px;
- height:1px;
- background:{color:Dark Accent};
- }
- article a {
- border-bottom:1px solid #eee;
- color:#9f9f9f;
- }
- article a:hover {
- border-color:rgba({RGBcolor:Dark Accent},0.5);
- color:{color:Dark Accent};
- }
- article hr {
- border:none;
- width:75%;
- margin:15px auto;
- height:1px;
- background:rgba({RGBcolor:Accent},0.5);
- }
- a.tumblr-box {
- border-bottom:none;
- }
- .quote h2 {
- background:none;
- }
- .quote.short h2 {
- font-size:2em;
- line-height:120%;
- }
- .quote.medium h2 {
- font-size:1.5em;
- line-height:120%;
- }
- .quote.long h2 {
- font-size:1em;
- }
- .quote cite {
- text-align:right;
- display:block;
- }
- .chat ul {
- padding:0;
- }
- .chat li:before {
- display:none;
- }
- .chat b {
- color:{color:Dark Accent};
- }
- .link h2 {
- text-align:left;
- }
- .link h2 svg {
- width: 13px;
- height: auto;
- margin-top:1px;
- float:right;
- }
- img.album-art {
- width:80px;
- height:80px;
- position:absolute;
- }
- .audio-info {
- display:inline-block;
- margin-left:90px;
- min-height:80px;
- }
- .tumblr_audio_player {
- opacity:0.9;
- width:30px;
- height:30px;
- border-radius:50%;
- position:absolute;
- top:55px;
- left:55px;
- }
- .answer h2 {
- text-transform:lowercase;
- }
- .answer h2 a, .link h2 a {
- color: #000;
- border-bottom:none;
- }
- .answer h2 a:hover, .link h2 a:hover {
- color:{color:Dark Accent};
- }
- .response {
- position: relative;
- margin-top: 31px;
- }
- .query {
- position:relative;
- }
- .query:after {
- content: '';
- width:75%;
- height:1px;
- background:rgba({RGBcolor:Accent},0.5);
- left: 12.5%;
- bottom: -15px;
- position: absolute;
- }
- .response, .also_query {
- max-height:150px;
- overflow-y:auto;
- }
- .response.answererer {
- overflow:initial;
- }
- .answer h2:nth-of-type(2) {
- margin-top: 31px;
- }
- .response:empty {
- display:none;
- overflow:hidden;
- }
- .answererer:before {
- content: '';
- width:75%;
- height:1px;
- background:rgba({RGBcolor:Accent},0.5);
- left: 12.5%;
- top: -15px;
- position: absolute;
- }
- .other_perma {
- text-align:right;
- color:{color:Accent};
- padding-top:15px;
- font-family: 'Roboto Condensed', sans-serif;
- }
- .other_perma a {
- color:{color:Dark Accent};
- border-bottom:0;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .other_perma a:hover{
- color:{color:accent};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .mask {
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- /*opacity:0;
- visibility:hidden;*/
- z-index:999;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- article:hover .mask {
- opacity:1;
- visibility:visible;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- article .photo img {
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- {block:IndexPage}
- article:hover .photo img {
- -webkit-filter: grayscale(50%);
- filter: grayscale(50%);
- -webkit-transform:scale(1.2, 1.2);
- -moz-transform:scale(1.2, 1.2);
- transform:scale(1.2, 1.2);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }{/block:IndexPage}
- .mask .more {
- width:140px;
- text-align:center;
- font-family:'Roboto Condensed', sans-serif;
- text-transform:uppercase;
- position:relative;
- line-height:200%;
- left:calc(50% - 70px);
- top:calc(50% - 54px);
- height:108px;
- }
- .mask .more a {
- width:130px;
- padding:5px;
- background:#fff;
- margin:4px 0;
- display:block;
- position:relative;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .mask .more a:nth-of-type(odd) {
- left:-245px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .mask .more a:nth-of-type(even) {
- right:-245px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- article:hover .mask .more a:nth-of-type(odd) {
- left:0;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- article:hover .mask .more a:nth-of-type(even) {
- right:0;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #show-notes {
- color: #9f9f9f;
- border-bottom: 1px solid #eee;
- font-weight: bold;
- text-transform: uppercase;
- cursor: pointer;
- font-size: 0.85em;
- margin: 0 auto;
- text-align: center;
- width: 66px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- margin-top:10px;
- }
- #show-notes:hover {
- color:{color:Dark Accent};
- border-color:rgba({RGBcolor:Dark Accent},0.5);
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #notes {
- display:none;
- }
- ol.notes {
- padding:0;
- margin: 0;
- list-style-type: none;
- }
- ol.notes li.note {
- padding: 3px 0;
- margin-bottom:3px;
- }
- ol.notes li.note img.avatar {
- float:right;
- border-radius:50%;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- li.more_notes_link_container {
- font-weight: bold;
- text-transform: uppercase;
- font-size: 0.85em;
- }
- .extra-info {
- position: fixed;
- left: calc(50% + 82px - 100%);
- left: calc(50% + 82px);
- top: 141px;
- width: 158px;
- margin-left: 20px;
- line-height: 200%;
- }
- .extra-info svg {
- width: 15px;
- height: auto;
- vertical-align: text-bottom;
- margin-right:5px;
- }
- .inspo {
- margin:0 0 60px 0;
- padding:7px;
- background:{color:Accent};
- }
- .inspo span {
- text-transform:uppercase;
- font-family:'Roboto Condensed', sans-serif;
- }
- .back-to-top {
- text-align:center;
- bottom:5px;
- width:25px;
- left:43px;
- font-size:9px;
- cursor:pointer;
- text-transform:uppercase;
- position:fixed;
- z-index:99999;
- display:none;
- }
- .back-to-top svg {
- width: 35px;
- height: auto;
- fill: {color:Accent};
- background: #fff;
- padding: 1px 5px;
- border-radius: 50%;
- }
- {block:PermalinkPage}
- article {
- width:720px;
- padding: 17px;
- border: 4px double {color:Accent};
- background:rgba(255,255,255,0.8);
- box-sizing:border-box;
- }
- article h2 {
- font-size: 18px;
- line-height: 20px;
- }
- article.permalinkpage {
- width:540px;
- }
- article .tb {
- border:none;
- padding:10px 0;
- background:rgba(255,255,255,0);
- }
- article .tb:first-of-type {
- padding-top: 0;
- }
- article .tb:last-of-type {
- padding-bottom: 0;
- }
- article .photo .tb:first-of-type {
- padding-top:10px;
- }
- {/block:PermalinkPage}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <a href="/"><h1>{block:IfTitleSparkles}*。<span style="margin-left:-10px;"></span>✧ {/block:IfTitleSparkles}{Title}{block:IfTitleSparkles} ✧。<span style="margin-left:-10px;"></span>*{/block:IfTitleSparkles}</h1></a>
- <div id="desc">{block:Description}{Description}{/block:Description}</div>
- <ul id="navlinks">
- <li><a href="/" title="home"><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 486.988 486.988" style="enable-background:new 0 0 486.988 486.988;" xml:space="preserve"><g><g><path d="M16.822,284.968h39.667v158.667c0,9.35,7.65,17,17,17h116.167c9.35,0,17-7.65,17-17V327.468h70.833v116.167 c0,9.35,7.65,17,17,17h110.5c9.35,0,17-7.65,17-17V284.968h48.167c6.8,0,13.033-4.25,15.583-10.483 c2.55-6.233,1.133-13.6-3.683-18.417L260.489,31.385c-6.517-6.517-17.283-6.8-23.8-0.283L5.206,255.785 c-5.1,4.817-6.517,12.183-3.967,18.7C3.789,281.001,10.022,284.968,16.822,284.968z M248.022,67.368l181.333,183.6h-24.367 c-9.35,0-17,7.65-17,17v158.667h-76.5V310.468c0-9.35-7.65-17-17-17H189.656c-9.35,0-17,7.65-17,17v116.167H90.489V267.968 c0-9.35-7.65-17-17-17H58.756L248.022,67.368z"/></g></g></svg></a>
- {block:AskEnabled}<li><a href="{text:Ask Link}" title="message"><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 436.333 436.333" style="enable-background:new 0 0 436.333 436.333;" xml:space="preserve"><g><g><path d="M436.333,56.667c0-9.35-7.65-17-17-17H17c-9.35,0-17,7.65-17,17v323c0,9.35,7.65,17,17,17h402.333c9.35,0,17-7.65,17-17 V56.667z M34,362.667v-201.45l170.85,147.05c3.117,2.833,6.8,3.967,10.767,3.967c3.967,0,8.217-1.417,11.617-3.967l175.1-146.483 v200.883H34z M402.333,73.667v43.917c-2.833,0.283-1.417,0.567-1.7,0.567L215.9,273.133L34.567,117.3 c-0.283-0.283-0.567-0.567-0.567-0.85V73.667H402.333z"/></g></g></svg></a>{/block:AskEnabled}
- {block:HasPages}<li><a id="links" title="click for links" style="cursor:pointer;"><svg style="height:14px;" 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 469.513 469.513" style="enable-background:new 0 0 469.513 469.513;" xml:space="preserve"><g><g><path d="M370.757,0h-272c-9.35,0-17,7.65-17,17v435.483c0,7.083,4.25,13.317,10.767,15.867c6.517,2.55,13.883,0.85,18.7-4.533 L238.157,324.7l119.85,138.833c3.4,3.683,7.933,5.95,12.75,5.95c1.983,0,3.967-0.283,5.95-1.133 c6.517-2.55,11.05-8.783,11.05-15.867V17C387.757,7.65,380.107,0,370.757,0z M353.757,406.867L251.473,288.15 c-3.117-3.683-7.65-5.95-12.75-5.95c-4.817,0-9.633,1.983-12.75,5.667L115.757,408.85V34h238V406.867z"/></g></g></svg></a>{/block:HasPages}
- <li><a href="/archive" title="past"><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 493 493" style="enable-background:new 0 0 493 493;" xml:space="preserve"><g><g><path d="M473.167,45.333h-51c-9.35,0-17,7.65-17,17s7.65,17,17,17h34V459H36.833V79.333h45.333c9.35,0,17-7.65,17-17 s-7.65-17-17-17H19.833c-9.35,0-17,7.65-17,17V476c0,9.35,7.65,17,17,17h453.333c9.35,0,17-7.65,17-17V62.333 C490.167,52.983,482.517,45.333,473.167,45.333z"/><path d="M269.167,45.333H221c-9.35,0-17,7.65-17,17s7.65,17,17,17h48.167c9.35,0,17-7.65,17-17S278.517,45.333,269.167,45.333z"/><path d="M144.5,351.333h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17H144.5c9.35,0,17-7.65,17-17v-28.333 C161.5,358.983,153.85,351.333,144.5,351.333z"/><path d="M266.333,351.333h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5c9.35,0,17-7.65,17-17v-28.333 C283.333,358.983,275.683,351.333,266.333,351.333z"/><path d="M161.5,274.833c0-9.35-7.65-17-17-17h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17H144.5 c9.35,0,17-7.65,17-17V274.833z"/><path d="M283.333,274.833c0-9.35-7.65-17-17-17h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5 c9.35,0,17-7.65,17-17V274.833z"/><path d="M385.333,257.833h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h39.667c9.35,0,17-7.65,17-17v-28.333 C402.333,265.483,394.683,257.833,385.333,257.833z"/><path d="M87.833,178.5v28.333c0,9.35,7.65,17,17,17H144.5c9.35,0,17-7.65,17-17V178.5c0-9.35-7.65-17-17-17h-39.667 C95.483,161.5,87.833,169.15,87.833,178.5z"/><path d="M283.333,178.5c0-9.35-7.65-17-17-17h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5c9.35,0,17-7.65,17-17 V178.5z"/><path d="M402.333,178.5c0-9.35-7.65-17-17-17h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h39.667 c9.35,0,17-7.65,17-17V178.5z"/><path d="M155.833,113.333c9.35,0,17-7.65,17-17V17c0-9.35-7.65-17-17-17h-17c-9.35,0-17,7.65-17,17v79.333c0,9.35,7.65,17,17,17 H155.833z"/><path d="M351.333,0h-17c-9.35,0-17,7.65-17,17v79.333c0,9.35,7.65,17,17,17h17c9.35,0,17-7.65,17-17V17 C368.333,7.65,360.683,0,351.333,0z"/></g></g></svg></a>
- {block:IfCreditLink}<li><a title="credit" href="http://redivide.tumblr.com" target="_blank"><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 491.115 491.115" style="enable-background:new 0 0 491.115 491.115;" xml:space="preserve"><g><g><path d="M475.624,177.416l-154.417-13.033l-60.067-142.8c-2.55-6.233-8.783-10.483-15.583-10.483s-13.033,3.967-15.583,10.483 l-60.067,142.8L15.491,177.416c-6.8,0.567-12.75,5.1-14.733,11.617s0,13.6,5.1,18.133l117.017,101.15L87.741,459.049 c-1.417,6.8,1.133,13.6,6.517,17.567c5.667,3.967,13.033,4.25,18.7,0.85l132.6-80.183l132.6,80.183 c2.833,1.7,5.667,2.55,8.783,2.55c3.4,0,7.083-1.133,9.917-3.117c5.667-3.967,8.217-11.05,6.517-17.567l-35.133-150.733 l117.017-101.15c5.1-4.533,7.083-11.617,5.1-18.133C488.374,182.516,482.424,177.983,475.624,177.416z M338.208,289.616 c-4.817,4.25-6.8,10.483-5.383,16.717l28.333,121.55l-106.817-64.6c-2.833-1.7-5.667-2.55-8.783-2.55 c-3.117,0-6.233,0.85-8.783,2.55l-106.817,64.6l28.333-121.55c1.417-6.233-0.567-12.467-5.383-16.717l-94.35-81.6l124.383-10.483 c6.233-0.567,11.9-4.533,14.167-10.2l48.45-115.317l48.45,115.033c2.55,5.95,7.933,9.917,14.167,10.2l124.383,10.483 L338.208,289.616z"/></g></g></svg>
- </a>{/block:IfCreditLink}
- </ul>
- {block:HasPages}<ul id="link-expands">
- <hr>
- {block:Pages}<li><a href="{URL}">{Label}</a>{/block:Pages}
- </ul>{/block:HasPages}
- </div>
- <div id="content" class="wrapper">
- <div class="inspo">"{text:Quote}"<span style="float:right">{text:Stats}</span></div>
- <div id="posts">{block:Posts}
- <article{block:Date} class="permalinkpage"{/block:Date}>{block:Text}<div class="text tb">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- </div>{/block:Text}{block:Photo}<div class="photo">
- {block:IndexPage}<div class="mask">
- <div class="more">
- <a href="{Permalink}" target="_blank">{TimeAgo}</a>
- <a href="{Permalink}" target="_blank">{NoteCount}</a>
- <a href="{ReblogURL}" target="_blank">reblog</a>
- </div>
- </div>{/block:IndexPage}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
- {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- </div>{/block:Photo}{block:Photoset}<div class="photoset photo">
- {block:IndexPage}<div class="mask">
- <div class="more">
- <a href="{Permalink}" target="_blank">{TimeAgo}</a>
- <a href="{Permalink}" target="_blank">{NoteCount}</a>
- <a href="{ReblogURL}" target="_blank">reblog</a>
- </div>
- </div>{/block:IndexPage}
- <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:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- </div>{/block:Photoset}{block:Quote}<div class="quote tb {Length}">
- <h2>{Quote}</h2>
- {block:Source}<cite>— {Source}</cite>{/block:Source}
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- </div>{/block:Quote}{block:Chat}<div class="chat tb">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul>
- {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}
- </ul>
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- </div>{/block:Chat}{block:Link}<div class="link tb">
- <h2><a href="{URL}">{Name}</a><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="M140.1,74.1c2.3-2.3,2.3-6.1,0-8.5c-2.3-2.3-6.1-2.3-8.5,0l-62.9,62.9c-7.5,7.5-7.5,19.8,0,27.3c7.5,7.5,19.8,7.5,27.3,0 l65.9-65.9c0.6-0.3,1.2-0.7,1.8-1.2c8.8-8.8,32.2-32.2,9.7-54.7c-8.6-8.6-18.9-11.9-29.8-9.5c-8.9,1.9-18.1,7.6-27.3,16.8 l-71.4,71.4c-8.5,8.5-13,20.3-12.5,33.2c0.5,12.3,5.6,24.3,14.1,32.8c8.5,8.5,20.3,13.4,32.5,13.7c0.3,0,0.6,0,1,0 c12.2,0,23.4-4.6,31.7-12.9l70.4-70.4c2.3-2.3,2.3-6.1,0-8.5c-2.3-2.3-6.1-2.3-8.5,0l-70.4,70.4c-6.2,6.2-14.7,9.5-24,9.4 c-9.1-0.2-17.9-3.9-24.2-10.2c-13.5-13.5-14.2-36.4-1.6-49l71.4-71.4c7.4-7.4,14.8-12.1,21.3-13.5c6.9-1.5,13.1,0.5,18.8,6.3 c5.6,5.6,7.2,10.8,5.2,17.1c-1.4,4.5-4.6,9.5-10,15.5c-0.4,0.3-0.9,0.6-1.2,0.9l-71.3,71.3c-2.8,2.8-7.5,2.8-10.3,0 c-2.8-2.8-2.8-7.5,0-10.3L140.1,74.1z"/></svg></h2>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- </div>{/block:Link}{block:Audio}<div class="audio tb">
- <img class="album-art" src="http://static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg" {block:AlbumArt}style="display:none;"{/block:AlbumArt}>
- {block:AlbumArt}<img src="{AlbumArtURL}" class="album-art">{/block:ALbumArt}
- <div class="audio-info">
- Artist: <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
- Title: <span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
- Album: <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br>
- Plays: {FormattedPlayCount}
- </div>
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- </div>{/block:Audio}{block:Video}<div class="vid">
- <div class="video">{Video-500}</div>
- {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- </div>{/block:Video}{block:Answer}<div class="answer tb">
- <h2>{Asker} asked:</h2>
- <div class="question query">{Question}</div>
- {block:Answerer}
- <h2>{Answerer} replied:</h2>
- <div class="question also_query">{Answer}</div>
- {/block:Answerer}
- <div class="response{block:Answerer} answererer{/block:Answerer}">{Replies}</div>
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- </div>{/block:Answer}
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="show-notes">show notes</div>
- <div id="notes" class="tb">
- {PostNotes-16}
- </div>
- {/block:PostNotes}
- <div class="extra-info">
- {block:Date}<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,184.3c42.1,0,76.3-34.2,76.3-76.3S150.1,31.7,108,31.7S31.7,65.9,31.7,108S65.9,184.3,108,184.3z M108,43.7
- c35.5,0,64.3,28.9,64.3,64.3s-28.9,64.3-64.3,64.3S43.7,143.5,43.7,108S72.5,43.7,108,43.7z"/><path d="M98.3,120.7l25.7,20c1.1,0.8,2.4,1.3,3.7,1.3c1.8,0,3.6-0.8,4.7-2.3c2-2.6,1.6-6.4-1.1-8.4L108,113.1V72c0-3.3-2.7-6-6-6 s-6,2.7-6,6v44C96,117.9,96.9,119.6,98.3,120.7z"/></svg> {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}
- {block:NoteCount}<br><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="M177,178H36c-3.3,0-6-2.7-6-6V47c0-3.3,2.7-6,6-6s6,2.7,6,6v119h135c3.3,0,6,2.7,6,6S180.3,178,177,178z M100.9,81 c-2.4-1.9-5.9-1.6-8,0.6l-37.7,39.7c-2.3,2.4-2.2,6.2,0.2,8.5c1.2,1.1,2.6,1.6,4.1,1.6c1.6,0,3.2-0.6,4.4-1.9l34-35.8l21.6,16.6 c2.4,1.9,5.9,1.6,8-0.7L170,64.5V91c0,3.3,2.7,6,6,6s6-2.7,6-6V50c0-3.3-2.7-6-6-6h-40c-3.3,0-6,2.7-6,6s2.7,6,6,6h25.5l-39,41.6 L100.9,81z"/></svg> {NoteCount}{/block:NoteCount}
- {block:RebloggedFrom}<br><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="M36.7,39.9c-0.4-3.3,1.9-6.3,5.2-6.7c3.3-0.4,6.3,1.9,6.7,5.2l3.6,27.9c13.6-20.2,36.6-32.7,61.4-32.7 c31.6,0,59.7,20.1,70,49.9c1.1,3.1-0.6,6.5-3.7,7.6c-0.6,0.2-1.3,0.3-2,0.3c-2.5,0-4.8-1.6-5.7-4c-8.6-25-32.2-41.8-58.6-41.8 c-21.6,0-41.7,11.4-52.9,29.6l30-3.4c3.3-0.4,6.3,2,6.6,5.3s-2,6.3-5.3,6.6l-43.2,4.9c-0.2,0-0.5,0-0.7,0c-3,0-5.6-2.2-5.9-5.2 L36.7,39.9z M185.3,120.2l-43.2,4.9c-3.3,0.4-5.7,3.3-5.3,6.6s3.3,5.7,6.6,5.3l26.1-2.9c-10.2,21.5-31.9,35.4-56,35.4 c-27.1,0-51.5-18.1-59.3-44c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c4.5,14.9,13.9,28.3,26.3,37.7c12.9,9.7,28.3,14.9,44.5,14.9 c29.6,0,56.1-17.6,67.8-44.3l4.2,33.3c0.4,3,3,5.2,5.9,5.2c0.3,0,0.5,0,0.8,0c3.3-0.4,5.6-3.4,5.2-6.7l-5.6-43.5 C191.5,122.2,188.6,119.9,185.3,120.2z"/></svg> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}<br><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="M191.6,107.3c-0.4-45.7-37.7-82.8-83.6-82.8c-45.8,0-83.2,37.1-83.6,82.9c0,0.2,0,0.4,0,0.6c0,0,0,0.1,0,0.1s0,0.1,0,0.1 c0,0.2,0,0.4,0,0.6c0.4,45.8,37.7,82.9,83.6,82.9c45.8,0,83.2-37.1,83.6-82.8c0-0.2,0-0.5,0-0.7S191.6,107.5,191.6,107.3z M78.5,42.8C71.9,52.4,66.8,65.2,64,80c-4.5,1-8.8,2.2-12.8,3.6c-4.8,1.7-8.9,3.4-12.2,5.2C44.8,68.3,59.4,51.5,78.5,42.8z M36.4,108c0-3.3,5.8-8.6,18.7-13c2.2-0.8,4.6-1.5,7-2.1c-0.5,4.9-0.7,10-0.7,15.2s0.3,10.3,0.7,15.2c-2.5-0.7-4.8-1.4-7-2.1 C42.2,116.6,36.4,111.3,36.4,108z M39.1,127.2c3.3,1.8,7.3,3.6,12.2,5.2c3.9,1.3,8.2,2.5,12.8,3.6c2.9,14.8,7.9,27.7,14.6,37.2 C59.4,164.5,44.8,147.7,39.1,127.2z M102,178.4c-6.3-2.5-12.5-8.9-17.4-18.3c-3.3-6.4-6-13.7-7.8-21.8c8,1.2,16.5,1.9,25.3,2.1 V178.4z M102,128.4c-9.7-0.3-19-1.1-27.5-2.6c-0.7-5.8-1.1-11.7-1.1-17.8s0.4-12.1,1.1-17.8c8.5-1.4,17.8-2.3,27.5-2.6V128.4z M102,75.6c-8.8,0.2-17.3,0.9-25.3,2.1c1.9-8,4.5-15.4,7.8-21.8c4.9-9.4,11.1-15.8,17.4-18.3V75.6z M176.9,88.8 c-3.3-1.8-7.3-3.6-12.2-5.2c-3.9-1.3-8.2-2.5-12.8-3.6c-2.9-14.8-7.9-27.7-14.6-37.2C156.6,51.5,171.2,68.3,176.9,88.8z M114,37.6 c6.3,2.5,12.5,8.9,17.4,18.3c3.3,6.4,6,13.7,7.8,21.8c-8-1.2-16.5-1.9-25.3-2.1V37.6z M114,87.6c9.7,0.3,19,1.1,27.5,2.6 c0.7,5.8,1.1,11.7,1.1,17.8s-0.4,12.1-1.1,17.8c-8.5,1.4-17.8,2.3-27.5,2.6V87.6z M114,178.4v-38c8.8-0.2,17.3-0.9,25.3-2.1 c-1.9,8-4.5,15.4-7.8,21.8C126.5,169.5,120.3,175.9,114,178.4z M137.5,173.2c6.6-9.6,11.7-22.4,14.6-37.2c4.5-1,8.8-2.2,12.8-3.6 c4.8-1.7,8.9-3.4,12.2-5.2C171.2,147.7,156.6,164.5,137.5,173.2z M160.9,121c-2.2,0.8-4.6,1.5-7,2.1c0.5-4.9,0.7-10,0.7-15.2 s-0.3-10.3-0.7-15.2c2.5,0.7,4.8,1.4,7,2.1c12.9,4.4,18.7,9.7,18.7,13S173.8,116.6,160.9,121z"/></svg> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
- {block:HasTags}<br><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.7 c-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.2 C92.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.4 l-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.5 c2.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.4 S67.1,73.1,67.1,77.7z"/></svg> {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- {/block:PermalinkPage}
- </article>
- {/block:Posts}</div>
- </div>
- <div class="back-to-top" title="back to top"><svg viewBox="0 0 26 32"><path d="M26.221 16c0-7.243-5.871-13.113-13.113-13.113s-13.113 5.87-13.113 13.113c0 7.242 5.871 13.113 13.113 13.113s13.113-5.871 13.113-13.113zM1.045 16c0-6.652 5.412-12.064 12.064-12.064s12.064 5.412 12.064 12.064c0 6.652-5.411 12.064-12.064 12.064-6.652 0-12.064-5.412-12.064-12.064z"></path>
- <path d="M18.746 15.204l0.742-0.742-6.379-6.379-6.378 6.379 0.742 0.742 5.112-5.112v12.727h1.049v-12.727z"></path></svg></div>
- {block:Pagination}
- <div class="pagination" style="visibility:hidden;">
- {block:NextPage}<a href="{NextPage}" id="next-link"><i class="fa fa-angle-right"></i></a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(function(){
- $('#links').click(function(e){
- e.preventDefault();
- $('#link-expands').slideToggle('slow');
- });
- // scroll to top © html-tuts.com
- var amountScrolled = 300;
- $(window).scroll(function() {
- if ( $(window).scrollTop() > amountScrolled ) {
- $('.back-to-top').fadeIn('slow');
- } else {
- $('.back-to-top').fadeOut('slow');
- }
- });
- $('.back-to-top').click(function() {
- $('html, body').animate({
- scrollTop: 0
- }, 700);
- return false;
- });
- {block:PermalinkPage}
- $('#show-notes').click(function(e){
- e.preventDefault();
- $('#notes').slideToggle('slow');
- $(this).text( $(this).text() == "show notes" ? "hide notes" : "show notes");
- });
- {/block:PermalinkPage}
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- {block:IndexPage}
- (function () {
- var $tumblelog = $('#posts');
- $tumblelog.imagesLoaded(function () {
- $tumblelog.masonry({
- itemSelector: 'article',
- isAnimated:false,
- columnWidth:310,
- gutterWidth:100,
- });
- });
- $tumblelog.infinitescroll({
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next-link",
- itemSelector : "article",
- loading: {
- finishedMsg: "<p>You've reached the end of the Earth.</p>",
- img : "https://res1.nabtrade.com.au/Content/Images/ajax_loader.gif",
- msg: null,
- msgText: "",
- },
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- var $newElems = $(newElements).css({
- opacity: 0,
- zIndex: -1,
- });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1, zIndex: 1 });
- $tumblelog.masonry( 'appended', $newElems );
- });
- });
- })();
- {/block:IndexPage}
- </script>
- <link href="//static.tumblr.com/wupwnyt/1iho27ad1/gkthm.css" rel="stylesheet" type="text/css">
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement