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 #08: Infinity
- coded by kuzuriha
- 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:
- Music player #02 by HT (@glenthemes)
- -->
- <!--variables-->
- <meta name="image:bg" content=""/>
- <meta name="color:bg" content="#fff"/>
- <meta name="color:body" content="#0B0B0B"/>
- <meta name="color:accent" content="#FFDA96"/>
- <meta name="color:postbg" content="#fff"/>
- <meta name="text:post width" content=""/>
- <meta name="text:music link" content=""/>
- <meta name="text:music title" content=""/>
- <meta name="text:column count" 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:icon link 1" content=""/>
- <meta name="text:icon link 2" content=""/>
- <meta name="text:icon link 3" content=""/>
- <meta name="text:icon link 4" content=""/>
- <meta name="if:gridlayout" content="0"/>
- <meta name="if:musicplayer" content="1"/>
- <meta name="image:icon" content=""/>
- <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>
- <script src="https://kit.fontawesome.com/82d11a0f6e.js" crossorigin="anonymous"></script>
- {block:ifmusicplayer}
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
- {/block:ifmusicplayer}
- <style type="text/css">
- @import url('https://fonts.googleapis.com/css?family=Nunito|Roboto&display=swap');
- 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;}
- ::-webkit-scrollbar{
- width:14px;
- }
- ::-webkit-scrollbar-thumb:vertical{
- background:{color:accent};
- border:6px solid #fff;
- }
- ::selection{
- background:{color:accent};
- color:#fff;
- }
- ::-moz-selection{
- background:{color:accent};
- color:#fff;
- }
- body{
- background:{color:bg} url('{image:bg}') fixed;
- margin:0;
- font-family:'Nunito';
- font-size:12px;
- padding:0;
- color:{color:body};
- {block:ifgridlayout}
- overflow-x:hidden;
- {/block:ifgridlayout}
- }
- #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-size:10px; /* change the font size */
- line-height:11px;
- letter-spacing:1px; /* change the letter spacing */
- color:#fff; /* change the text color */
- z-index:999999;
- }
- a{
- text-decoration:none;
- }
- #container{
- {block:ifgridlayout}
- {block:indexpage}
- column-gap:60px;
- width:calc({text:post width}px * {text:column count} + 100px);
- column-count:{text:column count};
- {/block:indexpage}
- {/block:ifgridlayout}
- {block:ifnotgridlayout}
- {block:indexpage}
- width:calc({text:post width}px + 200px);
- {/block:indexpage}
- {/block:ifnotgridlayout}
- margin:0 auto;
- margin-left:calc({text:post width}px * 0.55 + 150px);
- {block:permalinkpage}
- display:flex;
- width:calc({text:post width}px * {text:column count} + 100px);
- flex-wrap:wrap;
- margin-left:calc({text:post width}px * 0.55 + 50px);
- justify-content:center;
- align-items:center;
- {/block:permalinkpage}
- }
- #sidebar{
- width:calc({text:post width}px * 0.55);
- min-width:250px;
- max-width:385px;
- height:600px;
- position:fixed;
- left:50px;
- bottom:0;
- }
- #desc{
- display:block;
- padding:10px;
- }
- #icon{
- width:48px;
- height:48px;
- float:left;
- border:1px solid #ccc;
- margin:2px;
- padding:10px;
- border-radius:100px;
- background:#fff;
- }
- #icon img{
- width:48px;
- height:48px;
- max-width:48px;
- max-height:48px;
- border-radius:100px;
- }
- #blogtitle{
- display:block;
- font-family:'Roboto';
- font-size:16px;
- font-weight:700;
- text-transform:lowercase;
- padding-bottom:10px;
- border-bottom:1px solid #ccc;
- margin-bottom:10px;
- }
- #desct{
- min-height:50px;
- margin-top:2px;
- text-align:center;
- padding:10px;
- margin-left:80px;
- }
- #navbar{
- margin-left:calc({text:post width}px * 0.55 + 10px);
- height:600px;
- width:60px;
- position:fixed;
- bottom:0;
- }
- .navlink a{
- display:block;
- width:20px;
- height:20px;
- padding:10px;
- margin:10px;
- color:{color:accent};
- text-align:center;
- font-size:15px;
- line-height:100%;
- }
- #searchbox{
- width:100%;
- top:10px;
- left:0;
- height:30px;
- }
- {block:ifmusicplayer}
- /*-------MUSIC PLAYER BY GLENTHEMES-------*/
- #glenplayer02 {
- display:flex;
- z-index:99;
- margin:17px;
- margin-left:10px;
- }
- #glenplayer02 a {text-decoration:none;}
- #glenplayer02 > div {
- align-self:center;
- -webkit-align-self:center;
- }
- .music-controls {
- user-select:none;
- -webkit-user-select:none;
- width:13px;
- font-size:13px;
- cursor:pointer;
- }
- .playy, .pausee {color:#222;} /* color of play & pause buttons */
- .pausee {display:none;}
- .sonata {
- margin-left:10px;
- color:#222; /* color of music note symbol */
- }
- .labeltext {
- margin-left:8px;
- font-family:'Roboto';
- font-size:9px;
- color:#222; /* color of song title */
- }
- #musiccont{
- display:flex;
- width:100%;
- align-items: center;
- justify-content: center;
- margin-top:10px;
- }
- {/block:ifmusicplayer}
- .post{
- {block:indexpage}
- width:{text:post width}px;
- min-width:500px;
- max-width:700px;
- position:relative;
- {block:ifnotgridlayout}
- margin-top:120px;
- margin-bottom:100px;
- {/block:ifnotgridlayout}
- {block:ifgridlayout}
- margin-top:100px;
- margin-bottom:80px;
- break-inside:avoid;
- display:inline-block;
- {/block:ifgridlayout}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px !important;
- margin-top:20px;
- {/block:permalinkpage}
- word-wrap:break-word;
- background:{color:postbg};
- }
- .post img{
- max-width:100%;
- }
- .title{
- font-family:'Roboto';
- font-size:16px;
- min-width:100px;
- display:inline;
- box-shadow:inset 0 -5px 0 {color:accent};
- font-weight:700;
- }
- .cap{
- word-wrap:break-word;
- padding:4px 10px 3px 10px;
- text-align:justify;
- }
- .cap blockquote{
- border-left:1px solid {color:accent};
- padding-left:5px;
- }
- .cap blockquote blockquote{
- border-left:1px solid {color:accent};
- padding-left:5px;
- }
- .cap a{
- color:{color:body};
- box-shadow:inset 0 -3px 0 {color:accent};
- }
- .pinfo{
- position:absolute;
- top:-55px;
- background:{color:postbg};
- left:0;
- width:calc({text:post width}px);
- }
- .usericon{
- width:24px;
- height:24px;
- padding:4px;
- border-radius:50px;
- float:left;
- margin:10px;
- margin-right:0;
- border:1px solid {color:accent};
- }
- .usericon img{
- width:24px;
- height:24px;
- max-width:24px;
- max-height:24px;
- border-radius:50px;
- }
- .ptext{
- min-width:100px;
- float:left;
- margin-left:10px;
- margin-top:10px;
- padding:4px;
- text-transform:uppercase;
- font-family:'Roboto';
- font-size:10px;
- }
- .ptext a{
- color:{color:body};
- box-shadow:inset 0 -5px 0 {color:accent};
- font-weight:700;
- }
- #quote{
- display:block;
- text-transform:lowercase;
- text-align:center;
- font-size:16px;
- padding:10px;
- font-style:italic;
- }
- #source{
- display:inline;
- font-weight:700;
- box-shadow:inset 0 -5px 0 {color:accent};
- margin-bottom:10px;
- }
- #link a{
- text-align:center;
- padding:10px;
- display:block;
- font-size:16px;
- color:{color:accent};
- font-weight:700;
- }
- .tagcont{
- margin-top:10px;
- text-align:center;
- position:absolute;
- width:{text:post width}px;
- }
- .tagcont a{
- font-family:'Roboto';
- font-size:10px;
- color:{color:body};
- display:inline;
- margin-right:2px;
- margin-bottom:1px;
- box-shadow:inset 0 -3px 0 {color:accent};
- }
- .chat li{
- list-style-type:none !important;
- margin-left:-20px;
- margin-top:4px;
- padding-bottom:8px;
- margin-bottom:2px;
- font-family:'Roboto';
- }
- .line_odd .label{
- font-weight:700;
- }
- .line_even .label{
- font-weight:700;
- color:{color:accent};
- }
- .controls{
- float:right;
- margin-top:12px;
- }
- .controls a{
- display:inline-block;
- margin-right:10px;
- width:10px;
- line-height:120%;
- height:10px;
- border-radius:20px;
- font-size:10px;
- background:{color:accent};
- color:#fff;
- padding:10px;
- text-align:center;
- }
- .controls .like{
- display:inline-block;
- }
- .controls .like .liked + svg {
- opacity:1;
- }
- .controls .like .liked + svg path {
- fill:#ec5a5a;
- }
- .controls .like .like_button {
- position:relative;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .sfm input{
- border:0px !important;
- text-transform:lowercase;
- padding:4px 8px;
- font-family:roboto;
- text-align:center;
- font-size:10px;
- width:calc({text:post width}px * 0.55 - 20px);
- margin-left:10px;
- }
- .sfm input:focus {
- outline:none;
- }
- .pnotes{
- min-height:250px;
- max-height:450px;
- overflow:scroll;
- padding:10px;
- width:calc({text:post width}px - 20px);
- }
- .pnotes ol li{
- display:block;
- padding:10px;
- list-style-type:none!important;
- }
- .pnotes a{
- box-shadow:inset 0 -5px 0 {color:accent};
- color:{color:body};
- font-weight:700;
- }
- ol.notes{
- width:100%;
- margin-left:-40px;
- margin-top:-2px;
- }
- .note li{
- display:block;
- padding:10px;
- background:#ccc;
- }
- .pnotes img.avatar{
- display:none;
- }
- .qbox{
- padding:10px;
- min-height:60px;
- }
- .qmark{
- float:left;
- vertical-align:middle;
- width:20px;
- margin-right:10px;
- background:{color:accent};
- font-size:20px;
- padding:20px;
- }
- #asker, #asker a{
- color:{color:body};
- }
- #asker a{
- box-shadow:inset 0 -5px 0 {color:accent};
- }
- footer{
- text-align:center;
- bottom:0;
- height:40px;
- margin-left:calc({text:post width}px * 0.55 + 150px);
- {block:ifgridlayout}
- width:calc({text:post width}px * {text:column count} + 100px);
- {/block:ifgridlayout}
- {block:ifnotgridlayout}
- width:{text:post width}px;
- {/block:ifnotgridlayout}
- }
- #pagin a, .current_page{
- background:{color:accent};
- display:inline-block;
- width:10px;
- color:{color:body};
- height:10px;
- padding:10px;
- margin-left:10px;
- font-size:10px;
- margin-right:10px;
- line-height:100%;
- text-align:center;
- }
- .current_page{
- font-weight:700;
- }
- </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="sidebar">
- <div id="desc">
- <div id="icon">
- <img src="{image:icon}"/>
- </div>
- <div id="desct">
- <div id="blogtitle">{Title}</div>
- {Description}
- </div>
- </div><!--end desc-->
- <div id="searchbox">
- <script language="javascript">
- function send()
- {document.theform.submit()}
- </script>
- <form action="/search" method="get" class="sfm" name="theform">
- <input type="text" name="q" value="" id="sf" placeholder="search..."/>
- </form>
- </div>
- {block:ifmusicplayer}
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <div id="musiccont">
- <div id="glenplayer02">
- <div class="music-controls" onclick="songstart();">
- <div class="playy">►</div>
- <div class="pausee">❚❚</div>
- </div>
- <div class="sonata">♫</div>
- <div class="labeltext">{text:music title}</div>
- </div><!--end music player-->
- <audio id="tune" src="{text:music link}" type="audio"></audio></div>
- {/block:ifmusicplayer}
- <div id="navbar">
- <div class="navlink"><a href="/" title="index"><i class="fas fa-home"></i></a></div>
- <div class="navlink"><a href="/ask" title="message"><i class="fas fa-envelope"></i></a></div>
- <div class="navlink"><a href="/archive" title="archive"><i class="fas fa-archive"></i></a></div>
- <div class="navlink">{block:ifLink1}<a href="{text:Link1URL}" title="{text:Link1}"><i class="fas fa-{text:icon link 1}"></i></a>{/block:ifLink1}</div>
- <div class="navlink">{block:ifLink2}<a href="{text:Link2URL}" title="{text:Link2}"><i class="fas fa-{text:icon link 2}"></i></a>{/block:ifLink2}</div>
- <div class="navlink">{block:ifLink3}<a href="{text:Link3URL}" title="{text:Link3}"><i class="fas fa-{text:icon link 3}"></i></a>{/block:ifLink3}</div>
- <div class="navlink">{block:ifLink4}<a href="{text:Link4URL}" title="{text:Link4}"><i class="fas fa-{text:icon link 4}"></i></a>{/block:ifLink4}</div>
- <div class="navlink"><a href="//kuzuriha.tumblr.com" title="theme"><i class="fas fa-code"></i></a></div>
- </div><!--end navbar-->
- </div><!--end sidebar-->
- <div id="container">
- {block:Posts}
- <div class="post" id="{PostID}">
- {block:Text}
- <div class="cap">
- {block:Title}<div style="text-align:center;padding:10px"><div class="title">{Title}</div></div>{/block:Title}
- {block:NotReblog}{Body}{/block:NotReblog}
- </div>
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="cap">{Body}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Text}
- {block:Photo}
- <center><div class="photopost"><img src="{PhotoURL-HighRes}"/></div></center>
- {block:NotReblog}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <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="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="cap">{Body}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Video}
- {block:Quote}
- <div class="cap">
- <div id="quote">{Quote}</div>
- {block:Source}
- <div style="text-align:center;padding:10px;"><div id="source">{Source}</div></div>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="cap">
- <div id="link"><a href="{URL}">{Name} <span class="fas fa-arrow-right" style="margin:10px;"></span></a></div>
- {block:NotReblog}
- {block:Description}{Description}{/block:Description}
- {/block:NotReblog}
- </div>
- {block:RebloggedFrom}
- {block:Reblogs}
- <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="cap">{Body}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Audio}
- {block:Answer}
- <div class="qbox">
- <i class="fas fa-question-circle qmark"></i>
- <div id="asker">from: <b>{Asker}</b></div>
- <span>{Question}</span>
- </div>
- {block:Answerer}
- <div class="cap">{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">
- <div class="usericon">{block:NotReblog}<img src="{Favicon}"/>{/block:NotReblog}
- {block:RebloggedFrom}<img src="{ReblogParentPortraitURL-24}"/>{/block:RebloggedFrom}
- </div>
- <div class="ptext">
- {block:NotReblog}
- Posted by <b>{Name}</b>
- {/block:NotReblog}
- {block:RebloggedFrom}
- Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- <br>
- {DayOfWeek}, {DayOfMonth} {Month} {Year} @ {24Hour}:{Minutes} with {NoteCountWithLabel}
- </div>
- <div class="controls">
- <a href="{ReblogURL}" target="_blank" title="reblog" class="reblog">
- <i class="fas fa-sync"></i>
- </a>
- <a href="#" class="like" title="like">{LikeButton}<i class="far fa-heart"></i>
- </a>
- <a href="{Permalink}" title="post link"><i class="far fa-clipboard"></i></a>
- </div>
- </div>
- {/block:Date}
- {/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">{block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- </div><!--end posts-->
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="pnotes">
- <ol class="notes">{PostNotes}</ol>
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div><!--end container-->
- <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>
- </body>
- {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}
- </html>
Advertisement
Add Comment
Please, Sign In to add comment