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 #12 - Mirai
- 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://31.media.tumblr.com/a7446c590e87dfa7747b3995f2b322e0/tumblr_mu27mxYsWz1qjv6zxo6_r1_250.gif"/>
- <meta name="image:Title Pixel" content="http://media.tumblr.com/tumblr_m1z1k5wE0K1qf290m.gif"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Blockquote" content="#c7c7c7"/>
- <meta name="color:Selection" content="#a5d7f0"/>
- <meta name="color:Posts Background" content="#ffffff"/>
- <meta name="color:Post Border" content="#eeeeee"/>
- <meta name="color:Text" content="#afaeae"/>
- <meta name="color:Link" content="#868585"/>
- <meta name="color:Line 1" content="#dddddd"/>
- <meta name="color:Line 2" content="#dddddd"/>
- <meta name="color:Line 3" content="#dddddd"/>
- <meta name="color:Circle Link 1" content="#dddddd"/>
- <meta name="color:Circle Link 2" content="#dddddd"/>
- <meta name="color:Circle Link 3" content="#dddddd"/>
- <meta name="color:Circle Link 4" content="#dddddd"/>
- <meta name="color:Circle Link Hover" content="#000000"/>
- <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:Infinite Scroll" content="1"/>
- <meta name="if:Grayscale Effect" content=""/>
- <meta name="if:Post Fade" content="1"/>
- <meta name="if:250px Posts" content="1"/>
- <meta name="if:400px Posts" content=""/>
- <meta name="if:500px Posts" content=""/>
- <meta name="if:Post Borders" content=""/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- background-color:#ccc;
- 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-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:#fff;
- text-shadow:2px 0px #ccc, -2px 0px #ccc;
- }
- b,strong{
- font-weight:heavy;
- color:{color:Text};
- }
- blockquote{
- padding-left:5px;
- border-left:3px solid {color:Blockquote};
- }
- h1{
- font:bold italic 25px times new roman;
- border-bottom:1px dashed #ccc;
- text-align:center;
- }
- h2{
- font:bold italic 20px times new roman;
- border-bottom:1px dashed #ccc;
- text-align:center;
- }
- /*--Sidebar--*/
- #sidebar{
- position:fixed;
- margin-top:200px;
- width:300px;
- height:100px;
- margin-left:550px;
- {block:if400pxPosts}
- margin-left:700px;
- {/block:if400pxPosts}
- {block:if500pxPosts}
- margin-left:800px;
- {/block:if500pxPosts}
- {block:PermalinkPage}
- margin-left:800px;
- {/block:PermalinkPage}
- border-left:1px solid #ddd;
- z-index:9999;
- }
- #icon img{
- position:fixed;
- width:100px;
- height:100px;
- margin-left:-115px;
- border-radius:100px;
- }
- #title{
- position:fixed;
- letter-spacing:0px;
- font:bold italic 25px garamond;
- width:160px;
- margin-top:0px;
- margin-left:0px;
- text-align:right;
- z-index:999;
- }
- #desc{
- position:fixed;
- color:{color:Text};
- font-size:9px;
- text-align:right;
- width:160px;
- height:64px;
- margin-left:0px;
- margin-top:35px;
- overflow:scroll;
- border-top:1px solid #ddd;
- padding-top:4px;
- }
- #sideline{
- position:fixed;
- background:{color:Line 1};
- width:1px;
- height:50px;
- margin-left:190px;
- margin-top:-15px;
- -webkit-transform:rotate(-45deg);
- }
- #sideline2{
- position:fixed;
- background:{color:Line 2};
- width:1px;
- height:50px;
- margin-left:190px;
- margin-top:20px;
- -webkit-transform:rotate(45deg);
- }
- #sideline3{
- position:fixed;
- background:{color:Line 3};
- width:1px;
- height:50px;
- margin-left:190px;
- margin-top:55px;
- -webkit-transform:rotate(-45deg);
- }
- #circ{
- position:fixed;
- width:10px;
- height:10px;
- background:{color:Background};
- margin-left:170px;
- margin-top:-10px;
- border:1px solid {color:Circle Link 1};
- border-radius:100px;
- z-index:99999;
- -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;
- }
- #circ:hover{
- background:{color:Circle Link Hover};
- }
- #circ2{
- position:fixed;
- width:10px;
- height:10px;
- background:{color:Background};
- margin-left:198px;
- margin-top:22px;
- border:1px solid {color:Circle Link 2};
- border-radius:100px;
- z-index:99999;
- -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;
- }
- #circ2:hover{
- background:{color:Circle Link Hover};
- }
- #circ3{
- position:fixed;
- width:10px;
- height:10px;
- background:{color:Background};
- margin-left:170px;
- margin-top:55px;
- border:1px solid {color:Circle Link 3};
- border-radius:100px;
- z-index:99999;
- -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;
- }
- #circ3:hover{
- background:{color:Circle Link Hover};
- }
- #circ4{
- position:fixed;
- width:10px;
- height:10px;
- background:{color:Background};
- margin-left:198px;
- margin-top:87px;
- border:1px solid {color:Circle Link 4};
- border-radius:100px;
- z-index:99999;
- -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;
- }
- #circ4:hover{
- background:{color:Circle Link Hover};
- }
- /*--Posts--*/
- #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:100px;
- {block:permalinkpage}width:530px;{/block:permalinkpage}
- }
- .entry{
- margin:4px;
- padding:10px;
- overflow:hidden;
- float:left;
- {block:ifPostBorders}
- border:1px solid {color:Post Border};
- {/block:ifPostBorders}
- background:{color:Posts Background} url('{image:Posts Background}') fixed repeat center;
- {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}
- }
- #img{
- {block:indexpage}
- padding-bottom:8px;
- {block:ifPostFade}
- opacity:.8;
- {/block:ifPostFade}
- -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:ifGrayscaleEffect}
- filter: url(filters.svg#grayscale);
- filter: gray;
- -webkit-filter: grayscale(1);
- {/block:ifGrayscaleEffect}
- {/block:indexpage}
- }
- #img:hover{
- {block:ifPostFade}
- opacity:1;
- {/block:ifPostFade}
- {block:ifGrayscaleEffect}
- filter: url(filters.svg#grayscale);
- filter: gray;
- -webkit-filter: grayscale(0);
- {/block:ifGrayscaleEffect}
- }
- /*--Infinite Scroll--*/
- .pagination{
- display:none;
- }
- /*--Pagination--*/
- #pagi{
- position:fixed;
- margin-top:320px;
- {block:if250pxPosts}
- margin-left:473px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- margin-left:623px;
- {/block:if400pxPosts}
- {block:if500pxPosts}
- margin-left:723px;
- {/block:if500pxPosts}
- z-index:999;
- }
- #pagination a{
- background:#000;
- color:#ccc;
- padding:5px;
- font:italic 9px cambria;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #pagination a:hover{
- text-shadow:none;
- color:{color:Text};
- background:#fff;
- padding:10px;
- font-size:12px;
- }
- /*--Miscellaneous--*/
- iframe#tumblr_controls{
- position:fixed !important;
- -webkit-filter:invert(100%);
- opacity:0.3;
- }
- .permapage {
- padding:0px 10px 0px 10px;
- }
- #permalink{
- border-top:1px solid #eee;
- padding:4px 10px 1px 10px;
- text-align:center;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:1px;
- opacity:0;
- margin-left:-150px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- .entry:hover #permalink{
- opacity:1;
- margin-left:0px;
- }
- #permalink img{
- width:auto;
- }
- #text img{
- {block:if250pxPosts}
- max-width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- max-width:400px;
- {/block:if400pxPosts}
- {block:if500pxPosts}
- max-width:500px;
- {/block:if500pxPosts}
- {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{
- background:{color:Posts Background};
- border-top:2px solid {color:Post Border};
- border-bottom:2px solid {color:Post Border};
- margin-left:120px;
- margin-top:-108px;
- padding-top:25px;
- height:65px;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:1px;
- text-align:center;
- }
- #player{
- padding-left:120px;
- }
- #albumart:hover .playbox{
- opacity:1;
- }
- .playbox {
- background-color:#fff;
- opacity:0;
- position:absolute;
- z-index:1000;
- margin-top:40px;
- margin-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{
- background:transparent;
- border:none;
- padding:6px 5px 5px 4px;
- margin:0px;
- height:100px;
- {block:IndexPage}
- width:32px;
- {/block:IndexPage}
- }
- #cap{
- position:absolute;
- margin-left:120px;
- margin-top:-75px;
- min-height:90px;
- max-width:500px;
- overflow:hidden;
- }
- #albumart{
- float:left;
- }
- .cover{
- padding:5px;
- position:relative;
- z-index:1;
- border:1px solid {color:Post Border};
- }
- #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);
- }
- #scrlTop{
- color:#eee;
- }
- #infscr-loading{
- display:none!important;
- }
- </style>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
- </script>
- <script type="text/javascript" language="javascript">
- $(function () {
- $('#scrlBotm').click(function () {
- $('html, body').animate({
- scrollTop: $(document).height()
- },
- 1500);
- return false;
- });
- $('#scrlTop').click(function () {
- $('html, body').animate({
- scrollTop: '0px'
- },
- 1500);
- return false;
- });
- });
- </script>
- <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>
- </head>
- <body>
- <div id="sidebar">
- <a href="/ask" title="whisper"><div id="circ"></div></a>
- <a href="/archive" title="memories"><div id="circ2"></div></a>
- <a href="{text:Link 1 URL}" title="{text:Link 1}"><div id="circ3"></div></a>
- <a href="{text:Link 2 URL}" title="{text:Link 2}"><div id="circ4"></div></a>
- <div id="sideline"></div>
- <div id="sideline2"></div>
- <div id="sideline3"></div>
- <div id="icon"><img src="{image:Sidebar}"/></div>
- <div id="title"><img src="{image:Title Pixel}"/> <a href="/" title="refresh">{title}</a></div>
- <div id="desc">{description}</div>
- </div>
- {block:ifnotinfinitescroll}
- {block:Pagination}
- <div id="pagi">
- <div id="pagination">
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}<br>
- <div style="margin-top:-170px;">
- {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}</div>
- </div>
- </div>
- {/block:Pagination}
- {/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="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}{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>{/block:Date}
- <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:PermalinkPage}</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:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}" width="500"/>{block:Caption}{Caption}{/block:Caption}<div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
- <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></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: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:IndexPage}</div>
- {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
- <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
- <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></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:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div style="font:12px times new roman;">
- <br><em>❝ {Quote}</em></div>
- {block:Source}<p>—<b>{Source}</b></p>{/block:Source}
- {block:PermalinkPage}
- <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:PermalinkPage}
- {/block:Quote}
- {block:Link}
- <div id="text">
- <a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}{block:PermalinkPage}
- <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:PermalinkPage}</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:PermalinkPage}
- <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:PermalinkPage}
- {/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 id="albumart">
- <div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover" width="100"></div>
- {/block:AlbumArt}
- <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:IndexPage}
- {block:PermalinkPage}
- {block:AlbumArt}
- <div id="albumart"><img src="{AlbumArtURL}" class="cover" width="100"></div>
- {/block:AlbumArt}
- <div id="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
- <div id="cap">{block:Caption}{Caption}{/block:Caption}
- </div>
- <div style="font:14px Cambria;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
- <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></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:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div id="text">
- <div id="portrait"><img src="{AskerPortraitURL-48}"></div>
- <div style="border-bottom:1px solid {color:Post Border};padding-bottom:5px;padding-top:2px;align:right;"><em><strong>{Asker} whispered:</em></strong> {Question}</div>
- {Answer}
- </div>
- {block:PermalinkPage}
- <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:PermalinkPage}
- {/block:Answer}
- {block:Video}
- <div id="img">
- {block:if250pxPosts}{Video-250}{/block:if250pxPosts}{block:if400pxPosts}{Video-400}{/block:if400pxPosts}{block:if500pxPosts}{Video-500}{/block:if500pxPosts}</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: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">
- <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a> | <a href="{ReblogURL}" target="_blank">reblog?</a>
- </div>
- {/block:IndexPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- <a style="position:fixed;bottom:5px;right:5px;" href="http://shoseii.tumblr.com">THEME</a>
- {block:IndexPage}
- <a id="scrlTop" title="back to top" href="#" style="position: fixed; bottom: 0px; {block:if250pxPosts}left:420px;{block:if250pxPosts}{block:if400pxPosts}left:580px;{block:if400pxPosts}{block:if500pxPosts}left:670px;{block:if500pxPosts}"><font size="6px">▲</font></a>
- {/block:IndexPage}
- {block:IndexPage}
- {block:ifInfiniteScroll}
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script>
- $(document).ready(function(){
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:Posts Background} !important} </style>"));
- });
- var $container = $('#content');
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.pagination a',
- bufferPx: 800
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('iframe.tumblr_audio_player').load(function(){
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:Posts Background}}!important} </style>"));
- });
- });
- });
- </script>
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment