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=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.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 #22 - Existential
- shoseii.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="#fafafb"/>
- <meta name="color:Posts Background" content="#ffffff"/>
- <meta name="color:Posts Border" content="#eeeeee"/>
- <meta name="color:Text" content="##898989"/>
- <meta name="color:Bold" content="#ED6B73"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Title Hover" content="#eeeeee"/>
- <meta name="color: Nav Links" content="#000000"/>
- <meta name="color:Link" content="#797979"/>
- <meta name="color:Header" content="#ffffff"/>
- <meta name="color:Nav Links" content="#000000"/>
- <meta name="color:Title Background" content="#000000"/>
- <meta name="color:Link Hover" content="#f59797"/>
- <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:Link 3" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:250px Posts" content="1"/>
- <meta name="if:400px Posts" content=""/>
- <meta name="if:Two Column" content="1"/>
- <meta name="if:Grayscale Effect" content=""/>
- <meta name="if:Post Fade" content="1"/>
- <meta name="if:Show Caption" content=""/>
- <meta name="if:Mini Cursor" content="1"/>
- <style type="text/css">
- @font-face{
- font-family:"Market Deco";
- src:url("Market_Deco.eot?") format("eot"),url("Market_Deco.woff") format("woff"),url("Market_Deco.ttf") format("truetype"),url("Market_Deco.svg#MarketDeco") format("svg");
- font-weight:normal;
- font-style:normal;
- }
- {block:ifMiniCursor}
- *, body, a {cursor: url(http://static.tumblr.com/p7wg3p9/o3jmn8igq/tiny.png), auto;}
- a:hover {cursor: url(http://static.tumblr.com/p7wg3p9/EWnmn8ip5/tinyhover.png), auto;}
- {/block:ifMiniCursor}
- ::-webkit-scrollbar-thumb{
- background-color:{color:Scrollbar};
- border:3px solid {color:Background};
- height:auto;
- }
- ::-webkit-scrollbar {
- background:{color:Background};
- height:9px;
- width:7px;
- }
- ::-webkit-scrollbar:horizontal{
- display:none;
- }
- ::-moz-selection {
- background:{color:Selection};
- color:#fff;
- }
- ::selection {
- background:{color:Selection};
- color:#fff;
- }
- body {
- font-family:'Open Sans', sans-serif;
- font-size:9px;
- 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};
- }
- blockquote{
- padding-left:5px;
- border-left:1px solid #ccc;
- }
- /*--Sidebar--*/
- #header{
- position:fixed;
- top:0px;
- left:0px;
- box-shadow:3px 0px 20px #eee;
- background:{color:Header};
- width:100vw;
- height:50px;
- z-index:9999999999999999;
- }
- #sidebar{
- background:{color:Background};
- position:fixed;
- width:100vw;
- top:40px;
- left:0px;
- height:160px;
- z-index:99999999;
- }
- #icon img{
- position:fixed;
- width:200px;
- max-height:250px;
- margin-top:10px;
- margin-left:20px;
- padding:2px;
- border:1px solid {color:Posts Border};
- -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;
- }
- #title{
- background:{color:Header};
- position:fixed;
- margin-top:-135px;
- margin-left:52px;
- width:250px;
- overflow:hidden;
- padding:10px;
- font:bold 25px 'Montserrat', sans-serif;
- text-align:center;
- text-transform:uppercase;
- border:5px solid #000;
- z-index:99999999999999999;
- -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:{color:Title};
- }
- #title a:hover{
- color:{color:Title Hover};
- }
- #desc{
- position:fixed;
- color:{color:Title};
- z-index:99999999999999999;
- max-height:50px;
- overflow:scroll;
- text-align:center;
- width:250px;
- margin-left:65px;
- margin-top:-68px;
- }
- #links{
- position:fixed;
- width:300px;
- z-index:99999999999999;
- text-align:right;
- top:15px;
- right:10px;
- text-transform:uppercase;
- -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;
- }
- #links a{
- color:{color:Nav Links};
- text-decoration:underline;
- display:inline-block;
- padding:2px;
- margin:2px 2px 2px 0px;
- overflow:hidden;
- }
- #links a:hover{
- color:{color:Link Hover};
- }
- /*--Posts--*/
- #center{
- width:395px;
- {block:ifTwoColumn}
- width:365px;
- {/block:ifTwoColumn}
- margin-left:auto;
- margin-right:auto;
- margin-top:200px;
- margin-bottom:0px;
- padding-left:20px;
- padding-right:20px;
- border:0;
- }
- #content{
- background:{color:Background};
- z-index:99999;
- width:335px;
- {block:if400pxPosts}
- margin-left:-73px;
- {/block:if400pxPosts}
- {block:ifTwoColumn}
- width:800px;
- margin-left:-175px;
- {/block:ifTwoColumn}
- {block:PermalinkPage}
- margin-top:10px;
- width:585px;
- margin-left:-120px;
- {/block:PermalinkPage}
- }
- .entry{
- margin:5px 4px 70px 35px;
- padding:30px;
- float:left;
- border:1px solid {color:Posts Border};
- background:{color:Posts Background};
- {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}
- width:250px
- {block:if400pxPosts}
- width:400px;
- {/block:if400pxPosts}
- margin-bottom:-2px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- }
- ol.notes{
- padding:0px;
- height:218px;
- overflow:auto;
- margin:5px 0px;
- list-style-type:none;
- border-bottom:solid 1px {color:Posts Border};
- }
- ol.notes li.note{
- border-top:solid 1px {color:Posts Border};
- padding:10px;
- }
- ol.notes li.note img.avatar{
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note blockquote{
- border-color:{color:Posts Border};
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a{
- text-decoration:none;
- }
- /*--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--*/
- #permalink{
- position:absolute;
- color:#444;
- width:312px;
- {block:if400pxPosts}
- width:460px;
- {/block:if400pxPosts}
- margin-left:-15px;
- margin-top:35px;
- {block:ifTwoColumn}
- bottom:-15px;
- {/block:ifTwoColumn}
- text-align:left;
- font:10px pt sans, calibri;
- z-index:999999;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- #date{
- color:#444;
- display:inline-block;
- text-align:center;
- margin-left:-15px;
- z-index:999999;
- }
- #reblog{
- position:absolute;
- display:inline-block;
- right:20px;
- }
- /*--Miscellaneous--*/
- .permapage {
- padding:0px 10px 0px 10px;
- }
- .tmblr-iframe{
- position:fixed;
- margin-top:55px;
- -webkit-filter:invert(100%);
- opacity:0.8;
- z-index:999999999!important;
- }
- .pagination {
- display:none;
- }
- #pagination{
- {block:ifnotTwoColumn}
- {block:if250pxPosts}
- width:350px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- width:500px;
- {/block:if400pxPosts}
- {/block:ifnotTwoColumn}
- {block:ifTwoColumn}
- position:absolute;
- width:750px;
- bottom:0px;
- {/block:ifTwoColumn}
- text-align:center;
- }
- #pagination a{
- border-bottom:1px dotted {color:Selection};
- }
- .back{
- margin-top:0px;
- }
- .next{
- margin-top:0px;
- }
- #text img{
- {block:IndexPage}
- {block:if250pxPosts}
- max-width:250px;
- {/block:if250pxPosts}
- {block:if400pxPosts}
- max-width:400px;
- {/block:if400pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- max-width:500px;
- {/block:PermalinkPage}
- width:auto;
- height:auto;
- }
- #text{
- padding-bottom:5px;
- overflow:hidden;
- }
- #audio{
- margin-top:-40px;
- margin-left:50px;
- min-height:5px;
- font-size:8px;
- letter-spacing:1px;
- text-align:left;
- padding-bottom:10px;
- }
- .audtext{
- width:auto;
- border-radius:2px;
- border:1px solid #ddd;
- }
- .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:#fff;
- color:#888;
- font-size:8px;
- font-style:italic;
- letter-spacing:2px;
- text-transform:lowercase;
- max-width:300px;
- padding:4px;
- z-index:9999999999;
- 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;
- }
- #desu{
- z-index:999;
- opacity:0.4;
- width:20px;
- height:15px;
- position:fixed;
- overflow:hidden;
- top:5px;
- left:5px;
- 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{
- color:{color:Text};
- width:auto;
- padding:10px;
- text-align:center;
- border-bottom:1px solid #eee;
- text-transform:uppercase;
- }
- #answer{
- margin-left:10px;
- margin-top:0px;
- }
- #caption{
- background:#f9f9f9;
- border:1px solid {color:Posts Border};
- border-radius:5px;
- margin-top:10px;
- padding:5px;
- overflow:scroll;
- }
- .back-to-top{
- position: fixed;
- bottom:-75px;
- left:10px;
- background: url('http://static.tumblr.com/2e9nahe/xvCoaucis/arrow-up.svg') no-repeat;
- background-size:15px;
- width:100px;
- height:100px;
- z-index:9999999;
- }
- .back-to-top a{
- text-indent: -9999px;
- display: block;
- }
- #infscr-loading{
- display:none!important;
- }
- .like_button{
- display:inline-block;
- position:relative;
- width:1.5em;
- height:1.0em;
- }
- .like_button:before{
- content:"\f08a";
- position:absolute;
- color:{color:Link};
- top:-1px;
- left:1.5px;
- font-size:12px;
- font-family:'FontAwesome';
- text-align:center;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .like_button iframe{
- position:absolute;
- top:0px;
- left:0px;
- opacity:0;
- z-index:99;
- }
- .like_button.liked:before, .like_button:hover:before{
- color:{color:Link Hover};
- }
- </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>
- {block:ifnotTwoColumn}
- {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);
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- console.log($newElems, $newElemsIDs);
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- });
- });
- </script>
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- {/block:ifnotTwoColumn}
- {block:ifTwoColumn}
- {block:IndexPage}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- {block:IfInfiniteScroll}
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
- {/block:IfInfiniteScroll}
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#content');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.entry',
- });
- });
- $container.infinitescroll({
- itemSelector : ".entry",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx: 800,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- console.log($newElems, $newElemsIDs);
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- {/block:IndexPage}
- {/block:ifTwoColumn}
- <!--Scroll back to top-->
- <div class="back-to-top" id="back-top">
- <a href="javascript:void(0)" class="back-to-top">Top</a>
- </div>
- <script type="text/javascript">
- $(function () {
- $("#back-top").hide();
- $(window).scroll(function () {
- if ($(this).scrollTop() > 150) {
- $('#back-top').fadeIn();
- } else {
- $('#back-top').fadeOut();
- }
- });
- });
- jQuery('.back-to-top').click(function () {
- jQuery('html, body').animate({
- scrollTop: 0
- }, 'slow');
- });
- </script>
- <!--end of Scroll back to top-->
- </head>
- <body>
- <div id="header"></div>
- <div style="position:fixed;top:33px;left:20px;z-index:999999999999;">
- <form action="/search" method="get">
- <input type="text" name="q" value="" style="position:fixed;margin-top:-15px;margin-left:0px;background:#fff; border:1px solid {color:Posts Border}; font:8px helvetica; letter-spacing:1px; line-height:12px; color:{color:Text};">
- <input type="image" src="http://static.tumblr.com/7qjmkr5/uxRmhf6ak/search.png" value="Search" style="background:#f0f0f0;position:fixed;margin-top:-15px;margin-left:85px;">
- </form>
- </div>
- <div id="links">
- <a href="/">refresh</a>
- <a href="/ask" target="_blank">message</a>
- <a href="/archive" target="_blank">past</a>
- {block:ifLink1}<a href="{text:Link 1 URL}" target="_blank">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" target="_blank">{text:Link 2}</a>{block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}" target="_blank">{text:Link 3}</a>{block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}" target="_blank">{text:Link 4}</a>{block:ifLink4}
- </div>
- {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="center">
- <div id="sidebar"></div>
- <div id="title"><a href="/">{Title}</a></div>
- <div id="desc">{Description}</div>
- <div id="content">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div class="entry" id="{PostID}">
- {block:ifTwoColumn}
- {block:IndexPage}
- <div id="permalink">
- <div id="date">
- <a href="{Permalink}" style="border-bottom:1px dotted {color:Selection}" target="_blank">{Month} {DayofMonth}{DayofMonthSuffix}, {Year}</a> with {NoteCountWithLabel}
- </div>
- <div id="reblog">
- <div style="position:absolute;margin-left:-20px;margin-top:3px;">{LikeButton}</div><a href="{ReblogURL}" target="_blank" title="Reblog?"><img src="http://static.tumblr.com/2e9nahe/OStn8m1nu/arrow-repeat.png" style="width:15px;opacity:0.7"/></a>
- </div>
- </div>
- {/block:IndexPage}
- {/block:IfTwoColumn}
- {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:ifShowCaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}
- {/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}</div>
- {block:ifShowCaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}
- {/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div style="position:absolute;margin-top:-5px;margin-left:-5px;font:30px times new roman;opacity:0.5;">“</div>
- <div style="font:14px courier new;margin-left:10px;text-align:left;">{Quote}</div>
- {block:Source}<p><div style="font:italic 12px courier new;">— {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="width:250px;{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:ifShowCaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}
- {/block:IndexPage}
- {block:PermalinkPage}{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div id="ask">
- <em><strong><u>{Asker} whispered:</u></em></strong> {Question}
- </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}</div>
- {block:ifShowCaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}
- {/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:ifnotTwoColumn}
- {block:IndexPage}
- <div id="permalink">
- <div id="date">
- <a href="{Permalink}" style="border-bottom:1px dotted {color:Selection}">{Month} {DayofMonth}{DayofMonthSuffix}, {Year}</a> with {NoteCountWithLabel}
- </div>
- <div id="reblog">
- <div style="position:absolute;margin-left:-20px;">{LikeButton size="13"}</div><a href="{ReblogURL}" target="_blank" title="Reblog?"><img src="http://static.tumblr.com/2e9nahe/OStn8m1nu/arrow-repeat.png" style="width:15px;opacity:0.7"/></a>
- </div>
- </div>
- {/block:IndexPage}
- {/block:ifnotTwoColumn}
- {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}
- {block:ifnotinfinitescroll}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a class="back" href="{PreviousPage}">previous</a>{/block:PreviousPage} [ page {CurrentPage} of {TotalPages} ] {block:NextPage}<a class="next" href="{NextPage}">next</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:ifnotinfinitescroll}
- </div>
- </div>
- <a href="http://shoseii.tumblr.com" style="position:fixed;bottom:5px;right:3px;">THEME</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment