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">
- <!--
- n°22 by colinfirth.tumblr.com
- PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
- -->
- <html><head>
- <title>{title}</title>
- <base target="_self">
- <link rel="shortcut icon" href="{favicon}">
- <meta name="image:header" content=""/>
- <meta name="image:audio bg" content="http://static.tumblr.com/1fe0fb2eb9179fdba195906aa5c7bc29/ygd3n2x/TPHmil7fo/tumblr_static_diagonal_striped_brick.png">
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:subbackground" content="#eeeeee"/>
- <meta name="color:topbar" content="#eeeeee"/>
- <meta name="color:postbackground" content="#ffffff"/>
- <meta name="color:text" content="#111111"/>
- <meta name="color:link" content="#999999"/>
- <meta name="color:linkhover" content="#e8e8e8"/>
- <meta name="color:linkhighlight" content="#FFFF00"/>
- <meta name="color:linkhoverhighlight" content="#eeeeee"/>
- <meta name="color:toplinkbackground" content="#ffffff"/>
- <meta name="color:toplink" content="#999999"/>
- <meta name="color:toplinkhover" content="#444444"/>
- <meta name="color:tophoverbackground" content="#e0e0e0"/>
- <meta name="text:text font" content="helvetica"/>
- <meta name="text:link font" content="helvetica"/>
- <meta name="text:title font" content="bell mt"/>
- <meta name="text:top font" content="justus, georgia, arial, times"/>
- <meta name="text:text size" content="9px"/>
- <meta name="text:title size" content="32px"/>
- <meta name="text:top size" content="32px"/>
- <meta name="text:link size" content="7px"/>
- <meta name="text:Link 1 title" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 title" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 title" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 title" content="" />
- <meta name="text:Link 4" content="" />
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip{
- letter-spacing: 1px;
- font-family: {text:link font};
- font-size: 6px {text:xlink size};
- font-style: ;
- text-transform: uppercase;
- position:absolute;
- margin-top: 10px;
- z-index:9999;
- background-color:white;
- color:#000000;
- padding:4px 5px 4px 6px;
- border:1px solid #eee;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- }
- iframe#tumblr_controls {
- top:5px;
- right:10px!important;
- position:fixed !important;
- -webkit-filter: invert(1);
- opacity: .6;
- filter:alpha(opacity=60);
- -moz-opacity: .6;
- }
- ::selection {
- background-color:{color:back};
- color: {color:link};
- }
- ::-moz-selection {
- background-color:{color:back};
- color: {color:link};
- }
- ::-webkit-selection {
- background-color:{color:back};
- color: {color:link};
- }
- img{
- max-width:100%;
- }
- .post {
- text-align: left;
- padding: 10px;
- margin-bottom: 30px;
- margin-top: 50px;
- background-color: {color:postbackground};
- }
- #posts {
- bottom: 100px;
- top: 50px;
- width: 520px;
- height: auto;
- float: center;
- position: relative;
- }
- body {
- line-height: 125%;
- background: none;
- font-family: {text:text font};
- font-size: {text:text size};
- color: {color:text};
- }
- a {
- cursor:none;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- text-decoration: none;
- color: {color:link};
- background-color: {color:};
- }
- a:hover {
- border-bottom: px dotted #444444;
- cursor:pointer;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- color: {color:linkhover};
- background-color: {color:};
- }
- a img {background-color: none !important;}
- img a:hover {background-color: transparent !important;}
- blockquote{
- margin-left: 10px;
- padding-left: 8px;
- border-left: 4px solid #ffffff;
- }
- .small {
- font-size: {text:text size};
- }
- small {
- font-size: {text:text size};
- }
- #small {
- font-size: {text:text size};
- }
- .tbar {
- padding-top: 50px;
- font: {text:link size} {text:body font};
- text-decoration: none;
- position: center;
- text-align: center;
- width: 400px;
- z-index: 1100;
- color: {color:back};
- background: {color:};
- }
- .tbar a {
- border-bottom: px solid #ddd;
- margin-left: 5px;
- letter-spacing: 1px;
- padding: 4px 4px 4px 5px;
- font-family: {text:link font};
- line-height: 20px;
- font-size: {text:link size};
- text-shadow: #eee 0px 1px 1px;
- text-transform: uppercase;
- color: {color:text};
- background-color:{color:xsubbackground};
- font-weight: ;
- -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;
- }
- .tbar a:hover {
- -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;
- color: {color:link};
- background-color: {color:background};
- border-bottom: 1px solid #ddd;
- }
- #navigation a.links:hover {color:#aaa;background:#fff;
- -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;}
- .descr {
- text-align: justify;
- letter-spacing: px;
- font-weight: ;
- font-style: ;
- text-transform: lowercase;
- margin-bottom: 0px;
- margin-top: -10px;
- padding: 25px 29px 25px 29px;
- background-color: #f2f2f2;
- color: {color:text};
- font-family: {text:body font};
- font-size: {text:body size};
- }
- .descr a {
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- line-height: 100%;
- border: 0px #fff;
- padding: 0px;
- font-family: {text:text font};
- font-size: {text:text size};
- font-style: ;
- color: {color:text};
- text-transform: uppercase;
- }
- .descr a:hover {
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- line-height: 100%;
- border: 0px #fff;
- padding: 0px;
- font-family: {text:text font};
- font-style: ;
- color: {color:linkhover};
- text-transform: uppercase;
- }
- #pagination {
- letter-spacing: px;
- text-align: justify;
- width: 100%;
- position: fixed;
- z-index: 1100;
- margin-bottom: 4px;
- margin-left: -4px;
- color: {color:background};
- bottom: 5px;
- opacity: 1;
- line-height: 100%;
- font-family: {text:link font};
- font-size: 9px;
- }
- #pagination a {
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- color: {color:text};
- }
- .links {
- line-height: 85%;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- margin-top: -10px;
- padding-bottom: 1px;
- border-bottom: px dotted {color:back};
- text-transform: lowercase;
- font-weight: bold;
- font-style: ;
- letter-spacing: px;
- text-shadow: #eee 0px 1px 1px;
- text-align: justify;
- font-family: {text:title font};
- font-size: {text:title size};
- color: {color:link};
- }
- .links:hover {
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- color: {color:linkhover};
- }
- .title {
- margin-top: -5px;
- line-height: 85%;
- margin-bottom: 20px;
- margin-top: px;
- text-transform: lowercase;
- font-weight: bold;
- font-style: ;
- letter-spacing: px;
- text-shadow: #eee 0px 1px 1px;
- text-align: justify;
- font-family: {text:title font};
- font-size: {text:title size};
- }
- h1 {
- margin-bottom: 21px;
- border-bottom: px solid #000;
- text-shadow: #eee 0px 1px 1px;
- line-height: 100%;
- text-transform: lowercase;
- font-weight: bold;
- font-style: ;
- letter-spacing: px;
- font-family: {text:title font};
- font-size: {text:title size};
- color: {color:text};
- }
- h2 {
- text-align: justify;
- font-weight: lighter;
- font-style: ;
- letter-spacing: px;
- text-transform: ;
- padding-bottom: px;
- padding-left: 50px;
- padding-right: 50px;
- font-family: {text:text font};
- font-size: {text:text size};
- }
- h3 {
- font-weight: lighter;
- text-transform: ;
- font-size: {text:text size};
- color: {color:text};
- font-family: {text:text font};
- }
- h4 {
- line-height: 10%;
- text-transform: lowercase;
- font-style: ;
- font-weight: bold;
- letter-spacing: px;
- margin-top: -25px;
- padding-bottom: 0px;
- text-shadow: #eee 0px 1px 1px;
- font-family: {text:title font};
- font-size: {text:title size};
- color: {color:text};
- }
- h6 {
- margin-top: 10px;
- margin-bottom: 10px;
- text-transform: ;
- text-align: justify;
- letter-spacing: px;
- padding-top: 10px;
- padding-bottom: 10px;
- padding-left: 30px;
- padding-right: 30px;
- font-weight: lighter;
- font-style: italic;
- font-size: {text:text size};
- font-family: {text:text font};
- background-color: {color:post};
- }
- h7 {
- text-align: justify;
- letter-spacing: px;
- font-weight: bold;
- font-style: ;
- color: {color:text};
- font-family: {text:top font};
- line-height: 22px;
- font-size: {text:top size};
- text-shadow: #eee 0px 1px 1px;
- text-transform: lowercase;
- }
- h7 a {
- margin-left: -18px;
- text-align: justify;
- letter-spacing: px;
- font-weight: bold;
- font-style: ;
- color: {color:text};
- font-family: {text:top font};
- line-height: 22px;
- font-size: {text:top size};
- text-shadow: # 0px 0px 0px;
- text-transform: lowercase;
- }
- ask {
- line-height: 50%;
- text-transform: lowercase;
- font-weight: bold;
- font-style: ;
- letter-spacing: px;
- font-family: {text:title font};
- font-size: {text:title size};
- text-shadow: #eee 0px 1px 1px;
- }
- ask a {
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- color: {color:link};
- }
- ask a:hover {
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- color: {color:linkhover};
- background-color: #ffffff;
- }
- ol.notes {
- text-align: justify;
- top: -150px;
- padding-left: 25px;
- padding-right: 25px;
- padding-bottom: 15px;
- margin: 0px 0px;
- list-style-type: lower-roman;
- line-height: 120%;
- font-size: {text:text size};
- }
- ol.notes li.note {
- padding: 0px;
- font-size: {text:text size};
- }
- ol.notes li.note img {
- padding: 0 px !important;
- }
- ol.notes li.note img.avatar {
- vertical-align: -7px;
- margin-bottom: 5px;
- margin-top: 5px;
- width: 10px;
- height: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- }
- ol.notes li.note a img.avatar {
- padding: 0px;
- border-width: 0px;
- border: none;
- }
- ol.notes li.note img {
- padding: 0px;
- border-width: 0px;
- border: none;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- }
- ol.notes li.note.answer_content {
- font-weight: normal;
- }
- ol.notes li.note.blockquote {
- padding: 1px 1px;
- margin: 1px 0px 0px 1px;
- }
- ol.notes li.note.blockquote a {
- text-decoration: none;
- }
- .playbutton {
- width:20px;
- height:30px;
- overflow:hidden;
- position:relative;
- opacity:0.6;
- margin-top:27px;
- margin-left:10px;
- z-index:100;
- margin:9px 18px 7px 10px;
- transition-duration: 0.4s;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- }
- .playbox {
- margin-top:15px;
- margin-left:13px;
- opacity:0.6;
- background-color:#fff;
- position:absolute;
- z-index:100;
- -webkit-border-radius: 25px;
- -moz-border-radius: 25px;
- border-radius: 25px;
- transition-duration: 0.4s;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- }
- .playbox:hover .playbutton {
- opacity:0.8;
- transition-duration: 0.4s;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- }
- .audio{
- position:absolute;
- width:40px;
- height:40px;
- }
- .audioimg{
- width:75px;
- height:75px;
- position:absolute;
- }
- .audioimg img{
- margin-left:0px;
- float:left;
- opacity:1;
- width:75px;
- }
- .audiodata {
- background-color:{color:border};
- font-size:7px;
- letter-spacing: 1px;
- font-family:helvetica;
- color:{color:text};
- padding:10px;
- text-transform:none;
- height:55px;
- margin-top:0px;
- margin-left:75px;
- text-align:center;
- width:405px;
- }
- .caption {
- text-align:left;
- font-size:7px;
- letter-spacing: 1px;
- margin-top:5px;
- padding:10px 20px 10px 30px;
- font-family:helvetica;
- display:block;
- color:{color:text};
- }
- .caption img {
- max-width:460px;
- }
- .caption a {
- color:{color:text};
- border-bottom:1px solid #b8b8b8;
- }
- .date {
- line-height: 120%;
- text-transform: uppercase;
- font-style: ;
- padding-top: 10px;
- padding-bottom: px;
- font-weight: ;
- letter-spacing: 1px;
- text-align: justify;
- margin-top: px;
- font-size: {text:link size};
- font-family: {text:link font};
- color: {color:text};
- background:{color:border};
- }
- .date a {
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- color: {color:text};
- }
- .date a:hover {
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- color: {color:link};
- }
- .tags {
- text-align: justify;
- margin-left: px;
- margin-top: 2px;
- font-size: {text:link size};
- font-family: {text:link font};
- text-transform: uppercase;
- letter-spacing: 1px;
- color: {color:text};
- line-height:285%;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .tags a {
- line-height:285%;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- color: {color:text};
- padding:4px;
- border-bottom: px solid #aaa;
- background-color:{color:subbackground};
- }
- .tags a:hover {
- line-height:285%;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- color: {color:text};
- border-bottom: px solid #ccc;
- background-color:#ddd;
- }
- #pagi{ {block:pagination} padding-bottom: 30px; letter-spacing: px;font-family:helvetica;font-size: 9px;bottom: 30px;margin-top: 0px;margin-bottom: 40px; width:500px; text-transform: lowercase; text-align:center; background-color:white;z-index:1;opacity:1;-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;{/block:pagination} }
- #pagi a {{{block:Pagination} text-transform: uppercase; font-size: 6px; opacity:1;-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;{/block:Pagination}}
- #pagi hover{{block:Pagination} text-transform: uppercase; font-size: 6px; opacity:1;-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;{/block:Pagination}}
- </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://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- </head>
- <body>
- <center>
- <p align="center"><div class="tbar"><div class="abc"><div style="text-align: right;"><h1>{Title}</h1><div class="descr">{Description}</div></div></div>
- <div style="margin-top: 10px; text-align: right;"><span style="color: #ddd;"><s> </s></span> <a href="/" title="">i. home</a>
- <a href="/ask">ii. message</a>
- {block:ifLink1}<a href="{text:link 1}" target="_self" class="tip" title="{text:link title}">iii. {text:link 1 title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:link 2}" target="_self" class="tip" title="{text:link title}">iv. {text:link 2 title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:link 3}" target="_self" class="tip" title="{text:link title}">v. {text:link 3 title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:link 4}" target="_self" class="tip" title="{text:link title}">vi. {text:link 4 title}</a>{/block:ifLink4}</div>
- </div></div></div>
- <div id="posts">
- {block:Posts}
- <div class="post">
- <div style="margin-bottom: -5px;">{block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}
- <div style="margin-top: -5px;">{Body}</div>{/block:Text}</div>
- <div style="margin-bottom: 10px;">{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}</div>
- <div style="margin-bottom: -5px; margin-top: 10px;">{block:Photoset}{Photoset-500}<p>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}</div>
- <div style="margin-bottom: -5px;">{block:Quote}<h2>{Quote}</h2><p>
- {block:Source}<div style="text-align: right;"><h3>{Source}</h3></div>{/block:Source}{/block:Quote}</div>
- <div style="margin-bottom: -5px;">{block:Link}<a href="{URL}"><center><div class="links">{Name}</div></center></a>{block:Description}{Description}{/block:Description}{/block:Link}</div>
- <div style="margin-bottom: -5px;">{block:Chat}{block:Title}<center><div class="title">{Title}</div></center>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}<br>{/block:Chat}</div>
- <div style="margin-bottom: -5px;">{block:Audio}
- <div class="audio">
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- <div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
- <div class="audiodata"><br><font style="text-transform:uppercase; font-size:7px; letter-spacing:1px;">{block:TrackName}{TrackName} - {/block:TrackName}
- {block:Artist}{Artist}{/block:Artist}<br><br><small><small>{PlayCountWithLabel}</small></small></font></div><br>
- {/block:Audio}</div>
- <div style="margin-bottom: -5px;">{block:Video}
- {Video-500}<p>
- {block:Caption}{Caption}{/block:Caption}{/block:Video}</div>
- <div style="margin-bottom: -5px;">{block:Answer}<ask>{Asker}:</ask><br><h6>{Question}<br></h6><p>{Answer}{/block:Answer}</div>
- <div class="date">
- {block:Date}<span style="float:left;"><a href="{Permalink}" target="_blank" title="{24HourWithZero}:{Minutes}"><span style="color: #ddd;"><s> </s></span> {DayOfMonth}{DayOfMonthSuffix} of {Month}</a>{/block:Date}</span>
- {block:NoteCount}<span style="float:right;"> <a href="{Permalink}">({NoteCount})</a>{/block:NoteCount}
- {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}</span></div><br>
- <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span></div>
- </div><br><br>{/block:Posts}
- <div id="pagi"> {block:pagination}{block:PreviousPage} <a href="{PreviousPage}" style="font-size:9px;border-bottom:1px solid #eaeaea;">back</a></u> {/block:PreviousPage} {currentpage} of {totalpages} {block:NextPage} <a href="{NextPage}" style="font-size:9px;border-bottom:1px solid #eaeaea;">next</a></u>{/block:NextPage}{/block:Pagination} {/block:pagination}</div>
- {block:PermalinkPage}{block:PostNotes}<div style="padding-top: 25px; padding-bottom: 25px; background: {color:postbackground};">{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
- </div></body></center>
Advertisement
Add Comment
Please, Sign In to add comment