Don't like ads? PRO users don't see any ads ;-)
Guest

dfsdfas

By: a guest on May 17th, 2012  |  syntax: None  |  size: 20.09 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3.  
  4.  
  5. <html lang="en">
  6. <head>
  7.  
  8.  
  9. <title>{title}</title>
  10. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  11.  
  12. <meta name="color:Background" content="#e6e6e6"/>
  13. <meta name="color:Post Box" content="#F5F5F5"/>
  14. <meta name="color:Title" content="#292929"/>
  15. <meta name="color:Text" content="#363636"/>
  16. <meta name="color:Link" content="#5c5c5c"/>
  17. <meta name="color:Hover" content="#FFF"/>
  18. <meta name="color:scrollbar" content="#999"/>
  19.  
  20. <meta name="image:Background" content=""/>
  21. <meta name="image:Sidebar" content=""/>
  22.  
  23. <meta name="if:Infinite Scroll" content="1" />
  24. <meta name="if:Show Reblog On Hover" content="1"/>
  25. <meta name="if:Back To Top Button" content="1" />
  26. <meta name="if:Small scrollbar" content="0"/>
  27. <meta name="if:Faded Images" content="0"/>
  28. <meta name="if:Inverted Fade" content="0"/>
  29. <meta name="if:Show sidebar image" content="1"/>
  30. <meta name="if:Sidebar Image Shadow" content="1"/>
  31. <meta name="if:Show Title" content="1"/>
  32. <meta name="if:Show Description" content="1"/>
  33. <meta name="if:Show Reblog Link" content="1">
  34. <meta name="if:Show Notes" content="1" />
  35.  
  36. <meta name="if:Show Home Link" content="1">
  37. <meta name="if:Show Message Link" content="1">
  38. <meta name="if:Show Submit" content="1"/>
  39. <meta name="if:Show Archive Link" content="1">
  40.  
  41. <meta name="text:Link One" content="" />
  42. <meta name="text:Link One Title" content="" />
  43. <meta name="text:Link Two" content="" />
  44. <meta name="text:Link Two Title" content="" />
  45. <meta name="text:Link Three" content="" />
  46. <meta name="text:Link Three Title" content="" />
  47. <meta name="text:Link Four" content="" />
  48. <meta name="text:link Four Title" content="" />
  49. <meta name="text:link Five" content="" />
  50. <meta name="text:link Five Title" content="" />
  51. <meta name="text:link Six" content="" />
  52. <meta name="text:link Six Title" content="" />
  53.  
  54. {block:ifInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  55. {/block:ifInfiniteScroll}
  56.  
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58.  
  59. <style type="text/css">
  60.  
  61. body{
  62.    margin:0px;
  63.    background-color: {color:Background};
  64.    background-image:url({image:Background});
  65.    background-attachment: fixed;
  66.    background-repeat: repeat;
  67.    font-size: 9px;
  68.    font-family:Trebuchet MS;
  69.    line-height:11px;
  70.    color:{color:Text};
  71. }
  72.  
  73. {block:ifSmallscrollbar}
  74. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:auto;}
  75. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar};height:10px !important;}
  76. ::-webkit-scrollbar {height:7px; width:10px; background-color: {color:background}; background-image:url({image:Background});}
  77. {/block:ifSmallscrollbar}
  78.  
  79. a:link, a:active, a:visited{
  80.    color: {color:Link};
  81.    text-decoration: none;
  82.    -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all   0.6s ease-out;transition: all 0.6s ease-out;
  83. }
  84.  
  85. a:hover{
  86.    color:{color:Hover};
  87.    text-decoration: none;
  88.    -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all   0.3s ease-out;transition: all 0.3s ease-out;
  89. }
  90.  
  91. .sidelink{font-style:italic;
  92.    font-family: Trebuchet MS;
  93.    font-color: {color:Text};
  94.  
  95.    text-align: left;
  96.    padding-left:5px;
  97.  
  98.    font-size:9px; display:block;
  99.    margin:-5px;width:auto;
  100.    -webkit-transition: all 1.5s linear; -moz-transition: all 1.5s linear; transition: all 1.5s  linear;}
  101.  
  102. .sidelink:hover{background-color:rgba(0,0,0,0);
  103.   style: italic;
  104.   color:{color:Hover};
  105.   padding-left:5px;
  106.   margin:-5px;width:auto;
  107.   -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s    linear;}
  108.   .sidelink a:hover{color: {color:Link};
  109.   -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s   linear;}
  110.  
  111.   .title2{font-style:normal;
  112.      font-family: 'Yanone Kaffeesatz', sans-serif;
  113.      font-size:10px;display:block;
  114.      padding:2px 5px;margin:3px 0;width:auto;
  115.      background-color:color:#333333;
  116.     -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  117.   .title2:hover{background-color:rgba(0,0,0,0);color:{color:Hover};
  118.     background-color:rgba(0,0,0,0);
  119.     -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  120.  
  121.   .title2 a:hover{color:#444444;
  122.   -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  123.  
  124. #post{width:300px; height:auto;}
  125.   {block:PermalinkPage}float: left; right: 700; margin-right:153px; width: 700px;{/block:PermalinkPage}
  126. }
  127.  
  128. #side-align{
  129.   padding-top:3px;
  130.   padding-bottom:3px;
  131.   position:fixed !important;
  132.   width:330px;
  133.   height:207px;
  134. {block:ifshowbox}
  135.   background-color:{color:Post Box};
  136. {/block:ifshowbox}
  137.   {block:PermalinkPage}
  138.   width:700px;
  139.   height:207px;
  140.   {/block:PermalinkPage}
  141. }
  142.  
  143. .perma{
  144. background-color:rgba(0,0,0,0.6);
  145. font-size:10px;
  146. text-align:left;
  147. width:auto;
  148. padding:2px 2px 2px 2px;
  149. -moz-border-radius:2px; border-radius:2px;}
  150. #entry .otherpostsnotes{
  151. width:auto;
  152. height:0px;
  153. font-family: Helvetica;
  154. font-size: 10px;
  155. text-align: center;
  156. overflow:hidden;
  157.  -webkit-transition: all .5s linear; -moz-transition: all .5s linear; transition: all 0.5s linear;}
  158. #entry:hover .otherpostsnotes{
  159. color:{color:Permalink};
  160. height:auto;
  161. padding:2px;
  162. margin-top: 5px;
  163.  overflow:hidden;
  164. border-top: 1px solid #ddd; width:100&;
  165.  -webkit-transition: all .3s linear; -moz-transition: all .3s linear; transition: all 0.3s linear; }
  166.  
  167.  
  168.  div#side{
  169. padding: 10px;
  170. font-size: 10px;
  171. background-color: {color:center};
  172. width:200px;
  173. margin-top:70px;
  174. position: fixed;
  175. margin-left: 1100px;}
  176.  
  177. #container{
  178.   margin:auto;
  179.   right:430px;
  180.   top:-20px;
  181.   padding-top:15px;
  182.   padding-left:117px;
  183.   position:absolute;
  184.   {block:indexpage}
  185.   width:1080px;
  186.   {/block:indexpage}
  187.   width:1080px;
  188.   right:350px;
  189.   {/block:permalinkpage}
  190.   overflow:auto;
  191.   overflow-y:auto;
  192. }
  193.  
  194. #posts{
  195.   float:right;
  196.   {block:indexpage}
  197.   width:300px;
  198.   {/block:indexpage}
  199.   margin-top: 15px;
  200.   margin-right: 10px;
  201.   margin-bottom: 7px;}
  202.  
  203.   {block:permalinkpage}
  204.   width:700px;
  205.   {/block:permalinkpage}
  206.  
  207.  
  208. #install{
  209.   position:fixed !important;
  210.   width:auto;
  211.   height:auto;  
  212.   right:3px;
  213.   top:26px;
  214. }
  215.  
  216. {block:ifShowReblogOnHover}
  217. #entry:hover #reblog{
  218. {block:IndexPage}
  219. opacity:1;-webkit-transition: all 0.3s ease-out;
  220. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  221. {/block:IndexPage}
  222. }
  223.  
  224. #reblog{
  225. width:22px;
  226. float:right;
  227. margin-left:5px;
  228. margin-top:8px;
  229. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  230. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  231. {/block:ifShowReblogOnHover}
  232.  
  233.  
  234. #entry{
  235.   z-index:9999; float: right;width: 300px;height: auto; padding: 30px;
  236.   -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  237.   -moz-box-shadow:  0px 0px 12px rgba(0, 0, 0, .3);
  238.   box-shadow: 0px 0px 12px  rgba(0, 0, 0, .3);
  239.   {block:PermalinkPage}
  240.   width: 700px;
  241.   {/block:PermalinkPage}
  242.   right:500px;
  243.   line-height:8px;
  244.   background-color:{color:Post Box};  
  245.   padding:8px;
  246.   margin-right:10px;
  247.   overflow:hidden;
  248.   margin-bottom:10px;}
  249.  
  250. #permapage{
  251.   font-family: Trebuchet MS;
  252.   font-size: 9px;
  253.   text-align: left;
  254.   padding-bottom:10px;
  255.   margin-bottom: 8px;
  256.   z-index:9999;}
  257.  
  258. #notes{
  259.   {block:permalinkpage}
  260.   display:block;
  261.   width:700px;
  262. left:-50px;
  263.   float: left;
  264.   padding:10px;
  265.   overflow:visible;
  266.   z-index:9999999;
  267.   margin-top: 10px;
  268.   -webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
  269.   -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
  270.   box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
  271.   {block:IfNotPostShadows}-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
  272.   -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  273.   box-shadow: 0px 0px 0px rgba(0,0,0,0.4);{/block:IfNotPostShadows}
  274.   outline:1px solid rgba(0, 0, 0, .1);
  275.   border:2px solid rgba(0, 0, 0, .05);
  276.   text-align: left;{/block:permalinkpage}
  277. }
  278.  
  279. iframe#tumblr_controls{position:fixed !important;
  280. }
  281.  
  282. .title{
  283.   font-family: Trebuchet MS;
  284.   font-size: 12px;
  285.   line-height: 12px;
  286.   color: {color:Title};
  287.   font-weight: normal;
  288.   letter-spacing: 0px;
  289.   -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all   0.6s ease-out;transition: all 0.6s ease-out;
  290. }
  291.  
  292. .blogtitle {
  293. font-family: 'Trebuchet MS', sans-serif
  294. margin-bottom:-20px;
  295. font-weight:40;
  296. font-style:none;
  297. color:{color:Title};
  298. font-size:70px;
  299. {block:ifShowsidebarimage}font-size:25px;{/block:ifShowsidebarimage}
  300. line-height:10px;
  301. -webkit-transition: 0.5s ease-in;
  302. -webkit-text-stroke: 1px transparent;
  303. line-height:25px;
  304. text-align:right;
  305. text-decoration:none;
  306. letter-spacing:-3px;
  307. text-transform:normal;
  308. margin-bottom:20px;
  309. text-align:right;
  310. width:{text:Width}px;
  311. margin-top:20px;
  312. background-color:transparent;}
  313.  
  314.  
  315. .credit2{position:fixed;bottom:20px;left:10px;font-family: Arial; font-size: 9px;}
  316.  
  317.  
  318.  
  319. .title:hover{
  320.   color:{color:Hover};
  321.   -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all   0.3s ease-out;transition: all 0.3s ease-out;
  322. }
  323.  
  324.  
  325. .credit2:hover{-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  326. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
  327.  
  328.  
  329. .permalinktext{
  330.   font-family: Trebuchet MS;
  331.   padding: 5px;
  332.   position: absolute;
  333.   text-align: left;
  334.   width: 200px;
  335.   -moz-transition: 0.3s ease-out;
  336.   -webkit-transition: 0.3s ease-out;
  337.   transition: 0.3s ease-out;
  338.   opacity:0;
  339. }
  340.  
  341. .permalinktext a{color:{color:links};
  342. }
  343.  
  344. .entry:hover .permalinktext {
  345.   -moz-transition: 0.3s ease-out;
  346.   -webkit-transition: 0.3s ease-out;
  347.   transition: 0.3s ease-out;
  348.   width:200px;
  349.   text-decoration:line-through;
  350.   height:auto;
  351.   display: block;
  352.   opacity: 1;
  353. }
  354.  
  355.  
  356. blockquote{
  357.   padding:0px 0px 2px 3px;
  358.   margin:0px 0px 2px 1px;
  359. }
  360. ul, ol, li{
  361.   list-style:none;
  362.   margin:0px;
  363.   padding:0px;
  364. }
  365.  
  366. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  367. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  368. }
  369.  
  370. a.links {
  371.   font-family: Arial;
  372.   font-size: 10px;
  373.   line-height: 9px;
  374.   text-transform: normal;
  375.   letter-spacing:0px;
  376.   display:block;
  377.   padding: 0px;
  378.   margin-bottom: 0px;
  379.   -moz-border-radius:0px; border-radius:0px;
  380. }
  381.  
  382. a.links:hover {
  383.   font-style: italic;
  384.   text-decoration: underline;
  385.   letter-spacing:10px;
  386. }
  387.  
  388. {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
  389. {/block:ifFadedImages}
  390.  
  391. {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.2s linear; opacity: .60;}
  392. {/block:ifInvertedFade}
  393.  
  394. .top{position:fixed;bottom:10px;right:10px;{block:ifNotBackToTopButton}display:none;{/block:ifNotBackToTopButton}
  395.  
  396. .top:hover{
  397. -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  398. box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
  399.  
  400. </style>
  401.  
  402.  
  403.  
  404. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  405. {block:ifBackToTopButton}<script type="text/javascript">
  406. $(document).ready(function() {
  407.         $('a[href=#top]').click(function(){
  408.                 $('html, body').animate({scrollTop:0}, 'slow');
  409.                 return false;
  410.         });
  411.     });
  412. </script>{/block:ifBackToTopButton}
  413.  
  414. <link rel="shortcut icon" href="{Favicon}">
  415. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  416. <meta name="viewport" content="width=720" />
  417. </head>
  418. <body>
  419.  
  420. <div id="container">
  421. <div id="side-align">
  422. <div id="side">
  423. {block:ifShowsidebarimage}
  424. <div style="padding-top:0px; padding-bottom:3px;">
  425. <div align="center">
  426. <a href="/">
  427. <span style="position: relative;">
  428. <img src="{image:sidebar}" width=200 style=" {block:IfSidebarImageShadow}-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.5);
  429. -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
  430. box-shadow: 0px 0px 6px rgba(0,0,0,0.5);{/block:IfSidebarImageShadow}
  431. border:8px solid;
  432. border-color:{color:Post Box}" /></span></div>
  433. </div>
  434. </a>
  435. {/block:ifShowsidebarimage}
  436. {block:ifShowTitle}<div align="right" class="blogtitle"><a href="/">{Title}</a></div>
  437. {/block:ifShowTitle}
  438. <div style="padding:2px;">
  439. <p><center>
  440. {block:ifshowdescription}<div align="left">{description}{/block:ifshowdescription}
  441. <p></center>
  442. <center>
  443. <div align="left"><div style="padding:1px;">{block:ifshowhomelink}<a href="/"class="title2">Home</a>{/block:ifshowhomelink}
  444.  
  445. {block:ifshowmessagelink}<a href="/ask" class="title2">Message</a>{/block:ifshowmessagelink}
  446.  
  447. {block:ifLinkOneTitle}
  448. <a href="{text:Link One}" class="title2">{text:Link One Title}</a>
  449. {/block:ifLinkOneTitle}
  450.  
  451. {block:ifLinkTwoTitle}
  452. <a href="{text:Link Two}" class="title2">{text:Link Two Title}</a>
  453. {/block:ifLinkTwoTitle}
  454.  
  455. {block:ifLinkThreeTitle}
  456. <a href="{text:Link Three}" class="title2">{text:Link Three Title}</a>
  457. {/block:ifLinkThreeTitle}
  458.  
  459. {block:ifLinkFourTitle}
  460. <a href="{text:Link Four}" class="title2">{text:Link Four Title}</a>
  461. {/block:ifLinkFourTitle}
  462.  
  463. {block:ifLinkFiveTitle}
  464. <a href="{text:Link Five}" class="title2">{text:Link Five Title}</a>
  465. {/block:ifLinkFiveTitle}
  466.  
  467. {block:ifLinkSixTitle}
  468. <a href="{text:Link Six}" class="title2">{text:Link Six Title}</a>
  469. {/block:ifLinkSixTitle}
  470.  
  471. {block:IfShowSubmit}<a href="/submit"class="title2">Submit</a>  {/block:IfShowSubmit}
  472.  
  473. {block:ifshowarchivelink}<a href="/Archive"class="title2" >Archive</a>{/block:ifshowarchivelink}
  474.  
  475.  
  476. </center>
  477.  
  478. <div id="pages">
  479. <div align="center">
  480. {block:ifNotInfiniteScroll}{block:PreviousPage}<a class="jump_page" href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  481. {block:JumpPagination length="5"}
  482. {block:CurrentPage}<span class="current_page"><i>{PageNumber}</i></span>{/block:CurrentPage}
  483. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  484. {/block:JumpPagination}
  485. {block:NextPage}<a class="jump_page" href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:ifNotInfiniteScroll}
  486. </div></div>
  487. </div></div>
  488.  
  489. {block:ifBackToTopButton}<div class="top">
  490. <a href="#top">Back to top</a></div>{/block:ifBackToTopButton}
  491.  
  492.  
  493.  
  494. <div align="center">
  495.  
  496. <div id="posts">
  497.  
  498. {block:Posts}
  499. <div id="entry">
  500.  
  501. {block:Photo}
  502. {block:IndexPage}{block:ifShowReblogOnHover}
  503. <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/wwdkx8w/cH6lsbsa3/reblogbutton.png" width="20px"/></a></div>
  504. {/block:ifShowReblogOnHover}{block:ifshownotes}<div class="otherpostsnotes"> Posted on
  505. <a href="{Permalink}">{DayOfMonth} {Month}</a>
  506. -
  507. <a href="{Permalink}">{NoteCountWithLabel}.</a>
  508. &nbsp;{/block:Date}</div>{/block:ifshownotes}{/block:IndexPage}{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=300px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=700px/>{/block:PermalinkPage}{/block:Photo}
  509.  
  510. {block:Text}<div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  511. {block:Title}
  512. <a href="{permalink}"><span class="title">{Title}</span></a>
  513. {/block:Title}
  514. <span class="entrytext" style="line-height:12px;">{Body}</span>
  515. <a href="{Permalink}"></a></div>
  516. {block:IndexPage}<div class="otherpostsnotes"> Posted on
  517. <a href="{Permalink}">{DayOfMonth} {Month}</a>
  518. -
  519. <a href="{Permalink}">{NoteCountWithLabel}.</a>
  520. &nbsp;
  521. {block:ifShowReblogLink}
  522. <a href="{ReblogUrl}" target="_blank">Reblog.</a>
  523. {/block:ifShowReblogLink}
  524. {/block:Date}</div>{/block:IndexPage}
  525. {/block:Text}
  526.  
  527. {block:Link}
  528. <a href="{URL}" class="title">{Name}</a>
  529. {block:Description}{Description}{/block:Description}
  530. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  531. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  532. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  533. {block:IndexPage}<div class="otherpostsnotes"> Posted on
  534. <a href="{Permalink}">{DayOfMonth} {Month}</a>
  535. -
  536. <a href="{Permalink}">{NoteCountWithLabel}.</a>
  537. &nbsp;
  538. {block:ifShowReblogLink}
  539. <a href="{ReblogUrl}" target="_blank">Reblog.</a>
  540. {/block:ifShowReblogLink}
  541. {/block:Date}</div>{/block:IndexPage}
  542. {/block:Link}
  543.  
  544. {block:Quote}
  545. <div style="padding-top:10px; padding-bottom:10px;">
  546. <span class="title" style="line-height:16px; font-style: italic;">"{Quote}"</span><br><br>
  547. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  548. -{Source}
  549. {/block:Source}</a></div>{block:IndexPage}<div class="otherpostsnotes"> Posted on
  550. <a href="{Permalink}">{DayOfMonth} {Month}</a>
  551. -
  552. <a href="{Permalink}">{NoteCountWithLabel}.</a>
  553. &nbsp;
  554. {block:ifShowReblogLink}
  555. <a href="{ReblogUrl}" target="_blank">Reblog.</a>
  556. {/block:ifShowReblogLink}
  557. {/block:Date}</div>{/block:IndexPage}
  558. </div>
  559. {/block:Quote}
  560.  
  561. {block:Chat}
  562. <div style="padding-top:15px; padding-bottom:10px;">
  563. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  564. <ul class="chat">
  565. {block:Lines}
  566. <li class="user_{UserNumber}">
  567. {block:Label}
  568. <span class="label" style="line-height:12px;">{Label}</span>
  569. {/block:Label}
  570. {Line}
  571. </li>
  572. {/block:Lines}
  573. </ul>
  574. {block:Caption}{Caption}{/block:Caption}
  575. {block:IndexPage}<div class="otherpostsnotes"> Posted on
  576. <a href="{Permalink}">{DayOfMonth} {Month}</a>
  577. -
  578. <a href="{Permalink}">{NoteCountWithLabel}.</a>
  579. &nbsp;
  580. {block:ifShowReblogLink}
  581. <a href="{ReblogUrl}" target="_blank">Reblog.</a>
  582. {/block:ifShowReblogLink}
  583. {/block:Date}</div>{/block:IndexPage}
  584. </div>
  585. {/block:Chat}
  586.  
  587. {block:Audio}
  588. <div class="player">{AudioPlayerblack}</div>
  589. {block:Caption}{Caption}{/block:Caption}
  590. {block:IndexPage}<div class="otherpostsnotes"> Posted on
  591. <a href="{Permalink}">{DayOfMonth} {Month}</a>
  592. -
  593. <a href="{Permalink}">{NoteCountWithLabel}.</a> and <a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a>
  594. &nbsp;
  595. {block:ifShowReblogLink}
  596. <a href="{ReblogUrl}" target="_blank">Reblog.</a>
  597. {/block:ifShowReblogLink}
  598. {/block:Date}</div>{/block:IndexPage}
  599. {/block:Audio}
  600.  
  601.  
  602. {block:Video}
  603. <div style="padding-top:28px; padding-bottom:8px;">
  604. {Video-300}</div>
  605. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  606. {block:IndexPage}<div class="otherpostsnotes"> Posted on
  607. <a href="{Permalink}">{DayOfMonth} {Month}</a>
  608. -
  609. <a href="{Permalink}">{NoteCountWithLabel}.</a>
  610. &nbsp;
  611. {block:ifShowReblogLink}
  612. <a href="{ReblogUrl}" target="_blank">Reblog.</a>
  613. {/block:ifShowReblogLink}
  614. {/block:Date}</div>{/block:IndexPage}
  615. {/block:Video}
  616.  
  617. {block:PermalinkPage}
  618. <div align="center">
  619. {block:Date}<div id="post" >
  620. <div class="permalink">
  621. {block:Caption}{Caption}<div style="height:1px;background-color:;opacity:0.1;width:100%;margin-top:5px;margin-bottom:10px;"></div>{/block:Caption}
  622. <div align="right">{block:NoteCount}<font color="{color:link}">{NoteCountWithLabel}</font><br>{/block:NoteCount}
  623. Posted on <font color="{color:link}">{DayOfWeek}, {DayOfMonth} {Month}</font><br>
  624. {block:RebloggedFrom}
  625. Via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  626. Posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a><br>
  627. {/block:RebloggedFrom}
  628. {block:Source}Source: {Source}<br>{/block:Source}
  629. <div style="height:1px;background-color:;opacity:0.1;width:100%;margin-top:8px;margin-bottom:10px;"></div>
  630. </div></div>{/block:Date}
  631. <br><br>
  632. <div align="left">
  633. {block:PostNotes}
  634. {PostNotes}
  635. {/block:PostNotes}
  636. </div>
  637. </div>
  638. {/block:PermalinkPage}
  639. </div>
  640. {/block:Posts}
  641.  
  642. {block:IfnotInfiniteScroll}{block:indexpage}{/block:indexpage}
  643. {/block:IfnotInfiniteScroll}
  644.  
  645. </div>
  646. </div>
  647. </div>
  648. </center>
  649. </div>
  650. </div>
  651. </body>
  652. </html>