Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!--
- Theme #22 by ownmylight.tumblr.com
- -->
- <title>{title}</title>
- <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="color:Asker Bg" content="#ffffff"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Border" content="#e7e6e6"/>
- <meta name="color:Details Bg" content="#f6f6f6"/>
- <meta name="color:Details Solid" content="#f1f1f1"/>
- <meta name="color:Font" content="#808080"/>
- <meta name="color:Link" content="#5f5f5f"/>
- <meta name="color:Link Hover" content="#444444"/>
- <meta name="color:Navi Bg" content="#f6f6f6"/>
- <meta name="color:Navi Bg Hover" content="#f3f3f3"/>
- <meta name="color:Navi Font" content="#8b8a8a"/>
- <meta name="color:Navi Font Hover" content="#747373"/>
- <meta name="color:Post Bg" content="#ffffff"/>
- <meta name="color:Questions Bg" content="#f6f6f6"/>
- <meta name="color:Sidebar Bg" content="#f8f8f8"/>
- <meta name="image:Background" content=""/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 1 Text" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 2 Text" content=""/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 3 Text" content=""/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 4 Text" content=""/>
- <meta name="text:Link 5" content=""/>
- <meta name="text:Link 5 Text" content=""/>
- <meta name="text:Link 6" content=""/>
- <meta name="text:Link 6 Text" content=""/>
- <meta name="text:Link 7" content=""/>
- <meta name="text:Link 7 Text" content=""/>
- <meta name="if:Show Link 1" content="0"/>
- <meta name="if:Show Link 2" content="0"/>
- <meta name="if:Show Link 3" content="0"/>
- <meta name="if:Show Link 4" content="0"/>
- <meta name="if:Show Link 5" content="0"/>
- <meta name="if:Show Link 6" content="0"/>
- <meta name="if:Show Link 7" content="0"/>
- <meta name="if:Show Answer Icon" content="0"/>
- <meta name="if:Show Or Hide Tags" content="0"/>
- <meta name="if:Show Or Hide Date" content="0"/>
- <meta name="if:Show Or Hide Caption" content="0"/>
- <link href='http://fonts.googleapis.com/css?family=Strait' rel='stylesheet' type='text/css'>
- <style type="text/css">
- iframe#tumblr_controls {right:3px !important; top:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.3;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.9;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
- body {
- color: {color:Font};
- font-family: Playfair Display;
- font-size: 10px;
- font-style: normal;
- line-height: 12px;
- background-color: {color:Background};
- background-image: url('{image:Background}');
- background-position: top right;
- background-repeat: repeat;
- background-attachment: fixed;
- }
- .container {
- margin: 50px auto -8px auto;
- }
- strong, b, strong a, strong a:visited, b a, b a:visited {
- color: {color:Font};
- font-weight: bold;
- }
- i, em {
- color: {color:Font};
- font-style: italic;
- }
- u {
- color: {color:Font};
- text-decoration: underline;
- }
- small, small a, small a:visited {
- font-family: oxyn mono;
- font-size: 9px;
- font-style: italic;
- line-height: 13px;
- }
- a:link, a:visited, a:active {
- color: {color:Link};
- font-weight: normal;
- text-decoration: none;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- a:hover {
- color: {color:Navi Font Hover};
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- ul {
- block: inline;
- list-style-type: square;
- }
- h1 {
- color: {color:Font};
- font-size: 12px;
- font-style: italic;
- font-weight: normal;
- text-align: left;
- letter-spacing: 1px;
- border-bottom: 1px solid {color:Border};
- padding-bottom: 0px;
- }
- .sidebar:hover .title {
- transition-duration: 0.9s;
- -moz-transition-duration: 0.9s;
- -webkit-transition-duration: 0.9s;
- -o-transition-duration: 0.9s;
- opacity: 0.8;
- }
- .title:hover {
- transition-duration: 0.9s;
- -moz-transition-duration: 0.9s;
- -webkit-transition-duration: 0.9s;
- -o-transition-duration: 0.9s;
- opacity: 0.8;
- }
- #content {
- position: relative;
- margin-top: 55px;
- margin-left: 73px;
- }
- {block:PermalinkPage}
- .article_permalink {
- background: {color:Post Bg};
- border: 1px solid {color:Border};
- padding: 7px;
- margin: 6px;
- margin-left: 281px;
- width: 500px;
- }
- {/block:PermalinkPage}
- {block:IndexPage}
- .article {
- float: left;
- background: {color:Post Bg};
- border: 1px solid {color:Border};
- padding: 7px;
- margin: 6px;
- width: 250px;
- }
- .article:hover .reblog {
- background: {color:Details Bg};
- transition-duration: 0.9s;
- -moz-transition-duration: 0.9s;
- -webkit-transition-duration: 0.9s;
- -o-transition-duration: 0.9s;
- opacity: 1;
- }
- {/block:IndexPage}
- .reblog {
- position: absolute;
- font-family: cambria;
- text-align: center;
- padding: 5px 0 6px 0;
- width: 250px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- opacity: 0;
- }
- .reblog a {
- font-size: 7px;
- font-weight: normal;
- text-transform: uppercase;
- padding: 2px 4px 2px 4px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .reblog a:hover {
- color: {color:Link Hover};
- font-weight: normal;
- text-decoration: none;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .caption {
- margin-bottom: -3px;
- }
- .details {
- color: {color:Font};
- font-size: 9px;
- font-style: italic;
- font-weight: normal;
- text-transform: lowercase;
- letter-spacing: 1px;
- text-align: left;
- padding-top: 14px;
- margin-bottom: 3px;
- {block:PermalinkPage}
- margin-left: 281px;
- width: 515px;
- {/block:PermalinkPage}
- }
- .details_solid {
- border-top: 1px solid {color:Details Solid};
- margin-bottom: -7px;
- }
- .details a {
- color: {color:Font};
- background: {color:Details Bg};
- font-weight: normal;
- padding: 4px 6px 4px 6px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .details a:hover {
- color: {color:Link Hover};
- font-weight: normal;
- text-decoration: none;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .tags {
- color: {color:Font};
- font-size: 8px;
- font-family: cambria;
- font-style: italic;
- font-weight: normal;
- text-transform: lowercase;
- text-align: left;
- letter-spacing: 1px;
- margin-top: -9px;
- margin-left: 42px;
- {block:PermalinkPage}
- margin-top: 0px;
- margin-left: 359px;
- width: 500px;
- {/block:PermalinkPage}
- }
- .tags a {
- color: {color:Link};
- -webkit-transition: opacity 0.9s linear;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .tags a:hover {
- color: {color:Link Hover};
- -webkit-transition: opacity 0.9s linear;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- {block:PermalinkPage}
- .show_notes {
- color: {color:Font};
- font-size: 8px;
- font-family: cambria;
- font-style: italic;
- font-weight: normal;
- text-transform: lowercase;
- text-align: left;
- letter-spacing: 1px;
- margin-top: -21px;
- margin-left: 42px;
- margin-left: 359px;
- width: 500px;
- }
- {/block:PermalinkPage}
- .sidebar {
- position: fixed;
- background: {color:Sidebar Bg};
- color: {color:Font};
- line-height: 12px;
- margin-top: -68px;
- margin-left: 79px;
- width: 1100px;
- height: 62px;
- z-index: 2;
- }
- .navigation {
- font-family: cambria;
- text-align: center;
- margin-top: 31px;
- }
- .navigation a {
- color: {color:Navi Font};
- font-size: 11px;
- font-style: italic;
- font-weight: lighter;
- text-transform: lowercase;
- background: {color:Navi Bg};
- padding: 3px 15px 3px 15px;
- margin-left: 5px;
- margin-bottom: 1px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .navigation a:hover {
- color: {color:Navi Font Hover};
- background: {color:Navi Bg Hover};
- border-bottom: 1px solid {color:Navi Bg};
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- .pagination {
- position: fixed;
- background-color: {color:Background};
- font-size: 10px;
- text-align: center;
- padding-top: 9px;
- margin-left: 220px;
- bottom: 0px;
- width: 500px;
- height: 21px;
- }
- .pagination a {
- color: {color:Navi Font};
- padding: 3px 10px 3px 10px;
- }
- .pagination a:hover {
- color: {color:Navi Font Hover};
- background: {color:Navi Bg Hover};
- }
- .pagination_current {
- color: {color:Navi Font};
- background: {color:Navi Bg};
- padding: 3px 10px 3px 10px;
- }
- .questions {
- color: {color:Font};
- font-family: cambria;
- font-style: italic;
- background: {color:Questions Bg};
- padding: 4px;
- margin-left: 47px;
- }
- .ask {
- font-size: 10px;
- text-align: center;
- }
- .ask img {
- border: 1px solid {color:Border};
- padding: 3px;
- border-radius: 0 20px 20px 20px;
- }
- .asker {
- color: {color:Font};
- background: {color:Asker Bg};
- font-size: 9px;
- font-family: cambria;
- text-transform: lowercase;
- }
- .asker a {
- color: {color:Font};
- }
- .asker a:hover {
- color: {color:Link Hover};
- background: {color:Background};
- }
- .answer img {
- background: {color:Border};
- padding: 2px;
- margin-top: -7px;
- margin-right: 6px;
- border-radius: 20px 20px 0 20px;
- }
- .answer {
- color: {color:Font};
- font-size: 10px;
- text-align: center;
- text-transform: lowercase;
- margin-bottom: -2px;
- }
- blockquote {
- display: block;
- color: {color:Font};
- font-size: 10px;
- border-left: 3px solid {color:Border};
- padding-left: 5px;
- padding-right: 5px;
- margin: 10px 10px 10px 25px;
- }
- .quote {
- color: {color:Font};
- font-size: 12px;
- font-style: italic;
- }
- .source {
- color: {color:Font};
- font-size: 7px;
- font-family: cambria;
- font-style: normal;
- text-align: right;
- text-transform: uppercase;
- margin-top: 1px;
- margin-bottom: 5px;
- }
- .audio {
- display: block;
- }
- .audio_details {
- font-size: 7px;
- font-family: cambria;
- text-align: center;
- text-transform: uppercase;
- padding: 6px 0 6px 0;
- margin-left: 73px;
- width: 140px;
- }
- .audio_player_container {
- display: block;
- background-color: white;
- padding-left: 11px;
- padding-top: 11px;
- margin-top: -48px;
- width: 37px;
- height: 37px;
- z-index: 3;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- opacity: 0.4;
- }
- .audio_player_container:hover {
- opacity: 0.1;
- }
- .audio_player {
- overflow: hidden;
- width: 25px;
- }
- .albumart {
- position: absolute;
- width: 40px;
- height: 40px;
- opacity: 1.0;
- }
- .albumart img {
- border: 1px solid {color:Border};
- padding: 4px;
- width: 40px;
- height: 40px;
- }
- .chat ul {
- display: block;
- list-style-type: none;
- padding: 0px;
- width: 250px;
- }
- .notes {
- font-size: 10px;
- font-style: none;
- text-transform: lowercase;
- margin-top: 50px;
- margin-left: 140px;
- }
- ol.notes, .notes li {
- list-style: none;
- }
- ol.notes li.note img.avatar {
- border: 1px solid {color:Border};
- padding: 2px;
- height: 15px;
- width: 15px;
- }
- ol.notes li.note blockquote {
- color: {color:Font};
- font-size: 8px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- ol.notes li.note .answer_content {
- color: {color:Font};
- }
- #scrollToTop:link,#scrollToTop:visited {
- position: fixed;
- display: none;
- color: transparent;
- background-color: transparent;
- bottom: 28px;
- right: 20px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.4s ease-out;
- opacity: 1.0;
- }
- #scrollToTop:hover {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.4s ease-out;
- opacity: 0.8;
- }
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
- display: none;
- }
- #infscr-loading {
- display: none;
- }
- .pagination {
- display: none!important;
- }
- .x {
- position: fixed;
- color: {color:Font};
- border: 1px solid {color:Border};
- font-size: 8px;
- font-family: calibri;
- letter-spacing: 1px;
- text-transform: uppercase;
- padding: 3px 6px 3px 6px;
- bottom: 6px;
- right: 6px;
- }
- {CustomCSS}
- </style>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#content').masonry({
- itemSelector : ".article",
- },
- function() { $('#content').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#content').masonry(),
- $('.masonryWrap').infinitescroll({
- itemSelector : ".article",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "",
- loadingText : "",
- },
- function() { $('#content').masonry({ appendedContent: $(this) });
- });
- });</script>
- </head>
- <body>
- <div class="container">
- <div class="sidebar">
- <div class="navigation">
- <a href="/">Home</a>
- <a href="/ask">Message</a>
- {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
- {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
- {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
- {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
- {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfShowLink5}
- {block:IfShowLink6}<a href="{text:Link 6}">{text:Link 6 Text}</a>{/block:IfShowLink6}
- {block:IfShowLink7}<a href="{text:Link 7}">{text:Link 7 Text}</a>{/block:IfShowLink7}
- </div>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}{block:CurrentPage}
- <span class="pagination_current">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" id="next">»</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="content">
- {block:Posts}
- <div class="article">
- {block:Date}
- <div class="reblog"><a href="{ReblogURL}" target="_blank">Reblog</a> · <a href="{Permalink}">Posted {TimeAgo}</a> {block:NoteCount}· <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:ContentSource}· <a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}</div>
- {/block:Date}
- {block:Text}
- {block:IndexPage}
- <div class="entry text">
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <div class="caption">{Body}</div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="article_permalink text">
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <div class="caption">{Body}</div>
- </div>
- {/block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div class="entry photo">
- <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:IfShowOrHideCaption}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:IfShowOrHideCaption}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="article_permalink photo">
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:Caption}
- {Caption}
- {/block:Caption}
- </div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="entry photoset">
- <center>{Photoset-250}</center>
- {block:IfShowOrHideCaption}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:IfShowOrHideCaption}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="article_permalink photoset">
- <center>{Photoset-500}</center>
- {block:Caption}
- {Caption}
- {/block:Caption}
- </div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {block:IndexPage}
- <div class="entry quote">
- <div class="quote">"{Quote}"</div>
- {block:Source}
- <div class="source">- {Source}</div>
- {/block:Source}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="article_permalink quote">
- <div class="quote">"{Quote}"</div>
- {block:Source}
- <div class="source">- {Source}</div>
- {/block:Source}
- </div>
- {/block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- {block:IndexPage}
- <div class="entry link">
- <h1><a href="{URL}" {Target}>{Name} →</a></h1>
- {block:IfShowOrHideCaption}
- {block:Description}
- <div class="caption">{Description}</div>
- {/block:Description}
- {/block:IfShowOrHideCaption}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="article_permalink link">
- <h1><a href="{URL}" {Target}>{Name} →</a></h1>
- {block:Description}
- <div class="caption">{Description}</div>
- {/block:Description}
- </div>
- {/block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- {block:IndexPage}
- <div class="entry chat">
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/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}
- </ul>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="article_permalink chat">
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/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}
- </ul>
- </div>
- {/block:PermalinkPage}
- {/block:Chat}
- {block:Video}
- {block:IndexPage}
- <div class="entry video">
- <center>{Video-250}</center>
- {block:IfShowOrHideCaption}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfShowOrHideCaption}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="article_permalink video">
- <center>{Video-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:PermalinkPage}
- {/block:Video}
- {block:Audio}
- {block:IndexPage}
- <div class="entry audio">
- {block:AlbumArt}
- <div class="albumart"><img src="{AlbumArtURL}" alt=""/></div>
- {/block:AlbumArt}
- <div class="audio_details">
- {block:TrackName}
- <b>Track:</b> {TrackName}<br />
- {/block:TrackName}
- {block:Artist}
- <b>Artist:</b> {Artist}
- {/block:Artist}<br />
- {block:PlayCount}
- <b>Plays:</b> {FormattedPlayCount}
- {/block:PlayCount}
- </div>
- <div class="audio_player_container"><div class="audio_player">{AudioPlayerWhite}</div></div>
- {block:IfShowOrHideCaption}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfShowOrHideCaption}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="article_permalink audio">
- {block:AlbumArt}
- <div class="albumart"><img src="{AlbumArtURL}" alt=""/></div>
- {/block:AlbumArt}
- <div class="audio_details">
- {block:TrackName}
- <b>Track:</b> {TrackName}<br />
- {/block:TrackName}
- {block:Artist}
- <b>Artist:</b> {Artist}
- {/block:Artist}<br />
- {block:PlayCount}
- <b>Plays:</b> {FormattedPlayCount}
- {/block:PlayCount}
- </div>
- <div class="audio_player_container"><div class="audio_player">{AudioPlayerWhite}</div></div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- {block:IndexPage}
- <div class="entry ask">
- <img align="left" src="{AskerPortraitURL-30}" alt=""/>
- <div class="questions">
- <div class="ask"><div class="asker">{Asker}</div> {Question}</div>
- </div>
- <div class="answer">{Answer} {block:IfShowAnswerIcon}<img align="right" src="{PortraitURL-24}" alt=""/>{/block:IfShowAnswerIcon}</div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="article_permalink answer">
- <img align="left" src="{AskerPortraitURL-30}" alt=""/>
- <div class="questions">
- <div class="ask"><div class="asker">{Asker}</div> {Question}</div>
- </div>
- <div class="answer">{Answer}</div>
- </div>
- {/block:PermalinkPage}
- {/block:Answer}
- {block:Date}
- {block:IndexPage}
- {block:IfShowOrHideDate}
- <div class="details">
- <div class="details_solid"></div>
- <a href="{Permalink}">{ShortMonth} {DayOfMonth}</a>
- <br />
- </div>
- {block:IfShowOrHideTags}
- {block:HasTags}
- <div class="tags">{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- {/block:IfShowOrHideTags}
- {/block:IfShowOrHideDate}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="details">
- <div class="details_solid"></div>
- <a href="{Permalink}">{TimeAgo}</a>
- <br />
- </div>
- <div class="show_notes">
- {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:ContentSource}· <a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
- </div>
- {block:HasTags}
- <div class="tags">tagged as {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- </div>
- <div class="x"><a href="http://ownmylight.tumblr.com">Theme</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement