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">
- <head>
- <title>{Title}</title>
- <!--
- ___________________________________________________________________________
- you may customize this theme as much as you want,
- just don't remove any credit or steal my theme, ok?
- i'll hunt you down if you do. =u=
- Theme #8 - Kyourai
- By: hajimeii.tumblr.com
- ___________________________________________________________________________
- -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Ask Icon" content="http://static.tumblr.com/d703b05f57dccfc006cbb58ac26b1a67/z4uvtpt/E3imk830m/tumblr_static_1338348255_mail_small.png"/>
- <meta name="image:Archive Icon" content="http://static.tumblr.com/ab802d5a3a8ed0edb0a7da9111084571/z4uvtpt/jncmk8316/tumblr_static_1338348302_calendar-small.png"/>
- <meta name="image:Custom Link 1 Icon" content="http://static.tumblr.com/5db4bd36aee7169a8a7d1bf2b2632794/z4uvtpt/6cOmk82yz/tumblr_static_1338348159_tag_small.png"/>
- <meta name="image:Custom Link 2 Icon" content="http://static.tumblr.com/1651b8681c4cf804f66b0f343dca2f9a/z4uvtpt/sKNmk82zc/tumblr_static_1338348131_pin-small.png"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Bold" content="#bfecd9"/>
- <meta name="color:Posts Background" content="#ffffff"/>
- <meta name="color:Posts Border" content="#f8f8f8"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#aaaaaa"/>
- <meta name="color:Link Hover" content="#ffffff"/>
- <meta name="color:Blockquote" content="#aaaaaa"/>
- <meta name="color:First Letter Background" content="#bfecd9"/>
- <meta name="color:First Letter" content="#ffffff"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="if:250px Posts" content=""/>
- <meta name="if:400px Posts" content="1"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <style type="text/css">
- ::-webkit-scrollbar {width: 4px; height: auto; background-color:{color:Background};}
- ::-webkit-scrollbar-thumb {background-color:{color:Link};}
- h1{
- font-family:georgia;
- font-style:italic;
- color:{color:Bold};
- }
- h2{
- font-family:georgia;
- font-style:italic;
- color:{color:Bold};
- }
- b,strong{
- font-weight:heavy;
- color:{color:Bold};
- }
- body {
- font-family:trebuchet ms;
- font-size:9px;
- color:{color:Text};
- background:{color:Background} url('{image:Background}') fixed repeat center;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:Link};
- cursor:help;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- a:visited{
- color:{color:Link};
- }
- a:hover{
- color:{color:Link Hover};
- }
- b,strong{
- color:{color:bold};
- }
- i,italic{
- color:{color:italic};
- }
- blockquote{
- padding-left:5px;
- border-left:3px solid {color:Blockquote};
- }
- #desc{
- color:{color:Text};
- font:9px calibri;
- margin-top:5px;
- letter-spacing:2px;
- text-align:center;
- padding-bottom:2px;
- }
- #desc:first-letter{
- width:23px;
- height:21px;
- padding:5px;
- margin-right:6px;
- float:left;
- background-color:{color:First Letter Background};
- color:{color:First Letter};
- font:24px times;
- line-height:22px;
- text-transform:uppercase;
- }
- #sidebar{
- width:150px;
- position:fixed;
- top:100px;
- padding:2px;
- margin-left:160px;
- }
- #img img{
- width:150px;
- height:400px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #img img:hover{
- filter: url(filters.svg#grayscale);
- filter: gray;
- -webkit-filter: grayscale(1);
- border-radius:7px;
- }
- #title{
- font-family:georgia;
- font-style:italic;
- font-size:24px;
- width:auto;
- margin-left:0px;
- padding-bottom:2px;
- border-bottom:1px dashed #eee;
- text-align:center;
- }
- #content{
- padding-left:10px;
- padding-bottom:10px;
- padding-top:10px;
- overflow:hidden;
- {block:if250pxPosts}
- width:550px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:450px;
- {/block:if400pxPosts}
- margin-left:350px;
- {block:permalinkpage}width:550px;{/block:permalinkpage}
- }
- .entry{
- margin:5px 4px 5px 4px;
- float:left;
- overflow:hidden;
- background:{color:Posts Background};
- padding:15px;
- border:1px solid {color:Posts Border};
- {block:indexpage}
- {block:if250pxPosts}
- width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:400px;
- {/block:if400pxPosts}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- .pagination {
- display: none;
- }
- #pagination{
- position:fixed;
- left:230px;
- bottom:-10px;
- }
- #la{
- {block:indexpage}
- position:relative;
- background:#f3f3f3;
- color:#aaa;
- {block:if250pxPosts}
- width:280px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:425px;
- {/block:if400pxPosts}
- bottom:-15px;
- margin-left:-20px;
- padding:2px;
- text-align:center;
- font:8px calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- border:1px solid #ededed;
- {/block:indexpage}
- }
- #links{
- display:inline;
- width:60px;
- }
- #links img{
- opacity:0.6;
- }
- .permapage {
- padding:0px 10px 0px 10px;
- }
- {block:ifDropdown}
- .show {
- text-align:center;
- margin-top:-14px;
- margin-left:100px;
- cursor:help;
- }
- {/block:ifDropdown}
- iframe#tumblr_controls{position:fixed !important;}
- #s-m-t-tooltip{
- background:#fff;
- color:#aaa;
- font-size:8px;
- font-style:italic;
- letter-spacing:2px;
- text-transform:lowercase;
- max-width:300px;
- padding:4px;
- z-index: 9999;
- margin:20px 10px 10px 10px;
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- }
- #portrait img{
- padding:4px;
- border:3px double #eee;
- width:auto;
- }
- .cover{
- position:absolute;
- padding:5px;
- width:100px;
- z-index:1;
- }
- #album{
- margin-top:-35px;
- padding-bottom:20px;
- float:left;
- }
- #album:hover .playbox{
- opacity:1;
- }
- #album:hover .circ{
- opacity:1;
- }
- .playbutton{
- position:absolute;
- top:-30px;
- left:-5px;
- }
- .circ{
- opacity:0;
- position:absolute;
- background:#fff;
- top:40px;
- left:35px;
- width:70px;
- height:70px;
- z-index:999;
- border-radius:100px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .playbox{
- opacity:0;
- position:relative;
- z-index:1000;
- top:76px;
- left:35px;
- width:40px;
- height:39px;
- overflow:hidden;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .tumblr_audio_player{
- border:none;
- padding:0px;
- margin:0px;
- height:100px;
- width:500px;
- }
- #text{
- padding-bottom:10px;
- }
- #text img{
- width:auto;
- {block:if250pxPosts}
- max-width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- max-width:400px;
- {/block:if400pxPosts}
- }
- #photo{
- padding-bottom:10px;
- }
- #cap{
- margin-left:110px;
- height:90px;
- }
- #audio{
- background:#f8f8f8;
- padding-top:35px;
- border-left:2px solid #ccc;
- border-right:2px solid #ccc;
- margin-left:110px;
- margin-top:10px;
- min-height:65px;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:1px;
- text-align:center;
- }
- #infscr-loading{
- display:none!important;
- }
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:20,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- (function($){
- $(document).ready(function(){
- $("img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:20,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <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>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '5px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- {block:IndexPage}
- {block:ifInfiniteScroll}
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script>
- $(document).ready(function(){
- var $container = $('#content');
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.pagination a',
- bufferPx: 800
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- });
- </script>
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- </head>
- <body>
- {block:ifnotinfinitescroll}
- <div id="pagination">
- <center>{block:NextPage}<a href="{NextPage}"><font size="6">«</font></a>{/block:NextPage}
- {block:PreviousPage} <a href="{PreviousPage}"><font size="6">»</font></a>{/block:PreviousPage}<br>
- {block:PermalinkPagination}
- {block:NextPost}<a href="{NextPost}"><font size="6">«</font></a>{/block:NextPost}
- {block:PreviousPost} <a href="{PreviousPost}"><font size="6">»</font></a>{/block:PreviousPost}
- {/block:PermalinkPagination}<p>
- </center>
- </div>
- {/block:ifnotinfinitescroll}
- {block:ifInfiniteScroll}
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage"}>previous</a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:ifInfiniteScroll}
- <div id="sidebar">
- <div id="title"><a href="/">{title}</a></div>
- <div id="desc">{description}</div>
- <p>
- <div id="links">
- <center>
- <a href="/ask" title="whisper"><img src="{image:Ask Icon}"/></a>
- <a href="/archive" title="past"><img src="{image:Archive Icon}"/></a>
- {block:ifLink1}
- <a href="{text:Link 1 URL}" title="{text:Link 1}"><img src="{image:Custom Link 1 Icon}"/></a>
- {/block:ifLink1}
- {block:ifLink2}
- <a href="{text:Link 2 URL}" title="{text:Link 2}"><img src="{image:Custom Link 2 Icon}"/></a>
- {/block:ifLink2}
- </center>
- </div>
- <div id="img"><img src="{image:Sidebar}"/></div>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div id="text">{block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}</div>
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}{block:if250pxPosts}width="250"{/block:if250pxPosts} {block:if400pxPosts}width="400"{/block:if400pxPosts}{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div id="photo">{block:IndexPage}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>
- {/block:Photoset}
- {block:Quote}
- <div id="text">"{Quote}"
- {block:Source}<p>—<b>{Source}</b></p>{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <div id="text"><a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}</div>
- {/block:Link}
- {block:Chat}
- <div id="text">
- {block:Title}<h3>{Title}</h3>{/block:Title}
- {block:Lines}<p>
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}</p>
- {/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- {block:IndexPage}
- <div id="album">
- <div class="circ"></div>
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover">
- {/block:AlbumArt}
- </div>
- <div id="audio">{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}
- {block:TrackName}<br><b>Song:</b> {TrackName}{/block:TrackName}
- {block:Album}<br><b>Album:</b> {Album}{/block:Album}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <table style="width:400px;border-bottom:1px dashed #eee;padding-bottom:5px;margin-bottom:5px;">
- <tr>
- <td style="vertical-align:top;padding-right:10px;"><div id="portrait"><img src="{AskerPortraitURL-48}"></div></td>
- <td style="max-width:300px;position:absolute;margin-left:-320px;"><em><strong>{Asker}</strong> whispered:</em> {Question}</td>
- </tr>
- </table>
- {Answer}
- {/block:Answer}
- {block:Video}
- {block:IndexPage}{block:if250pxPosts}{Video-250}{/block:if250pxPosts}{block:if400pxPosts}{Video-400}{/block:if400pxPosts}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:IndexPage}
- <center><div id="la"><a href="{Permalink}" target="blank">{MonthNumber}.{DayOfMonth}</a> | {NoteCountWithLabel}</div></center>
- {/block:IndexPage}
- {block:PermalinkPage}<div class="permapage">{block:HasTags}—Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}{block:NoteCount}—{NoteCountwithLabel}{/block:NoteCount}</div>{/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- <a style="position:fixed;bottom:5px;right:5px;opacity:0.9;" href="http://shoseii.tumblr.com">© credit</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment