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:Text" content="#444444" />
- <meta name="color:Links" 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:Sidebar Background" content="#FFFFFF" />
- <meta name="color:Borders" content="#CCCCCC"/>
- <meta name="color:Ask Background" content="#CCCCCC" />
- <meta name="color:Post title" content="#8A99A4" />
- <meta name="if:Show Tags" content="">
- <meta name="if:Hover Tags" content="">
- <meta name="if:Endless Scrolling" content=""/>
- <meta name="if:Show Captions" content="">
- <meta name="if:Tiny cursor" content="1">
- <meta name="if:Short Sidebar" content="0">
- <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:calibri;
- font-size:12px;
- 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:600px;
- padding-top:0px;
- margin-left:450px;
- }
- /* POSTS */
- .content {
- width: 400px;
- margin: 25px;
- padding: 5px;
- {block:PermalinkPage}width:500px;{/block:PermalinkPage};
- 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}
- img, .photo, .photoset{ opacity: 0.8;
- transition: opacity 1s ease-in-out;
- -moz-transition: opacity 1s ease-in-out;
- -webkit-transition: opacity 1s ease-in-out;}
- img:hover, .photo:hover, .photoset:hover {
- opacity: 1.0;
- transition: opacity .55s ease-in-out;
- -moz-transition: opacity .55s ease-in-out;
- -webkit-transition: opacity .55s ease-in-out;}
- /* 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:calibri;
- letter-spacing:2px;
- margin-bottom:5px;
- text-align:left;
- font-style:italic;
- color:{color:text};}
- #question {
- padding:8px;
- font-family:calibri;
- letter-spacing:1px;
- text-align:left;
- color:{color:text};
- background-color:{color:ask background}}
- .chat ul {
- list-style: none;
- margin: 0;
- padding: 0;}
- .chat li {
- border-radius: 0.2em;
- margin-bottom: 2%;
- padding: 1%;}
- .bottom {
- margin-top:5px;
- width:400px;
- padding-top:2px;
- padding-bottom:2px;
- font-family: calibri;
- text-transform: UPPERCASE;
- font-size: 8px;
- letter-spacing: 1px;
- border-top: 1px solid {color:borders};
- border-bottom: 1px solid {color:borders};
- -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;}
- #tags {position: absolute;
- {block:ifshowtags}opacity:1;
- margin-top:10px;
- {/block:ifshowtags}
- {block:ifhovertags}
- opacity: 0;
- {/block:ifhovertags}
- width:400px;
- word-wrap: break-word;
- text-align: left;
- font-family: calibri;
- text-transform: UPPERCASE;
- font-size: 8px;
- line-height:9px;
- letter-spacing: 1px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;}
- .content:hover #tags {
- opacity: 1;
- margin-top: 10px;-webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-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 {width:302px;
- position:fixed;
- margin:0px;
- margin-top:0px;
- padding:5px;
- background-color:{color:sidebar background};
- height:1000px;
- {block:ifshortsidebar}
- height:100px;
- -webkit-border-bottom-right-radius: 17px;
- -webkit-border-bottom-left-radius: 17px;
- -moz-border-radius-bottomright: 17px;
- -moz-border-radius-bottomleft: 17px;
- border-bottom-right-radius: 17px;
- border-bottom-left-radius: 17px;
- {/block:ifshortsidebar}
- }
- #sidebarimage {margin-left:50px;
- margin-top:55px;
- position:fixed;
- background-color:{color:sidebar background};
- -webkit-border-top-left-radius: 17px;
- -webkit-border-top-right-radius: 17px;
- -moz-border-radius-topleft: 17px;
- -moz-border-radius-topright: 17px;
- border-top-left-radius: 17px;
- border-top-right-radius: 17px;}
- #sidebarimage img {
- width:300px;
- margin-right:2px;
- padding-bottom:0px;
- padding:5px;
- -webkit-border-top-left-radius: 17px;
- -webkit-border-top-right-radius: 17px;
- -moz-border-radius-topleft: 17px;
- -moz-border-radius-topright: 17px;
- border-top-left-radius: 17px;
- border-top-right-radius: 17px;
- }
- #description {
- text-align:left;
- padding-left:5px;
- padding-bottom:px;
- font-family:cambria;
- line-height:110%;
- font-size:9px;
- width:295px;
- font-style:italic;
- {block:ifshortsidebar}
- max-height:95px;
- overflow:auto;
- {/block:ifshortsidebar}
- }
- .pagination {
- display: none;
- }
- /* BUBBLES */
- #bubblebar
- {width:300px;
- position:fixed;
- left:63px;
- top:58px;
- z-index:999;
- font-size:9px;
- text-align:center;}
- .bubble
- {text-align:center;
- color:#555;
- float:left;
- height:5px;
- width:53px;
- margin-right:5px;
- padding-top:1px;
- padding-bottom:12px;
- margin-top:5px;
- overflow:hidden;
- display: inline-block;
- -moz-border-radius: 17px 17px 0px 0px;
- border-radius:17px 17px 0px 0px;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;}
- .bubble:hover {background-color: {color:sidebar background};
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out; }
- .bubble img
- {margin-bottom:10px;
- margin-top:-2px;}
- #bubble1 {background-color:{color:sidebar background}}
- #bubble2 {background-color:{color:sidebar background}}
- #bubble3 {background-color:{color:sidebar background}}
- #bubble4 {background-color:{color:sidebar background}}
- #bubble5 {background-color:{color:sidebar background}}
- </style>
- <body>
- <div id="sidebarimage">
- <img src="{image:sidebar}" >
- <div id="sidebar">
- <div id="description">
- {Description}
- <p>
- {block:IfNotEndlessScrolling}
- <center>
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« B A C K</a>{/block:PreviousPage} | {block:NextPage}<a href="{NextPage}">N E X T »</a>{/block:NextPage}{/block:Pagination}
- {/block:IfNotEndlessScrolling}</p>
- </div></div></div>
- <div id='bubblebar'>
- <div class='bubble' id='bubble1'><a href="/" title="Refresh">.01 </a>
- </div>
- <div class='bubble' id='bubble2'><a href="/ask" title="Ask">.02</a>
- </div>
- <div class='bubble' id='bubble3'><a href="/archive" title="Past">.03</a>
- </div>
- <div class='bubble' id='bubble4'><a href="/random" title="Random">.04</a>
- </div>
- <div class='bubble' id='bubble5'><a href="http://chinqu.tumblr.com" title="Theme">.05</a>
- </div></div></div></div></div></div></div>
- <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><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></center><div id="tags">
- {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
- </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>
- {/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><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><div id="tags">
- {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
- </div>
- {/block:indexpage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" 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>
- {/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><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></center><div id="tags">
- {block:ifshowtags}{block:HasTags}{block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
- </div>
- {/block:indexpage}
- {block:PermalinkPage}
- {Photoset-500}
- {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><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><div id="tags">
- {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
- </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><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><div id="tags">
- {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
- </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><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><div id="tags">
- {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
- </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><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><div id="tags">
- {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
- </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><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><div id="tags">
- {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
- </div>
- {/block:indexpage}
- {block:permalinkpage}{Video-500}
- {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="calibri">{Answer}</font>
- <div class="bottom"> <center><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><div id="tags">
- {block:ifshowtags}{block:HasTags} {block:Tags} • <a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
- </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}
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- </head></body>
Advertisement
Add Comment
Please, Sign In to add comment