Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <!-------------------------------
- BLiND BY NINPEN.TUMBLR.COM
- DO NOT REMOVE THE CREDIT.
- --------------------------------->
- <html lang="en"><head>
- <title>{Title}</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <head>
- <meta name="if:250px" content=""/>
- <meta name="if:400px" content="1"/>
- <meta name="if:showCaption" content=""/>
- <meta name="color:bold" content="#4dd2ff"/>
- <meta name="color:italic" content="#FF8F97"/>
- <meta name="color:underline" content="#FFB866"/>
- <meta name="color:navigation bg" content ="#ffffff"/>
- <meta name="color:navi links" content ="#b7b7b7"/>
- <meta name="color:border" content ="#f5f5f5"/>
- <meta name="color:caption bg" content ="#fafafa"/>
- <meta name="color:caption" content ="#aaaaaa"/>
- <meta name="color:pages bg" content ="#000000"/>
- <meta name="color:pages" content ="#ffffff"/>
- <meta name="color:Background" content ="#ffffff"/>
- <meta name="color:posts" content ="#ffffff"/>
- <meta name="color:text" content="#a0a0a0"/>
- <meta name="color:perma" content="#000000"/>
- <meta name="color:perma BG" content="#ffffff"/>
- <meta name="color:tags" content="#979797"/>
- <meta name="color:description" content="#aaaaaa"/>
- <meta name="color:description bg" content="#ffffff"/>
- <meta name="color:blockquote bg" content="#fafafa"/>
- <meta name="color:blockquote" content="#b0b0b0"/>
- <meta name="color:titletext" content="#ffffff"/>
- <meta name="color:titlebg" content="#000000"/>
- <meta name="color:h1" content="#e8e8e8"/>
- <meta name="color:h1hover" content="#4dd2ff"/>
- <meta name="color:h1 BG" content="#191919"/>
- <meta name="color:h2" content="#cccccc"/>
- <meta name="color:h1 BG" content="#000000"/>
- <meta name="color:link" content="#ef7f93"/>
- <meta name="color:chat line 1" content="#f7f7f7"/>
- <meta name="color:chat line 2" content="#f5f5f5"/>
- <meta name="color:chat names bg" content="#f5f5f5"/>
- <meta name="color:chat names" content="#aaaaaa"/>
- <meta name="image:background" content=""/>
- <meta name="image:portrait" content=""/>
- <meta name="text:Custom Link One" content=""/>
- <meta name="text:Custom Link One URL" content=""/>
- <meta name="text:Custom Link Two" content=""/>
- <meta name="text:Custom Link Two URL" content=""/>
- <meta name="text:Custom Link Three" content=""/>
- <meta name="text:Custom Link Three URL" content=""/>
- <meta name="text:Custom Link Four" content=""/>
- <meta name="text:Custom Link Four URL" content=""/>
- <meta name="text:Custom Link Five" content=""/>
- <meta name="text:Custom Link Five URL" content=""/>
- <meta name="text:Custom Link Six" content=""/>
- <meta name="text:Custom Link Six URL" content=""/>
- <meta name="text:Custom Link Seven" content=""/>
- <meta name="text:Custom Link Seven URL" content=""/>
- <meta name="text:Custom Link Eight" content=""/>
- <meta name="text:Custom Link Eight URL" content=""/>
- <meta name="text:Custom Link Nine" content=""/>
- <meta name="text:Custom Link Nine URL" content=""/>
- <meta name="text:Custom Link Ten" content=""/>
- <meta name="text:Custom Link Ten URL" content=""/>
- <meta name="text:Custom Link Eleven" content=""/>
- <meta name="text:Custom Link Eleven URL" content=""/>
- <meta name="text:Custom Link Twelve" content=""/>
- <meta name="text:Custom Link Twelve URL" content=""/>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <div class="cred"><a href="http://ninpen.tumblr.com/">thm.</a></div>
- <link href='http://fonts.googleapis.com/css?family=Roboto:900,700' rel='stylesheet' type='text/css'>
- <style type="text/css">
- html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, li, fieldset, form, label, legend, tbody, tfoot, thead, tr, th, td, article, canvas, details, embed, figure, figcaption, footer, hgroup, menu, output, ruby, summary,time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
- display: block;
- }
- body {
- line-height: 1;
- }
- ol, ul {
- list-style: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- body {line-height: 1;}
- ol, ul {list-style: none;}
- table {border-collapse: collapse;border-spacing: 0;}
- #scrollToTop:link,#scrollToTop:visited {
- z-index:1;
- position: fixed;
- text-align:center;
- bottom: 20px;
- right: 100px;
- font:7px trebuchet ms;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:7px;
- color:{color:text};
- }
- ::-webkit-scrollbar {
- width:4px;
- height: 4px;
- background-color: {color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:text};
- }
- html{
- padding:0;
- margin:0;
- height:100%;
- width:100%;
- }
- html,body{
- padding:0;
- margin:0;
- height:100%;
- width:100%;
- background:{color:Background} url({image:background}) fixed repeat top left;
- word-wrap:break-word;
- overflow:hidden;
- font:11px courier;
- color: {color:text};
- }
- a{
- color: {color:link};
- text-decoration:none;
- -webkit-transition: .6s ease-in-out;
- -moz-transition: .6s ease-in-out;
- -ms-transition: .6s ease-in-out;
- -transition: .6s ease-in-out;
- }
- a:hover {
- -webkit-transition: .6s ease-in-out;
- -moz-transition: .6s ease-in-out;
- -ms-transition: .6s ease-in-out;
- -transition: .6s ease-in-out;
- }
- .cred{font:700 italic 9px/8px calibri;letter-spacing:1px;position:Fixed;bottom:2%;right:5%;}
- .cred a:hover{color:{color:bold};}
- b,strong{
- color:{color:bold};
- }
- i,em{
- color:{color:italic};
- }
- u{
- color:{color:underline};
- }
- h1{
- text-align:center;
- font:8px/11px courier;
- padding:30px;
- text-transform:uppercase;
- letter-spacing:2px;
- background-color:{color:h1 BG};
- color:{color:h1};
- }
- h1 a:hover{
- color:{color:h1hover};
- }
- h1 a{
- color:{color:h1};
- }
- h2{
- text-align:center;
- font:bold italic 18px/18px helvetica;
- text-transform:lowercase;
- letter-spacing:-1px;
- color:{color:h2};
- }
- .source{
- font:8px/8px courier;
- text-align:right;
- text-transform:uppercase;
- }
- a h2{
- color:{color:h2};
- }
- a h2:hover{
- background:{color:h2};
- color:{color:h2 BG};
- }
- img{max-width:100%;}
- #sidebar{
- width:335px;
- height:120px;
- position:fixed;
- top:50%;
- {block:If250px}margin:-100px 0 0 0px;{/block:If250px}
- {block:If400px}margin:-100px 0 0 0px;{/block:If400px}
- }
- .title a{
- background:{color:titlebg};
- color:{color:titletext};
- border-radius:3px;
- padding:11px 10px;
- width:101px;
- font:9px/9px courier;
- letter-spacing:1px;
- text-align:center;
- text-transform:uppercase;
- -ms-transform: rotate(90deg) translate3d( 0, 0, 0);
- -moz-transform: rotate(90deg) translate3d( 0, 0, 0);
- -webkit-transform: rotate(90deg) translate3d( 0, 0, 0);
- transform: rotate(90deg) translate3d( 0, 0, 0);
- float:right;
- margin-right:-120px;
- -ms-transform-origin: left top 0;
- -moz-transform-origin: left top 0;
- -webkit-transform-origin: left top 0;
- transform-origin: left top 0
- }
- #nav{
- width:101px;
- margin:0 32px 0 0;
- height:100%;
- float:right;
- border-left:1px solid {color:border};
- }
- .mainav{
- vertical-align:top;
- font:9px/9px courier;
- letter-spacing:2px;
- margin:0 -7px -2px 0;
- display:inline-block;
- text-transform:uppercase;
- }
- a.mainav:nth-child(2) {
- padding:2px 11px;
- border-bottom:1px solid {color:border};
- border-left:1px solid {color:border};
- background:{color:navigation bg};
- color:{color:navi links};
- }
- a.mainav:nth-child(1) {
- padding:2px 11px;
- border-bottom:1px solid {color:border};
- background:{color:navigation bg};
- color:{color:navi links};
- }
- a.mainav:nth-child(3) {
- padding:2px 11px;
- border-right:1px solid {color:border};
- background:{color:navigation bg};
- color:{color:navi links};
- }
- #nav div:nth-child(4){
- width:50px;
- height:13px;
- background:{color:titlebg};
- display:inline-block;
- }
- .links{
- background:{color:titlebg};
- height:94px;
- overflow:auto;
- margin-top:-3px;
- border-radius:3px 0 3px 3px;
- }
- .links a{
- display:block;
- color:{color:titletext};
- border-bottom:1px solid {color:titlebg};
- }
- .links a:hover{
- margin-left:10px;
- border-bottom:1px solid {color:border};
- }
- #desc{
- color:{color:description};
- float:left;
- background:{color:description bg};
- width:200px;
- font:11px/11px courier;
- }
- .port{
- float:left;
- width:60px;
- border-radius:20px;
- margin:0 3px 3px 0;
- border-radius:3px;
- -webkit-transition: .6s ease-in-out;
- -moz-transition: .6s ease-in-out;
- -ms-transition: .6s ease-in-out;
- -transition: .6s ease-in-out;
- }
- img.port{
- border-radius:4px;
- }
- .port:hover{
- border-radius:30px 30px 0 30px;
- -webkit-transition: .6s ease-in-out;
- -moz-transition: .6s ease-in-out;
- -ms-transition: .6s ease-in-out;
- -transition: .6s ease-in-out;
- }
- #pagination{
- width:63px;
- height:30px;
- position:fixed;
- top:50%;
- margin:30px 0 0 270px;
- }
- #pagination a{
- border-radius:3px;
- display:inline-block;
- width:8px;
- line-height:8px;
- height:8px;
- padding:10px;
- color:{color:pages};
- background:{color:pages bg};
- }
- #pagination a:hover{
- color:{color:pages bg};
- background:{color:pages};
- }
- #wrap{
- height:100%;
- margin:0 auto;
- {block:If250px}width:595px;{/block:If250px}
- {block:If400px}width:745px;{/block:If400px}
- }
- #center{
- width:100%;
- height:100%;
- overflow:Auto;
- }
- .content{
- margin-top:100px;
- {block:IndexPage}
- {block:If250px}width:250px;{/block:If250px}
- {block:If400px}width:400px;{/block:If400px}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:If250px}width:250px;{/block:If250px}
- {block:If400px}width:400px;{/block:If400px}
- {/block:PermalinkPage}
- float:right;
- }
- .entry {
- opacity:.8;
- background-color:{color:posts};
- position:relative;
- border-radius:3px;
- color: {color:text};
- {block:IndexPage}
- margin-bottom:100px;
- {block:If250px}width:250px;{/block:If250px}
- {block:If400px}width:400px;{/block:If400px}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:If250px}width:250px;{/block:If250px}
- {block:If400px}width:400px;{/block:If400px}
- {/block:PermalinkPage}
- box-shadow:5px 5px {color:border};
- border-top:1px solid {color:border};
- border-left:1px solid {color:border};
- border-right:1px solid {color:border};
- -webkit-transition: .6s ease-in-out;
- -moz-transition: .6s ease-in-out;
- -ms-transition: .6s ease-in-out;
- -transition: .6s ease-in-out;
- }
- .entry:hover{
- opacity:1;
- -webkit-transition: .6s ease-in-out;
- -moz-transition: .6s ease-in-out;
- -ms-transition: .6s ease-in-out;
- -transition: .6s ease-in-out;
- }
- .img,.photoset{
- border-radius:3px;
- display:block;
- }
- #cap{
- width:100%;
- color:{color:caption};
- background:{color:caption b};
- }
- .entry a{
- color:{color:bold};
- }
- .entry a:hover{
- opacity:.6;
- }
- .askername{
- display:block;
- padding:5px 10px;
- margin:-10px 0 0 -10px;
- border-radius:4px;
- width:100%;
- text-align:center;
- background:{color:titlebg};
- font:9px/9px courier;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- .askername a{
- color:{color:titletext};
- }
- #question{
- margin:10px 0;
- padding:10px;
- color:{description};
- border-bottom:1px solid {color:border};
- }
- .audioplayer{
- padding:20px 10px;
- border-radius:3px;
- background:{color:titlebg};
- }
- .perma {
- font-family: 'Roboto', sans-serif;
- font-weight:900;
- font-size:10px;
- position:absolute;
- bottom:0;
- opacity:0;
- {block:If250px}left:260px;{/block:If250px}
- {block:If400px}width:400px;{/block:If400px}
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- }
- .perma a{
- color:{color:perma};
- }
- .entry:hover .perma{
- opacity:1;
- transition: all 0.6s ease-in-out 0s;
- -moz-transition: all 0.6s ease-in-out 0s;
- -webkit-transition: all 0.6s ease-in-out 0s;
- -o-transition: all 0.6s ease-in-out 0s;
- }
- blockquote{
- font:8px/12px century gothic;
- letter-spacing:1px;
- text-transform:uppercase;
- background-color:{color:blockquote bg};
- color:{color:blockquote};
- border:1px solid {color:border};
- }
- #tags{
- position:relative;
- top:3px;
- left:0;
- display:block;
- text-align:center;
- }
- #tags a{
- vertical-align:top;
- padding:1px 2px 0 2px;
- text-transform:uppercase;
- letter-spacing:1px;
- font:8px/8px courier;
- background:{color:tagBG};
- margin:0 2px 2px 0;
- color:{color:tag};
- }
- #tags a:hover{
- color:{color:tag-hover};
- }
- #postin{
- margin-top:20px;
- display:block;
- text-align:center;
- }
- #dated{
- font:20px/20px courier;
- letter-spacing:-2px;
- margin:0;
- color:{color:date};
- text-transform:uppercase;
- display:block;
- }
- #postin a{
- text-transform:uppercase;
- letter-spacing:1px;
- font:8px/8px courier;
- }
- .postbot a:nth-child(2){
- margin-left:30px;
- }
- .postbot a{
- color:{color:bold};
- }
- .postbot a:hover{
- color:{color:italic};
- }
- l.notes {
- width:400px;
- text-align:left;
- padding: 0px;
- margin: 25px 0px;
- list-style-type: lower-roman;
- border-bottom: solid 1px {color:border};
- }
- ul{
- list-style-type:square;
- }
- li{
- list-style-type:square;
- list-style-position:inside;
- }
- #postnotes{
- margin-top:0;
- width:400px;
- }
- .avatar_frame{
- display:none;
- }
- ol.notes li.note {
- list-style-type:none;
- border-top:1px solid {color:border};
- padding: 10px;
- font:8px/12px courier;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- ol.notes li.note img.avatar {
- display:none;
- }
- ol.notes li.note span.action {
- list-style-type:none;
- font-weight:normal;
- }
- ol.notes li.note .answer_content {
- list-style-type:none;
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- ul.chat {
- margin: 0;
- padding: 0;
- }
- .chat li {
- list-style-type: none;
- margin-left: 0px;
- padding:15px 5px;
- border-bottom:1px solid {color:border};
- }
- .chat li.odd {
- background-color:{color:chat line 1};
- }
- .chat li.even {
- background-color:{color:chat line 2};
- }
- .label {
- background-color:{color:chatnames bg};
- color:{color:chatnames};
- padding:5px;
- margin:3px;
- font:8px/8px century gothic;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight: bold;
- }
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{
- position:fixed !important;
- }
- </style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script>
- // minimal soundcloud player © eoxk.tumblr
- $(document).ready(function(){
- var color = '#acd7bb'; // color of play button (hex)
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=true&origin=tumblr&color=' + color.split('#')[1], height: 20, width: '100%' });
- });
- });
- </script>
- </head>
- <body>
- <div id="center">
- <div id="wrap">
- <div id="sidebar">
- <div class="title"><a href="/">{title}</a></div>
- <div id="desc">
- <img class="port" src="{image:portrait}">{description}
- </div>
- <div id="nav">
- <a class="mainav" href="/">home</a>
- <a class="mainav" href="/ask">mail</a>
- <a class="mainav" href="/archive">Time</a>
- <div></div>
- <div class="links">
- {block:IfCustomLinkOne}<a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}">{text:Custom Link One}</a>{/block:IfCustomLinkOne}
- {block:IfCustomLinkTwo}<a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}">{text:Custom Link Two}</a>{/block:IfCustomLinkTwo}
- {block:IfCustomLinkThree}<a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}">{text:Custom Link Three}</a>{/block:IfCustomLinkThree}
- {block:IfCustomLinkFour}<a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}">{text:Custom Link Four}</a>{/block:IfCustomLinkFour}
- {block:IfCustomLinkFive}<a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}">{text:Custom Link Five}</a>{/block:IfCustomLinkFive}
- {block:IfCustomLinkSix}<a href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}">{text:Custom Link Six}</a>{/block:IfCustomLinkSix}
- {block:IfCustomLinkSeven}<a href="{block:IfCustomLinkSevenURL}{text:Custom Link Seven URL}{/block:IfCustomLinkSevenURL}">{text:Custom Link Seven}</a>{/block:IfCustomLinkSeven}
- {block:IfCustomLinkEight}<a href="{block:IfCustomLinkEightURL}{text:Custom Link Eight URL}{/block:IfCustomLinkEightURL}">{text:Custom Link Eight}</a>{/block:IfCustomLinkEight}
- {block:IfCustomLinkNine}<a href="{block:IfCustomLinkNineURL}{text:Custom Link Nine URL}{/block:IfCustomLinkNineURL}">{text:Custom Link Nine}</a>{/block:IfCustomLinkNine}
- {block:IfCustomLinkTen}<a href="{block:IfCustomLinkTenURL}{text:Custom Link Ten URL}{/block:IfCustomLinkTenURL}">{text:Custom Link Ten}</a>{/block:IfCustomLinkTen}
- {block:IfCustomLinkEleven}<a href="{block:IfCustomLinkElevenURL}{text:Custom Link Eleven URL}{/block:IfCustomLinkElevenURL}">{text:Custom Link Eleven}</a>{/block:IfCustomLinkEleven}
- {block:IfCustomLinkTwelve}<a href="{block:IfCustomLinkTwelveURL}{text:Custom Link Twelve URL}{/block:IfCustomLinkTwelveURL}">{text:Custom Link Twelve}</a>{/block:IfCustomLinkTwelve}
- </div>
- </div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div class="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}{Body}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <a href="{Permalink}"><img class="img" src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
- {block:IfshowCaption}
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfshowCaption}
- {/block:IndexPage}
- {block:permalinkpage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {block:If250px}{Photoset-250}{/block:If250px}
- {block:If400px}{Photoset-400}{/block:If400px}
- {block:IfshowCaption}
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfshowCaption}
- {/block:IndexPage}
- {block:permalinkpage}
- {block:If250px}{Photoset-250}{/block:If250px}
- {block:If400px}{Photoset-400}{/block:If400px}
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- <h2>{Quote}</h2>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><h1>{Name}</h1></a>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- </li>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <div class="askername">{Asker}</div>
- <div id="question">{Question}</div>
- {Answer}
- {/block:Answer}
- {block:Video}
- {block:IndexPage}
- {block:If250px}{Video-250}{/block:If250px}
- {block:If400px}{Video-400}{/block:If400px}
- {block:IfshowCaption}
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfshowCaption}
- {/block:IndexPage}
- {block:permalinkpage}
- {block:If250px}{Video-250}{/block:If250px}
- {block:If400px}{Video-400}{/block:If400px}
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- <div class="audioplayer">
- {AudioPlayerBlack}
- </div>
- {block:TrackName}{TrackName}{/block:TrackName}</br>
- {block:Artist}{Artist}{/block:Artist}<br>
- {block:Album}{Album}{/block:Album}<br>
- {FormattedPlayCount} plays
- {/block:Audio}
- {block:IndexPage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}{/block:Date}</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="postin">
- <div id="dated">
- {block:Date}{ShortMonth} {MonthNumberWithZero} | {TimeAgo}{/block:Date}
- </div>
- <div class="postbot">
- <a href="/random">Random</a>
- {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a> / <a href="{ReblogRootURL}">Source</a> {/block:RebloggedFrom}
- </div>
- </div>
- {block:HasTags}
- <div id="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- <div class="sources">
- {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{block:NoSourceLogo}{/block:NoSourceLogo}{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- {/block:Posts}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment