Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--
- jasmine @ shythemes
- Notes:
- You must know basic HTML in order to edit the sections in the sidebar. If you don't want to use some or all of the sections, there are options to disable them.
- Feel free not to use a header image, as the theme will look just as nice without one!!
- If you do use a header image, it should be at least 788px wide, ideally with a height-to-width ratio of at least 1.37. However, you should note that for most screens the image will display with a height of 600px-800px. The extra height is just to prevent it from displaying weird on larger screens.
- The header image will not show up on the customize page. You have to save it and then view it your blog.
- The header image will only display on the index page; this is because it could become tedious scrolling past the header every time you go to a new page.
- -->
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="image:header" content="">
- <meta name="color:link" content="#d4ebff">
- <meta name="if:show note count" content="0">
- <meta name="if:justify text" content="1">
- <meta name="if:infinite scroll" content="0">
- <meta name="if:updates" content="0">
- <meta name="if:misc" content="0">
- <meta name="if:events" content="0">
- <meta name="if:members" content="0">
- <meta name="if:contact" content="0">
- <meta name="if:search" content="0">
- <meta name="text:home link" content="">
- <meta name="text:archive link" content="archive">
- <meta name="text:ask link" content="message">
- <meta name="text:link 1" content="">
- <meta name="text:link 1 url" content="">
- <meta name="text:link 2" content="">
- <meta name="text:link 2 url" content="">
- <meta name="text:link 3" content="">
- <meta name="text:link 3 url" content="">
- <meta name="text:link 4" content="">
- <meta name="text:link 4 url" content="">
- <meta name="text:link 5" content="">
- <meta name="text:link 5 url" content="">
- <meta name="text:link 6" content="">
- <meta name="text:link 6 url" content="">
- <script src="//use.edgefonts.net/karla.js"></script>
- <style type="text/css">
- /* general */
- body {
- margin:0;
- font-size:10px;
- font-family:'karla', 'helvetica neue', sans-serif;
- line-height:16px;
- word-break:break-word;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- color:rgb(100,100,100);
- background-color:rgb(247,247,247);
- {block:ifJustifyText}text-align:justify;{/block:ifJustifyText}
- }
- a {
- color:inherit;
- text-decoration:none;
- -webkit-transition:all .4s ease-out;
- transition:all .4s ease-out;
- }
- a:hover {
- color:rgb(100,100,100)!important;
- }
- small, sub {
- font-size:inherit;
- vertical-align:baseline;
- }
- blockquote, ol, ul, p, pre {
- margin:0 0 9px;
- }
- .text figure, .text img {
- padding:3px 0;
- margin:0 0 9px;
- }
- h1, h2, h3, h4, h5, h6 {
- margin:0;
- font-size:inherit;
- font-weight:inherit;
- }
- ol, ul {
- list-style:none;
- padding:0;
- }
- pre {
- white-space:normal;
- }
- img {
- border:0;
- max-width:100%;
- height:auto;
- display:block;
- }
- hr {
- border:0;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color:rgb(255,255,255);
- }
- ::-webkit-scrollbar-track {
- border:8px solid rgb(255,255,255);
- background-color:rgb(230,230,230);
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid rgb(255,255,255);
- background-color:rgb(144,144,144);
- min-height:24px;
- min-width:24px;
- }
- /* accents */
- .title {
- color:rgb(75,75,75);
- }
- h1.title {
- font-size:14px;
- margin-bottom:9px;
- }
- .accent {
- color:rgb(160,160,160);
- }
- .text a {
- color:rgb(160,160,160);
- border-bottom:1px solid {color:link};
- }
- blockquote:after,
- blockquote > p:first-child > .tumblr_blog:first-child:before {
- content:'';
- display:block;
- }
- hr,
- blockquote:after,
- blockquote > p:first-child > .tumblr_blog:first-child:before {
- margin:11px 0 12px;
- width:25px;
- height:1px;
- background-color:rgb(230,230,230);
- }
- blockquote:last-child:after,
- .source .tumblr_blog:before {
- display:none;
- }
- hr {
- margin:13px 0 14px;
- width:25px;
- height:1px;
- background-color:rgb(230,230,230);
- }
- ol, ul {
- padding:0;
- list-style-type:none;
- }
- ol li,
- ul li {
- position:relative;
- padding-left:24px;
- }
- ol li:before,
- ul li:before {
- content:'∗';
- position:absolute;
- display:block;
- left:0;
- top:-1px;
- font-size:16px;
- color:rgb(190,190,190);
- }
- .chat li,
- .notes li {
- padding-left:0;
- }
- .chat li:before,
- .notes li:before {
- display:none;
- }
- svg {
- width:10px;
- height:auto;
- opacity:.75;
- overflow:visible;
- }
- svg path {
- fill:rgb(160,160,160);
- -webkit-transition:fill .6s ease-out;
- transition:fill .6s ease-out;
- }
- /* container */
- {block:ifHeaderImage}
- header {
- height:100vh;
- background-image:url({image:header});
- background-position:left top;
- background-repeat: no-repeat;
- background-size:788px auto;
- }
- {/block:ifHeaderImage}
- .content {
- margin:100px;
- width:588px;
- }
- /* sidebar */
- aside {
- position:fixed;
- left:788px;
- right:0;
- top:0;
- bottom:0;
- padding:124px 48px 124px 107px;
- min-width:200px;
- background-color:rgb(255,255,255);
- }
- aside .title {
- margin-bottom:24px;
- }
- aside section {
- position:absolute;
- left:107px;
- right:48px;
- max-width:270px;
- display:none;
- }
- aside section.about-content {
- display:block;
- }
- aside section a,
- aside section h1,
- aside .search {
- color:rgb(160,160,160);
- }
- aside section .left {
- width:33%;
- display:inline-block;
- vertical-align:top;
- color:rgb(160,160,160);
- }
- aside section .right {
- width:66%;
- display:inline-block;
- font-style:normal;
- vertical-align:top;
- }
- aside section h1 {
- font-style:italic;
- font-size:inherit;
- margin-bottom:9px;
- }
- aside .contact-content iframe {
- margin:-20px -12.5% 0;
- -webkit-transform:scale(.8,.8);
- transform:scale(.8,.8);
- }
- aside .search .query {
- border:0;
- outline:0;
- padding:0;
- font-family:inherit;
- font-size:inherit;
- color:inherit;
- background-color:transparent;
- }
- ::-webkit-input-placeholder {color: inherit;}
- :-moz-placeholder {color: inherit; opacity:1;}
- ::-moz-placeholder {color: inherit; opacity:1;}
- :-ms-input-placeholder {color: inherit;}
- 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;}
- /* navigation */
- aside nav {
- position:absolute;
- left:0;
- top:0;
- bottom:0;
- padding:124px 24px;
- border-right:1px solid rgb(237,237,237);
- }
- aside nav li {
- display:block;
- max-height:10px;
- overflow:visible;
- margin-bottom:24px;
- }
- aside nav li a.active svg path {
- fill:rgb(75,75,75);
- }
- aside #updates svg {
- width:14px;
- margin:-2px;
- }
- /* entries */
- .entry {
- position:relative;
- overflow:hidden;
- margin:0 0 100px;
- background-color:rgb(255,255,255);
- }
- .ph .media {
- width:540px;
- padding:24px;
- border-bottom:1px solid rgb(237,237,237);
- }
- .body,
- .info {
- float:left;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- padding:24px;
- }
- .body {
- width:588px;
- }
- .body.w {
- width:425px;
- margin-left:-1px;
- border-left:1px solid rgb(237,237,237);
- }
- .info {
- width:164px;
- border-right:1px solid rgb(237,237,237);
- }
- .tags {
- position:relative;
- padding-left:24px;
- }
- .tags .comma {
- margin:0 2px;
- opacity:0;
- }
- .tags .comma:last-child {
- display:none;
- }
- /* buttons */
- .ctrl {
- float:right;
- padding-top:2px;
- }
- .ctrl a {
- height:10px;
- position:relative;
- overflow:hidden;
- display:inline-block;
- }
- .ctrl a:last-child {
- margin:0 0 0 9px;
- }
- .ctrl .rb svg {
- width:9px;
- padding:1px;
- }
- .ctrl .lb .liked + svg path {
- fill:#ec5a5a;
- }
- .ctrl .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:1;
- opacity:0;
- }
- .tags svg {
- width:11px;
- position:absolute;
- left:0;
- top:3px;
- }
- /* post types */
- .text {
- margin-bottom:9px;
- }
- .text *:first-child {
- margin-top:0;
- padding-top:0;
- }
- .text:last-of-type,
- .text *:last-child {
- margin-bottom:0;
- }
- .media > a,
- .media > img,
- .media .photo-slideshow,
- .media .video {
- display:block!important;
- width:540px;
- max-width:540px;
- margin:0;
- }
- .media .photo-slideshow .row:last-of-type .photo-data.count-1 {
- margin-bottom:0!important;
- }
- .media .video iframe {
- display:block;
- }
- .question {
- margin:-24px -24px 20px;
- padding:24px;
- border-bottom:1px solid rgb(236,236,236);
- }
- .question .sender {
- margin-bottom:9px;
- }
- /* audio posts */
- .audiowrap {
- position:relative;
- height:60px;
- overflow:hidden;
- }
- .audio {
- position:absolute;
- display:inline-block;
- left:0;
- top:0;
- right:0;
- bottom:0;
- text-align:right;
- line-height:60px;
- }
- .audio .player {
- width:27px;
- height:27px;
- left:16px;
- top:16px;
- opacity:.4;
- line-height:0;
- overflow:hidden;
- position:absolute;
- }
- .audio .track {
- overflow:hidden;
- line-height:15px;
- margin-left:60px;
- width: calc(100% - 60px);
- display:inline-block;
- vertical-align:middle;
- }
- .audio .track span {
- display:block;
- max-height:15px;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- margin-right:15px;
- }
- /* pagination */
- .pagination {
- position:fixed;
- padding:24px;
- bottom:100px;
- left:788px;
- }
- .pagination a {
- display:block;
- max-height:10px;
- overflow:visible;
- margin-bottom:24px;
- }
- .pagination a svg {
- width:8px;
- padding:3px;
- }
- .pagination a.next svg path {
- fill:rgb(75,75,75);
- }
- /* notes */
- .notes {
- padding:0;
- }
- .notes li {
- display:block;
- }
- .notes img {
- display:none;
- }
- .notes .more_notes_link_container {
- text-align:inherit!important;
- }
- .rf {
- margin:9px 0 0;
- }
- /* etc */
- .ic {
- position:fixed;
- top:15px;
- right:16px;
- }
- #tumblr_controls,
- .tmblr-iframe {
- position:fixed!important;
- top:0!important;
- right:0!important;
- max-width:calc(100%-788px);
- opacity:0!important;
- -webkit-filter:invert(100%);
- -webkit-backface-visibility:hidden;
- padding:10px 40px 10px 10px;
- -webkit-transition:opacity .3s ease-out;
- transition:opacity .3s ease-out;
- }
- #tumblr_controls:hover, .tmblr-iframe:hover {
- opacity:.5!important;
- }
- #tumblr_lightbox, .tmblr-lightbox {
- background-color:rgba(255,255,255,.98)!important;
- }
- #vignette, .vignette {
- opacity:0;
- }
- #tumblr_lightbox img, .lightbox-image {
- box-shadow:none!important;
- border-radius:0!important;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- max-width:none;
- }
- #tumblr_lightbox_caption, .lightbox-caption {
- visibility:hidden;
- }
- #theme {
- position:fixed;
- display:block;
- bottom:10px;
- right:10px;
- z-index:999;
- padding:5px;
- line-height:1em;
- background-color:rgb(255,255,255);
- }
- {block:ifInfiniteScroll}
- .pagination,
- #infscr-loading {
- display:none!important;
- }
- {/block:ifInfiniteScroll}
- </style>
- <link href="//static.tumblr.com/wupwnyt/1iho27ad1/gkthm.css" rel="stylesheet" type="text/css">
- <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <div class="main">
- <header></header>
- <aside>
- <h1 class="title"><a href="/">{Title}</a></h1>
- <section class="about-content">
- <!-- about -->
- <p>{Description}</p>
- </section>
- <section class="links-content">
- <!-- links -->
- {block:ifHomeLink}<p><a href="/">{text:home link}</a></p>{/block:ifHomeLink}
- {block:ifArchiveLink}<p><a href="/archive">{text:archive link}</a></p>{/block:ifArchiveLink}
- {block:ifAskLink}<p><a href="/ask">{text:ask link}</a></p>{/block:ifAskLink}
- {block:HasPages}{block:Pages}<p><a href="{URL}">{Label}</a></p> {/block:Pages}{/block:HasPages}
- {block:ifLink1}<p><a href="{text:link 1 url}">{text:link 1}</a></p>{/block:ifLink1}
- {block:ifLink2}<p><a href="{text:link 2 url}">{text:link 2}</a></p>{/block:ifLink2}
- {block:ifLink3}<p><a href="{text:link 3 url}">{text:link 3}</a></p>{/block:ifLink3}
- {block:ifLink4}<p><a href="{text:link 4 url}">{text:link 4}</a></p>{/block:ifLink4}
- {block:ifLink5}<p><a href="{text:link 5 url}">{text:link 5}</a></p>{/block:ifLink5}
- {block:ifLink6}<p><a href="{text:link 6 url}">{text:link 6}</a></p>{/block:ifLink6}
- </section>
- <section class="updates-content">
- <!-- updates -->
- <p>
- <i class="left">Date</i>
- <i class="right">Description</i>
- </p>
- <p>
- <i class="left">Date</i>
- <i class="right">Description</i>
- </p>
- <p>
- <i class="left">Date</i>
- <i class="right">Description</i>
- </p>
- <p>
- <i class="left">Date</i>
- <i class="right">Description</i>
- </p>
- </section>
- <section class="misc-content">
- <!-- misc. -->
- <h1>Section title</h1>
- <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
- </section>
- <section class="events-content">
- <!-- events -->
- <p>
- <i class="left">Date</i>
- <i class="right">Description</i>
- </p>
- <p>
- <i class="left">Date</i>
- <i class="right">Description</i>
- </p>
- <p>
- <i class="left">Date</i>
- <i class="right">Description</i>
- </p>
- <p>
- <i class="left">Date</i>
- <i class="right">Description</i>
- </p>
- </section>
- <section class="contact-content">
- <!-- ask -->
- <h1>Message</h1>
- <iframe frameborder="0" scrolling="no" width="125%" height="190" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" style="overflow: hidden; height: 233px; background-color: transparent;" id="ask_form"></iframe>
- </section>
- <section class="members-content">
- <!-- members -->
- <p>
- <i class="left">Name</i>
- <i class="right">Description</i>
- </p>
- <p>
- <i class="left">Name</i>
- <i class="right">Description</i>
- </p>
- <p>
- <i class="left">Name</i>
- <i class="right">Description</i>
- </p>
- <p>
- <i class="left">Name</i>
- <i class="right">Description</i>
- </p>
- </section>
- <section class="search-content">
- <!-- search -->
- <form class="search" action="javascript:return false">
- <input type="text" class="query" placeholder="Search tags...">
- </form>
- </section>
- <nav>
- <li><a href="#" id="about" class="active">
- <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 442 442" style="enable-background:new 0 0 442 442;" xml:space="preserve"><g><g><path d="M221,155.833c9.35,0,17-7.65,17-17v-17c0-9.35-7.65-17-17-17c-9.35,0-17,7.65-17,17v17 C204,148.183,211.65,155.833,221,155.833z"/><path d="M187,223.833h17v96.333c0,9.35,7.65,17,17,17c9.35,0,17-7.65,17-17V206.833c0-9.35-7.65-17-17-17h-34 c-9.35,0-17,7.65-17,17S177.65,223.833,187,223.833z"/><path d="M442,17c0-9.35-7.65-17-17-17H17C7.65,0,0,7.65,0,17v408c0,9.35,7.65,17,17,17h408c9.35,0,17-7.65,17-17V17z M408,408H34 V34h374V408z"/></g></g></svg>
- </a></li>
- <li><a href="#" id="links">
- <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 396.667 396.667" style="enable-background:new 0 0 396.667 396.667;" xml:space="preserve"><g><g><path d="M17,87.833h362.667c9.35,0,17-7.65,17-17s-7.65-17-17-17H17c-9.35,0-17,7.65-17,17C0,80.183,7.65,87.833,17,87.833z"/><path d="M17,215.333h362.667c9.35,0,17-7.65,17-17s-7.65-17-17-17H17c-9.35,0-17,7.65-17,17S7.65,215.333,17,215.333z"/><path d="M17,342.833h362.667c9.35,0,17-7.65,17-17s-7.65-17-17-17H17c-9.35,0-17,7.65-17,17S7.65,342.833,17,342.833z"/></g></g></svg>
- </a></li>
- {block:ifUpdates}
- <li><a href="#" id="updates">
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://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>
- </a></li>
- {/block:ifUpdates}
- {block:ifMisc}
- <li><a href="#" id="misc">
- <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></li>
- {/block:ifMisc}
- {block:ifEvents}
- <li><a href="#" id="events">
- <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></li>
- {/block:ifEvents}
- {block:ifMembers}
- <li><a href="#" id="members">
- <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 419.617 419.617" style="enable-background:new 0 0 419.617 419.617;" xml:space="preserve"><g><g><path d="M48.592,402.617c0,9.35,7.65,17,17,17h288.433c9.35,0,17-7.65,17-17c0-94.067-42.5-174.817-102.283-207.117 c28.9-18.983,47.883-51.85,47.883-88.967C316.625,47.883,268.742,0,210.092,0S103.275,47.6,103.275,106.533 c0,37.117,18.983,69.7,47.883,88.967C91.092,227.8,48.592,308.55,48.592,402.617z M209.808,34 c39.95,0,72.533,32.583,72.533,72.533s-32.583,72.533-72.533,72.533s-72.533-32.583-72.533-72.533S169.858,34,209.808,34z M209.808,213.917c66.3,0,120.7,75.65,126.65,171.7h-253.3C89.108,289.567,143.508,213.917,209.808,213.917z"/></g></g></svg>
- </a></li>
- {/block:ifMembers}
- {block:ifContact}
- <li><a href="#" id="contact">
- <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 475.433 475.433" style="enable-background:new 0 0 475.433 475.433;" xml:space="preserve"><g><g><path d="M237.717,17.425C106.533,17.425,0,101.008,0,203.575c0,52.983,28.333,102.567,77.917,137.983l-17,96.617 c-1.133,6.517,1.417,13.033,6.8,16.717c2.833,2.267,6.517,3.117,9.917,3.117c2.833,0,5.667-0.567,7.933-1.983l125.517-67.433 c9.067,0.85,17.85,1.133,26.633,1.133c131.183,0,237.717-83.583,237.717-186.15S368.9,17.425,237.717,17.425z M237.717,355.442 c-9.067,0-18.7-0.567-28.333-1.417c-3.4-0.283-6.8,0.283-9.917,1.983L100.3,409.275l12.75-72.817c1.133-6.8-1.7-13.6-7.65-17.283 c-45.617-29.183-71.683-71.117-71.683-115.6c0-83.867,91.517-152.15,203.717-152.15s203.717,68.283,203.717,152.15 S349.917,355.442,237.717,355.442z"/></g></g></svg>
- </a></li>
- {/block:ifContact}
- {block:ifSearch}
- <li><a href="#" id="search">
- <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 483.083 483.083" style="enable-background:new 0 0 483.083 483.083;" xml:space="preserve"><g><g><path d="M332.74,315.35c30.883-33.433,50.15-78.2,50.15-127.5C382.89,84.433,298.74,0,195.04,0S7.19,84.433,7.19,187.85 S91.34,375.7,195.04,375.7c42.217,0,81.033-13.883,112.483-37.4l139.683,139.683c3.4,3.4,7.65,5.1,11.9,5.1s8.783-1.7,11.9-5.1 c6.517-6.517,6.517-17.283,0-24.083L332.74,315.35z M41.19,187.85C41.19,103.133,110.04,34,195.04,34 c84.717,0,153.85,68.85,153.85,153.85S280.04,341.7,195.04,341.7S41.19,272.567,41.19,187.85z"/></g></g></svg>
- </a></li>
- {/block:ifSearch}
- </nav>
- </aside>
- <div class="content">
- {block:Posts}
- <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}{block:Video}ph{/block:Video}{block:Audio}ph{/block:Audio}" id="{PostID}">
- <section class="media">
- {block:Audio}
- <div class="audiowrap">
- <div class="audio accent">
- {block:AudioPlayer}
- <div class="player">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- <div class="track">{block:TrackName}<span class="title">{TrackName}</span>{/block:TrackName}{block:Artist}<span>{Artist}</span>{/block:Artist}</div>
- </div>
- </div>
- {/block:Audio}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}">
- {LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- <div><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></div>
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- </section>
- {block:Date}
- <section class="info accent">
- <div class="ctrl">
- <a href="{ReblogURL}" target="_blank" class="rb">
- <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 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
- </a>
- <a href="#" class="lb">{LikeButton}
- <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 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
- </a>
- </div>
- <a class="permalink" href="{Permalink}">
- {block:IndexPage}
- {block:ifShowNoteCount}{NoteCountWithLabel}{/block:ifShowNoteCount}
- {block:ifNotShowNoteCount}{Month} {DayOfMonth}{/block:ifNotShowNoteCount}
- {/block:IndexPage}
- {block:PermalinkPage}
- {TimeAgo}
- {/block:PermalinkPage}
- </a>
- </section>
- {/block:Date}
- <section class="body{block:Date} w{/block:Date}">
- {block:Answer}
- <div class="question">
- <div class="sender accent">{Asker}:</div>
- {Question}
- </div>
- <div class="answer text">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- <div class="chat text">
- {block:Lines}
- <p class="line">
- {block:Label}
- <span class="label title">{Label} </span>
- {/block:Label}
- {Line}
- </p>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Link}
- <h1 class="title"><a href="{URL}">{Name}</a></h1>
- {block:Description}<div class="text">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Quote}
- <h1 class="quote title">{Quote}</h1>
- {block:Source}
- <div class="source text">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Caption}
- <div class="caption text">{Caption}</div>
- {/block:Caption}
- {block:HasTags}
- <div class="tags accent">
- <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 524.237 524.237" style="enable-background:new 0 0 524.237 524.237;" xml:space="preserve"><g><g><path d="M209.95,465.552c3.117,3.117,7.367,4.533,11.9,4.533h0.283c4.533,0,8.783-1.7,11.9-4.817l183.6-188.983 c6.517-6.8,6.517-17.283-0.283-23.8L220.15,55.569c-3.117-3.117-7.65-4.817-11.9-4.817l0,0L18.133,51.035 c-9.35,0-17,7.367-17,16.717L0,254.469c0,4.533,1.7,9.067,5.1,12.183L209.95,465.552z M35.133,84.752l166.033-0.567l180.2,180.2 l-160.083,164.9L34,247.385L35.133,84.752z"/><path d="M321.017,77.669c-6.8,6.517-6.8,17.283-0.283,24.083l162.633,165.467L311.383,444.585 c-6.517,6.8-6.233,17.567,0.283,24.083c3.4,3.117,7.65,4.817,11.9,4.817c4.533,0,8.783-1.7,12.183-5.1l183.6-189.267 c6.517-6.517,6.517-17.283,0-23.8L345.1,77.952C338.3,71.435,327.533,71.152,321.017,77.669z"/><circle cx="118.15" cy="163.235" r="6.233"/><path d="M118.15,140.002c-12.75,0-23.233,10.483-23.233,23.233s10.483,23.233,23.233,23.233s23.233-10.483,23.233-23.233 C141.1,150.485,130.9,140.002,118.15,140.002z M118.15,174.002c-5.95,0-10.767-4.817-10.767-10.767 c0-5.95,4.817-10.767,10.767-10.767c5.95,0,10.767,4.817,10.767,10.767C128.917,169.185,124.1,174.002,118.15,174.002z"/></g></g></svg>
- {block:Tags}<a href="{TagURL}">{Tag}</a><span class="comma"> / </span>{/block:Tags}
- </div>
- {/block:HasTags}
- </section>
- </article>
- {block:PostNotes}
- <article class="entry" id="notes">
- <section class="info accent">
- {NoteCountWithLabel}
- {block:RebloggedFrom}
- <div class="rf accent">
- via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {block:ContentSource}
- by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:ContentSource}
- </div>
- {/block:RebloggedFrom}
- </section>
- <section class="body w">
- <div>{PostNotes}</div>
- </section>
- </article>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a class="prev" href="{PreviousPage}">
- <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 375.473 375.473" style="enable-background:new 0 0 375.473 375.473;" xml:space="preserve"><g><g><path d="M315.817,6.856c-5.667-7.65-16.15-9.067-23.8-3.4L63.083,174.023c-4.25,3.117-6.8,8.217-6.8,13.6 c0,5.383,2.55,10.483,6.8,13.6l228.933,170.85c3.117,2.267,6.517,3.4,10.2,3.4c5.1,0,10.2-2.267,13.6-6.8 c5.667-7.65,3.967-18.133-3.4-23.8l-210.8-157.25l210.8-157.25C319.783,24.99,321.483,14.223,315.817,6.856z"/></g></g></svg>
- </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a class="next" href="{NextPage}">
- <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 375.39 375.39" style="enable-background:new 0 0 375.39 375.39;" xml:space="preserve"><g><g><path d="M59.615,368.59c3.4,4.533,8.5,6.8,13.6,6.8c3.4,0,7.083-1.133,10.2-3.4l228.933-170.85c4.25-3.117,6.8-8.217,6.8-13.6 s-2.55-10.483-6.8-13.6L83.415,3.373c-7.65-5.667-18.133-3.967-23.8,3.4c-5.667,7.65-3.967,18.133,3.4,23.8l210.8,157.25 l-210.8,157.25C55.648,350.456,53.948,361.223,59.615,368.59z"/></g></g></svg>
- </a>
- {/block:NextPage}</span>
- </div>
- {/block:Pagination}
- </div>
- <div class="ic"><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.317 c9.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.133 c6.8,0,13.317,3.967,16.15,10.483l9.35,20.4c8.5,18.7,26.633,30.317,47.033,30.317s38.533-11.617,47.033-30.317l9.35-20.4 c2.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,0 c16.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.383 l20.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.383 l7.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.4 l-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.4 c-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.483 c-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.383 c-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.35 C11.617,180.908,0,199.042,0,219.442S12.467,257.692,31.167,266.192z M45.05,203.008l20.4-9.35 c24.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.517 l20.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.4 c4.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,30.317 c6.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.15 l-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.15 c0,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.967 c2.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.4 c-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.483 l-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.933 c-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.167 l-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.667 S177.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.667 s-39.667-17.85-39.667-39.667S196.917,179.492,218.733,179.492z"/></g></g></svg>
- </div>
- <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
- <a href="http://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- {block:IndexPage}
- {block:ifInfiniteScroll}
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- <script>
- $(document).ready(function(){
- {block:ifHeaderImage}
- if (location.pathname != '/') $('header').hide();
- {/block:ifHeaderImage}
- $('nav li a').click(function(){
- var c = $(this).attr('id'),
- $s = $('aside').find('.' + c + '-content'),
- $n = $('aside').find('section:not(.' + c +'-content)');
- $n.fadeOut(300, 'swing');
- $s.delay(300).fadeIn(300, 'swing');
- $('aside').find('li a:not(' + c + ')').removeClass('active');
- $(this).addClass('active');
- return false
- });
- // search
- $('.search').submit(function(event){
- var value = $('input:first').val();
- location.replace('http://{Name}.tumblr.com/tagged/' + value);
- });
- // tumblr audio players
- $('.tumblr_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
- });
- // pxu photosets
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- // soundcloud players
- var color = '{color:link}'; // color of play button (hex)
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=false&origin=tumblr&color=' + color.split('#')[1], height: 116, width: '100%' });
- });
- {block:ifInfiniteScroll}
- // infinite scroll
- var $container = $('.content');
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- // likes
- var $newElemsIDs = $newElems.map(function () {
- return this.id;
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- // pxu photosets
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- // videos
- resizeVideos();
- // soundcloud players
- $newElems.find('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=false&origin=tumblr&color=' + color.split('#')[1], height: 116, width: '100%' });
- });
- // tumblr audio players
- $newElems.find('.tumblr_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
- });
- });
- {/block:ifInfiniteScroll}
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement