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>
- <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Muli:400,400italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Cabin:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
- <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 #15 - Yobidasare
- 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="color:Background" content="#ffffff"/>
- <meta name="color:Posts Background" content="#ffffff"/>
- <meta name="color:Posts Border" content="#eeeeee"/>
- <meta name="color:Text" content="#afaeae"/>
- <meta name="color:Link" content="#868585"/>
- <meta name="color:Link Hover" content="#c1e1e8"/>
- <meta name="color:Italics" content="#a5d7f0"/>
- <meta name="color:Bold" content="#F7A8BF"/>
- <meta name="color:Selection" content="#a5d7f0"/>
- <meta name="color:Scrollbar" content="#cccccc"/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Music Player Code" content=""/>
- <meta name="if:250px Posts" content="1"/>
- <meta name="if:400px Posts" content=""/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Grayscale Effect" content=""/>
- <meta name="if:Post Fade" content="1"/>
- <meta name="if:Show Captions" content="1"/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- background-color:{color:Scrollbar};
- border:2px solid {color:Background};
- height:auto;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:7px;
- border:3px solid {color:Background};
- }
- ::-webkit-scrollbar:horizontal{
- display:none;
- }
- ::-moz-selection {
- background:#fff;
- color:{color:Selection};
- }
- ::selection {
- background:#fff;
- color:{color:Selection};
- }
- body {
- font:9px 'Open Sans', sans-serif;
- color:{color:Text};
- text-align:left;
- 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.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- a:visited{
- color:{color:Link};
- }
- a:hover{
- color:{color:Link Hover};
- }
- b,strong{
- font-weight:heavy;
- color:{color:Bold};
- }
- i,italic{
- font-family:georgia;
- color:{color:Italics};
- }
- blockquote{
- padding-left:5px;
- border-left:3px solid #ccc;
- }
- /*--Sidebar--*/
- #sidebar{
- position:fixed;
- top:30px;
- left:160px;
- }
- #title{
- position:fixed;
- width:151px;
- overflow:hidden;
- margin-left:55px;
- margin-top:345px;
- font:bold 25px helvetica;
- text-align:right;
- overflow:hidden;
- z-index:9999999999;
- text-shadow:1px 1px #fff;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #title a{
- color:#000;
- }
- #title a:hover{
- color:#000;
- }
- #desc{
- color:{color:Text};
- position:fixed;
- margin-top:370px;
- margin-left:55px;
- width:150px;
- font:10px 'Open Sans', sans-serif;
- text-align:center;
- z-index:999999;
- }
- #links{
- display:inline-block;
- position:fixed;
- margin-top:217px;
- margin-left:215px;
- width:20px;
- z-index:-999999;
- text-transform:uppercase;
- -webkit-transform: scaleX(-1);
- }
- #links a{
- border:1px solid #eee;
- width:20px;
- line-height:30px;
- height:20px;
- padding:5px;
- margin:5px;
- }
- #imgg img{
- position:fixed;
- padding:6px;
- margin-left:50px;
- margin-top:210px;
- width:150px;
- height:150px;
- border-right:1px solid #eee;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #sidebar img:hover{
- opacity:0.7;
- -webkit-filter:grayscale(0.6);
- }
- /*--Posts--*/
- #content{
- padding-left:10px;
- padding-bottom:10px;
- padding-top:10px;
- margin-top:-5px;
- {block:if250pxPosts}
- width:280px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:430px;
- {/block:if400pxPosts}
- margin-left:445px;
- {block:permalinkpage}width:530px;{/block:permalinkpage}
- }
- .entry{
- margin:10px 5px 10px 0px;
- padding:22px 20px 0px 20px;
- float:left;
- border:1px solid {color:Posts Border};
- {block:permalinkpage}
- border-bottom:1px solid {color:Posts Border};
- {/block:permalinkpage}
- background:{color:Posts Background};
- overflow:hidden;
- {block:indexpage}
- {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:if250pxPosts}
- width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:400px;
- {/block:if400pxPosts}
- margin-bottom:-2px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- }
- #tri2{
- position:fixed;
- left:218px;
- bottom:70px;
- width:0px;
- height:0px;
- border-left: 10px solid transparent;
- border-right: 10px solid transparent;
- border-top: 10px solid #000;
- }
- #bg{
- position:fixed;
- background:#000;
- top:0px;
- margin-left:438px;
- width:300px;
- {block:permalinkpage}
- width:550px;
- {/block:permalinkpage}
- height:100%;
- z-index:-999;
- }
- /*--Grayscale Effect--*/
- #img{
- {block:indexpage}
- {block:ifPostFade}
- opacity:0.6;
- {/block:ifPostFade}
- {block:ifGrayscaleEffect}
- filter: url(filters.svg#grayscale);
- filter: gray;
- -webkit-filter: grayscale(1);
- {/block:ifGrayscaleEffect}
- -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{
- {block:indexpage}
- opacity:1;
- {block:ifGrayscaleEffect}
- filter: url(filters.svg#grayscale);
- filter: gray;
- -webkit-filter: grayscale(0);
- {/block:ifGrayscaleEffect}
- {/block:indexpage}
- }
- /*--Permalinks--*/
- .entry:hover #permalink{
- opacity:1;
- }
- #permalink{
- opacity:0;
- {block:indexpage}
- background:#eee;
- color:#bbb;
- {block:if250pxPosts}
- width:300px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:450px;
- {/block:if400pxPosts}
- margin-left:-30px;
- margin-top:2px;
- padding:5px;
- text-align:center;
- font:8px calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- border-bottom:1px solid #eee;
- -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}
- }
- /*--Miscellaneous--*/
- .permapage {
- padding:0px 10px 0px 10px;
- }
- iframe#tumblr_controls{
- position:fixed !important;
- -webkit-filter:invert(100%);
- opacity:0.5;
- }
- .pagination {
- display:none;
- }
- #pagination{
- position:fixed;
- width:150px;
- text-align:center;
- margin-left:207px;
- margin-top:208px;
- font:italic bold 40px times;
- }
- #text img{
- {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;
- }
- #text{
- padding-bottom:5px;
- }
- #portrait img{
- margin-right:5px;
- float:left;
- border:3px double #eee;
- padding:4px;
- background:{color:Posts Background};
- width:auto;
- }
- #audio{
- margin-top:-40px;
- margin-left:50px;
- min-height:5px;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:1px;
- text-align:left;
- }
- .playbutton{
- position:absolute;
- top:-38px;
- left:-10px;
- }
- .tumblr_audio_player{
- border:none;
- padding:0px;
- margin:0px;
- height:100px;
- width:500px;
- }
- .playbox{
- position:relative;
- margin-top:10px;
- width:28px;
- height:27px;
- overflow:hidden;
- }
- #s-m-t-tooltip{
- background:#000;
- color:#fff;
- 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);
- }
- #musicplayer{
- position:fixed;
- margin-left:90px;
- margin-top:-1px;
- z-index:9999999;
- }
- .player {
- background:#fff;
- border-left:1px solid {color:Sidebar};
- border-right:1px solid {color:Sidebar};
- border-bottom:1px solid {color:Sidebar};
- padding:2px 0px 3px 2px;
- width:27px;
- overflow:hidden;
- z-index:9999;
- }
- #desu{
- z-index:999;
- width:20px;
- height:15px;
- position:fixed;
- overflow:hidden;
- top:0px;
- left:0px;
- padding:3px 3px 3px 0px;
- z-index:9999999999999;
- -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;
- }
- #desu:hover{
- width:30px;
- }
- #ask{
- width:230px;
- {block:if400pxPosts}
- width:380px;
- {/block:if400pxPosts}
- min-height:45px;
- {block:PermalinkPage}
- width:478px;
- {/block:PermalinkPage}
- margin-left:5px;
- padding:10px;
- background:#eee;
- }
- #tri{
- margin-left:25px;
- margin-top:0px;
- width:0px;
- height:0px;
- border-left: 10px solid transparent;
- border-right: 10px solid transparent;
- border-top: 10px solid #eee;
- }
- #answer{
- margin-left:10px;
- margin-top:-10px;
- }
- #captions{
- margin-top:5px;
- background:#f2f2f2;
- border-left:2px solid #ccc;
- padding:5px;
- }
- #tags{
- position:absolute;
- opacity:0;
- margin-top:2px;
- -webkit-transition:opacity 0.5s linear;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- .entry:hover #tags{
- opacity:1;
- }
- #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(){
- $("[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:IndexPage}<div id="desu"><center>{text:Music Player Code}</center> </div>{/block:IndexPage}
- {block:ifnotinfinitescroll}
- <div id="pagination">
- <center>{block:Pagination}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {/block:Pagination}<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="imgg"><img src="{image:Sidebar}"/></div>
- <div id="links">
- <a href="/" title="refresh"><img src="https://31.media.tumblr.com/2015daae1d676432bfe8cc417be25d2b/tumblr_inline_n2aiggyMWT1r7v6wt.png"/></a>
- <a href="/ask" title="message"><img src="https://31.media.tumblr.com/5b80f6b287f935df5d5eae173919821e/tumblr_inline_n2aigwiUlj1r7v6wt.png"/></a>
- <a href="/archive" title="past"><img src="https://31.media.tumblr.com/865ace9e93e5f202a914940b84b301ff/tumblr_inline_n2aivtfzJ31r7v6wt.png"/></a>
- {block:ifLink1}
- <a href="{text:Link 1 URL}" title="{text:Link 1}"><img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png"</a>
- {/block:ifLink1}
- {block:ifLink2}
- <a href="{text:Link 2 URL}" title="{text:Link 2}"><img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png"/></a>
- {/block:ifLink2}
- </div>
- <div id="title">
- <a href="/">{title}</a>
- </div>
- <div id="desc">{description}</div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div id="text">{block:IndexPage}{/block:IndexPage}{block:Title}<h2><b><a href="{Permalink}">{Title}</a></b></h2>{/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div id="img">
- {block:IndexPage}
- <img src="{PhotoURL-500}" width="{block:if250pxPosts}250{/block:if250pxPosts}{block:if400pxPosts}400{/block:if400pxPosts}{block:if500pxPosts}500{/block:if500pxPosts}"/></div>
- {block:IfShowCaptions}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}" width="500"/>{block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div id="img">
- {block:IndexPage}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}{block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}
- {block:IfShowCaptions}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
- {/block:IndexPage}</div>
- {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div style="position:absolute;margin-top:-5px;margin-left:-13px;font:30px times new roman;opacity:0.3;">“</div>
- <div style="font:small-caps 14px calibri;margin-left:5px;">{Quote}</div>
- {block:Source}<p><div style="font:bold small-caps 12px calibri;">—{Source}</div></p>{/block:Source}
- {/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}
- <table style="{block:if250pxPosts}width:250px;{/block:if250pxPosts}{block:if400pxPosts}width:400px;{/block:if400pxPosts}{block:if500pxPosts}width:500px;{/block:if500pxPosts}{block:PermalinkPage}width:500px;{/block:PermalinkPage}">
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- <tr>
- <td style="vertical-align:top;">
- <div id="audio">{block:Artist}<b><em>Artist</em>:</b> {Artist}{/block:Artist}
- {block:TrackName}<br><b><em>Song</em>:</b> {TrackName}{/block:TrackName}
- {block:Album}<br><b><em>Album</em>:</b> {Album}{/block:Album}
- {block:PlayCount}<br><b><em>Plays</em>:</b>{PlayCount}{/block:PlayCount}
- </div></td></tr></table>
- {block:IfShowCaptions}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div id="ask">
- <div id="portrait"><img src="{AskerPortraitURL-30}"></div>
- <em><strong>{Asker} whispered:</em></strong> {Question}
- </div>
- <div id="tri"></div>
- <div id="answer">
- {Answer}
- </div>
- {/block:Answer}
- {block:Video}
- <div id="img">
- {block:IndexPage}
- {block:if250pxPosts}{Video-250}{/block:if250pxPosts}{block:if400pxPosts}{Video-400}{/block:if400pxPosts}{block:if500pxPosts}{Video-500}{/block:if500pxPosts}</div>
- {block:IfShowCaptions}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}{Video-500}
- {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {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}
- <div id="permalink">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} @ {12Hour}{CapitalAmPm} with <a href="{Permalink}" target="blank">{NoteCountWithLabel}</a> <a href="{ReblogURL}" style="color:#fff;background:#aaa;padding-left:2px;padding-right:2px;">Reblog?</a></div>
- {block:HasTags}<div id="tags">Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br></div>{/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
- <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
- <div class="permapage">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
- <br>{block:HasTags}Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
- {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
- <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}</div>
- {/block:Date}
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- <a href="http://shoseii.tumblr.com" style="position:fixed;bottom:5px;right:5px;">THEME</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment