Advertisement
melaniesfantasie

aesthetic/kleux theme recover

Feb 19th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.37 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5.  
  6. "façade" by olivia (http://alaea.tumblr.com)
  7.  
  8. ***This work is licensed under the Creative Commons Attribution 3.0 Unported License***
  9.  
  10. without permission from me, it is illegal to
  11.  
  12. • remove or change the credit
  13. • alter this html and take all credit
  14. • steal any piece(s) or part(s) of this html
  15.  
  16. -->
  17.  
  18. <head>
  19. <title>{title}</title>
  20.  
  21. <meta name="if:background image" content="0"/>
  22. <meta name="if:to top button" content="0"/>
  23. <meta name="if:archive link" content="1"/>
  24. <meta name="if:only two links" content="1"/>
  25. <meta name="if:only three links" content="0"/>
  26. <meta name="if:only four links" content="0"/>
  27. <meta name="if:show all five links" content="0"/>
  28. <meta name="if:two columns" content=""/>
  29. <meta name="if:three columns" content="1"/>
  30. <meta name="if:four columns" content="0"/>
  31. <meta name="if:five columns" content="0"/>
  32.  
  33. <meta name="font:body" content="Courier New"/>
  34. <meta name="font:head" content="Courier New"/>
  35.  
  36. <meta name="text:body font size" content="11"/>
  37. <meta name="text:message link" content="/ask"/>
  38. <meta name="text:message link title" content="message"/>
  39. <meta name="text:archive link title" content="archive"/>
  40. <meta name="text:link one" content=""/>
  41. <meta name="text:link one title" content=""/>
  42. <meta name="text:link two" content=""/>
  43. <meta name="text:link two title" content=""/>
  44. <meta name="text:link three" content=""/>
  45. <meta name="text:link three title" content=""/>
  46. <meta name="text:link four" content=""/>
  47. <meta name="text:link four title" content=""/>
  48. <meta name="text:link five" content=""/>
  49. <meta name="text:link five title" content=""/>
  50.  
  51. <meta name="image:background" content=""/>
  52.  
  53. <meta name="color:background" content="#FFFFFF"/>
  54. <meta name="color:borders" content="#EEEEEE"/>
  55. <meta name="color:border hover" content="#BBBBBB"/>
  56. <meta name="color:text" content="#000000"/>
  57. <meta name="color:links" content="#BBBBBB"/>
  58. <meta name="color:link hover" content="#000000"/>
  59. <meta name="color:link hover background" content="#E2FF68"/>
  60.  
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63. <script type="text/javascript" src="http://static.tumblr.com/j1tjexd/WYwm8ed44/like_script.js"></script>
  64. <script type="text/javascript">
  65. //plugin
  66. jQuery.fn.topLink = function(settings) {
  67. settings = jQuery.extend({
  68. min: 1,
  69. fadeSpeed: 200
  70. }, settings);
  71. return this.each(function() {
  72. //listen for scroll
  73. var el = $(this);
  74. el.hide(); //in case the user forgot
  75. $(window).scroll(function() {
  76. if($(window).scrollTop() >= settings.min)
  77. {
  78. el.fadeIn(settings.fadeSpeed);
  79. }
  80. else
  81. {
  82. el.fadeOut(settings.fadeSpeed);
  83. }
  84. });
  85. });
  86. };
  87. //usage w/ smoothscroll
  88. $(document).ready(function() {
  89. //set the link
  90. $('#top-link').topLink({
  91. min: 400,
  92. fadeSpeed: 500
  93. });
  94. //smoothscroll
  95. $('#top-link').click(function(e) {
  96. e.preventDefault();
  97. $.scrollTo(0,300);
  98. });
  99. });
  100. $(window).load(function () {
  101. $('.posts').masonry(),
  102. $('.masonryWrap').infinitescroll({
  103. navSelector : "div#navigation",
  104. // selector for the paged navigation (it will be hidden)
  105. nextSelector : "div#navigation a#nextPage",
  106. // selector for the NEXT link (to page 2)
  107. itemSelector : ".box",
  108. // selector for all items you'll retrieve
  109. bufferPx : 3000,
  110. extraScrollPx: 3000,
  111. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  112. loadingText : "<em></em>",
  113. },
  114. // call masonry as a callback.
  115. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  116. );
  117. });
  118. </script>
  119.  
  120. <style type="text/css">
  121. .btitle {top:0px;margin:10px;position: relative; {block:iftwocolumns}{block:IndexPage}width:520px;{/block:IndexPage}{/block:iftwocolumns}{block:ifthreecolumns}{block:IndexPage}width:760px;{/block:IndexPage}{/block:ifthreecolumns}{block:iffourcolumns}{block:IndexPage}width:1050px;{/block:IndexPage}{/block:iffourcolumns}
  122. {block:iffivecolumns}{block:IndexPage}width:1290px;{/block:IndexPage}{/block:iffivecolumns}
  123.  
  124. {block:PermalinkPage}width:100%;{/block:PermalinkPage}line-height:18px;}
  125. .btitle a{margin-right:10px; border-bottom:1px {color:text} solid;text-decoration:none;}
  126. .btitle a:hover{border-bottom:1px {color:text} dotted;}
  127.  
  128. #tumblr_controls{top: 1px !important; margin: 0 0 0 0; right: 6px !important; position: fixed !important;}
  129.  
  130. ::-webkit-scrollbar-thumb:vertical{background-color: {color:Links}; border-right: 8px solid {color:background};border-top: 8px solid {color:background};border-bottom: 8px solid {color:background};height: 100px;}
  131. ::-webkit-scrollbar-thumb:horizontal{background-color: {color:links};border-right: 8px solid {color:background};border-top: 8px solid {color:background};border-bottom: 8px solid {color:background};height: 10px !important;}
  132. ::-webkit-scrollbar{height: 16px; width: 16px; background-color: {color:background};}
  133.  
  134. ::selection {
  135. background:{color:links};
  136. color:#FFF;}
  137.  
  138. body{background:{color:background}; font-family:{font:body}; font-size:{text:body font size}px; color:{color:text};}
  139.  
  140. .entry {top:0px;margin:auto auto auto 23px;position: relative; {block:iftwocolumns}{block:IndexPage}width:550px;{/block:IndexPage}{/block:iftwocolumns}{block:ifthreecolumns}{block:IndexPage}width:795px;{/block:IndexPage}{/block:ifthreecolumns}{block:iffourcolumns}{block:IndexPage}width:1280px;{/block:IndexPage}{/block:iffourcolumns}{block:iffivecolumns}{block:IndexPage}width:1330px;{/block:IndexPage}{/block:iffivecolumns}{block:PermalinkPage}width:500px;{/block:PermalinkPage}}
  141.  
  142. a {color:{color:links};
  143. text-decoration:none;}
  144.  
  145. a:hover {color:{color:link hover};
  146. background-color:{color:link hover background};
  147. text-decoration:none;}
  148.  
  149. .tumblrAutoPager_page_info,
  150. .tumblrAutoPager_page_separator {display:none;}
  151.  
  152. .post{float:left; margin-bottom:15px; margin-right:-35px; margin-left:-20px; padding:7px;}
  153.  
  154. .perma {position:absolute; padding:5px; opacity:0; -webkit-transition: 0.2s ease-in;}
  155. .post:hover .perma {-webkit-transition: 0.2s ease-in; opacity:0.4;}
  156.  
  157. .photocap {line-height:10px; font-size:8px; margin-top:-8px; background:{color:background}; padding:3px;}
  158. .photocap a{font-size:8px;}
  159.  
  160. .photo{width:215px;{color:background};padding:10px;border:1px {color:borders} solid;-webkit-transition: 0.2s ease-in;}
  161. .photo:hover{border:1px {color:border hover} solid;-webkit-transition: 0.2s ease-in;}
  162. .photo img{width:215px; -webkit-transition: 0.2s ease-in;}
  163. .photo img:hover{-webkit-transition: 0.2s ease-in;}
  164.  
  165. .photobig{{block:ifmultisizedposts}width:490px;{/block:ifmultisizedposts}{block:ifnotmultisizedposts}width:225px;{/block:ifnotmultisizedposts} background:{color:background}; padding:4px;border:1px {color:borders} solid;-webkit-transition: 0.2s ease-in;}
  166. .photobig:hover{border:1px {color:border hover} solid;-webkit-transition: 0.2s ease-in;}
  167. .photobig img{{block:ifmultisizedposts}width:490px;{/block:ifmultisizedposts}{block:ifnotmultisizedposts}width:225px;{/block:ifnotmultisizedposts} -webkit-transition: 0.2s ease-in;}
  168.  
  169. .pset {width:233px; padding-bottom:2px;-webkit-transition: 0.2s ease-in;padding:4px; background:{color:background};border:1px {color:borders} solid;}
  170. .pset:hover{border:1px {color:border hover} solid;-webkit-transition: 0.2s ease-in;}
  171. .pset:hover {-webkit-transition: 0.2s ease-in;background:{color:background};}
  172.  
  173. .video {width:500px;padding-bottom:2px;}
  174.  
  175. .videos {width:215px;overflow:hidden;padding-bottom:2px;}
  176.  
  177. .text,
  178. .quote{width:233px;background-color: {color:background};-webkit-transition: 0.2s ease-in;border:1px {color:border hover} dashed;}
  179. .text:hover{border:1px {color:border hover} solid;-webkit-transition: 0.2s ease-in;}
  180. .quote:hover{border:1px {color:border hover} solid;-webkit-transition: 0.2s ease-in;}
  181. .text:hover,
  182. .quote:hover{-webkit-transition: 0.2s ease-in;}
  183.  
  184. .textbig,
  185. .quotebig{{block:ifmultisizedposts}width:498px;{/block:ifmultisizedposts}{block:ifnotmultisizedposts}width:250px;{/block:ifnotmultisizedposts} -webkit-transition: 0.2s ease-in; background-color: {color:background};border:1px {color:borders} solid;}
  186. .textbig:hover{border:1px {color:border hover} solid;-webkit-transition: 0.2s ease-in;}
  187. .quotebig:hover{border:1px {color:border hover} solid;-webkit-transition: 0.2s ease-in;}
  188.  
  189. .photocap a {text-decoration:none;}
  190.  
  191. .albumart {padding:10px; background: {color:background};border:1px {color:borders} solid;}
  192. .albumart:hover {border:1px solid {color:border hover}; -webkit-transition: 0.2s ease-in;}
  193. .albumart, .albumart img{{block:IndexPage}width:213px;{/block:IndexPage}{block:PermalinkPage}width:490px;{/block:PermalinkPage}}
  194. .audio{{block:IndexPage}margin-top:3px; width:213px;{/block:IndexPage}{block:PermalinkPage}width:488px;{/block:PermalinkPage}background:{color:background};padding:10px;border:1px {color:borders} solid;}
  195. .audio:hover{border:1px {color:border hover} solid;-webkit-transition: 0.2s ease-in;}
  196.  
  197. .pag {z-index:1000;position:fixed; padding-left:4px;margin-left:1080px; bottom:40px;}.pag a {text-decoration:none;}
  198. .navigation{display:none;}
  199.  
  200. ol.notes {width:480px; list-style-type: none;height:250px; overflow:auto;}
  201. ol.notes li.note {margin-left:-40px; margin-bottom:2px;padding:5px;}
  202. ol.notes li.note img.avatar { display:none; }
  203.  
  204. .permalink{text-transform:uppercase;text-align:right;color:gray;position: relative;margin-top: -10px; margin-bottom: -5px;font-size: 10px;opacity: 0;filter: alpha(opacity = 0);-moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4; font-family:Arial;}
  205. .permalink a{text-decoration:none;}
  206. div.post:hover .permalink{margin-top: 2px; margin-bottom: -5px; opacity: 1;filter: alpha(opacity = 100);-moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;}
  207.  
  208. .perma {
  209. position:absolute;
  210. height:14px;
  211. bottom:27px;
  212. left:18px;
  213. opacity:0;
  214. filter: alpha(opacity = 0);
  215. -moz-transition: all 0.2;
  216. -webkit-transition: all 0.2s;
  217. -o-transition: all 0.2s;
  218. transition: all 0.2;}
  219.  
  220. .post:hover
  221.  
  222. .perma {opacity:0.7;
  223. filter: alpha(opacity = 70);
  224. -moz-transition: all 0.2;
  225. -webkit-transition: all 0.2s;
  226. -o-transition: all 0.2s;transition: all 0.2;}
  227.  
  228. .liker {position:absolute;
  229. height:14px;
  230. bottom:36px;
  231. left:48px;
  232. opacity:0;
  233. filter: alpha(opacity = 0);
  234. -moz-transition: all 0.2;
  235. -webkit-transition: all 0.2s;
  236. -o-transition: all 0.2s;
  237. transition: all 0.2;}
  238.  
  239. .likerr {display:inline-block;
  240. margin-right:5px;
  241. padding:4px;
  242. height:14px;}
  243.  
  244. .likerr a {color:none;
  245. text-decoration:none;}
  246.  
  247. .post:hover
  248.  
  249. .liker {opacity:0.7;
  250. filter: alpha(opacity = 70);
  251. -moz-transition: all 0.2;
  252. -webkit-transition: all 0.2s;
  253. -o-transition: all 0.2s;transition: all 0.2;}
  254.  
  255. #top-link {position:fixed; z-index:99999; left:-4.5px; bottom:17px; text-align:center; }
  256. #top-link:hover{}
  257.  
  258. .credit {
  259. text-align:right;
  260. bottom:15px;
  261. right:15px;
  262. position:fixed;
  263. opacity:0.5;
  264. }
  265.  
  266. #bg img {z-index:-1;position:fixed;top:0;left:0;width:100%;height:100%;}
  267. </style>
  268. {block:Ifbackgroundimage}<div id="bg"><img src="{image:Background}"></div>{/block:Ifbackgroundimage}
  269.  
  270. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  271. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  272. <script src="http://static.tumblr.com/twte3d7/H82lxkzfb/infinitescroll.js"></script>
  273. <script>
  274. $(function(){
  275. var $container = $('.entry');
  276. $container.imagesLoaded(function(){
  277. $container.masonry({
  278. itemSelector: '.post',
  279. columnWidth: 265
  280. });
  281. });
  282. $container.infinitescroll({
  283. navSelector : 'div.navigation', // selector for the paged navigation
  284. nextSelector : '.navigation a#next', // selector for the NEXT link (to page 2)
  285. itemSelector : '.post', // selector for all items you'll retrieve
  286. loading: {
  287. finishedMsg: '<em></em>',
  288. }
  289. },
  290. // trigger Masonry as a callback
  291. function( newElements ) {
  292. // hide new items while they are loading
  293. var $newElems = $( newElements ).css({ opacity: 0 });
  294. // ensure that images load before adding to masonry layout
  295. $newElems.imagesLoaded(function(){
  296. // show elems now they're ready
  297. $newElems.animate({ opacity: 1 });
  298. $container.masonry( 'appended', $newElems, true );
  299. });
  300. }
  301. );
  302. });
  303. </script>
  304.  
  305. </head>
  306. <body>
  307. {block:ifToTop}<a href="#top"><div id="top-link"><img src="http://static.tumblr.com/j1tjexd/eDEm4btkw/monotone_arrow_left_small.png" width="40" height="40"></div></a>{/block:ifToTop}
  308.  
  309. <div class="navigation">
  310. {block:Pagination}
  311. {block:NextPage}
  312. <p id="page_nav">
  313. <a style="float:right" href="{NextPage}" id="next">← previous posts</a>
  314. {/block:NextPage}
  315. {block:PreviousPage}
  316. <a style="float:left" href="{PreviousPage}">next posts →</a>
  317. </p>
  318. {/block:PreviousPage}
  319. {/block:Pagination}
  320. </div>
  321.  
  322. <div class="btitle">
  323. <a href="/">{title}</a>// &nbsp;&nbsp;&nbsp;
  324. <a href="/ask">{text:message link title}</a>
  325.  
  326. {block:ifonlytwolinks}/ &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link one}">{text:link one title}</a>
  327. / &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link two}">{text:link two title}</a>{/block:ifonlytwolinks}
  328.  
  329. {block:ifonlythreelinks}/ &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link one}">{text:link one title}</a>
  330. / &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link two}">{text:link two title}</a>
  331. / &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link three}">{text:link three title}</a>{/block:ifonlythreelinks}
  332.  
  333. {block:ifonlyfourlinks}/ &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link one}">{text:link one title}</a>
  334. / &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link two}">{text:link two title}</a>
  335. / &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link three}">{text:link three title}</a>
  336. / &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link four}">{text:link four title}</a>{/block:ifonlyfourlinks}
  337.  
  338.  
  339. {block:ifshowallfivelinks}/ &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link one}">{text:link one title}</a>
  340. / &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link two}">{text:link two title}</a>
  341. / &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link three}">{text:link three title}</a>
  342. / &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link four}">{text:link four title}</a>
  343. / &nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:link five}">{text:link five title}</a>{block:ifshowallfivelinks}
  344.  
  345. {block:HasPages}{block:Pages}/ &nbsp;&nbsp;&nbsp;&nbsp;<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  346. {block:ifarchivelink}/ &nbsp;&nbsp;&nbsp;&nbsp;<a href="/archive">{text:archive link title}</a>{/block:ifarchivelink}
  347. // &nbsp;&nbsp;&nbsp;<a href="http://alaea.tumblr.com">theme</a>
  348. <p>{block:Description}<b>{description}</b>{/block:description}</p>
  349. </div>
  350.  
  351. <div class="entry">
  352.  
  353. {block:Posts}
  354.  
  355. <div class="post">
  356.  
  357. {block:Photo}
  358. {block:IndexPage}<span class="perma"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/j1tjexd/p25m8ecft/reblog.png" title="reblog" style="-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.33);
  359. -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.33);
  360. box-shadow: 0px 0px 0px rgba(0,0,0,0.33);">
  361. </a></span><div class="liker"><div class="likerr">
  362. <img height="20" style="height:20px;cursor:pointer;" src="http://static.tumblr.com/j1tjexd/raBm8ecgy/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/>
  363. </div></div>
  364. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  365. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>{/block:IndexPage}
  366. {block:PermalinkPage}<center><div style="margin-left:-25px;"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/></div></center>{/block:PermalinkPage}
  367. {/block:Photo}
  368.  
  369. {block:Photoset}
  370. {block:IndexPage}<div class="pset">{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="220px"/></a>{/block:Photos}
  371. <div class="photocap">{Caption}</div>
  372. </div>{/block:IndexPage}
  373. {block:PermalinkPage}<center>{Photoset-500}</center>{/block:PermalinkPage}
  374. {/block:Photoset}
  375.  
  376. {block:Text}
  377. {block:IndexPage}
  378. <div class="text"><div style="padding:10px;"><div style="padding-bottom:5px;"><a href="{Permalink}">{Title}</a></div><div style="border-top:1px solid {color:borders};">{Body}</div><div class="permalink"><a href="{Permalink}">{block:Date}✖{block:Date}</a></div></div></div>
  379. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  380. {/block:IndexPage}
  381. {block:PermalinkPage}<div style="width:500px"><div style="padding-bottom:5px;">{Title}</div><div style="border-top:1px solid {color:borders};">{Body}</div></div>{/block:PermalinkPage}
  382. {/block:Text}
  383.  
  384. {block:Quote}
  385. {block:IndexPage}
  386. <div class="quote"><div style="padding:10px;">{Quote} ―<i><b>{Source}</b></i><br><div class="permalink"><a href="{Permalink}">{block:Date}✖{block:Date}</a></div></div></div>
  387. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  388. {/block:IndexPage}
  389. {block:PermalinkPage}<div style="width:500px">{Quote} ―<i><b>{Source}</b></i></div>{/block:PermalinkPage}
  390. {/block:Quote}
  391.  
  392. {block:Link}
  393. {block:IndexPage}<div class="text"><div style="padding:10px;"><a href="{URL}" target="{Target}">{Name}</a>
  394. {block:Description}{Description}{/block:Description}<div class="permalink"><a href="{Permalink}">{block:Date}✖{block:Date}</a></div></div></div><div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>{/block:IndexPage}
  395. {block:PermalinkPage}<div style="width:500px"><a href="{URL}" target="{Target}">{Name}</a>
  396. {block:Description}{Description}{/block:Description}</div>{/block:PermalinkPage}
  397. {/block:Link}
  398.  
  399. {block:Answer}
  400. {block:IndexPage}<div class="text"><div style="padding:10px;"><b>Q</b>: {Question}<br><i>asked by {Asker}</i><br>{Answer}<div class="permalink"><a href="{Permalink}">{block:Date}✖{block:Date}</a></div></div></div>{/block:IndexPage}
  401. {block:PermalinkPage}<div style="width:500px"><b>Q</b>: {Question}<br><i>asked by {Asker}</i> <br>{Answer}</div>{/block:PermalinkPage}
  402. {/block:Answer}
  403.  
  404. {block:Chat}
  405. {block:IndexPage}<div class="text"><div style="padding:10px;">{block:Title}<b>{Title}</b>{/block:Title}
  406. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}<p><div class="permalink"><a href="{Permalink}">{block:Date}✖{block:Date}</a></div></div></div>{/block:IndexPage}
  407. {block:PermalinkPage}<div style="width:500px">{block:Title}<b>{Title}</b>{/block:Title}
  408. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}</div>{/block:PermalinkPage}
  409. {/block:Chat}
  410.  
  411. {block:Video}
  412. {block:ifmultisizedposts}{block:IndexPage}<div class="video">{Video-400}</div><div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>{/block:IndexPage}{/block:ifmultisizedposts}
  413. {block:ifnotmultisizedposts}{block:IndexPage}<div class="videos">{Video-400}</div><div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>{/block:IndexPage}{/block:ifnotmultisizedposts}
  414. {block:PermalinkPage}<div style="width:500px">{Video-500}</div>{/block:PermalinkPage}
  415. {/block:Video}
  416.  
  417. {block:Audio}
  418. {block:IndexPage}<div class="audio">{AudioPlayerBlack}<div class="permalink"><a href="{Permalink}">{block:Date}✖{block:Date}</a></div></div>{/block:IndexPage}
  419. {block:PermalinkPage}<div style="width:500px">{AudioPlayerBlack}<br>{Caption}</div>{/block:PermalinkPage}
  420. {/block:Audio}
  421.  
  422. {block:PostNotes}
  423. <br><br>{block:RebloggedFrom}<b>via</b>: {ReblogParentName}{/block:RebloggedFrom}<br>{block:ContentSource}<b>source</b>: {SourceURL} {/block:ContentSource}<br><br>{block:Date}{TimeAgo}&nbsp; //&nbsp; {NoteCountWithLabel}{/block:Date}
  424. <br><br>{PostNotes}
  425. {/block:PostNotes}
  426. </div>
  427. {/block:Posts}
  428.  
  429. </div>
  430. <iframe id="likes_frame" style="height:1px;width:1px;position:absolute;left:-500px;"></iframe>
  431.  
  432. <div style="display:block;bottom:3px;right:3px;font-size:28px;font-family: 'Didact Gothic', sans-serif;position:fixed;background-color:#ffffffz-index:6;opacity:0.75;"><a href="http://olivia-themes.tumblr.com/">✩</a></div>
  433.  
  434. </body>
  435. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement