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 #6 - Rinkyo
- 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="http://static.tumblr.com/ef00be4012ce8b5ad01d771736250f0d/2e9nahe/RuYmgw9yt/tumblr_static_tumblr_inline_mfb0rz3mdm1qmgwij.png"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Posts Background" content="#ffffff"/>
- <meta name="color:Posts Border" content="#f8f8f8"/>
- <meta name="color:Text" content="#afaeae"/>
- <meta name="color:Link" content="#868585"/>
- <meta name="color:Link Hover" content="#d6ebec"/>
- <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="text:Ask" content="Your URL here"/>
- <meta name="text:Ask Title" content="m e s s a g e;">
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="if:Extra Link" content="1"/>
- <meta name="if:250px Posts" content="1"/>
- <meta name="if:400px Posts" content=""/>
- <meta name="if:500px Posts" content=""/>
- <meta name="if:Vertical Title" content="1"/>
- <style type="text/css">
- ::-webkit-scrollbar {width: 4px; height: auto; background-color:{color:Background};}
- ::-webkit-scrollbar-thumb {background-color:{color:Link};}
- 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{
- font-weight:heavy;
- color:{color:Text};
- }
- blockquote{
- padding-left:5px;
- border-left:1px
- dashed #C7C7C7;
- }
- #desc{
- color:{color:Text};
- font-size:9px;
- text-align:center;
- width:150px;
- margin-left:32px;
- margin-top:10px;
- padding:10px;
- border-top:1px dashed {color:Posts Border};
- }
- #sidebar{
- width:250px;
- position:fixed;
- bottom:250px;
- margin-left:50px;
- }
- {block:ifVerticalTitle}
- #title{
- font-size:20px;
- margin-left:160px;
- width:20px;
- }
- #sidebar img{
- {block:ifsidebarimage}
- position:fixed;
- opacity:0.8;
- margin-left:50px;
- margin-top:-100px;
- padding:4px;
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- {/block:ifsidebarimage}
- }
- #sidebar img:hover{
- opacity:1;
- }
- {/block:ifVerticalTitle}
- {block:ifnotVerticalTitle}
- #title{
- position:fixed;
- font-family:consolas;
- font-size:20px;
- margin-left:110px;
- bottom:450px;
- }
- #sidebar img{
- {block:ifsidebarimage}
- position:fixed;
- opacity:0.8;
- margin-left:70px;
- margin-top:-100px;
- padding:4px;
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- {/block:ifsidebarimage}
- }
- #sidebar img:hover{
- opacity:1;
- }
- {/block:ifnotVerticalTitle}
- #content{
- padding-left:10px;
- padding-bottom:10px;
- padding-top:10px;
- {block:if250pxPosts}
- width:300px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:450px;
- {/block:if400pxPosts}
- {block:if500pxPosts}
- width:500px;
- {/block:if500pxPosts}
- margin-left:300px;
- {block:permalinkpage}width:530px;{/block:permalinkpage}
- }
- .entry{
- margin:4px;
- padding:6px;
- float:left;
- background:{color:Posts Background};
- border:1px solid {color:Posts Border};
- {block:indexpage}
- {block:if250pxPosts}
- width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:400px;
- {/block:if400pxPosts}
- {block:if500pxPosts}
- width:500px;
- {/block:if500pxPosts}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- .entry img{
- {block:indexpage}
- {block:if250pxPosts}
- width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:400px;
- {/block:if400pxPosts}
- {block:if500pxPosts}
- width:500px;
- {/block:if500pxPosts}
- margin-bottom:-2px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- }
- #img{
- {block:indexpage}
- opacity:.8;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- {/block:indexpage}
- }
- #img:hover{
- opacity:1;
- }
- .link {
- margin-left:2px;
- display:inline;
- width: 60px;
- background-color: #eee;
- padding: 4px;
- opacity: .8;
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing:1px;
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .link:hover{
- opacity:1;
- background:#fff;
- }
- .pagination{
- display:none;
- }
- #pagination{
- position:fixed;
- font-size:16px;
- left:152px;
- bottom:100px;
- }
- iframe#tumblr_controls{position:fixed !important;}
- .permapage {
- padding:0px 10px 0px 10px;
- }
- #la{
- background:#f3f3f3;
- margin-top:-2px;
- text-transform:uppercase;
- font:7px trebuchet ms;
- letter-spacing:1px;
- text-align:center;
- border-right:1px solid #ededed;
- border-left:1px solid #ededed;
- border-bottom:1px solid #ededed;
- padding:4px 10px 1px 10px;
- }
- .show {
- position:fixed;
- font-size:30px;
- letter-spacing:5px;
- color:{color:Text};
- bottom:200px;
- margin-left:150px;
- cursor:help;
- }
- .hide {
- position:fixed;
- text-align:left;
- padding:10px;
- bottom:0px;
- }
- #text img{
- {block:if500pxPosts}
- max-width:500px;
- {/block:if500pxPosts}
- {block:if250pxPosts}
- max-width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- max-width:400px;
- {/block:if400pxPosts}
- {block:PermalinkPage}
- max-width:500px;
- {/block:PermalinkPage}
- width:auto;
- height:auto;
- }
- #infscr-loading{
- display:none!important;
- }
- </style>
- <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>
- </head>
- <body>
- {block:ifInfiniteScrolling}
- <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:ifInfiniteScrolling}
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".hide").hide();
- $(".show").click(function(){
- $(this).next(".hide").slideToggle('fast');
- }); });
- </script>
- <div class="show">✉</div>
- <div class="hide">
- <div style="letter-spacing:1px; font-size:10px;">{text:Ask Title}</div><p>
- <iframe frameborder="0" height="149" src="http://www.tumblr.com/ask_form/{text:Ask}.tumblr.com" width="100%"></iframe>
- </div>
- </div>
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- <img src={image:Sidebar}>
- <div id="desc">{description}</div>
- {block:ifExtraLink}
- <div class="link">
- <a href="/">Index</a></div>
- <div class="link"><a href="/archive">Archive</a></div>
- <div class="link"><a href="{text:Link 1 URL}">{text:Link 1}</a></div>
- <div class="link"><a href="{text:Link 2 URL}">{text:Link 2}</a></div>
- {/block:ifExtraLink}
- {block:ifnotExtraLink}
- <div class="link">
- <a href="/">Index</a></div>
- <div class="link"><a href="/archive">Archive</a></div>
- <div class="link"><a href="{text:Link 1 URL}">{text:Link 1}</a></div>
- {/block:ifnotExtraLink}
- </div>
- {block:ifnotinfinitescrolling}
- <div id="pagination">
- {block:NextPage}<a href="{NextPage}">◀</a>{/block:NextPage}<br>
- {block:PreviousPage}<a href="{PreviousPage}">▶</a>{/block:PreviousPage}
- </div>
- {/block:ifnotinfinitescrolling}
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div id="text">{block:IndexPage}<div id="la"><a href="{Permalink}">{ShortMonth}. {DayOfMonth}</a></div>{/block:IndexPage}{block:Title}<h2><b><a href="{Permalink}">{Title}</a></b></h2>{/block:Title}
- {Body}</div>
- {/block:Text}
- {block:Photo}{block:IndexPage}<center><div id="la"><a href="{Permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div></center>{/block:IndexPage}
- <div id="img">
- {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}</div>
- {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}{block:IndexPage}<center><div id="la"><a href="{Permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div></center>{/block:IndexPage}
- <div id="img">
- {block:IndexPage}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}{block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}{/block:IndexPage}</div>
- {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div id="text">{block:IndexPage}<center><div id="la"><a href="{Permalink}">{ShortMonth}. {DayOfMonth}</a></div></center>{/block:IndexPage}<br>"{Quote}"
- {block:Source}<p>+<b>{Source}</b></p>{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <div id="text">{block:IndexPage}<center><div id="la"><a href="{Permalink}">{ShortMonth}. {DayOfMonth}</a></div></center>{/block:IndexPage}<a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}</div>
- {/block:Link}
- {block:Chat}
- <div id="text">{block:IndexPage}<center><div id="la"><a href="{Permalink}">{ShortMonth}. {DayOfMonth}</a></div></center>{/block:IndexPage}<br>
- {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}<center><div id="la"><a href="{Permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div></center>{/block:IndexPage}<div class="player"><br>{AudioPlayerWhite}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- {block:IndexPage}<center><div id="la"><a href="{Permalink}">{ShortMonth}. {DayOfMonth}</a></div></center>{/block:IndexPage}<br>{Asker} {Text:Ask}: {Question}
- {Answer}
- {/block:answer}
- {block:Video}
- {block:IndexPage}<center><div class="notes"><a href="{Permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div></center>{/block:IndexPage}<div class="video">{Video-250}</div>
- {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:PermalinkPage}
- <div class="permapage">{block:HasTags}—Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
- {block:NoteCount}—{NoteCountWithLabel}<br>{/block:NoteCount}</div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- {block:IndexPage}
- {block:ifInfiniteScrolling}
- <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:ifInfiniteScrolling}
- {/block:IndexPage}
- <a style="position:fixed;bottom:5px;right:5px;opacity:0.9;" href="http://shoseii.tumblr.com">THEME</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment