Advertisement
luhans

Block

Nov 24th, 2012
3,506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.92 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <!—THEME BY HK THEMES!-->
  5. <head> <!-- DEFAULT VARIABLES -->
  6. <title>{Title}</title>
  7. <meta name="color:background" content="#FAFAFA" />
  8. <meta name="color:text" content="#5C5C5C" />
  9. <meta name="color:audio" content="#FAFAFA" />
  10. <meta name="color:link" content="#D4B229" />
  11. <meta name="color:entries" content="#FFFFFF"/>
  12. <meta name="color:border" content="#f7f7f7" />
  13. <meta name="color:Permalink" content="#f3f1f1" />
  14. <meta name="color:sidebar" content="#FDFDFD" />
  15. <meta name="color:ask bg" content="#F5E9D4" />
  16. <meta name="color:title" content="#ECDB58" />
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="color:tags" content="#FAFAFA" />
  19. <meta name="text:link one url" content="http://">
  20. <meta name="text:link one name" content="link">
  21. <meta name="text:link two url" content="http://">
  22. <meta name="text:link two name" content="link">
  23. <meta name="text:link three url" content="http://">
  24. <meta name="text:link three name" content="link">
  25. <meta name="text:link four url" content="http://">
  26. <meta name="text:link four name" content="link">
  27.  
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34.  
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}" />
  37. {/block:Description}
  38.  
  39.  
  40. <style type="text/css">
  41. body{
  42. background:{color:Background};
  43. background-image:url('{image:background}');
  44. background-repeat:repeat;
  45. background-attachment:fixed;
  46. background-position:bottom right;
  47. line-height:100%;
  48. font-family: Lucida Console;
  49. font-size: 9px;
  50. letter-spacing: px;
  51. color:{color:text};}
  52.  
  53. .tagsymbol{
  54. font-family:'WebSymbolsRegular';
  55. color:{color:font};
  56. line-height:8px;
  57. font-size:8px;}
  58. @font-face{
  59. font-family: WebSymbolsRegular;
  60. src: url('http://static.tumblr.com/rzl30kg/t0Qmbgn5o/websymbols-regular-webfont.eot') format('eot')
  61. url('http://static.tumblr.com/rzl30kg/G3wmbgn77/websymbols-regular-webfont.woff') format('woff'),
  62. url('http://static.tumblr.com/rzl30kg/fQpmbgn8a/websymbols-regular-webfont.ttf') format('truetype'),
  63. url('http://static.tumblr.com/rzl30kg/dinmbgn8q/websymbols-regular-webfont.svg') format('svg');
  64. }
  65. a {
  66. text-decoration:none;
  67. color:{color:link};
  68. }
  69. a:hover{
  70. text-decoration:none;
  71. color:{color:link hover};
  72. -o-transition: all 0.4s ease-out;
  73. -webkit-transition: all 0.4s ease-out;
  74. -moz-transition: all 0.4s ease-out;
  75. }
  76.  
  77. a img{
  78. border:none;}
  79.  
  80. blockquote{
  81. padding:0px;
  82. padding-left:5px;
  83. margin:5px;
  84. border-left:1px solid {color:font};}
  85.  
  86. blockquote img{
  87. display:block;}
  88.  
  89. blockquote p{
  90. padding:0px;
  91. margin:0px;}
  92.  
  93. blockquote blockquote{
  94. position:relative;
  95. left:-5px;
  96. margin-top:0px;
  97. margin-right:0px;
  98. padding-right:0px;}
  99.  
  100. ul.chat, .chat ol, .chat li {
  101. list-style:none;
  102. margin:0px;
  103. padding:0px}
  104.  
  105.  
  106. #container{
  107. margin-left:52px;
  108. margin-top:30px;
  109. width:250px;
  110. position:fixed;
  111. background:{color:background} url('');
  112. height:100%;
  113. padding:15px;}
  114.  
  115. #entry {
  116. float:left;
  117. {block:IndexPage}
  118. width:250px;
  119. padding: 5px;
  120. overflow:hidden;
  121. {/block:IndexPage}
  122. {block:PermalinkPage}
  123. width:500px;
  124. padding: 5px;
  125. display: block;
  126. {/block:PermalinkPage}
  127. background-color: {color:entries};
  128. margin: 8px 3px 3px 3px;
  129. border:1px solid {color:border};}
  130.  
  131.  
  132. #post{
  133. margin-left: 370px;
  134. width:850px;
  135. height:100%;
  136. padding:22px;
  137. Margin-top:10px;}
  138.  
  139. #sidebar{
  140. margin-left:0px;
  141. background-color:{color:sidebar};
  142. width: 250px;
  143. padding: 5px;
  144. background-image:url('');
  145. text-align:justify;}
  146.  
  147. #info {
  148. background-color:transparent;
  149. text-align:left;
  150. padding:3px;
  151. text-transform:lowercase;
  152. letter-spacing:1px;
  153. width:495px}
  154.  
  155. b {
  156. font-weight: bold;
  157. color : {color:text};}
  158.  
  159. i, em {
  160. font-weight:italic;
  161. color: {color:text};}
  162.  
  163. u {
  164. font-weight:none;
  165. color: {color:underline};}
  166.  
  167. .permalink {
  168. float: right;
  169. margin-left:2px;
  170. margin-top:-1px;
  171. {block:PermalinkPage}Display:none;{/block:PermalinkPage};
  172. position: absolute;
  173. text-align: left;
  174. width:{block:PermalinkPage}536px;{/block:PermalinkPage}
  175. 250px;
  176. height:px;
  177. font-size: 8.5px;
  178. -webkit-transition: 0.5s ease-in;
  179. opacity:0; }
  180.  
  181. .permabutton{
  182. font-family: Lucida Console;
  183. font-size: 9px;
  184. line-height: 7px;
  185. padding:10px;
  186. width:104px;
  187. height:5px;
  188. background-color:{color:permalink};
  189. display:inline-block;
  190. letter-spacing: px;
  191. color: {color:text}!important;
  192. margin:1px -1px -1px -2px;
  193. text-transform:;
  194. text-align:;
  195. opacity:.98;
  196. }
  197.  
  198. .permalink a{
  199. color:{color:text};}
  200.  
  201. .permalink a:hover {
  202. color:{color:link};}
  203.  
  204. .entry:hover .permalink {
  205. opacity:.85;
  206. -moz-opacity: 0.80;
  207. filter: alpha(opacity=80);}
  208.  
  209. #entry:hover .permalink {
  210. opacity:.85;
  211. -moz-opacity: 0.80;
  212. filter: alpha(opacity=80);}
  213.  
  214. .asker {
  215. width: {block:IndexPage}240px{/block:IndexPage}
  216. {block:PermalinkPage}490px{/block:PermalinkPage};
  217. background-color: {color:ask bg};
  218. padding: 5px;
  219. font-size: 11px;
  220. font-weight: bold;
  221. color:{color:asker};
  222. text-transform: uppercase;
  223. line-height: 11px; }
  224.  
  225. .asker img{
  226. float: left;
  227. padding: 0px 5px 0px 0px}
  228.  
  229. .asker a{
  230. font-size: 11px;
  231. font-weight: bold;
  232. color:{color:link};
  233. line-height: 11px;
  234. padding: 0;
  235. margin: 0}
  236.  
  237. .question {
  238. font-size: 10px;
  239. font-weight: normal;
  240. color:{color:question};
  241. text-transform: none;}-
  242.  
  243. .answer {
  244. padding-left: 4px;
  245. padding-right: 4px;
  246. padding-top: 4px;}
  247.  
  248. .answer img {
  249. max-width: 470px;}
  250.  
  251.  
  252. #acont{
  253. display:block;
  254. width:50px;
  255. height:50px;
  256. background-color:#ffffff;
  257. opacity:0.5;
  258. position:absolute;
  259. margin-top:16px;
  260. margin-left:{block:IndexPage}100px{/block:IndexPage}
  261. {block:PermalinkPage}225px{/block:PermalinkPage};
  262. -webkit-border-radius: 150px;
  263. -moz-border-radius: 150px;
  264. border-radius: 150px;}
  265. #acont:hover{
  266. -webkit-transition: all 0.2s ease-in-out;
  267. -moz-transition: all 0.2s ease-in-out;
  268. -o-transition: all 0.2s ease-in-out;
  269. transition: all 0.2s ease-in-out;opacity:0.8;}
  270.  
  271. #audioplayer{
  272. width:20px;
  273. height:20px;
  274. overflow:hidden;
  275. -webkit-border-radius: 500px;
  276. -moz-border-radius: 500px;
  277. margin: 12px 0px 0px 12px;
  278. background-color:transparent;}
  279.  
  280.  
  281. .atext {
  282. background-color:{color:audio};
  283. line-height: 7px;
  284. letter-spacing: px;
  285. color: {color:link}!important;
  286. margin-bottom: 1px;
  287.  
  288. text-transform:;
  289. height:7px;
  290. text-decoration: none;
  291. display: inline-block;
  292. width:{block:IndexPage}240px{/block:IndexPage}
  293. {block:PermalinkPage}490px{/block:PermalinkPage};
  294. padding: 41px 5px 41px 6px;
  295. text-align:center;}
  296.  
  297. .atext:hover {
  298. color:{color:link};
  299. background-color:{color:entries};
  300. -webkit-transition: opacity 0.7s linear;
  301. opacity: 0.9s;
  302. -webkit-transition: all 0.6s ease-out;
  303. -moz-transition: all 0.6s ease-out;
  304. transition: all 0.6s ease-out;
  305. }
  306.  
  307. .audio{
  308. position:absolute;
  309. width:40px;
  310. height:40px;}
  311.  
  312.  
  313. .pagination {
  314. color: {color:link};
  315. line-height: 7px;
  316. letter-spacing: 1px;
  317. color: {color:text}!important;
  318. margin-bottom: 1px;
  319. text-transform: uppercase;
  320. text-decoration: none;
  321. display: block;
  322. text-align:center;}
  323. .pagination a:hover {
  324. background-color:{color:entries};
  325. color:{color:text};}
  326. .tags {
  327. background-color:{color:tags};
  328. padding:2px;}
  329. </style>
  330.  
  331. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  332. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  333.  
  334. <script type="text/javascript">
  335. $(window).load(function () {
  336. $('#post').masonry(),
  337. $('.masonryWrap').infinitescroll({
  338. itemSelector : ".entry",
  339. navSelector : "div.navigation",
  340. nextSelector : ".navigation a#next",
  341. bufferPx : 10000,
  342. extraScrollPx: 10000,
  343. loadingImg : "",
  344. loadingText : "",
  345. },
  346. function() { $('#post').masonry({ appendedContent: $(this) });
  347. });
  348. });</script>
  349.  
  350. <style type="text/css">{CustomCSS}</style>
  351. <body>
  352. <div id="container"><font style="FONT-WEIGHT: normal; COLOR: {color:title}; font:normal 15px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;font-style:italic;">{title}</font><br />
  353. <font style="FONT-WEIGHT: normal; FONT-SIZE: 7px; COLOR: 000000; text-transform:uppercase;LINE-HEIGHT: 9px; FONT-FAMILY: small fonts; LETTER-SPACING: 2pt">{text:bottom title text}</font>
  354. <div id="sidebar">
  355. <img src="{image:sidebar}" width="250"><br><br><a href="/"class="tags">home</a> /
  356. <a href="/ask"class="tags">message</a> / {block:IfLinkOneurl}<a href="{text:link one url}"class="tags">{text:link one name}</a> /{/block:IfLinkOneurl} {block:IfLinkTwourl}<a href="{text:link two url}"class="tags">{text:link two name}</a> /{/block:IfLinkTwourl} {block:IfLinkThreeurl}<a href="{text:link Three url}"class="tags">{text:link Three name}</a> /{/block:IfLinkThreeurl} {block:IfLinkFoururl}<a href="{text:link Four url}"class="tags">{text:link Four name}</a> {/block:IfLinkFoururl}<br><br>
  357. {block:Description}{Description}{/block:Description}<br></div>
  358. {block:Pagination}<center>
  359. <div class="pagination">
  360. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  361. {block:JumpPagination length="5"}{block:CurrentPage}
  362. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  363. {/block:CurrentPage}
  364. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  365. {/block:JumpPagination}
  366. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  367. </div></center>{/block:Pagination}
  368.  
  369. </div>
  370. <br>
  371.  
  372. <div id="post">
  373. {block:Posts}
  374.  
  375.  
  376. {block:Text}
  377. <div id="entry">
  378. <div class="permalink">
  379.  
  380. <div class="permabutton">{block:Date}<a href="{Permalink}">» {DayOfMonthWithZero}{MonthNumberWithZero}{ShortYear}</a>{/block:Date}</div>
  381.  
  382. <div class="permabutton">{block:NoteCount}<a href="{Permalink}">+</a> {NoteCount}{/block:NoteCount} Notes</div>
  383.  
  384. <div class="permabutton">
  385. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a>{/block:RebloggedFrom}</div>
  386.  
  387. <div class="permabutton"><span class="tagsymbol"><a href="{ReblogURL}">J</a></span>
  388. </div></div>
  389. {block:Title}<font style="FONT-WEIGHT: normal; COLOR: {color:title}; font:normal 15px {font:body};font-style:italic;">{title}</font>{/block:Title}{Body}
  390. </div>
  391. {/block:Text}
  392.  
  393. {block:Photo}
  394. <div id="entry"><div class="permalink">
  395.  
  396. <div class="permabutton">{block:Date}<a href="{Permalink}">» {DayOfMonthWithZero}{MonthNumberWithZero}{ShortYear}</a>{/block:Date}</div>
  397.  
  398. <div class="permabutton">{block:NoteCount}<a href="{Permalink}">+</a> {NoteCount}{/block:NoteCount} Notes</div>
  399.  
  400. <div class="permabutton">
  401. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a>{/block:RebloggedFrom}</div>
  402.  
  403. <div class="permabutton"><span class="tagsymbol"><a href="{ReblogURL}">J</a></span>
  404. </div></div>
  405. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  406. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  407. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="{block:PermalinkPage}500{/block:PermalinkPage} {Block:IndexPage}250{block:IndexPage}" title"Photo"/>
  408. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  409. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  410. </div>{/block:Photo}
  411.  
  412. {block:Photoset}
  413. <div id="entry"><div class="permalink">
  414.  
  415. <div class="permabutton">{block:Date}<a href="{Permalink}">» {DayOfMonthWithZero}{MonthNumberWithZero}{ShortYear}</a>{/block:Date}</div>
  416.  
  417. <div class="permabutton">{block:NoteCount}<a href="{Permalink}">+</a> {NoteCount}{/block:NoteCount} Notes</div>
  418.  
  419. <div class="permabutton">
  420. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a>{/block:RebloggedFrom}</div>
  421.  
  422. <div class="permabutton"><span class="tagsymbol"><a href="{ReblogURL}">J</a></span>
  423. </div></div>
  424. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  425. {Block:IndexPage}{Photoset-250}{/Block:IndexPage}
  426. {block:Caption}{Caption}{/block:Caption}
  427. </div>
  428. {/block:Photoset}
  429.  
  430. {block:ContentSource}
  431. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  432. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  433. {/block:SourceLogo}
  434. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  435. {/block:ContentSource}
  436.  
  437. {block:Quote}
  438. <div id="entry"><div class="permalink">
  439.  
  440. <div class="permabutton">{block:Date}<a href="{Permalink}">» {DayOfMonthWithZero}{MonthNumberWithZero}{ShortYear}</a>{/block:Date}</div>
  441.  
  442. <div class="permabutton">{block:NoteCount}<a href="{Permalink}">+</a> {NoteCount}{/block:NoteCount} Notes</div>
  443.  
  444. <div class="permabutton">
  445. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a>{/block:RebloggedFrom}</div>
  446.  
  447. <div class="permabutton"><span class="tagsymbol"><a href="{ReblogURL}">J</a></span>
  448. </div></div>
  449. <span class="quote"><font style="FONT-WEIGHT: normal; COLOR: {color:title}; font:normal 15px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;font-style:italic;">{quote}</font><br>{block:Source}<p align="right">&mdash; <b>{Source}</b></p>{/block:Source}
  450. </div>
  451. {/block:Quote}
  452.  
  453. {block:Link}
  454. <div id="entry"><div class="permalink">
  455.  
  456. <div class="permabutton">{block:Date}<a href="{Permalink}">» {DayOfMonthWithZero}{MonthNumberWithZero}{ShortYear}</a>{/block:Date}</div>
  457.  
  458. <div class="permabutton">{block:NoteCount}<a href="{Permalink}">+</a> {NoteCount}{/block:NoteCount} Notes</div>
  459.  
  460. <div class="permabutton">
  461. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a>{/block:RebloggedFrom}</div>
  462.  
  463. <div class="permabutton"><span class="tagsymbol"><a href="{ReblogURL}">J</a></span>
  464. </div></div>
  465. <div class="h2"><a href="{URL}" title="{name}"><font style="FONT-WEIGHT: normal; COLOR: {color:title}; font:normal 15px {font:body};font-style:italic;">{name}</font></a></div>{block:Description}{Description}{/block:Description}
  466. </div>
  467. {/block:Link}
  468.  
  469. {block:Chat}
  470. <div id="entry"><div class="permalink">
  471.  
  472. <div class="permabutton">{block:Date}<a href="{Permalink}">» {DayOfMonthWithZero}{MonthNumberWithZero}{ShortYear}</a>{/block:Date}</div>
  473.  
  474. <div class="permabutton">{block:NoteCount}<a href="{Permalink}">+</a> {NoteCount}{/block:NoteCount} Notes</div>
  475.  
  476. <div class="permabutton">
  477. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a>{/block:RebloggedFrom}</div>
  478.  
  479. <div class="permabutton"><span class="tagsymbol"><a href="{ReblogURL}">J</a></span>
  480. </div></div>
  481. {block:Title}<font style="FONT-WEIGHT: normal; COLOR: {color:title}; font:normal 15px {font:body}">{title}</font>{/block:Title}<br>
  482. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  483. </div>
  484. {/block:Chat}
  485.  
  486. {block:Audio}
  487. <div id="entry"><div class="permalink">
  488.  
  489. <div class="permabutton">{block:Date}<a href="{Permalink}">» {DayOfMonthWithZero}{MonthNumberWithZero}{ShortYear}</a>{/block:Date}</div>
  490.  
  491. <div class="permabutton">{block:NoteCount}<a href="{Permalink}">+</a> {NoteCount}{/block:NoteCount} Notes</div>
  492.  
  493. <div class="permabutton">
  494. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a>{/block:RebloggedFrom}</div>
  495.  
  496. <div class="permabutton"><span class="tagsymbol"><a href="{ReblogURL}">J</a></span>
  497. </div></div>
  498. <div class="audio"><div id="acont"><div id="audioplayer">{AudioPlayerWhite}</div></div></div>
  499.  
  500. <span class="atext"><div style="float:left">{block:TrackName}{TrackName}{/block:TrackName}</DIV> <div style="float:right">{block:Artist}{Artist}{/block:Artist}</DIV></span>
  501.  
  502.  
  503. <br>
  504. {block:Caption}{Caption}{/block:Caption}
  505. </div>
  506. {/block:Audio}
  507.  
  508. {block:Answer}
  509. <div id="entry"><div class="permalink">
  510.  
  511. <div class="permabutton">{block:Date}<a href="{Permalink}">» {DayOfMonthWithZero}{MonthNumberWithZero}{ShortYear}</a>{/block:Date}</div>
  512.  
  513. <div class="permabutton">{block:NoteCount}<a href="{Permalink}">+</a> {NoteCount}{/block:NoteCount} Notes</div>
  514.  
  515. <div class="permabutton">
  516. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a>{/block:RebloggedFrom}</div>
  517.  
  518. <div class="permabutton"><span class="tagsymbol"><a href="{ReblogURL}">J</a></span>
  519. </div></div>
  520. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}
  521. <div class="question">{Question}</div></div>
  522. <div class="answer">{Answer}</div>
  523. </div>
  524. {/block:Answer}
  525.  
  526.  
  527. {block:Video}
  528. <div id="entry"><div class="permalink">
  529.  
  530. <div class="permabutton">{block:Date}<a href="{Permalink}">» {DayOfMonthWithZero}{MonthNumberWithZero}{ShortYear}</a>{/block:Date}</div>
  531.  
  532. <div class="permabutton">{block:NoteCount}<a href="{Permalink}">+</a> {NoteCount}{/block:NoteCount} Notes</div>
  533.  
  534. <div class="permabutton">
  535. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a>{/block:RebloggedFrom}</div>
  536.  
  537. <div class="permabutton"><span class="tagsymbol"><a href="{ReblogURL}">J</a></span>
  538. </div></div>
  539. {Video-500}
  540. {block:Caption}{Caption}{/block:Caption}
  541. </div>
  542. {/block:Video}
  543.  
  544. {block:PermalinkPage}<div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br />{block:RebloggedFrom}via <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a> /{/block:RebloggedFrom}{block:ContentSource} source <a href="{SourceURL}">{SourceLink}</a><br />{/block:ContentSource}
  545.  
  546. {block:HasTags}<span class="tagsymbol">,</span> {block:Tags}<a href="{TagURL}" class="tags">{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}
  547.  
  548. {block:PostNotes}
  549. <br>
  550. {PostNotes}
  551. {/block:PostNotes}
  552. {/block:Posts}
  553. </div>
  554. </body>
  555. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement