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">
- <!-------------------------------
- EXO BY NINPEN.TUMBLR.COM
- DO NOT REMOVE THE CREDIT.
- HOW TO INSTALL
- 1. Click on customize theme then click on edit HTML
- 2. delete the entire code, and replace it with the code for this theme
- 3. Click on update preview then click on appearance.
- 4. Click save. Now refresh the screen. Now you can customize the appearance
- ___________________________________________________________________________
- If there's a problem with the theme, or you need help, just ask me.
- --------------------------------->
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <meta name="if:400px" content="1"/>
- <meta name="if:500px" content=""/>
- <meta name="if:250px" content=""/>
- <meta name="if:EndlessScroll" content=""/>
- <meta name="if:showCaption" content="0"/>
- <meta name="if:grayscale" content="0"/>
- <meta name="color:caption" content="#fcfcfc"/>
- <meta name="color:border" content="#f4f4f4"/>
- <meta name="color:link" content =" #4ee0df"/>
- <meta name="color:link hover" content ="#1c130c"/>
- <meta name="color:navigation box" content ="#ffffff"/>
- <meta name="color:Background" content ="#fcfcfc"/>
- <meta name="color:posts" content ="#ffffff"/>
- <meta name="color:desc BG" content ="#000000"/>
- <meta name="color:desc text" content ="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:H1 text" content ="#ffffff"/>
- <meta name="color:H2 text" content ="#aaaaaa"/>
- <meta name="color:H2 BG" content ="#ffffff"/>
- <meta name="color:H1 BG" content ="#000000"/>
- <meta name="color:bold" content="#ff5d5b"/>
- <meta name="color:italic" content="#4dbce9"/>
- <meta name="color:underline" content="#a8e6ce"/>
- <meta name="color:underlineborder" content="#ff8c94"/>
- <meta name="color:pagination BG" content="#ededed"/>
- <meta name="color:pagination text" content="#b9b9b9"/>
- <meta name="color:chat line 1" content="#fafafa"/>
- <meta name="color:chat line 2" content="#ffffff"/>
- <meta name="color:perma text" content="#ffffff"/>
- <meta name="color:perma BG" content="#000000"/>
- <meta name="color:tags text" content="#ffffff"/>
- <meta name="color:tags BG" content="#000000"/>
- <meta name="color:blockquote text" content="#b0b0b0"/>
- <meta name="color:blockquote BG" content="#fcfcfc"/>
- <meta name="color:blockquote border" content="#4ee0df"/>
- <meta name="image:background BG" 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=""/>
- <link rel="shortcut icon" href="{Favicon}" />
- {block:IfEndlessScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script> {/block:IfEndlessScroll}
- <title>{Title}</title>
- <script type="text/javascript" src="http://static.tumblr.com/1f1tzta/0wvmlf1xq/scripted.js"></script>
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- #scrlTop{
- z-index:1;
- position: fixed;
- bottom: 50%;
- right: 0px;
- font:7px trebuchet ms;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:7px;
- background:{color:h1 bg};
- color:{color:h1 text};
- }
- ::-webkit-scrollbar {width: 7px; height: 4px; background: #ffffff; }
- ::-webkit-scrollbar-thumb { background-color: #1f1d1d;}
- body,html{
- margin:0;
- padding:0;
- font:10px/12px consolas;
- color: {color:Text};
- word-wrap: break-word;
- background:{color:background} url('{image:background BG}') repeat right top;}
- a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none;
- }
- a:hover {
- color:{color:link hover};
- }
- .source{
- font:8px consolas;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:right;
- }
- b {
- font-weight: bold;
- letter-spacing:1px;
- color:{color:bold};
- }
- i {
- font-style: italic;
- letter-spacing:1px;
- color:{color:italic};
- }
- u {
- text-decoration:none;
- letter-spacing:1px;
- border-bottom:1px dotted {color:underlineborder};
- color:{color:underline};
- }
- img{
- max-width:100%;
- {block:Ifgrayscale}
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- {/block:Ifgrayscale}
- }
- {block:Ifgrayscale}
- .photoset{
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- }
- {/block:Ifgrayscale}
- h1{
- font:12px courier;
- margin-top:0;
- background-color:{color:h1 BG};
- color:{color:h1 text};
- }
- h1 a{
- color:{color:h1 text};
- }
- h2 {
- margin-top:0;
- text-align:center;
- text-transform:lowercase;
- letter-spacing:-1px;
- font:italic bold 18px/14px times new roman;
- background-color:{color:h2 BG};
- color: {color:h2 text};
- }
- #center{
- left:0;
- height:1000px;
- top:0;
- margin:0 auto;
- {block:IndexPage}
- {block:If250px}width:540px;{/block:If250px}
- {block:If400px}width:690px;{/block:If400px}
- {block:If500px}width:790px;{/block:If500px}
- {/block:IndexPage}
- {block:PermalinkPage}width:750px;{/block:PermalinkPage}
- }
- .side{
- position:fixed;
- top:250px;
- color:#000;
- display:inline-block;
- }
- .portrait{
- position:relative;
- width:150px;
- background-color:{color:posts};
- }
- #description{
- position:absolute;
- bottom:-1px;
- width:150px;
- left:0px;
- }
- .desc{
- background:{color:desc BG};
- color:{color:desc text};
- }
- #navigation {
- width:150px;
- }
- #navigation img{
- opacity:.7;
- }
- #navigation a{
- display:inline-block;
- padding:15px 20px;
- background:{color:navigation box};
- }
- .l1{
- margin-bottom:-1px;
- margin-right:-5px;
- border-right:1px solid {color:border};
- border-bottom:1px solid {color:border};
- }
- .l2{
- margin-right:-5px;
- border-top:1px solid {color:border};
- }
- .l3{
- margin-left:-1px;
- border-left:1px solid {color:border};
- }
- .l4{
- margin-right:-5px;
- border-left:1px solid {color:border};
- border-top:1px solid {color:border};
- }
- #s-m-t-tooltip{
- max-width:200px;
- margin:7px 0px 0px 20px;
- z-index:10;
- font:7px trebuchet ms;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:2px 5px;
- border-radius:4px;
- border:1px solid {color:border};
- color:{color:Text};
- background:{color:navigation box};
- }
- #content{
- display:inline-block;
- position:Absolute;
- margin-left:230px;
- {block:IndexPage}
- {block:If500px}width:520px;{/block:If500px}
- {block:If400px}width:420px;{/block:If400px}
- {block:If250px}width:270px;{/block:If250px}
- {/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- .entry{
- position:relative;
- background:{color:posts};
- padding:10px;
- margin-top: 25px;
- {block:IndexPage}
- {block:If500px}width:500px;{/block:If500px}
- {block:If400px}width:400px;{/block:If400px}
- {block:If250px}width:250px;{/block:If250px}
- {/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- .cap{
- margin:-3px 0 -20px -10px;
- padding:0 5px;
- background:{color:caption};
- {block:IndexPage}
- {block:If500px}width:510px;{/block:If500px}
- {block:If400px}width:410px;{/block:If400px}
- {block:If250px}width:260px;{/block:If250px}
- {/block:IndexPage}
- {block:PermalinkPage}width:510px;{/block:PermalinkPage}
- }
- #info{
- width:32px;
- height:100%;
- position:absolute;
- top:0;
- right:0;
- right:-38px;
- overflow:hidden;
- }
- .postinfo{
- font:7px/8px palatino;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:1px 1px 1px 1px;
- text-align:left;
- width:40px;
- height:25px;
- background-color:{color:perma BG};
- color:{color:perma text};
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- .postinfos {
- font:7px/8px palatino;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:1px 1px 1px 1px;
- text-align:left;
- width:40px;
- height:100%;
- background-color:{color:perma BG};
- color:{color:perma text};
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- .postinfo a,.postinfos a{
- color:{color:perma text};
- }
- .entry:hover .postinfo{
- margin-top:-25px;
- height:100%;
- padding-bottom:100%;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- .entry:hover #wrap{
- width:100px;
- opacity:1;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- #wrap{
- top:0;
- position:absolute;
- width:0px;
- height:100%;
- overflow:hidden;
- {block:IndexPage}
- {block:If500px}left:560px;{/block:If500px}
- {block:If400px}left:460px;{/block:If400px}
- {block:If250px}left:310px;{/block:If250px}
- {/block:IndexPage}
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- .tags{
- position:relative;
- width:100px;
- height:100%;
- }
- .tags a{
- font:8px/10px courier;
- letter-spacing:1px;
- text-transform:uppercase;
- background:{color:tags BG};
- color:{color:tags text};
- {block:PermalinkPage}
- margin:0 10px;
- {/block:PermalinkPage}
- }
- #perm{
- font:italic 7px trebuchet ms;
- line-height:7px;
- text-transform:uppercase;
- letter-spacing:1px;
- padding:3px 10px;
- width:500px;
- position: relative;
- top:0px;
- border-bottom:1px solid;
- border-top:1px solid;
- color:{color:text};
- border-color:{color:border};
- }
- blockquote {
- padding: 5px;
- color:{color:blockquote text};
- border-left:1px solid {color:blockquote border};
- background:{color:blockquote BG};
- }
- #ansname{
- display:block;
- height:10px;
- padding:5px 0;
- background:#fefefe;
- color:#aaa;
- text-align:right;
- }
- #ansname a{
- background:transparent;
- color:#77dbf3;
- font:italic 22px "Times New Roman", Times, serif;
- text-transform: lowercase;
- letter-spacing: -2px;
- border-bottom:1px dotted #FEBF97;
- }
- #ansname a:hover{
- background:transparent;
- color:#FEBF97;
- border-bottom:1px dotted #77dbf3;
- }
- #ansicon img{
- width:30px;
- height:30px;
- margin:0 5px 5px 5px;
- z-index:1;
- padding:2px;
- float:left;
- border:1px solid #fbfbfb;
- background:#fff;
- border-radius:3px;
- }
- #question P{
- text-align:left;
- vertical-align:top;
- margin:0;
- }
- #question{
- margin-top:5px;
- vertical-align:top;
- padding:10px;
- background:#fff;
- color:#bbb;
- min-height:30px;
- display:block;
- margin-bottom:10px;
- }
- #answer{
- margin-bottom:5px;
- display:block;
- padding:5px;
- background:#fcfcfc;
- color:#bbb;
- font-style:italic;
- }
- #audio{
- padding:40px 10px 34px 10px;
- width:200px;
- margin:0 auto;
- }
- .player{
- margin-left:50px;
- width:18px;
- overflow:hidden;
- display:inline-block;
- }
- .albumart{
- margin:-30px 0 0 0;
- width:70px;
- padding:5px 5px 3px 5px;
- border:1px solid {color:border};
- float:right;
- }
- #audiotext{
- margin:5px 0 0px 0px;
- border-bottom:1px solid {color:border};
- border-top:1px solid {color:border};
- text-align:center;
- padding:10px 2px;
- background:{color:posts};
- color:{color:text};
- }
- #audiotext b{
- font:8px courier new;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #audiotext i{
- font:7px trebuchet ms;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #pages{
- width:150px;
- text-align:right;
- }
- #pages a{
- font:8px cambria;
- padding:0 2px;
- text-transform:uppercase;
- letter-spacing:1px;
- background:;
- color:{color:bold};
- }
- ul, ol, {
- list-style:none;
- margin:0px;
- padding:0px;
- }
- ul.chat {
- margin: 0;
- padding: 0;
- }
- .chat li {
- list-style-type: none;
- margin-left: 0px;
- padding: 10px;
- font:7px trebuchet ms;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .chat li.odd {
- margin-bottom: 3px;
- background-color:{color:chat line 1};
- color: {color:text};
- }
- .chat li.even {
- margin-bottom: 3px;
- background-color:{color:chat line 2};
- color: {color:text};
- }
- li{
- list-style-type:square;
- font-family:calibri;
- }
- iframe#tumblr_controls{
- position:fixed !important;
- }
- ol.notes{
- margin-left:0px;
- width:500px;
- padding:10px;
- background:{color:posts};
- }
- ol.notes li.note {
- list-style-type:none;
- padding: 10px;
- color:{color:text};
- border-top:1px solid {color:border};
- }
- ol.notes li.note img.avatar {
- list-style-type:none;
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- 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 {
- border-color: {color:border};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- </style>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
- <script type="text/javascript">
- $(function() {
- $.fn.scrollToTop = function() {
- $(this).hide().removeAttr("href");
- if ($(window).scrollTop() != "0") {
- $(this).fadeIn("slow")
- }
- var scrollDiv = $(this);
- $(window).scroll(function() {
- if ($(window).scrollTop() == "0") {
- $(scrollDiv).fadeOut("slow")
- } else {
- $(scrollDiv).fadeIn("slow")
- }
- });
- $(this).click(function() {
- $("html, body").animate({
- scrollTop: 0
- }, "slow")
- })
- }
- });
- $(function() {
- $("#scrlTop").scrollToTop();
- });
- </script>
- {block:IfEndlessScroll}
- <a id="scrlTop" href="#">Back to top</a>
- {/block:IfEndlessScroll}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/1f1tzta/CTZmong03/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- </head>
- <body>
- <div id="center">
- <div class="side">
- {block:IfNotEndlessScroll}
- <div id="pages">
- {block:PreviousPage}
- <a href="{PreviousPage}">Prev</a> /
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- </div>
- {/block:IfNotEndlessScroll}
- <div class="portrait"><img src="{image:portrait}">
- <div id="description"><span class="desc">{Description}</span></div></div>
- <div id="navigation">
- <a class="l1" href="/" title="Index"><img src="http://static.tumblr.com/1f1tzta/qBhmp12qq/005_08.png"></a>
- <a class="l1" href="/ask" title="Inbox"><img src="http://static.tumblr.com/1f1tzta/UMfmp12rm/005_02.png"></a>
- <a class="l3" href="/archive" title="archive"><img src="http://static.tumblr.com/1f1tzta/hlUmp12ss/005_18.png"></a>
- {block:IfCustomLinkOne}
- <a class="l1" href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}" title="{text:Custom Link One}"><img src="http://static.tumblr.com/1f1tzta/5KUmp12ua/005_06.png"></a>
- {/block:IfCustomLinkOne}
- {block:IfCustomLinktwo}
- <a class="l1" href="{block:IfCustomLinktwoURL}{text:Custom Link two URL}{/block:IfCustomLinktwoURL}" title="{text:Custom Link Two}"><img src="http://static.tumblr.com/1f1tzta/Rrcmp12v4/005_13.png"></a>
- {/block:IfCustomLinktwo}
- {block:IfCustomLinkthree}
- <a class="l2" href="{block:IfCustomLinkthreeURL}{text:Custom Link three URL}{/block:IfCustomLinkthreeURL}" title="{text:Custom Link Three}"><img src="http://static.tumblr.com/1f1tzta/6sOmp12vm/005_14.png"></a>
- {/block:IfCustomLinkthree}
- {block:IfCustomLinkfour}
- <a class="l2" href="{block:IfCustomLinkfourURL}{text:Custom Link four URL}{/block:IfCustomLinkfourURL}" title="{text:Custom Link Four}"><img src="http://static.tumblr.com/1f1tzta/QZgmp12wq/005_19.png"></a>
- {/block:IfCustomLinkfour}
- {block:IfCustomLinkFive}
- <a class="l4" href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}" title="{text:Custom Link Five}"><img src="http://static.tumblr.com/1f1tzta/alImp12xf/005_31.png"></a>
- {/block:IfCustomLinkFive}
- {block:IfCustomLinkSix}
- <a class="l4" href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}" title="{text:Custom Link Six}"><img src="http://static.tumblr.com/1f1tzta/Besmp12y5/005_22.png"></a>
- {/block:IfCustomLinkSix}
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:IndexPage}
- <div id="wrap">
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
- {/block:IndexPage}
- {block:Text}
- {block:IndexPage}
- <div id="info">
- <div class="postinfos">
- <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br> {NoteCount}</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:Title}<h1><A href="{permalink}">{Title}</a></h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- {block:IndexPage}
- <div id="info">
- <div class="postinfos">
- <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br> {NoteCount}</a>
- </div>
- </div>
- {/block:IndexPage}
- <a href="{URL}"><h1>{Name}</h1></a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <div id="info">
- <div class="postinfo">
- {block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br> {NoteCount}
- </div>
- </div>
- <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>{/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}">{/block:PermalinkPage}
- {/block:photo}
- {block:Photoset}
- {block:IndexPage}
- <div id="info">
- <div class="postinfos">
- <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br>{NoteCount}</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:IndexPage}
- {block:If250px}{Photoset-250}{/block:If250px}
- {block:If400px}{Photoset-400}{/block:If400px}
- {block:If500px}{Photoset-500}{/block:If500px}
- {/block:IndexPage}
- {block:permalinkpage}
- {Photoset-500}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- {block:IndexPage}
- <div id="info">
- <div class="postinfos">
- <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br> {NoteCount}</a>
- </div>
- </div>
- {/block:IndexPage}
- <h2>"{Quote}"</h2>
- {block:Source}
- ― {Source}
- {/block:Source}
- {/block:Quote}
- {block:answer}
- {block:IndexPage}
- <div id="info">
- <div class="postinfos">
- <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br> {NoteCount}</a>
- </div>
- </div>
- {/block:IndexPage}
- <div id="ansname"><a href="{Permalink}">{Asker}</a></div>
- <div id="question"><div id="ansicon"><img src="{AskerPortraitURL-48}"></div><p>{Question}</p></div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:IndexPage}
- <div id="info">
- <div class="postinfos">
- <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br>{NoteCount}</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- {block:IndexPage}
- <div id="info">
- <div class="postinfos">
- <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br>{NoteCount}</a>
- </div>
- </div>
- {/block:IndexPage}
- <div id="audio">
- <div class="player">{AudioPlayerWhite}</div>
- <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- </div>
- <div id="audiotext">
- {block:TrackName}<b>Song:</b> <i>{TrackName}</i>{/block:TrackName}<br>
- {block:Artist}<b>ARTIST:</b> <i>{Artist}</i>{/block:Artist}<br>
- {block:Album}<b>ALBUM:</b> <i>{Album}</i>{/block:Album}<br>
- {block:PlayCount}<b>Plays:</b><i>{FormattedPlayCount}</i> {/block:PlayCount}
- </div>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <div id="info">
- <a href="{permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} {year}{/block:Date}<br>{NoteCount}</a>
- </div>
- {block:If250px}{Video-250}{/block:If250px}
- {block:If400px}{Video-400}{/block:If400px}
- {block:If500px}{Video-500}{/block:If500px}
- {/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {/block:Video}
- {block:IndexPage}
- {block:IfshowCaption}
- {block:Caption}
- <div class="cap">{Caption}</div>{/block:Caption}
- {/block:Caption}
- {/block:IfshowCaption}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- </div>
- {block:PermalinkPage}
- <div id="perm">
- <p>{block:Date}<b><a href="{Permalink}">{ShortMonth} {DayOfMonth}</a></b> / {TimeAgo}{/block:Date} / <b>{NoteCountWithLabel}</b>
- <span style="float:right;">{block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a> / <a href="{ReblogRootURL}">Source</a> {/block:RebloggedFrom}</span>
- </p>
- </div>
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- {/block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment