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" xml:lang="en" lang="en">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <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}
- {block:IfEndlessScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
- <head>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content="" />
- <meta name="color:scroll bar" content="#778866" />
- <meta name="color:Background" content="#CCCCCC" />
- <meta name="color:Sidebar BG" content="#F3F3F3" />
- <meta name="color:Text" content="#444444" />
- <meta name="color:Links" content="#89AAD7" />
- <meta name="color:Dots" content="#89AAD7" />
- <meta name="color:Links Hover" content="#D3B1B1" />
- <meta name="color:Bold" content="#F4A6B3" />
- <meta name="color:Italic" content="#D0A9C2" />
- <meta name="color:Post Background" content="#FFFFFF" />
- <meta name="color:Title BG" content="#FFFFFF" />
- <meta name="color:Title Text" content="#7A6D6D" />
- <meta name="color:Description BG" content="#FFFFFF" />
- <meta name="color:Description Text" content="#000000" />
- <meta name="color:Custom BG" content="#CCCCCC" />
- <meta name="color:Navi BG" content="#CCCCCC" />
- <meta name="color:Borders" content="#d3d3d3"/>
- <meta name="color:Ask Background" content="#CCCCCC" />
- <meta name="color:Post title" content="#8A99A4" />
- <meta name="if:Endless Scrolling" content=""/>
- <meta name="if:Show Captions" content="">
- <meta name="if:Show Tags" content="">
- <meta name="if:Show Dots" content="">
- <meta name="if:Show Custom Links" content="1">
- <meta name="if:Tiny cursor" content="1">
- <meta name="image:Sidebar background" content="" />
- <meta name="text:Custom Link 1" content="/" />
- <meta name="text:Custom Link 1 Title" content="" />
- <meta name="text:Custom Link 2" content="/" />
- <meta name="text:Custom Link 2 Title" content="" />
- <meta name="text:Custom Link 3" content="/" />
- <meta name="text:Custom Link 3 Title" content="" />
- <meta name="text:Custom Link 4" content="/" />
- <meta name="text:Custom Link 4 Title" content="" />
- <meta name="text:Custom Link 5" content="/" />
- <meta name="text:Custom Link 5 Title" con/tent="" />
- <meta name="text:Custom Link 6" content="" />
- <meta name="text:Custom Link 6 Title" content="" />
- <meta name="text:Custom Link 7" content="/" />
- <meta name="text:Custom Link 7 Title" content="" />
- <meta name="text:Custom Link 8" content="/" />
- <meta name="text:Custom Link 8 Title" content="" />
- <meta name="text:Custom Link 9" content="/" />
- <meta name="text:Custom Link 9 Title" content="" />
- <meta name="text:Custom Link 10" content="/" />
- <meta name="text:Custom Link 10 Title" content="" />
- <style>
- div#qTip {
- padding: 5px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:10px;
- line-height:9px;
- z-index: 1000;
- background: white;
- border:1px solid {color:borders};
- color: {color:text};
- background: {color:post background};
- font-style:italic;}
- </style>
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- width: 3px;
- height: 4px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background: #9C9C9C;}
- ::-webkit-scrollbar-track-piece {background-color: {color:Background};}
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- height: 50px;
- background-color: {color:scroll bar};}
- /* CONTENT */
- body {
- background-color:{color:Background};
- background-image: url('{image:Background}');
- background-attachment:fixed;
- color:{color:Text};
- font-family:cambria;
- font-size:11px;
- margin: 0px;
- padding: 0px;
- {block:iftinycursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:iftinycursor}}
- a {
- text-decoration:none;
- color:{color:links};
- opacity:;
- z-index:999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out; }
- a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- {block:iftinycursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:iftinycursor}}
- b {
- color:{color:Bold};}
- i{
- color:{color:Italic};}
- .contentwhole {
- width:520px;
- padding-top:20px;
- margin-left:460px;
- height:100%;
- }
- /* POSTS */
- .content {
- width: 400px;
- margin-left:15px;
- margin-right:15px;
- margin-bottom:15px;
- margin-top:30px;
- padding:5px;
- background-color:{color:post background};
- }
- .content img {max-width:100%;}
- .posttitle{
- color:{color:post title};
- font-size: 15px;
- line-height: 15px;
- letter-spacing: 0px;
- text-align: left;
- text-transform: normal;}
- blockquote{
- padding-left: 5px;
- margin: 0px 0px 10px 0px;
- display: block;
- position: relative;
- border-left: 1px solid {color:bold};}
- blockquote img{
- max-width: 100%!important;}
- #quote {font-size:15px}
- /* AUDIO POSTS */
- #audiopost {
- margin-bottom:5px;
- width:400px;
- height:150px}
- .cover {
- width:150px;
- height:150px;
- position:absolute;}
- .cover img {
- width:150px;
- height:150px;
- float:left;}
- .player {
- opacity: 0.5;position:absolute;
- z-index:1;
- background:#fff;
- width:150px;
- height:150px;
- display:block;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .playerr {
- width:25px;
- height:25px;
- margin-top:55px;
- margin-left:55px;
- overflow:hidden;
- padding:3px;}
- .track {
- margin-left:160px; line-height:12px; padding-top: 35px;}
- #linkpost { padding:8px;
- font-family:cambria;
- letter-spacing:2px;
- margin-bottom:5px;
- text-align:left;
- font-style:italic;
- border-bottom:1px {color:border} solid;
- color:{color:text};
- }
- #question {
- padding:8px;
- font-family:cambria;
- letter-spacing:2px;
- text-align:left;
- font-style:italic;
- color:{color:text};
- background-color:{color:ask background}
- }
- .chat ul {
- list-style: none;
- margin: 0;
- padding: 0;}
- .chat li {
- border-radius: 0.2em;
- border-bottom:px {color:border} solid;
- margin-bottom: 2%;
- padding: 1%;}
- .bottom {
- margin-top:5px;
- width:400px;
- padding-top:px;
- padding-bottom:2px;
- font-family: calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- Transition: all .7s ease-in-out;}
- .bottom a {
- color:{color:permalink};
- text-decoration: none;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- .bottom a:hover{
- color:{color:permalink hover};
- background-color:{color:permalink bg};
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- #tumblr_controls{
- position:fixed!important;
- right: 0px;
- top:0px;}
- /* PERMALINK PAGE */
- #source{
- width: 400px;
- padding:0px 5px;
- margin-left:-5px!important;
- margin-top: 10px;
- font-size: 10px;
- font-family: calibri;
- color:{color:post text};
- text-transform: uppercase;
- text-align:center;}
- #source a{
- color:{color:links};
- text-decoration:none;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #source a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #PostNotes {
- margin-left:0px;
- text-align:left;
- width:400px;
- }
- /* SIDEBAR */
- #sidebar {
- position:fixed;
- width:400px;
- height:150%;
- margin-left:0px;
- margin-top:-50px;
- padding-top:100px;
- background-color:{color:Sidebar BG};
- background-image: url('{image:Sidebar Background}');}
- #lineone {width:400px;
- height:5px;
- border-top:3px dotted {color:dots};}
- #linetwo {width:400px;
- height:5px;
- border-top:3px dotted {color:dots};
- margin-top:20px;}
- #sidebarimage {}
- #sidebarimage img {
- width:150px;
- opacity:.8;
- margin-top:10px;
- margin-left:100px;
- box-shadow:rgba(0,0,0,0.1)5px 5px;}
- .title {position:fixed;
- margin-left: 450px;
- width: 440px;
- padding: 10px 10px 3px 10px;
- height:25px;
- margin-bottom:0px;
- font-size: 20px;
- letter-spacing: 1px;
- line-height: 10px;
- font-family: 'Finger Paint', cursive;
- text-align:center;
- color:{color:title text};
- background-color: {color:title bg};
- }
- .desc {box-shadow:rgba(0,0,0,0.1)5px 5px;
- font-family:cambria;
- margin-left:-10px;
- line-height:110%;
- font-size:9px;
- width:330px;
- padding:5px;
- text-align:justify;
- color:{color:description text};
- text-transform: none;
- background-color: {color:description bg};}
- .mainlinks
- {width:20px;
- margin-left:60px;
- margin-top:-100px;
- background-color:gray;
- padding:3px;box-shadow:rgba(0,0,0,0.1)5px 5px;
- background:{color:navi bg}}
- .mainlinks a {font-size:15px;}
- .mainlinks2
- {width:20px;
- margin-left:265px;
- margin-top:-55px;
- background-color:gray;
- padding:3px;box-shadow:rgba(0,0,0,0.1)5px 5px;background:{color:navi bg}}
- .mainlinks2 a {font-size:15px;}
- .navi {background:{color:custom bg};
- margin-bottom:5px;
- margin-top:50px;
- margin-left:-50px;
- padding-top:10px;
- -webkit-appearance:none;
- border-top:0px;
- font-family: Calibri;
- font-size: 9px;
- text-transform:uppercase;
- position: relative;
- padding: 3px;
- width: 155px;
- border: 0px solid white;}
- #pagi{
- width:400px;
- height:0px;
- font-size:9px;
- text-align:center;
- margin-left:15px;
- margin-bottom:25px;
- font-family:cambria;
- letter-spacing:0px;
- line-height:15px;
- padding-top:45px;
- margin-top:20px;
- background-color:{color:post background};
- padding:5px;
- padding-bottom:20px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- box-shadow:rgba(0,0,0,0.1)5px 5px;
- }
- </style></head>
- <body>
- <div class="title">{title}</div>
- <div id="sidebar">
- {block:ifshowdots}<div id="lineone"> </div>{/block:ifshowdots}
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="mainlinks"><a href="/" title="Home">.01</a>
- <a href="/ask" title="Ask">.02</a>
- <a href="/archive" title="Archive">.03</a></div>
- <div class="mainlinks2"><a href="/random" title="Random">.04</a>
- <a href="/submit" Title="Submit">.05</a>
- <a href="http://chinqu.tumblr.com" Title="Theme">.06</a></div>
- <div class="navilinks"><center>
- {block:ifshowcustomlinks}<select onChange="location.href=this.options[this.selectedIndex].value;" class="navi"><option value="">Links</option>
- {block:IfCustomLink1}<option value="{text:Custom Link 1}">{text:Custom Link 1 title}</option>{/block:IfCustomLink1}
- {block:IfCustomLink2}<option value="{text:Custom Link 2}">{text:Custom Link 2 Title}</option>{/block:IfCustomLink2}
- {block:IfCustomLink3}<option value="{text:Custom Link 3}">{text:Custom Link 3 Title}</option>{/block:IfCustomLink3}
- {block:IfCustomLink4}<option value="{text:Custom Link 4}">{text:Custom Link 4 Title}</option>{/block:IfCustomLink4}
- {block:IfCustomLink5}<option value="{text:Custom Link 5}">{text:Custom Link 5 Title}</option>{/block:IfCustomLink5}
- {block:IfCustomLink6}<option value="{text:Custom Link 6}">{text:Custom Link 6 Title}</option>{/block:IfCustomLink6}
- {block:IfCustomLink7}<option value="{text:Custom Link 7}">{text:Custom Link 7 Title}</option>{/block:IfCustomLink7}
- {block:IfCustomLink8}<option value="{text:Custom Link 8}">{text:Custom Link 8 Title}</option>{/block:IfCustomLink8}
- {block:IfCustomLink9}<option value="{text:Custom Link 9}">{text:Custom Link 9 Title}</option>{/block:IfCustomLink9}
- {block:IfCustomLink10}<option value="{text:Custom Link 10}">{text:Custom Link 10 Title}</option>{/block:IfCustomLink10}
- </select>{/block:ifshowcustomlinks}
- <div class="desc">
- {Description}
- </div>
- </div>
- {block:ifshowdots}<div id="linetwo"> </div>{/block:ifshowdots}
- </div>
- {block:IndexPage}
- {/block:IndexPage}
- <div class="contentwhole">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div class="content">
- {block:Text}
- {block:indexpage}
- {block:Title}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- {/block:Title}
- {Body}
- <div class="bottom"> <center><b><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></b><br>
- {block:ifshowtags}{block:HasTags} {block:Tags} [<a href="{TagURL}">{Tag}</a>] {/block:Tags} {/block:HasTags}{/block:ifshowtags}
- </div>
- {/block:indexpage}
- {block:PermalinkPage}
- {block:Title}
- <a href="{Permalink}" class="posttitle">{Title}</a>
- {/block:Title}
- {Body}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {block:indexpage}
- <img src="{PhotoURL-400}" class="center">
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- <div class="bottom"> <center><b><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></b><br>
- {block:ifshowtags}{block:HasTags} {block:Tags} [<a href="{TagURL}">{Tag}</a>] {/block:Tags} {/block:HasTags}{/block:ifshowtags}
- </div>
- {/block:indexpage}
- {block:PermalinkPage}
- <img src="{PhotoURL-400}" class="center">
- {block:Caption}{Caption}{/block:caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:indexpage}
- {Photoset-400}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- <div class="bottom"> <center><b><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></b><br>
- {block:ifshowtags}{block:HasTags} {block:Tags} [<a href="{TagURL}">{Tag}</a>] {/block:Tags} {/block:HasTags}{/block:ifshowtags}
- </div>
- {/block:indexpage}
- {block:PermalinkPage}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {block:indexpage}
- <div id="quote">❝ {Quote} ❞ </div><p>
- {block:Source}<p style="text-align:right">- {Source}{/block:Source}
- <div class="bottom"> <center><b><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></b><br>
- {block:ifshowtags}{block:HasTags} {block:Tags} [<a href="{TagURL}">{Tag}</a>] {/block:Tags} {/block:HasTags}{/block:ifshowtags}
- </div>
- {/block:indexpage}
- {block:PermalinkPage}
- {Quote}<p>
- {block:Source}- {Source}{/block:Source}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- {block:indexpage}<div id="linkpost"><a href="{URL}" target="{Target}"> {Name} </a></div>
- {block:Description} {Description} {/block:Description}
- <div class="bottom"> <center><b><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></b><br>
- {block:ifshowtags}{block:HasTags} {block:Tags} [<a href="{TagURL}">{Tag}</a>] {/block:Tags} {/block:HasTags}{/block:ifshowtags}
- </div>
- {/block:indexpage}
- {block:PermalinkPage}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- {block:indexpage}
- <div class="chat"><ul>
- {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
- </ul></div>
- <div class="bottom"> <center><b><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></b><br>
- {block:ifshowtags}{block:HasTags} {block:Tags} [<a href="{TagURL}">{Tag}</a>] {/block:Tags} {/block:HasTags}{/block:ifshowtags}
- </div>
- {/block:indexpage}
- {block:PermalinkPage}
- {block:Title} {Title} {/block:Title} <p>
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- {block:indexpage}{block:AudioPlayer}{/block:AudioPlayer}
- <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
- <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
- {Caption}
- <div class="bottom"> <center><b><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></b><br>
- {block:ifshowtags}{block:HasTags} {block:Tags} [<a href="{TagURL}">{Tag}</a>] {/block:Tags} {/block:HasTags}{/block:ifshowtags}
- </div>
- {/block:indexpage}
- {block:PermalinkPage}{block:AudioPlayer}{/block:AudioPlayer}
- <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
- <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
- {Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:indexpage}
- {Video-400}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- <div class="bottom"> <center><b><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></b><br>
- {block:ifshowtags}{block:HasTags} {block:Tags} [<a href="{TagURL}">{Tag}</a>] {/block:Tags} {/block:HasTags}{/block:ifshowtags}
- </div>
- {/block:indexpage}
- {block:permalinkpage}{Video-400}
- {block:Caption}{Caption}{/block:Caption}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>{/block:permalinkpage}
- {/block:Video}
- {block:Answer}
- {block:indexpage}
- <div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;"><img src="{AskerPortraitURL-30}" float:left"> — {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>
- <div class="bottom"> <center><b><a href="{Permalink}" title="Post">Perma</a>
- | {block:NoteCount} <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> | {/block:NoteCount} <a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a></b><br>
- {block:ifshowtags}{block:HasTags} {block:Tags} [<a href="{TagURL}">{Tag}</a>] {/block:Tags} {/block:HasTags}{/block:ifshowtags}
- </div>
- {/block:indexpage}
- {block:permalinkpage}
- <div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;"><img src="{AskerPortraitURL-48}" float:left"> — {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Answer}
- </div>
- {/block:Posts}
- {block:ifnotendlessscrolling} <div id="pagi">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}
- {block:JumpPagination length="15"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span> {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- {/block:Pagination}</div>{/block:ifnotendlessscrolling}
- </div>
- </head></body>
Advertisement
Add Comment
Please, Sign In to add comment