Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--
- Theme #10 REVAMP: Hikoukigumo
- coded by kuzuriha
- As this is a revamp theme, the earlier version of the theme (both the preview and the code) will be removed, and the code won't be updated unless there's a major bug/glitch. The previous version of this theme was called "Contrail".
- 1. Don't remove the credit.
- 2. Don't move the credit. Just leave it there.
- 3. Don't use as a base code.
- 4. Please enjoy! If you find any bugs, please contact me! c:
- -->
- <script src="//use.edgefonts.net/karla;lora.js"></script>
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
- <script src="https://static.tumblr.com/wdp3vza/pJvosgmgd/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--Variables-->
- <meta name="image:bg" content="">
- <meta name="color:bg" content="#F8F8F8"/>
- <meta name="color:body" content="#181818"/>
- <meta name="color:accent" content="#B6DAFF"/>
- <meta name="color:postbg" content="#fff"/>
- <meta name="image:header" content=""/>
- <meta name="text:link1" content=""/>
- <meta name="text:link1URL" content=""/>
- <meta name="text:link2" content=""/>
- <meta name="text:link2URL" content=""/>
- <meta name="text:link3" content=""/>
- <meta name="text:link3URL" content=""/>
- <meta name="text:link4" content=""/>
- <meta name="text:link4URL" content=""/>
- <meta name="text:link5" content=""/>
- <meta name="text:link5URL" content=""/>
- <meta name="text:postwidth" content=""/>
- <meta name="if:displayheader" content="1"/>
- <style type="text/css">
- ::-webkit-scrollbar{
- width:11px;
- }
- ::-webkit-scrollbar-track{
- background:#ccc;
- border:5px solid #fff;
- }
- ::-webkit-scrollbar-thumb:vertical{
- background:{color:accent};
- border:5px solid #fff;
- }
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.4;
- /* delete invert(1) from here */
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- /* to here if your blog has a dark background */
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;}
- ::selection{
- background:transparent;
- color:{color:accent};
- }
- ::-moz-selection{
- background:transparent;
- color:{color:accent};
- }
- body{
- margin:0;
- font-family:karla;
- padding:0;
- font-size:12px;
- background:{color:bg} url('{image:bg}') fixed;
- }
- a{
- text-decoration:none;
- }
- #s-m-t-tooltip {
- max-width:200px;
- padding:5px 10px 5px 10px;
- margin:20px 14px 7px 10px;
- background-color:{color:accent}; /* change the background color */
- font-style: normal;
- font-family:lora;
- font-size:10px; /* change the font size */
- line-height:13px;
- letter-spacing:1px; /* change the letter spacing */
- text-transform:lowercase; /* can be uppercase, lowercase, none*/
- color:#fff; /* change the text color */
- z-index:999999;
- }
- #container{
- margin:0 auto;
- width:760px;
- }
- #header{
- width:760px;
- height:280px;
- {block:ifnotdisplayheader}
- display:none;
- {/block:ifnotdisplayheader}
- }
- #header img{
- width:760px;
- height:280px;
- max-width:760px;
- max-height:280px;
- }
- #navbar{
- position:sticky;
- width:760px;
- height:60px;
- background:#fff;
- top:0;
- z-index:9;
- }
- #blogtitle{
- min-width:100px;
- font-family:lora;
- font-weight:700;
- font-size:20px;
- float:left;
- margin:15px;
- text-transform:lowercase;
- }
- #navcont{
- float:right;
- margin-right:10px;
- margin-top:11px;
- }
- .navlink a{
- display:inline-block;
- width:20px;
- background:#fff;
- height:20px;
- margin-right:10px;
- padding:8px;
- text-align:center;
- color:{color:accent};
- line-height:100%;
- font-size:20px;
- }
- #desc{
- position:sticky;
- width:740px;
- top:60px;
- padding:10px;
- min-height:40px;
- max-height:90px;
- text-align:center;
- background:{color:bg};
- z-index:9;
- }
- #customcont{
- display:block;
- margin-top:10px;
- }
- .customlink a{
- display:inline-block;
- padding:6px;
- text-transform:uppercase;
- text-align:center;
- color:{color:accent};
- }
- #postcont{
- margin-top:20px;
- }
- .post{
- min-width:500px;
- width:{text:postwidth}px;
- max-width:700px;
- margin:0 auto;
- position:relative;
- background:{color:postbg};
- padding:15px;
- margin-bottom:90px;
- }
- .cap{
- text-align:justify;
- word-wrap:break-word;
- }
- .cap a{
- color:{color:body};
- box-shadow:inset 0 -3px 0 {color:accent};
- }
- blockquote{
- padding-left:5px;
- border-left:3px solid {color:accent};
- }
- blockquote blockquote{
- padding-left:5px;
- border-left:3px solid {color:accent};
- }
- .title{
- font-family:lora;
- font-size:16px;
- font-weight:700;
- background:{color:accent};
- color:#fff;
- text-align:center;
- padding:10px;
- }
- .photopost img{
- max-width:100%;
- }
- #quote{
- font-family:lora;
- font-weight:700;
- font-size:16px;
- font-style:italic;
- text-align:center;
- }
- #source{
- display:block;
- text-align:center;
- margin-top:10px;
- padding-bottom:10px;
- }
- #link a{
- display:block;
- padding:10px;
- background:{color:accent};
- color:#fff;
- text-align:center;
- font-family:lora;
- font-size:16px;
- font-weight:700;
- }
- .chat li{
- list-style-type:none !important;
- margin-left:-20px;
- margin-top:4px;
- padding-bottom:8px;
- margin-bottom:2px;
- font-family:lora;
- }
- .line_odd .label{
- font-weight:700;
- color:{color:accent};
- }
- .line_even .label{
- font-weight:700;
- color:{color:accent};
- }
- .pinfo{
- display:block;
- border-top:1px solid {color:accent};
- padding-top:10px;
- line-height:120%;
- }
- .pinfo a{
- color:{color:body};
- }
- .circ{
- font-size:5px;
- margin-left:5px;
- margin-right:5px;
- color:{color:accent};
- width:10px;
- text-align:center;
- height:10px;
- display:inline-block;
- position:relative;
- top:-2px;
- }
- .tagcont{
- position:absolute;
- margin-top:30px;
- display:block;
- width:{text:postwidth}px;
- margin-bottom:10px;
- }
- .tagcont a{
- display:inline-block;
- margin-left:3px;
- color:{color:body};
- box-shadow:inset 0 -3px 0 {color:accent};
- margin-bottom:2px;
- }
- .like-b {
- position:relative;
- display:inline-block;
- height:1.5em;
- line-height:1.5em;
- overflow:hidden;
- margin-bottom:-1px;
- }
- .like-b .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .like-b .liked + .b {
- color:inherit;
- }
- .like-b .liked + .b:after {
- content:'d';
- }
- .reblogheader{
- display:block;
- font-family:lora;
- margin-top:5px;
- }
- .reblogheader a{
- color:{color:accent};
- }
- .reblogcont{
- float:right;
- margin-top:-20px;
- }
- .reblogimg{
- display:inline-block;
- padding:3px;
- border-radius:30px;
- margin-right:5px;
- border:1px solid {color:accent};
- background:{color:postbg};
- }
- iframe.tumblr_audio_player{
- width:{text:postwidth}px !important;
- }
- .pnotes{
- position:absolute;
- margin-top:20px;
- width:calc({text:postwidth}px - 20px);
- min-height:250px;
- max-height:380px;
- overflow-y:scroll;
- overflow-x:none;
- padding:10px;
- }
- .pnotes::-webkit-scrollbar{
- width:2px;
- }
- .pnotes::-webkit-scrollbar-track{
- background:none;
- }
- .pnotes::-webkit-scrollbar-thumb:vertical{
- background:{color:accent};
- border:none;
- }
- .pnotes ol li{
- display:block;
- padding:10px;
- list-style-type:none!important;
- }
- .pnotes a{
- box-shadow:inset 0 -3px 0 {color:accent};
- color:{color:body};
- font-weight:700;
- }
- ol.notes{
- width:100%;
- margin-left:-40px;
- margin-top:-2px;
- }
- .note.reblog:before{
- content:'\ebc2';
- font-family:'honeybee';
- float:left;
- width:10px;
- height:10px;
- line-height:100%;
- text-align:center;
- background:{color:accent};
- padding:4px;
- font-size:10px;
- margin-right:4px;
- }
- .note.like:before{
- content:'\ea55';
- font-family:'honeybee';
- float:left;
- font-size:10px;
- margin-right:4px;
- width:10px;
- text-align:center;
- height:10px;
- line-height:100%;
- background:{color:accent};
- padding:4px;
- }
- .note li{
- display:block;
- padding:10px;
- background:#ccc;
- }
- .pnotes img.avatar{
- display:none;
- }
- footer{
- display:block;
- background:#fff;
- padding:10px;
- bottom:0;
- text-align:center;
- }
- #pagin a, .current_page{
- color:{color:body};
- display:inline-block;
- width:12px;
- height:12px;
- padding:15px;
- margin-left:5px;
- margin-right:5px;
- line-height:100%;
- text-align:center;
- }
- .current_page{
- font-weight:700;
- }
- .qbox{
- border:1px solid {color:accent};
- }
- #asker{
- display:block;
- padding:4px;
- text-align:center;
- border-bottom:1px solid {color:accent};
- }
- #asker a{
- color:{color:body};
- box-shadow:inset 0 -3px 0 {color:accent};
- }
- .qt{
- padding:10px;
- }
- .askicon{
- padding:5px;
- width:12px;
- background:{color:accent};
- height:12px;
- text-align:center;
- color:#fff;
- border-radius:30px;
- margin-right:10px;
- }
- .answerer{
- float:left;
- margin-right:5px;
- }
- </style>
- <script src="//static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- </head>
- <body>
- <div id="container">
- {block:ifdisplayheader}
- {block:IndexPage}
- <div id="header">
- <img src="{image:header}"/>
- </div>
- {/block:IndexPage}
- {/block:ifdisplayheader}
- <div id="navbar">
- <div id="blogtitle">{Title}</div>
- <div id="navcont">
- <div class="navlink">
- <a href="/" title="index"><span class="th th-home-o"></span></a>
- <a href="/ask" title="message"><span class="th th-envelope"></span></a>
- <a href="/archive" title="archive"><span class="th th-calendar-2-o"></span></a>
- <a href="//kuzuriha.tumblr.com" title="theme"><span class="th th-code"></span></a>
- </div>
- </div>
- </div>
- <div id="desc">{Description}
- <div id="customcont">
- <div class="customlink">
- {block:ifLink1}
- <a href="{text:Link1URL}">{text:Link1}</a>
- {/block:ifLink1}
- {block:ifLink2}
- <a href="{text:Link2URL}">{text:Link2}</a>
- {/block:ifLink2}
- {block:ifLink3}
- <a href="{text:Link3URL}">{text:Link3}</a>
- {/block:ifLink3}
- {block:ifLink4}
- <a href="{text:Link4URL}">{text:Link4}</a>
- {/block:ifLink4}
- {block:ifLink5}
- <a href="{text:Link5URL}">{text:Link5}</a>
- {/block:ifLink5}</div>
- </div>
- </div>
- <div id="postcont">
- {block:Posts}
- <div class="post" id="{PostID}">
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {block:NotReblog}<div class="cap">{Body}</div>{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="reblogheader">
- {block:IsActive}
- <a href="{Permalink}">{Username}</a> {/block:IsActive}
- {block:IsDeactivated}
- <strike>{Username}</strike>{/block:IsDeactivated}
- </div>
- <div class="cap">{Body}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<div class="photopost"><img src="{PhotoURL-HighRes}"/></div>
- {LinkCloseTag}
- {block:NotReblog}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="reblogheader">
- {block:IsActive}
- <a href="{Permalink}">{Username}</a> {/block:IsActive}
- {block:IsDeactivated}
- <strike>{Username}</strike>{/block:IsDeactivated}
- </div>
- <div class="cap">{Body}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Photo}
- {block:Photoset}
- <div class="photopost">
- <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:NotReblog}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="reblogheader">
- {block:IsActive}
- <a href="{Permalink}">{Username}</a> {/block:IsActive}
- {block:IsDeactivated}
- <strike>{Username}</strike>{/block:IsDeactivated}
- </div>
- <div class="cap">{Body}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:NotReblog}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="reblogheader">
- {block:IsActive}
- <a href="{Permalink}">{Username}</a> {/block:IsActive}
- {block:IsDeactivated}
- <strike>{Username}</strike>{/block:IsDeactivated}
- </div>
- <div class="cap">{Body}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Video}
- {block:Quote}
- <div class="cap">
- <div id="quote">{Quote}</div>
- {block:Source}<div id="source">{Source}</div>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div id="link"><a href="{URL}"><span class="th th-link" style="display:inline-block;margin-right:10px;"></span>{Name}</a></div>
- {block:NotReblog}
- {block:Description}<div class="cap">{Description}</div>{/block:Description}
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="reblogheader">
- {block:IsActive}
- <a href="{Permalink}">{Username}</a> {/block:IsActive}
- {block:IsDeactivated}
- <strike>{Username}</strike>{/block:IsDeactivated}
- </div>
- <div class="cap">{Body}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="cap">
- <ul class="chat">
- {block:Lines}
- <li class="line_{Alt}"><span class="label">{block:Label}{Label}{/block:Label}</span> {Line}
- {/block:Lines}
- </li>
- </ul>
- </div>
- {/block:Chat}
- {block:Audio}
- {AudioEmbed}
- {block:NotReblogged}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:NotReblogged}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="reblogheader">
- {block:IsActive}
- <a href="{Permalink}">{Username}</a> {/block:IsActive}
- {block:IsDeactivated}
- <strike>{Username}</strike>{/block:IsDeactivated}
- </div>
- <div class="cap">{Body}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Audio}
- {block:Answer}
- <div class="qbox">
- <div id="asker"><span class="th th-paper-plane-o askicon"></span><b>{Asker}</b></div>
- <div class="qt">{Question}</div>
- </div>
- {block:Answerer}
- <div class="cap"><div class="answerer"><b>{Answerer}</b> said:</div> {Answer}</div>
- {/block:Answerer}
- {block:NotReblog}
- <div class="cap">{Replies}
- </div>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="reblogheader">
- {block:IsActive}
- <a href="{Permalink}">{Username}</a> {/block:IsActive}
- {block:IsDeactivated}
- <strike>{Username}</strike>{/block:IsDeactivated}
- </div>
- <div class="cap">{Body}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- {block:IndexPage}
- {block:Date}
- <div class="pinfo">{TimeAgo}<span class="th th-circle circ"></span>
- {NoteCount}<span class="th th-circle circ"></span>
- <a href="{ReblogURL}" target="_blank" class="reblog">reblog</a>
- <span class="th th-circle circ"></span>
- <a class="like-b" href="#">{LikeButton}<span class="b" style="position:relative;top:4px">like</span></a>
- <span class="th th-circle circ"></span>
- <a href="{Permalink}">permalink</a>
- </a>
- </div>
- {/block:Date}
- {block:RebloggedFrom}
- <div class="reblogcont">
- <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img class="reblogimg" src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}" title="src: {ReblogRootName}"><img class="reblogimg" src=" {ReblogRootPortraitURL-16}"></a>
- </div>
- {/block:RebloggedFrom}
- {/block:IndexPage}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:IndexPage}
- {block:HasTags}
- <div class="tagcont">
- <span style="padding:3px;background:{color:accent};color:#fff;text-align:center;margin-bottom:2px">tagged as:</span> {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="pnotes">
- <ol class="notes">{PostNotes}</ol>
- </div>
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div><!--end postcont-->
- {/block:Posts}
- {block:Pagination}
- <footer>
- <div id="pagin">
- {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{CurrentPage}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- </div>
- </footer>
- {/block:Pagination}
- </div><!--end container-->
- <script>
- $(document).ready(function() {
- // audio player
- var $audio = $('iframe.tumblr_audio_player');
- $audio.load(function() {
- $(this).contents().find('head').append('<style type="text/css">' +
- '.audio-player { background: {color:accent}; color: #fff !important; }' +
- '.audio-player .audio-info .track-artist {color: #fff !important; }' +
- '</style>');
- });
- });
- </script>
- </body>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '5px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- function flexFrame() {
- $(".cap").each(function() {
- $(this).find("iframe").wrap("<div class='capframe'></div>"); // wrap iframe
- flexibleFrames($(".capframe"));
- });
- flexibleFrames($(".video"));
- }
- $(document).ready(flexFrame);
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment