Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!-------------------------------
- Elliot THEME BY NINPEN.TUMBLR.COM
- DO NOT REMOVE THE CREDIT.
- //:: Hover controls by: © shythemes
- //:: Caption Unnest plugin by: © magnusthemes & neothm
- //:: Minimal soundcloud player © shythemes.tumblr
- --------------------------------->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Fav}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script src="//use.edgefonts.net/karla:n4,i4,n7,i7:all.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
- <script>
- $(document).ready(function(){
- $('.search').submit(function(event){
- var value = $('input:first').val();
- location.replace('http://{Name}.tumblr.com/tagged/' + value);
- });
- });
- </script>
- <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900" rel="stylesheet">
- <meta name="select:postsize" content="30%"/>
- <meta name="select:postsize" content="40%"/>
- <meta name="select:postsize" content="50%"/>
- <meta name="select:postsize" content="60%"/>
- <meta name="select:postsize" content="70%"/>
- <meta name="select:postsize" content="80%"/>
- <meta name="if:30postsize" content=""/>
- <meta name="if:40postsize" content=""/>
- <meta name="if:Show welcome text" content="1"/>
- <meta name="text:Title" content="" />
- <meta name="color:headerBg" content="#ffa699"/>
- <meta name="color:headertitle" content="#ffffff"/>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:posts" content="#ffffff" />
- <meta name="color:text" content="#333333" />
- <meta name="color:link" content="#ff8575" />
- <meta name="color:linkhover" content="#ffc1ba" />
- <meta name="color:h1" content="#ffa699" />
- <meta name="color:h2" content="#8ee5bf" />
- <meta name="color:accent1" content="#ffffff" />
- <meta name="color:accent2" content="#000000" />
- <meta name="color:accent3" content="#555555" />
- <meta name="color:accent4" content="#aaaaaa" />
- <meta name="color:accent5" content="#6bffc1" />
- <meta name="color:accent6" content="#ffa699" />
- <meta name="color:accent7" content="#84e7f4" />
- <meta name="color:caption" content="#fafafa" />
- <meta name="image:background" content=""/>
- <meta name="image:portrait" content=""/>
- <meta name="text:Custom Link One" content=""/>
- <meta name="text:Custom Link One URL" content=""/>
- <meta name="text:Custom Link Two" content=""/>
- <meta name="text:Custom Link Two URL" content=""/>
- <meta name="text:Custom Link Three" content=""/>
- <meta name="text:Custom Link Three URL" content=""/>
- <meta name="text:Custom Link Four" content=""/>
- <meta name="text:Custom Link Four URL" content=""/>
- <meta name="text:Custom Link Five" content=""/>
- <meta name="text:Custom Link Five URL" content=""/>
- <meta name="text:Custom Link Six" content=""/>
- <meta name="text:Custom Link Six URL" content=""/>
- <meta name="text:Custom Link Seven" content=""/>
- <meta name="text:Custom Link Seven URL" content=""/>
- <meta name="text:Custom Link Eight" content=""/>
- <meta name="text:Custom Link Eight URL" content=""/>
- <meta name="text:Custom Link Nine" content=""/>
- <meta name="text:Custom Link Nine URL" content=""/>
- <meta name="text:Behance URL" content=""/>
- <meta name="text:Blogger URL" content=""/>
- <meta name="text:Dribbble URL" content=""/>
- <meta name="text:Facebook URL" content=""/>
- <meta name="text:Flickr URL" content=""/>
- <meta name="text:GooglePlus URL" content=""/>
- <meta name="text:Instagram URL" content=""/>
- <meta name="text:Linkedin URL" content=""/>
- <meta name="text:Paypal URL" content=""/>
- <meta name="text:Pinterest URL" content=""/>
- <meta name="text:Rss URL" content=""/>
- <meta name="text:Soundcloud URL" content=""/>
- <meta name="text:Twitter URL" content=""/>
- <meta name="text:Vimeo URL" content=""/>
- <meta name="text:Wordpress URL" content=""/>
- <meta name="text:Youtube URL" content=""/>
- <style type="text/css">
- *{
- box-sizing: border-box;
- }
- ::-moz-selection {
- color:{color:accent1};
- background: {color:accent2};
- }
- ::selection {
- color:{color:accent1};
- background: {color:accent2};
- }
- html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, a, abbr, acronym, address, big, cite,hr, code,del, dfn,img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, tbody, tfoot, thead, tr, th, td, article, canvas, details, embed, figure, figcaption, footer, hgroup, menu, output, ruby, summary,time, mark, audio{
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
- display: block;
- }
- body {
- line-height: 1;
- }
- ul {
- list-style: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- ::-webkit-scrollbar {
- width: 9px;
- height: 9px;
- background:transparent;
- }
- ::-webkit-scrollbar-thumb {
- border-radius:10px;
- border:3px solid {color:accent1};
- background-color:{color:accent6};
- }
- body,html{
- width:100%;
- height:100%;
- padding:0;
- margin:0;
- }
- body{
- word-wrap: break-word;
- font:12px/18px karla, sans-serif;
- color: {color:text};
- background:{color:Background} url({image:background}) repeat right top fixed;
- }
- a{
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- color:{color:linkhover};
- }
- b,strong{
- color:{color:accent4};
- }
- i,em{
- color:{color:accent6};
- }
- u{
- color:{color:accent7};
- }
- h1{
- font:60px/64px 'playfair-display', serif;
- color:{color:h1};
- margin:0 0 40px 0;
- }
- h1 a{
- color:{color:h1};
- }
- h2{
- font-weight:700;
- font-size:26px;
- }
- h3{
- font:52px/56px 'playfair-display', serif;
- letter-spacing:-1px;
- }
- h3:first-letter:not(.audioinfo h3){
- font-size:200px;
- line-height:115px;
- }
- .cred{
- line-height:11px;
- font-size:11px;
- font-weight:700;
- text-transform:uppercase;
- letter-spacing:1px;
- position:absolute;
- bottom:20px;
- right:20px;
- color:{color:accent2};
- background{color:headerBG};
- }
- .cred a{vertical-align:top;font-size:9px;color:{color:link};}
- .cred a:hover{color:{color:accent3};}
- .source{
- font-size:11px;
- letter-spacing:.05em;
- margin-top:30px;
- }
- img{
- max-width:100%;
- }
- header{
- width:100%;
- height:150px;
- padding:50px 0;
- background:{color:headerBG};
- position:relative;
- text-align:center;
- }
- header a{
- color:{color:headertitle};
- }
- header h1{
- color:{color:headertitle};
- }
- #navwrap{
- width:70%;
- position:Absolute;
- top:50%;
- left: 50%;
- transform: translate(-50%, -50%);
- text-align:center;
- }
- .portrait{
- margin:0 auto 20px auto;
- width:55px;
- }
- .desc img{
- border-radius:5px;
- }
- .desc{
- margin-bottom:50px;
- position:relative;
- padding-bottom:25px;
- }
- .desc:before{
- content:"";
- width:50%;
- height:2px;
- background:{color:accent6};
- position:Absolute;
- bottom:0;
- left:25%;
- }
- header h1{
- font-weight:900;
- font-size:50px;
- letter-spacing:-.02em;
- line-height:50px;
- }
- .button {
- background:{color:accent5};
- position:fixed;
- left:5%;
- top:5%;
- z-index:999;
- }
- .button span{
- cursor:pointer;
- }
- .btn-open:after {
- content:"";
- background:{color:accent6} url(http://static.tumblr.com/hczaopr/rl5ojek9e/menu.png)no-repeat center;
- position:absolute;
- width:24px;
- height:24px;
- padding:10px;
- border-radius:100%;
- transition-property:all .2s linear 0s;
- -moz-transition:all .2s linear 0s;
- -webkit-transition:all .2s linear 0s;
- -o-transition:all .2s linear 0s;
- }
- .btn-close:after {
- content:"";
- background:{color:accent5} url(http://static.tumblr.com/hczaopr/PA8ojek9l/close.png)no-repeat center;
- position:absolute;
- width:24px;
- height:24px;
- padding:10px;
- border-radius:100%;
- transition-property:all .2s linear 0s;
- -moz-transition:all .2s linear 0s;
- -webkit-transition:all .2s linear 0s;
- -o-transition:all .2s linear 0s;
- }
- nav{
- position:fixed;
- top:0;
- width:100%;
- height:100%;
- background:{color:background};
- display:none;
- overflow:auto;
- z-index:99;
- left: 0;
- }
- nav a{
- text-transform:Capitalize;
- }
- .mnav{
- font:22px/30px 'Playfair Display', serif;
- letter-spacing:.01em;
- }
- .mnav a{
- font-size:20px;
- font-weight:900;
- position:Relative;
- margin:0 30px;
- }
- .mnav a:after{
- content:"";
- width:0;
- height:5px;
- position:Absolute;
- bottom:-10px;
- right:0%;
- background:{color:accent6};
- -webkit-transition: width .3s;
- -moz-transition: width .3s;
- -o-transition: width .3s;
- transition: width .3s;
- }
- .mnav a:hover:after{
- width:50%;
- -webkit-transition: width .3s;
- -moz-transition: width .3s;
- -o-transition: width .3s;
- transition: width .3s;
- }
- .mnav a:before,.nav a:before{
- content:"";
- width:1px;
- height:1px;
- background:{color:accent6};
- position:absolute;
- top:50%;
- left:0;
- }
- .mnav a:before{
- left:calc(100% + 30px);
- }
- .mnav a:last-child:before{
- background:transparent;
- }
- .nav{
- padding-top:50px;
- font-size:0;
- line-height:0;
- }
- .nav a{
- display:inline-block;
- padding:10px;
- width:calc((100% / 3) - 20px);
- position:Relative;
- font-size:11px;
- line-height:11px;
- }
- .navfooter{
- width:60%;
- left:25px;
- bottom:25px;
- height:16px;
- position:Absolute;
- }
- .navfooter span{
- vertical-align:top;
- margin-right:55px;
- display:inline-block;
- padding:2px 0;
- font-weight:700;
- letter-spacing:.07em;
- color:{color:Accent2};
- font-size:11px;
- line-height:11px;
- text-transform:uppercase;
- position:relative;
- }
- .navfooter span:before{
- content:"";
- width:50%;
- height:3px;
- background:{color:Accent2};
- position:Absolute;
- top:calc(50% - 1.5px);
- left:calc(100% + 10px);
- }
- .navfooter a{
- margin:0 5px;
- }
- .search .query {
- margin-top:25px;
- width:calc(100% - 50px);
- border: 0;
- outline: 0;
- padding:25px;
- font:900 22px/16px 'playfair-display';
- color:{color:accent1};
- background:{color:headerBG} url(http://static.tumblr.com/hczaopr/qPYoj35so/magnifying-glass.png)no-repeat 95% 50%;
- }
- ::-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;}
- #entrywrap{
- {block:PermalinkPage}height:100%;{/block:PermalinkPage}
- }
- #content{
- color:{color:text};
- height:100%;
- {block:IndexPage}
- margin:50px auto 0 auto;
- counter-reset:article;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:80%;
- margin:50px auto 0 auto;
- {/block:PermalinkPage}
- }
- article{
- color:{color:text};
- {block:IndexPage}
- margin:0 0 300px 70px;
- width:calc({select:postsize} + 220px);
- min-height:159px;
- counter-increment:post-counter;
- {/block:IndexPage};
- {block:PermalinkPage}
- min-height:100%;
- margin:0 auto;
- width:100%;
- {/block:PermalinkPage}
- background:{color:posts};
- letter-spacing:.02em;
- position:Relative;
- }
- {block:IndexPage}
- article:before{
- content:"";
- height:12px;
- padding:0 5px 38px 5px;
- border-bottom:1px solid {color:accent6};
- position:absolute;
- top:0;
- left:-50px;
- font-weight:700;
- color:{color:text};
- content:counter(post-counter, decimal-leading-zero);
- }
- article:nth-of-type(even){
- margin-left:calc((100% - {select:postsize}) - 240px);
- }
- .tumblr_parent:not(:first-child){
- display:none;
- }
- {/block:IndexPage}
- .cap{
- padding:20px;
- display:inline-block;
- background:{color:caption};
- {block:IndexPage}
- width:calc((100% - {select:postsize}) - 70px);
- position:absolute;
- right:0;
- top: 50%;
- transform: translateY(-50%);
- {/block:IndexPage}
- {block:PermalinkPage}
- width:calc((100% - {select:postsize}) - 220px);
- float:right;
- {/block:PermalinkPage}
- }
- .audcap{
- padding:20px;
- background:{color:caption};
- display:inline-block;
- {block:IndexPage}
- width:calc((100% - {select:postsize}) - 70px);
- position:absolute;
- right:0;
- top: 50%;
- transform: translateY(-50%);
- {/block:IndexPage}
- {block:PermalinkPage}
- width:calc(60% - 4px);
- {/block:PermalinkPage}
- }
- img.tumblr_avatar {
- width: 25px;
- border-radius: 5px;
- margin: 0 20px 0 0;
- }
- a.tumblr_blog {
- line-height: 12px;
- padding: 5px 0;
- position: relative;
- top: -8px;
- }
- {block:PermalinkPage}
- blockquote.tumblr_parent{
- margin-top:40px;
- }
- {/block:PermalinkPage}
- .posts{
- background:{color:posts};
- width:calc({select:postsize} + 70px);
- position:relative;
- display:inline-block;
- {block:PermalinkPage}
- width:calc({select:postsize} + 220px);
- {block:PermalinkPage}
- }
- .phtsmore{
- position:Relative;
- display:inline-block
- }
- .audposts{
- position:relative;
- display:inline-block;
- {block:IndexPage}
- width:{select:postsize};
- {/block:IndexPage}
- {block:PermalinkPage}
- width:40%;
- vertical-align: top;
- {/block:PermalinkPage}
- }
- .txtposts{
- width:calc(({select:postsize} / .5) + 100px);
- margin:0 auto;
- }
- .postsmargins{
- text-align:center;
- }
- .iphotosets{
- position:relative;
- height:100%;
- margin:0 auto;
- width:100%;
- color:{color:accent2};
- }
- .iphotosets img{
- display:inline-block;
- }
- #photo-more{
- left: 50%;
- top: calc(100% + 10px);
- position: absolute;
- font-size: 10px;
- font-weight: 600;
- }
- .video {
- position: relative;
- padding-bottom: 56.25%;
- height: 0;
- overflow: hidden;
- }
- .video iframe,
- .video object,
- .video embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- #albart{
- {block:PermalinkPage}
- width:65vh;
- height:65vh;
- {/block:PermalinkPage}
- {block:IndexPage}
- width:35vh;
- height:35vh;
- {/block:IndexPage}
- background:url(http://static.tumblr.com/kcuzms7/m00oig7i3/audiobg.png)repeat-y left;
- position:Relative;
- vertical-align:top;
- display:inline-block;
- overflow:hidden;
- }
- .balbart{
- {block:PermalinkPage}
- width:61vh;
- height:61vh;
- {/block:PermalinkPage}
- {block:IndexPage}
- width: 40vh;
- height: 40vh;
- {/block:IndexPage}
- position: absolute;
- top: 0;
- left: 0;
- }
- img.blur {
- -webkit-filter: blur(3px) saturate(1);
- -moz-filter: blur(5px) saturate(1);
- -o-filter: blur(5px) saturate(1);
- -ms-filter: blur(5px) saturate(1);
- filter: blur(3px) saturate(1);
- -webkit-transform: scale(1.2);
- -moz-transform: scale(1.2);
- transform: scale(1.2);
- }
- .albart{
- background:rgba(255,255,255,.1) url(http://static.tumblr.com/kcuzms7/Rt5oiev3w/music-bars.png)no-repeat center;
- box-shadow:0 0 15px 1px rgba(0,0,0,.1);
- border-radius:5px;
- position:relative;
- z-index:1;
- {block:IndexPage}
- top:7.5vh;
- left:7.5vh;
- width:20vh;
- height:20vh;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:35vh;
- height:35vh;
- top:15vh;
- left:15vh;
- {/block:PermalinkPage}
- }
- .albart img{
- border-radius:5px;
- }
- #play{
- width:46px;
- height:46px;
- position:absolute;
- bottom:10px;
- left:calc(50% - 23px);
- z-index:1;
- background:#fff;
- border-radius:100%;
- }
- .play{
- width:20px;
- height:20px;
- overflow:hidden;
- position:Relative;
- left:50%;
- top:50%;
- margin:-13px 0 0 -13px;
- }
- .albart:before{
- content:"";
- width:28px;
- height:30px;
- position:absolute;
- left:10px;
- bottom:10px;
- background:url(http://static.tumblr.com/hczaopr/iu4oio8ag/rewind.png)no-repeat left;
- }
- .albart:after{
- content:"";
- width:28px;
- height:30px;
- position:absolute;
- right:10px;
- bottom:10px;
- background:url(http://static.tumblr.com/hczaopr/XBFoio89s/fast-forward.png)no-repeat right;
- }
- .audioinfo{
- {block:If30postsize}
- display:none;
- {/block:If30postsize}
- {block:If40postsize}
- display:none;
- {/block:If40postsize}
- {block:IfNot30postsize}
- display:inline-block;
- {/block:IfNot30postsize}
- {block:IfNot40postsize}
- display:inline-block;
- {/block:IfNot40postsize}
- background:{color:accent1};
- right:0;
- padding:20px;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- text-align:center;
- font-size:11px;
- {block:IndexPage}
- width:calc((100% - 35vh) - 40px);
- {/block:IndexPage}
- {block:PermalinkPage}
- width:calc((100% - 50vh) - 40px);
- {/block:PermalinkPage}
- }
- .audioinfo h3{
- margin-bottom:20px;
- text-transform:uppercase;
- font:900 20px/24px 'playfair-display', serif;
- letter-spacing:1px;
- }
- article:hover #iperma:before{
- opacity:1;
- }
- #iperma:before{
- opacity:0;
- content:"";
- width:24px;
- height:24px;
- background:{color:accent1} url(http://static.tumblr.com/hczaopr/loPoigozi/eyes_open.png)no-repeat center;
- position: absolute;
- bottom: 2px;
- left: 0px;
- }
- #iperma{
- width:24px;
- height:24px;
- background: {color:accent1} url(http://static.tumblr.com/hczaopr/4bBoigoxe/eyes.png)no-repeat center;
- position: absolute;
- bottom: 0;
- left: -50px;
- }
- .idate{
- position:absolute;
- top:-20px;
- left:0;
- color:{color:accent2};
- font-size:9px;
- letter-spacing:.4em;
- font-weight:bold;
- }
- .inotes {
- position: Absolute;
- bottom: 56px;
- right: -74px;
- font-size: 10px;
- text-align: right;
- letter-spacing: .2em;
- font-weight: 800;
- color: {color:Accent2};
- width: 130px;
- }
- .hi-res{
- width:35px;
- margin-bottom:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- font:bold 16px/18px 'Varela Round';
- }
- .hi-res a{
- color:{color:accent2};
- }
- .perma{
- display:inline-block;
- margin:100px -4px 100px 25px;
- width:calc({select:postsize} + 220px);
- background:{color:caption};
- padding:30px;
- }
- .perma b {
- margin-bottom: 15px;
- display: inline-block;
- padding-right: 50px;
- color:{color:accent2};
- position: relative;
- }
- .perma b:after {
- content: "";
- width: 30px;
- height: 2px;
- background:{color:accent2};
- position: absolute;
- margin-left: 10px;
- top: 50%;
- margin-top: -1px;
- }
- .permareb a {
- padding: 2px;
- margin-left: 10px;
- vertical-align:top;
- }
- .permareb img {
- vertical-align:top;
- border-radius: 3px;
- }
- .tags a{
- margin:0 10px;
- }
- blockquote{
- padding-left:5px;
- }
- pre{
- white-space: pre-wrap;
- white-space: -moz-pre-wrap !important;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- font:11px/15px courier;
- width:75%;
- padding:10px;
- }
- ul.chat {
- margin: 0;
- padding: 0;
- }
- .label{
- background:{color:posts};
- padding:0 5px 3px 5px;
- margin-bottom:2px;
- display:inline-block;
- }
- .chat li.odd .label{
- border-bottom:1px solid {color:Accent6};
- }
- .chat li.even .label{
- border-bottom:1px solid {color:accent7};
- }
- .chat li {
- list-style-type: none;
- margin-left: 0px;
- position:Relative;
- background:{color:caption};
- }
- .chat li.odd {
- padding:15px 15px 15px 70px;
- }
- .chat li.odd:before{
- content:"";
- width:60px;
- height:100%;
- background:{color:accent6} url(http://static.tumblr.com/hczaopr/Vz9oio5hl/speech-bubble.png)no-repeat center;
- position:absolute;
- top:0;
- left:0;
- }
- .chat li.even {
- padding:15px 60px 15px 15px;
- }
- .chat li.even:before{
- content:"";
- width:50px;
- height:100%;
- background:{color:accent7} url(http://static.tumblr.com/hczaopr/tdZoio5j5/speechbubble.png)no-repeat center;
- position:absolute;
- top:0;
- right:0;
- }
- .askimg{
- position: Absolute;
- top: 67px;
- left: -60px;
- width: 35px;
- }
- .askimg img{
- border-radius:5px;
- }
- .quest h4{
- position:absolute;
- top:20px;
- padding-left: 25px;
- font:700 11px/11px "karla";
- text-transform:uppercase;
- letter-spacing:2px;
- }
- .quest h4:after{
- content:"";
- width:300px;
- height:2px;
- position:absolute;
- top:50%;
- left:calc(100% + 15px);
- margin-top:-1px;
- background:#000;
- }
- .quest h4:before{
- content:"";
- width:12px;
- height:14px;
- background:url(http://static.tumblr.com/hczaopr/L3rois6vs/question.png)no-repeat center;
- position:absolute;
- top:0;
- left:0;
- }
- .quest{
- font: 32px/34px 'playfair-display', serif;
- margin-bottom: 50px;
- padding:60px 0 50px 0;
- letter-spacing: 0;
- border-bottom: 1px dashed {color:accent6};
- position:Relative;
- }
- li{
- list-style-type:square;
- }
- ol.notes{
- text-align:center;
- width:calc(40% - 25px);
- height:350px;
- overflow:auto;
- vertical-align:top;
- float:right;
- background:{color:accent1};
- padding:0;
- margin:100px 25px 100px 0;
- }
- ol.notes li.note span.action {
- display: none;
- }
- li.note {
- display: inline-block;
- font-size: 0;
- line-height: 0;
- vertical-align: top;
- width: 35px;
- margin: 20px;
- position:relative;
- list-style-type: none;
- }
- li.note img{
- background:{color:accent1};
- border-radius:5px;
- }
- li.note.reblog a:hover:before,li.note.like a:hover:before{
- opacity:1;
- }
- li.note.reblog a:before{
- opacity:0;
- content:"";
- width:12px;
- height:12px;
- padding:2px;
- border-radius:100%;
- position:absolute;
- top:50%;
- left:50%;
- margin:-8px 0 0 -8px;
- background:{color:accent1} url(http://static.tumblr.com/hczaopr/oqaoiscm9/repeat.png)no-repeat center;
- }
- li.note.like a:before{
- opacity:0;
- content:"";
- width:10px;
- height:10px;
- padding:2px;
- border-radius:100%;
- position:absolute;
- top:50%;
- left:50%;
- margin:-7px 0 0 -7px;
- background:{color:accent1} url(http://static.tumblr.com/hczaopr/DRqoiscmi/heart.png)no-repeat center;
- }
- .ic {
- position:fixed;
- top:5%;
- right:5%;
- z-index:1;
- cursor:pointer;
- background:{color:accent7} url(http://static.tumblr.com/hczaopr/XzUojok9q/controls.png)no-repeat center;
- width: 44px;
- height: 44px;
- padding: 10px;
- border-radius: 100%;
- }
- #tumblr_controls,.tmblr-iframe.tmblr-iframe--desktop-logged-in-controls {
- position: fixed!important;
- top: 5%!important;
- right: calc(5% - 50px)!important;
- opacity: 0!important;
- -webkit-filter: invert(100%);
- -webkit-backface-visibility: hidden;
- padding: 10px 70px 10px 10px;
- -webkit-transition: opacity .3s ease-out;
- transition: opacity .3s ease-out;
- -moz-transform: scale(.8);
- -o-transform: scale(.8);
- -webkit-transform: scale(.8);
- transform: scale(.8);
- }
- #tumblr_controls:hover,.tmblr-iframe.tmblr-iframe--desktop-logged-in-controls:hover {
- cursor:pointer;
- opacity:1!important;
- }
- .pagination{
- text-align:right;
- padding:50px;
- background:{color:background};
- }
- .pagination a {
- line-height: 19px;
- font-size: 24px;
- padding: 13px 20px;
- vertical-align: middle;
- }
- </style>
- </head>
- <body>
- <div class="ic"></div>
- <header>
- <h1><a href="/">{Title}</a></h1>
- </header>
- <div class="button">
- <span class="btn-open"></span>
- </div>
- <nav>
- <div id="navwrap">
- <div class="desc">
- <div class="portrait"><img src="{image:portrait}"></div>
- {description}
- </div>
- <div class="mnav">
- <a href="/">Index</a>
- <a href="/ask">inbox</a>
- <a href="/archive">archive</a>
- </div>
- <div class="nav">
- {block:IfCustomLinkOne}
- <a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}">{text:Custom Link One}</a>
- {/block:IfCustomLinkOne}
- {block:IfCustomLinkTwo}
- <a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}">{text:Custom Link Two}</a>
- {/block:IfCustomLinkTwo}
- {block:IfCustomLinkThree}
- <a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}">{text:Custom Link Three}</a>
- {/block:IfCustomLinkThree}
- {block:IfCustomLinkFour}
- <a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}">{text:Custom Link Four}</a>
- {/block:IfCustomLinkFour}
- {block:IfCustomLinkFive}
- <a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}">{text:Custom Link Five}</a>
- {/block:IfCustomLinkFive}
- {block:IfCustomLinkSix}
- <a href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}">{text:Custom Link Six}</a>
- {/block:IfCustomLinkSix}
- {block:IfCustomLinkSeven}
- <a href="{block:IfCustomLinkSevenURL}{text:Custom Link Seven URL}{/block:IfCustomLinkSevenURL}">{text:Custom Link Seven}</a>
- {/block:IfCustomLinkSeven}
- {block:IfCustomLinkEight}
- <a href="{block:IfCustomLinkEightURL}{text:Custom Link Eight URL}{/block:IfCustomLinkEightURL}">{text:Custom Link Eight}</a>
- {/block:IfCustomLinkEight}
- {block:IfCustomLinkNine}
- <a href="{block:IfCustomLinkNineURL}{text:Custom Link Nine URL}{/block:IfCustomLinkNineURL}">{text:Custom Link Nine}</a>
- {/block:IfCustomLinkNine}
- </div>
- <form action="/search" method="get" class="search">
- <input type="text" name="q" value="{SearchQuery}" class="query" placeholder="search the tags">
- </form>
- </div>
- <div class="cred">© <a href="http://ninpen.tumblr.com/">— Ninpen</a></div>
- <div class="navfooter">
- <span>Follow me</span>
- {block:IfBehanceURL}
- <a href="{text:Behance URL}"><img src="http://static.tumblr.com/hczaopr/rj2oiv6u6/behance.png"></a>
- {/block:IfBehanceURL}
- {block:IfBloggerURL}
- <a href="{text:Blogger URL}"><img src="http://static.tumblr.com/hczaopr/j7toiv6u0/blogger.png"></a>
- {/block:IfBloggerURL}
- {block:IfDribbbleURL}
- <a href="{text:Dribble URL}"><img src="http://static.tumblr.com/hczaopr/1Ttoiv6tu/dribble.png"></a>
- {/block:IfDribbbleURL}
- {block:IfFacebookURL}
- <a href="{text:Facebook URL}"><img src="http://static.tumblr.com/hczaopr/AW7oiv6tl/facebook.png"></a>
- {/block:IfFacebookURL}
- {block:IfFlickrURL}
- <a href="{text:Flickr URL}"><img src="http://static.tumblr.com/hczaopr/l1Voiv6tf/flickr.png"></a>
- {/block:IfFlickrURL}
- {block:IfGooglePlusURL}
- <a href="{text:GooglePlus URL}"><img src="http://static.tumblr.com/hczaopr/GJQoiv6t8/google-plus.png"></a>
- {/block:IfGooglePlusURL}
- {block:IfInstagramURL}
- <a href="{text:Instagram URL}"><img src="http://static.tumblr.com/hczaopr/NH5oiv6sk/instagram.png"></a>
- {/block:IfInstagramURL}
- {block:IfLinkedinURL}
- <a href="{text:Linkedin URL}"><img src="http://static.tumblr.com/hczaopr/qNOoiv6sd/linkedin.png"></a>
- {/block:IfLinkedinURL}
- {block:IfPaypalURL}
- <a href="{text:Paypal URL}"><img src="http://static.tumblr.com/hczaopr/totoiv6s5/paypal.png"></a>
- {/block:IfPaypalURL}
- {block:IfPinterestURL}
- <a href="{text:Pinterest URL}"><img src="http://static.tumblr.com/hczaopr/8UDoiv6ry/pinterest.png"></a>
- {/block:IfPinterestURL}
- {block:IfRssURL}
- <a href="{text:Rss URL}"><img src="http://static.tumblr.com/hczaopr/wF5oiv6rs/rss.png"></a>
- {/block:IfRssURL}
- {block:IfSoundcloudURL}
- <a href="{text:Soundcloud URL}"><img src="http://static.tumblr.com/hczaopr/pfjoiv6rh/soundcloud.png"></a>
- {/block:IfSoundcloudURL}
- {block:IfTwitterURL}
- <a href="{text:Twitter URL}"><img src="http://static.tumblr.com/hczaopr/fMtoiv6r9/twitter.png"></a>
- {/block:IfTwitterURL}
- {block:IfVimeoURL}
- <a href="{text:Vimeo URL}"><img src="http://static.tumblr.com/hczaopr/Dp5oiv6qt/vimeo.png"></a>
- {/block:IfVimeoURL}
- {block:IfWordpressURL}
- <a href="{text:Wordpress URL}"><img src="http://static.tumblr.com/hczaopr/q7zoiv6qm/wordpress.png"></a>
- {/block:IfWordpressURL}
- {block:IfYoutubeURL}
- <a href="{text:Youtube URL}"><img src="http://static.tumblr.com/hczaopr/52xoiv6qf/youtube.png"></a>
- {/block:IfYoutubeURL}
- </div>
- </nav>
- <section id="entrywrap">
- <div id="content">
- {block:Posts}
- <article>
- {block:Text}
- {block:Title}
- <h1><a href="{permalink}">{Title}</a></h1>
- {/block:Title}
- <div class="txtposts">
- {Body}
- </div>
- {/block:Text}
- {block:Link}
- <h1><a href="{URL}">{Name}</a></h1>
- <div class="txtposts">
- {block:Description}{Description}{/block:Description}
- </div>
- {block:Link}
- {block:Photo}
- <div class="posts">
- {block:IndexPage}<div class="postsmargins"><img src="{PhotoURL-HighRes}"></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="postsmargins">
- {block:HighRes}
- <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></a>
- {/block:HighRes}
- </div>
- {block:PermalinkPage}
- </div>
- {block:Caption}
- <div class="cap">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="posts">
- {block:IndexPage}
- <div class="iphotosets"><div class="postsmargins"><a href="#" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]); $('body').toggleClass('tumblr_lightbox_active'); return false">
- {block:Photos}<img src="{PhotoURL-HighRes}"><!--{/block:Photos}-->
- </a></div>
- <a href="#" data-tag="{TagsAsClasses}" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]); $('body').toggleClass('tumblr_lightbox_active'); return false"><div id="photo-more"><div class="phtsmore">1 / {PhotoCount}</div></div></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <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}
- </div>
- {block:Caption}
- <div class="cap">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Chat}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- {/block:Chat}
- {block:Audio}
- <div class="audposts">
- <div id="albart">
- <div class="albart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
- <div id="play"><div class="play">{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}</div></div></div>
- <div class="balbart">{block:AlbumArt}<img class="blur"src="{AlbumArtURL}">{/block:AlbumArt}</div>
- </div>
- <div class="audioinfo">
- {block:TrackName}<h3>{TrackName}</h3>{/block:TrackName}
- {block:Artist}<b>{Artist}</b><br>{/block:Artist}
- {block:Album}{Album}<br>{/block:Album}
- {block:PlayCount}Played: {FormattedPlayCount} x{/block:PlayCount}
- </div>
- </div>
- {block:Caption}
- <div class="audcap">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Quote}
- <h3>{Quote}</h3>
- <div class="txtposts">
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- </div>
- {/block:Quote}
- {block:Answer}
- <div class="txtposts">
- <div class="quest">
- <div class="askimg">
- <img src="{AskerPortraitURL-48}">
- </div>
- <h4><a href="{permalink}">{Asker}</a></h4>
- {Question}
- </div>
- {Answer}
- </div>
- {/block:Answer}
- {block:Video}
- <div class="posts">
- <div class="video">{Video-700}</div>
- </div>
- {block:Caption}
- <div class="cap">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:IndexPage}
- {block:Date}
- <div class="idate">
- {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear} — {12HourWithZero}:{Minutes} {AmPm}
- </div>
- {/block:Date}
- <a href="{permalink}"><div id="iperma"></div></a>
- <div class="inotes">{block:NoteCount}{NoteCount}{/block:NoteCount} </div>
- {/block:IndexPage}
- {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{block:NoSourceLogo}{/block:NoSourceLogo}{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- </article>
- {block:PermalinkPage}
- <div class="perma">
- {block:Date}<b>Date</b> {TimeAgo} — {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}<br>
- <b>Type</b> {PostType} {PostID}<br>
- {block:RebloggedFrom}
- <div class="permareb">
- <b>Origin</b> <img src="{ReblogRootPortraitURL-16}">
- <a href="{ReblogRootURL}">{ReblogRootName}</a><br>
- <b>Via</b> <img src="{ReblogParentPortraitURL-16}"><a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- </div>
- {/block:RebloggedFrom}
- {block:HighRes}
- <div class="hi-res">
- <a href="{PhotoURL-HighRes}">hi res</a>
- </div>
- {/block:HighRes}
- {block:HasTags}
- <div class="tags">
- <b>Filed Under</b> {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:PermalinkPage}
- {block:PostNotes}
- {PostNotes-64}
- {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div class="pagination">
- Entry
- {block:PreviousPage}<a href="{PreviousPage}"><img src="http://static.tumblr.com/hczaopr/NExokj9sm/left-arrow.png"></a>{/block:PreviousPage}
- {CurrentPage} of {TotalPages}
- {block:NextPage}<a href="{NextPage}"><img src="http://static.tumblr.com/hczaopr/m6Xokj9ts/next.png"></a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <!--POSTS SECTION ENDS-->
- </div>
- </section>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/hczaopr/8hQoimdv7/jqueryrotate.js"></script>
- <script src=""></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- ! function(a) {
- a.fn.unnest = function(b) {
- var d, e, f, g, h, c = a.extend({}, b),
- i = c.wrapName.slice(1, c.wrapName.length),
- j = c.tumblrAvatarClass.slice(1, c.tumblrAvatarClass.length);
- a(c.yourCaption, this).each(function() {
- var b = !1,
- k = !1;
- a("a.tumblr_blog", this).length <= 0 && (b = !0), a(this).find("blockquote").each(function() {
- a(this).prev().children(".tumblr_blog").length > 0 && (a(this).addClass(i), d = a(this).parent().find("a.tumblr_blog").parent("p").html(), c.usernameColon || (d = d.slice(0, -1))), a(this).hasClass(i) && (a(this).prepend(d), c.tumblrAvatars && (g = a(this).prev().children("a.tumblr_blog").text(), a(this).prepend('<img src="http://api.tumblr.com/v2/blog/' + g + '.tumblr.com/avatar/30" class="' + j + '" />')))
- }), a(this).find("a.tumblr_blog:first-of-type").parent("p").remove(), a(c.wrapName, this).each(function() {
- a(this).parents(c.yourCaption).prepend(a(this))
- }), h = "neothm.com";
- var l = a(this);
- a.getScript("http://" + h + "/api/read/json").complete(function() {
- e = l.contents(":not(" + c.wrapName + ")"), e.text().replace(/\s/g, "").length > 0 && (k = l.clone().find(c.wrapName).remove().end().html(), e.remove(), c.newCaptionUsername || b ? (f = '<blockquote class="' + i + '">', c.tumblrAvatars && (!b || b && c.originalPostCaptionUsername) && (f += '<img src="http://api.tumblr.com/v2/blog/' + h + '/avatar/30" class="' + j + '" />'), (!b || b && c.originalPostCaptionUsername) && (f += '<a class="tumblr_blog" href="/">'), (!b || b && c.originalPostCaptionUsername) && ("undefined" != typeof tumblr_api_read && (h = tumblr_api_read.tumblelog.name), console.info(h), f += h + "</a><p>"), f += k + "</blockquote>", l.append(f)) : l.append('<blockquote class="' + i + '">' + k + "</blockquote>"))
- })
- })
- }
- }(jQuery);
- $(".inotes").rotate(90);
- $('article').unnest({
- yourCaption: ".cap, .audcap",
- wrapName: ".tumblr_parent",
- newCaptionUsername: true,
- originalPostCaptionUsername: true,
- tumblrAvatars: true,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- $(document).ready(function() {
- $(".button span").click(function(){
- $("nav").fadeToggle(200);
- $(this).toggleClass('btn-open').toggleClass('btn-close');
- });
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '0px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- var color = '{color:accent1}';
- $('.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=true&origin=tumblr&color=' + color.split('#')[1],
- height: 126,
- width: '100%'
- });
- });
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment