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 #7 - Hakkoi
- 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="color:Background" content="#ffffff"/>
- <meta name="color:Posts Background" content="#ffffff"/>
- <meta name="color:Posts Border" content="#dad7d7"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Hover" content="#ffffff"/>
- <meta name="color:Blockquote" content="#000000"/>
- <meta name="color:Note Border" content="#eeeeee"/>
- <meta name="color:Links Background" content="#eeeeee"/>
- <meta name="color:Title Border" content="#000000"/>
- <meta name="color:Title Border 2" content="#eeeeee"/>
- <meta name="color:Title Background" content="#f6f6f6"/>
- <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:200px Posts" content="1"/>
- <meta name="if:250px Posts" content=""/>
- <meta name="if:400px Posts" content=""/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Post Borders" content=""/>
- <meta name="if:One Column" content=""/>
- <meta name="if:Three Column" content=""/>
- <meta name="if:Four Column" content="1"/>
- <meta name="if:Grayscale Effect" content="1"/>
- <meta name="if:Dropdown" 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:calibri;
- font-size:9px;
- color:{color:Text};
- text-align:justify;
- background:{color:Background} url('{image:Background}') fixed repeat center;
- }
- h1 {
- font-family:consolas;
- font-size:12px;
- background:{color:Title Background};
- border-bottom: 1px dashed #ccc;
- padding:3px;
- text-align:center;
- font-weight:lighter;
- }
- h2 {
- font-family:consolas;
- font-size:11px;
- background:{color:Title Background};
- border-bottom: 1px dashed #ccc;
- padding:3px;
- text-align:center;
- font-weight:lighter;
- }
- 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:3px solid {color:Blockquote};
- }
- #desc{
- color:{color:Text};
- font-size:7px;
- {block:ifDropdown}
- font-size:9px;
- {/block:ifDropdown}
- margin-top:5px;
- letter-spacing:2px;
- text-align:center;
- padding-bottom:2px;
- {block:ifDropdown}
- border-bottom:1px dashed {color:Title Border 2};
- {/block:ifDropdown}
- }
- #sidebar{
- width:100px;
- position:fixed;
- top:400px;
- padding:2px;
- margin-left:160px;
- }
- #title{
- font-family:meiryo;
- font-size:14px;
- width:auto;
- margin-left:0px;
- text-align:center;
- border-left:3px solid {color:Title Border};
- border-bottom:1px dashed {color:Title Border 2};
- }
- #content{
- padding-left:10px;
- padding-bottom:10px;
- padding-top:10px;
- overflow:hidden;
- {block:if200pxPosts}
- width:500px;
- {block:ifOneColumn}
- width:250px;
- {/block:ifOneColumn}
- {block:ifThreeColumn}
- width:650px;
- {/block:ifThreeColumn}
- {block:ifFourColumn}
- width:865px;
- {/block:ifFourColumn}
- {/block:if200pxPosts}
- {block:if250pxPosts}
- width:650px;
- {block:ifOneColumn}
- width:300px;
- {/block:ifOneColumn}
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:450px;
- {/block:if400pxPosts}
- margin-left:300px;
- {block:permalinkpage}width:530px;{/block:permalinkpage}
- }
- .entry{
- margin:5px 4px 5px 4px;
- padding:4px;
- float:left;
- overflow:hidden;
- background:{color:Posts Background};
- {block:ifPostBorders}
- padding:15px;
- border:1px solid {color:Posts Border};
- {/block:ifPostBorders}
- {block:indexpage}
- {block:if200pxPosts}
- width:200px;
- {/block:if200pxPosts}
- {block:if250pxPosts}
- width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:400px;
- {/block:if400pxPosts}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- .entry img{
- {block:indexpage}
- {block:if200pxPosts}
- width:200px;
- {/block:if200pxPosts}
- {block:if250pxPosts}
- width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:400px;
- {/block:if400pxPosts}
- margin-bottom:-2px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- }
- {block:ifGrayscaleEffect}
- #img{
- {block:indexpage}
- filter: url(filters.svg#grayscale);
- filter: gray;
- -webkit-filter: grayscale(.7);
- {/block:indexpage}
- }
- {/block:ifGrayscaleEffect}
- .pagination {
- display: none;
- }
- #pagination{
- position:fixed;
- left:152px;
- bottom:80px;
- }
- .entry:hover #la{
- opacity:1;
- }
- #la{
- {block:ifnotOneColumn}
- position:absolute;
- background:{color:Posts Background};
- width:250px;
- bottom:0px;
- right:0px;
- padding:2px;
- text-align:right;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- opacity:0;
- border-right:5px solid {color:Note Border};
- -webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;
- {/block:ifnotOneColumn}
- {block:ifOneColumn}
- background:{color:Note Border};
- padding:1px;
- font-size:8px;
- {/block:ifOneColumn}
- }
- #links a{
- display:block;
- background:{color:Links Background};
- padding:2px 56px 2px 3px;
- letter-spacing:1px;
- -webkit-transition: .7s;
- -moz-transition: 2.0s;
- }
- #links a:hover{
- color:#fff;
- background:#000;
- }
- .permapage {
- padding:0px 10px 0px 10px;
- }
- {block:ifDropdown}
- .show {
- text-align:center;
- margin-top:-14px;
- margin-left:100px;
- cursor:help;
- }
- {/block:ifDropdown}
- #text img{
- {block:if200pxPosts}
- max-width:200px;
- {/block:if200pxPosts}
- {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;
- }
- iframe#tumblr_controls{position:fixed !important;}
- .tumblr_audio_player{
- border:none;
- padding:0px;
- margin:0px;
- height:30px;
- width:200px;
- }
- #infscr-loading{
- display:none!important;
- }
- </style>
- {block:ifDropdown}
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $("#desc").hide();
- $(".show").click(function(){
- $(this).next("#desc").slideToggle('fast');
- }); });
- </script>
- {/block:ifDropdown}
- <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:ifOneColumn}
- {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}
- {/block:ifOneColumn}
- {block:ifnotOneColumn}
- {block:IndexPage}
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- {block:ifInfinitescroll}
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:ifInfinitescroll}
- <script>
- $(document).ready(function(){
- var $container = $('#content');
- $container.masonry({
- itemSelector: '.entry',
- });
- $container.imagesLoaded(function(){
- $container.masonry();
- });
- {block:ifInfinitescroll}
- $container.infinitescroll({
- itemSelector : ".entry",
- navSelector : ".pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em> </em>",
- bufferPx : 800
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $(newElements).find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '5px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $newElems.imagesLoaded(function(){
- $container.masonry( 'appended', $newElems );
- $newElems.animate({ opacity: 1 });
- });
- });
- {/block:ifInfinitescroll}
- });
- </script>
- {/block:IndexPage}
- {/block:ifnotOneColumn}
- </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>
- {block:ifDropdown}
- <div class="show">▼</div>
- {/block:ifDropdown}
- <div id="desc">{description}</div>
- <p>
- <div id="links">
- <a href="/ask">whisper</a>
- <p>
- <a href="/archive">past</a>
- <p>
- {block:ifLink1}
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- {/block:ifLink1}
- <br>
- {block:ifLink2}
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- {/block:ifLink2}
- </div>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:IndexPage}<center><div id="la"><a href="{Permalink}" target="blank">{MonthNumber}.{DayOfMonth}</a></div></center>{/block:IndexPage}<div id="text">{block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}</div>
- {/block:Text}
- {block:Photo}
- <div id="img">
- {LinkOpenTag}<a href="{Permalink}" target="blank"><img src="{PhotoURL-500}" title="{NoteCountwithLabel}"alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}</div>
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div id="img">
- {block:IndexPage}
- <div id="la"><a href="{Permalink}" target="blank">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div>
- <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:IndexPage}</div>
- {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}"target="blank">{MonthNumber}.{DayOfMonth}</a></div></center>{/block:IndexPage}"{Quote}"
- {block:Source}<p>—<b>{Source}</b></p>{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- {block:IndexPage}<center><div id="la"><a href="{Permalink}" target="blank">{MonthNumber}.{DayOfMonth}</a></div></center>{/block:IndexPage}<a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:IndexPage}<center><div id="la"><a href="{Permalink}" target="blank">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div></center>{/block:IndexPage}
- {block:Title}<h3>{Title}</h3>{/block:Title}
- {block:Lines}<p>
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}</p>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:IndexPage}<center><div id="la"><a href="{Permalink}" target="blank">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div></center>{/block:IndexPage}<div class="player">{AudioPlayerWhite}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- {block:IndexPage}<div id="text"><center><div id="la"><a href="{Permalink}" target="blank">{ShortMonth}. {DayOfMonth}</a></div></center>{/block:IndexPage}{Asker} {Text:Ask}: {Question}
- {Answer}</div>
- {/block:answer}
- {block:Video}
- {block:IndexPage}<center><div id="la"><a href="{Permalink}" target="blank">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">Reblog</a></div></center>{/block:IndexPage}<div class="video">{Video-250}</div>
- {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}—{NoteCountwithLabel}</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