Advertisement
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">
- <html>
- <!-----
- theme #002 by Rose @ itsacrimescene.tumblr.com
- Please do not copy or claim as your own
- Do not remove this credit from the code
- Thank you :3
- If you have any questions, feel free to ask me on itsacrimetheme.tumblr.com
- ------>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#faf3e4" />
- <meta name="color:title" content="#CEB4A0" />
- <meta name="color:sidebar2" content="#fdf8eb" />
- <meta name="color:asktext" content="#A89692" />
- <meta name="color:askbg" content="#FFFBF3" />
- <meta name="color:entry" content="#fdf8ef" />
- <meta name="color:text" content="#b7a196" />
- <meta name="color:link" content="#957e78" />
- <meta name="color:linkhover" content="#fcf9f4" />
- <meta name="color:tags" content="#fcf9f4" />
- <meta name="color:info" content="#F2E9DA" />
- <meta name="color:slinks" content="#EEE5D9" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="" />
- <meta name="text:blogtitle" content="" />
- <meta name="text:subtitle" content="" />
- <meta name="text:lastwords" content="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- body {
- color:{color:text};
- background-color:{color:background};
- font-family: Georgia, Palatino, Times, serif;
- font-size: 11px;
- line-height:115%;
- text-align:justify;
- background-image:url('{image:Background}');
- background-attachment:fixed;
- background-repeat: repeat;
- background-position:absolute;
- }
- a:link, a:active, a:visited {
- color: {color:link};
- text-decoration:none;
- text-shadow: {color:slinks} 1px 0px 1px;
- letter-spacing: 2px;
- }
- a:hover {
- color:{color:linkhover};
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- transition: all 0.4s ease-in;
- }
- b, strong {color:{color:text};}
- i, em {color:{color:text};}
- p {margin-top:5px; margin-bottom:5px;}
- blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:slinks};}
- img a {border:none; width:100%; opacity:1;}
- /*SIDEBAR*/
- #sidebar {
- width:220px;
- height:auto;
- margin-left:25px;
- margin-top:153px;
- position:fixed;
- overflow:hidden;
- background-color: {color:entry};
- border-left:0px solid;
- border-right:0px solid;
- padding:4px;
- border: 0px solid {color:slinks};
- border-bottom-left-radius: 35px;
- }
- .blogtitle {
- color: {color:title};
- font-size: 28px;
- font-family: bakerscript;
- text-align: center;
- padding: 3px;
- letter-spacing: 0px;
- line-height:24px;
- margin-top:6px;
- }
- .blogtitle a{
- color: {color:title};
- letter-spacing: -1px;
- background-color: transparent;
- }
- .blogtitle a:hover{
- color: {color:asktext};
- }
- .blogtitle table{
- position: absolute;
- margin-top: 10px;
- margin-left: -4px;
- opacity:0;
- width:223px;
- height: 0px;
- display: block;
- background-color: {color:entry};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- overflow-y: hidden;
- border-bottom-left-radius: 25px;
- }
- .blogtitle:hover table{
- opacity:0.9;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- height:85%;
- border-bottom-left-radius: 35px;
- }
- .about{
- font-family: Georgia, Palatino, Times, serif;
- font-size: 11px;
- text-align: justify;
- line-height: 12px;
- padding: 7px;
- width: 230px;
- height: auto;
- margin-top: 54px;
- margin-left: 0px;
- opacity: 0.9;
- -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;
- border-bottom-left-radius: 25px;
- }
- .about a{
- letter-spacing: 1px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- color:{color:text};
- background-color:{color:entry};
- }
- .about a:hover{
- font-style: italics;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- background-color:{color:entry};
- }
- .subtitle {
- color: {color:text};
- font-size: 11px;
- font-family: Calibri;
- padding: 2px;
- text-align: center;
- letter-spacing: 4px;
- text-transform: uppercase;
- margin-top: -11px;
- }
- #sideimg {
- margin-left:0px;
- margin-bottom:2px;
- margin-top:4px;
- border-bottom-left-radius: 25px;
- }
- #sideimg img {
- max-width: 220px;
- height: auto;
- text-align:center;
- border-bottom-left-radius: 25px;
- }
- /*SIDEBAR 2*/
- #sidebar2 {
- width:100px;
- height:100%;
- margin-left:270px;
- margin-top:-10px;
- position:fixed;
- overflow:hidden;
- background-color: {color:sidebar2};
- border-right:0px solid {color:slinks};
- padding:7px;
- }
- #pagination {
- font-family:georgia;
- text-align:center;
- font-size: 14px;
- line-height:12px;
- font-style:normal;
- background-color:transparent;
- padding: 0px;
- padding-bottom:-2px;
- }
- #lastwords {
- width:85%;
- font-size: 10px;
- line-height: 11px;
- margin-left:0px;
- text-align: justify;
- background-color: {color:slinks};
- color: {color:link};
- font-family: Consolas;
- opacity: 0.8;
- padding: 5px;
- }
- .icon {
- text-align:center;
- -moz-border-radius:100px;
- -webkit-border-radius:100px;
- }
- .icon a {
- opacity: 0.9;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .icon a:hover {
- opacity: 0.6;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- #navilinks {
- top: 25px;
- margin-left: 0px;
- width: 50px;
- }
- #navilinks a {
- color: {color:asktext};
- background-color: {color:slinks};
- display: block;
- height: 50px;
- width: 50px;
- font-family: consolas;
- font-size: 10px;
- text-decoration: none;
- text-transform: lowercase;
- text-align: center;
- line-height: 50px;
- -moz-border-radius: 50px;
- -webkit-border-radius: 50px;
- border-radius: 50px;
- margin-bottom: 6px;
- -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;
- }
- #navilinks a:hover {
- color: {color:title};
- background-color: {color:slinks};
- opacity: 0.8;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- }
- /*NAVIBAR*/
- #navibar {
- position:fixed;
- top: 10px;
- left: 112px;
- width:185px;
- height:100%;
- background-color: {color:transparent};
- overflow:hidden;
- padding:2px;
- }
- #slinks a {
- width:150px;
- height:10px;
- font-style:normal;
- font-family: consolas;
- font-size: 10px;
- display:block;
- text-align: right;
- background-color:{color:slinks};
- color:{color:asktext};
- padding:5px;
- letter-spacing:1px;
- text-transform:lowercase;
- margin-right: 5px;
- margin-bottom: -10px;
- -webkit-transition: opacity 0.8s linear;
- opacity: 1;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- border-right: 4px solid {color:sidebar2}
- }
- #slinks a:hover {
- width: 168px;
- color:{color:title};
- background-color:{color:slinks};
- font-style:italic;
- letter-spacing:3px;
- text-transform:lowercase;
- text-align: left;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.6;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- border-right: 0px solid;
- }
- /*POSTINFO*/
- #postsource {
- margin:-21px 0 0 0;
- position:absolute;
- }
- #postsource a{
- display:block;
- background-color:{color:slinks};
- color:{color:link};
- text-align:center;
- font-family: consolas;
- font-size:10px;
- text-transform:lowercase;
- letter-spacing:1px;
- width:163px;
- padding:5px;
- }
- #postsource a:hover{
- opacity:0.8;
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- }
- #rebloggedfrom {
- position:absolute;
- margin:-21px 0 0 173px;
- }
- #rebloggedfrom a{
- width:158px;
- padding:5px;
- text-align:center;
- text-transform:lowercase;
- letter-spacing:1px;
- font-family: consolas;
- font-size:10px;
- background-color:{color:slinks};
- color:{color:link};
- display:block;
- opacity: 0.8;}
- #rebloggedfrom a:hover{
- opacity:0.9;
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- }
- #notecount {
- position:absolute;
- margin:-21px 0 0 340px;
- }
- #notecount a {
- width:173px;
- padding:5px;
- text-align:center;
- text-transform:lowercase;
- letter-spacing:1px;
- font-family: consolas;
- font-size:10px;
- background-color:{color:entry};
- color:{color:link};
- display:block;
- }
- #notecount a:hover {
- opacity:0.9;
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- }
- #date {
- display: block;
- height:auto;
- line-height: 9px;
- background-color: {color:slinks};
- text-align: right;
- font-size: 11px;
- font-family: Calibri;
- text-transform: lowercase;
- color: {color:tags};
- padding: 2px;
- margin-bottom:0px;
- }
- #date a {
- color:{color:title};
- background-color: transparent;
- font-style: italic;
- }
- #date a:hover {
- color:{color:asktext};
- }
- #info {
- position: absolute;
- display: block;
- background-color: {color:info};
- color: {color:text};
- text-align: center;
- font-size: 12px;
- font-family: Georgia;
- text-transform: uppercase;
- z-index: 999;
- margin-left: 506px;
- margin-top: -10px;
- opacity:1;
- padding:5px;
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- height: 50px;
- width: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- }
- #info a{
- color:{color:title};
- background-color: transparent;
- letter-spacing: 0px;
- }
- #info a:hover {
- color:{color:asktext};
- }
- .day{font-size: 22px; margin-top: 8px; color: {color:title};}
- .month{font-size: 10px; font-family: palatino; line-height: 6px; margin: 2px 0 0 0; text-transform: uppercase; color: {color:text};}
- .time{font-size: 9px}
- /*ENTRIES*/
- #entries {
- margin-left: 410px;
- margin-top:1px;
- width:520px;
- }
- #posts {
- overflow:hidden;
- background-color: {color:entry};
- padding:10px;
- font-style:normal;
- border-bottom-right-radius: 10px;
- }
- #tags {
- background-color:{color:info};
- margin:-6px 0px -4px 0px;
- font-family: trebuchet ms;
- font-size:10px;
- color:{color:tags};
- letter-spacing: 1px;
- text-align:center;
- padding:3px;
- font-style:normal;
- opacity:0.7;
- }
- #tags a{
- letter-spacing: 1px;
- }
- #reblog {
- color:{color:title};
- font-family: consolas;
- font-size: 8px;
- line-height:5px;
- opacity:0.5;
- }
- #reblog a{
- letter-spacing: 1px;
- }
- /*POSTS*/
- h1 {
- color:{color:title};
- font-family:Georgia;
- font-size:21px;
- line-height:22px;
- letter-spacing:1px;
- font-weight:normal;
- text-transform:lowercase;
- margin-top:4px;
- padding:0px;
- text-align:left;
- border-bottom: 1.5px dashed {color:slinks};
- }
- h1 a {color: {color:title};}
- h1 a:hover {color: {color: background};}
- #asker {
- width:500px;
- text-align:left;
- text-transform:lowercase;
- font-style: italic;
- color {color:linkhover};
- margin-top:-5px;
- }
- #asker a {color: {color:title};}
- #asker a:hover {color: {color:linkhover};}
- #asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px; border-radius: 10px;}
- #question {
- background-color:{color:askbg};
- font-size: 12px;
- font-weight: normal;
- font-family: georgia, palatino;
- text-align: right;
- line-height:90%;
- letter-spacing: 1px;
- color: {color:asktext};
- margin: 0 0 11px 0;
- padding: 10px 15px;
- position: relative;
- border-radius: 13px;
- }
- #bubble {
- width: 12px;
- height: 8px;
- font-size:32px;
- font-family:Georgia;
- position: absolute;
- color:{color:askbg};
- bottom: 0.5px;
- left: 188px;
- margin-top:-20px;
- }
- .qqmarks {
- font-size: 80px;
- font-weight: bold;
- line-height: 80px;
- color: {color:background};
- }
- .qquote {
- font-size: 20px;
- letter-spacing: -1px;
- line-height: 15px;
- text-transform: lowercase;
- margin-top: -70px;
- text-indent: 40px;
- }
- .qusource {
- width: 500px;
- margin-left:0px;
- background-color: {color:sidebar2};
- text-align:right;
- font-size: 10px;
- color: {color:text};
- line-height: 9px;
- opacity: 0.8;
- }
- .qusource a {
- text-align:right;
- font-size: 10px;
- color: {color:links};
- line-height: 9px;
- opacity: 0.8;
- background-color: transparent;
- }
- .qusource a:hover {
- color: {color:lhover};
- line-height: 9px;
- opacity: 1;
- }
- .audio {
- background-color: {color:askbg};
- border-bottom-right-radius:10px;
- display:block;
- width: 450px;
- height: 120px;
- align:center;
- margin-top:10px;
- }
- #albumart {
- float: left;
- width:100px;
- height:auto;
- padding: 10px;
- }
- #audioinfo {
- padding: 10px;
- background-color: {color:askbg};
- color: {color:text};
- }
- .source {
- display:none;
- }
- .user_1 .label {color:{color:link}; font-weight:bold; font-style: italic;}
- .user_2 .label {color:{color:text}; font-weight:bold}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- #notes {
- width: 500px;
- padding: 10px;
- margin: 0px;
- font-size: 11px;
- text-align: left;
- background-color: {color:entry};
- border-top-right-radius: 25px;
- }
- ol.notes {
- list-style: none; margin: 0 20px 0 0; padding: 0px
- }
- ol.notes li {
- margin: 0px; padding: 2px;
- }
- #notes li img.avatar {
- vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:8px
- }
- ::-moz-selection {background-color: {color:askbg}; color: {color:asktext};}
- ::selection {background-color: {color:askbg}; color: {color:asktext};}
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.4;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- z-index:999999999999999999;}
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- z-index:999999999999999999999;}
- @font-face {
- font-family: bakerscript;
- src: url(http://static.tumblr.com/d4uqqnd/Yvnm3hdtx/bakerscript.ttf);
- format:("truetype");
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="sidebar2"><center><br><br>
- <br><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}<b>{CurrentPage}</b>/{TotalPages}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
- {block:iflastwords}<p><div id="lastwords">{text:lastwords}</div></p>{/block:iflastwords}
- <br><br>
- <div class="icon"><a href="/"><img src="{PortraitURL-96}" style="height: 90px; width: 90px; -moz-border-radius: 95px; border-radius: 95px" title="home"></a></div><br /><br><br>
- <div id="navilinks">
- <a href="/ask">ask</a>
- {block:SubmissionsEnabled}<a href="/submit">submit</a>{/block:SubmissionsEnabled}
- <a href="/archive">past</a>
- <a href="http://itsacrimetheme.tumblr.com" title="Rose did it!">theme</a>
- </div>
- </center>
- </div>
- <div id="navibar"><div id="slinks">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a><br />{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a><br />{/block:ifLink6}</div></div>
- <div id="sidebar">
- <div class="blogtitle"><a href="/">{text:blogtitle}</a><table><tr><td class="about">{block:Description}<br><br>{Description}<br><br>{/block:Description}
- </td></tr></table></div>
- <div class="subtitle"> {text:subtitle}</div>
- {block:ifSidebarImage}<div id="sideimg"><img src="{image:Sidebar}"></div>{/block:ifSidebarImage}
- </div>
- <br>
- <div id="entries">
- <br>{block:Posts}
- {block:Date}
- <div id="notecount"><a href="{Permalink}" title="{TimeAgo}">{block:answer}answered {/block:answer}{block:photo}{block:RebloggedFrom}reblogged {/block:RebloggedFrom} {block:NotReblog} Posted{/block:NotReblog} {/block:photo}{block:text}{block:RebloggedFrom}reblogged {/block:RebloggedFrom} {block:NotReblog} Posted{/block:NotReblog} {/block:text}{block:audio}{block:RebloggedFrom}reblogged {/block:RebloggedFrom} {block:NotReblog} Posted{/block:NotReblog} {/block:audio}{block:video}{block:RebloggedFrom}reblogged {/block:RebloggedFrom} {block:NotReblog} Posted{/block:NotReblog} {/block:video}{block:quote}{block:RebloggedFrom}reblogged {/block:RebloggedFrom} {block:NotReblog} Posted{/block:NotReblog} {/block:quote}{block:chat}{block:RebloggedFrom}reblogged {/block:RebloggedFrom} {block:NotReblog} Posted{/block:NotReblog} {/block:chat}{block:photoset}{block:RebloggedFrom}reblogged {/block:RebloggedFrom} {block:NotReblog} Posted{/block:NotReblog} {/block:photoset}{block:link}{block:RebloggedFrom}reblogged {/block:RebloggedFrom} {block:NotReblog} Posted{/block:NotReblog}{/block:link} with {NoteCount} ♥</a></div>
- <div id="postsource">
- {block:RebloggedFrom}<a href="{ReblogRootURL}" title="originally {ReblogRootTitle}">source</a>{/block:RebloggedFrom}
- {block:NotReblog}<a href="{SourceURL}" title="originally {SourceTitle}">source</a>{/block:NotReblog}
- </div>
- <div id="rebloggedfrom">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="reblogged {TimeAgo}">via</a>{/block:RebloggedFrom}
- {block:NotReblog}<a href="{Permalink}" title="posted {TimeAgo}">permalink</a>{/block:NotReblog}</div>
- {/block:Date}
- <div id="info"><div class="day"><a href="{Permalink}" title="Permalink">{DayOfMonthWithZero}</a></div>
- <div class="month">{ShortMonth}</div><a href="{ReblogURL}" title="reblog this post!">»»»</a></div>
- <div id="posts">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}
- <b class="qqmarks">“</b><div class="qquote"><p>{Quote}</p></div>
- {block:Source}
- <div class="qusource"> {Source} </div>
- {/block:Source}
- {/block:Quote}
- {block:Link}<h1><a href="{URL}" class="link" {Target}>*{Name} </a></h1>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" style="border-bottom-right-radius: 10px;" />{LinkCloseTag}</center>{block:Caption}<p><br>{Caption}</p>{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}<p><br>{Caption}</p>{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}<p><br>{Caption}</p>{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="question">
- <br>
- <div id="bubble">◄</div>
- {Question}
- <br>
- <br>
- </div>
- <div id="asker"><img src="{AskerPortraitURL-24}">{Asker}</div><br>
- <div id="answer">{Answer}</div>
- {/block:answer}
- {block:Audio}<center>
- <div class="audio">
- <div id="albumart">{block:AlbumArt} <img src="{AlbumArtURL}" width=100> {/block:AlbumArt}</div>
- <div id="audioinfo"><br>{AudioPlayerWhite}<br>
- {PlayCountWithLabel}
- </div>
- </div></center>
- {block:Caption}<br><p>{Caption}</p>{/block:Caption}{/block:Audio}<br><br>
- <div id="tags">
- {block:HasTags} {block:Tags} #<a href="{TagUrl}">{Tag}</a> {/block:Tags} {/block:HasTags} </div><br>
- <div align="right" id="reblog"><a href="{ReblogURL}">reblog »</a></div>
- </div>
- <br><br>
- {block:PostNotes}
- <div id="notes">{PostNotes}</div>
- {/block:PostNotes}<br>
- {block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement