Advertisement
Jyuubi

[Theme] → #33 Pixelated

Sep 24th, 2012
28,812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.21 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. PLEASE DO NOT REMOVE THIS.
  6. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
  7. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  8.  
  9. THEME: #33 PIXELATED
  10. jyuubi.org | manatopia.org
  11.  
  12. --RULES--
  13. 1) DO NOT REMOVE CREDIT.
  14. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  15. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  16. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  17. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW UNLESS PROVIDED.
  18. -->
  19.  
  20. <meta name="color:BackgroundM" content="#000000">
  21.  
  22. <meta name="color:Header" content="#858585">
  23. <meta name="color:Description Text" content="#595959">
  24. <meta name="color:Description Bold" content="#c83535">
  25. <meta name="color:Description Italic" content="#858585">
  26. <meta name="color:Description Link" content="#56a6af">
  27.  
  28. <meta name="color:Nav Header Background" content="#101010">
  29. <meta name="color:Nav Header Text" content="#c83535">
  30. <meta name="color:Links Background" content="#101010">
  31. <meta name="color:Links Text" content="#56a6af">
  32. <meta name="color:Dropdown Text" content="#858585">
  33.  
  34. <meta name="color:Entry Background" content="#101010">
  35. <meta name="color:Entry Text" content="#595959">
  36. <meta name="color:Entry Bold" content="#c83535">
  37. <meta name="color:Entry Italic" content="#858585">
  38. <meta name="color:Entry Link" content="#56a6af">
  39.  
  40. <meta name="color:Entry Titles" content="#858585">
  41. <meta name="color:Entry Titles Border" content="#000000">
  42.  
  43. <meta name="color:Question Background" content="#090909">
  44.  
  45. <meta name="color:Stats Background" content="#101010">
  46. <meta name="color:Stats Text" content="#c83535">
  47.  
  48. <meta name="image:BackgroundM" content="http://static.tumblr.com/ljotsrb/vmXmavhe4/pixelatedbg.png">
  49. <meta name="image:Sidebar" content="">
  50. <meta name="image:Pixel1" content="http://static.tumblr.com/ljotsrb/Aiimavfa1/kagami.gif">
  51. <meta name="image:Pixel2" content="http://static.tumblr.com/ljotsrb/6temavfab/kuroko.gif">
  52. <meta name="image:Pixel3" content="">
  53. <meta name="image:Pixel4" content="">
  54.  
  55. <meta name="if:Infinite Scroll" content="0">
  56. <meta name="if:Show Captions" content="0">
  57. <meta name="if:Sidebar Pixels" content="1">
  58. <meta name="if:Extra Links" content="1">
  59. <meta name="if:Faded Images" content="1">
  60. <meta name="if:Lazy Load" content="1">
  61. <meta name="if:250 Posts" content="1">
  62. <meta name="if:400 Posts" content="0">
  63. <meta name="if:500 Posts" content="0">
  64.  
  65. <meta name="text:Header" content="">
  66. <meta name="text:Navigation" content="navigation">
  67. <meta name="text:Entry Text Size" content="11">
  68.  
  69. <meta name="text:Link Title 1" content="">
  70. <meta name="text:Link URL 1" content="">
  71. <meta name="text:Link Title 2" content="">
  72. <meta name="text:Link URL 2" content="">
  73. <meta name="text:Link Title 3" content="">
  74. <meta name="text:Link URL 3" content="">
  75. <meta name="text:Link Title 4" content="">
  76. <meta name="text:Link URL 4" content="">
  77. <meta name="text:Link Title 5" content="">
  78. <meta name="text:Link URL 5" content="">
  79. <meta name="text:Link Title 6" content="">
  80. <meta name="text:Link URL 6" content="">
  81. <meta name="text:Link Title 7" content="">
  82. <meta name="text:Link URL 7" content="">
  83. <meta name="text:Link Title 8" content="">
  84. <meta name="text:Link URL 8" content="">
  85.  
  86. <head>
  87. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  88. <title>{Title}</title>
  89. <link rel="shortcut icon" href="{Favicon}">
  90. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  91. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  92.  
  93. <style type="text/css">
  94. /* BODY */
  95. body {
  96. background-image: url('{image:BackgroundM}');
  97. background-attachment: fixed;
  98. background-color: {color:BackgroundM};
  99. margin: 0;
  100. }
  101.  
  102. /* THEME SPECIALS */
  103. ::-webkit-scrollbar-thumb:vertical {
  104. background-color: {color:Entry Bold};
  105. height: 50px;
  106. }
  107.  
  108. ::-webkit-scrollbar {
  109. height: 10px;
  110. width: 5px;
  111. background-color: {color:BackgroundM};
  112. }
  113.  
  114. /* SIDEBAR */
  115. #sidebar {
  116. position: fixed;
  117. top: 100px;
  118. left: 100px;
  119. width: 120px;
  120. font-family: calibri;
  121. font-size: 8px;
  122. color: {color:Description Text};
  123. text-transform: uppercase;
  124. letter-spacing: 1px;
  125. text-align: center;
  126. }
  127.  
  128. #sidebar b, strong {
  129. color: {color:Description Bold};
  130. }
  131.  
  132. #sidebar i, em {
  133. color: {color:Description Italic};
  134. }
  135.  
  136. #sidebar a {
  137. color: {color:Description Link};
  138. text-decoration: none;
  139. }
  140.  
  141. #sidebar h1 {
  142. color: {color:Header};
  143. font-size: 10px;
  144. font-weight: normal;
  145. margin: 0;
  146. }
  147.  
  148. {block:IfNotSidebarPixels}
  149. #sidebar img {
  150. max-width: 120px;
  151. }
  152. {/block:IfNotSidebarPixels}
  153.  
  154. /* NAVIGATION */
  155. #navigation {
  156. background-color: {color:Nav Header Background};
  157. color: {color:Nav Header Text};
  158. font-size: 9px;
  159. height: 14px;
  160. line-height: 14px;
  161. margin-top: 10px;
  162. }
  163.  
  164. #mainlinks a {
  165. background-color: {color:Links Background};
  166. display: inline-block;
  167. width: 55px;
  168. height: 11px;
  169. color: {color:Links Text};
  170. text-decoration: none;
  171. line-height: 10px;
  172. margin-top: 3px;
  173. }
  174.  
  175. /* PAGINATION */
  176. #pagination {
  177. position: fixed;
  178. {block:If250Posts}left: 670px;{/block:If250Posts}
  179. {block:If400Posts}left: 820px;{/block:If400Posts}
  180. {block:If500Posts}left: 920px;{/block:If500Posts}
  181. top: 300px;
  182. font-family: calibri;
  183. font-size: 8px;
  184. color: {color:Description Link};
  185. letter-spacing: 1px;
  186. text-align: center;
  187. }
  188.  
  189. #pagination a {
  190. background-color: {color:Links Background};
  191. display: block;
  192. width: 50px;
  193. height: 15px;
  194. line-height: 14px;
  195. font-family: calibri;
  196. font-size: 8px;
  197. color: {color:Dropdown Text};
  198. text-decoration: none;
  199. text-transform: uppercase;
  200. letter-spacing: 1px;
  201. text-align: center;
  202. margin-bottom: 5px;
  203. }
  204.  
  205. #pagination a.last {
  206. border-left: 3px solid {color:Description Bold};
  207. }
  208.  
  209. #pagination a.next {
  210. border-right: 3px solid {color:Description Link};
  211. }
  212.  
  213. /* BLOG POSTS */
  214. .posts {
  215. margin-left: 300px;
  216. margin-top: 10px;
  217. }
  218.  
  219. .entry {
  220. background-color: {color:Entry Background};
  221. {block:If250Posts}width: 250px;{/block:If250Posts}
  222. {block:If400Posts}width: 400px;{/block:If400Posts}
  223. {block:If500Posts}width: 500px;{/block:If500Posts}
  224. {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
  225. padding: 10px;
  226. margin-bottom: 20px;
  227. font-family: calibri;
  228. font-size: {text:Entry Text Size}px;
  229. color: {color:Entry Text};
  230. letter-spacing: 1px;
  231. text-align: justify;
  232. }
  233.  
  234. .entry b, strong {
  235. color: {color:Entry Bold};
  236. }
  237.  
  238. .entry i, em {
  239. color: {color:Entry Italic};
  240. }
  241.  
  242. .entry a {
  243. color: {color:Entry Link};
  244. text-decoration: none;
  245. transition: 0.5s;
  246. -moz-transition: 0.5s;
  247. -webkit-transition: 0.5s;
  248. -o-transition: 0.5s;
  249. }
  250.  
  251. .entry a:hover {
  252. color: {color:Entry Italic};
  253. }
  254.  
  255. .title {
  256. font-size: 12px;
  257. color: {color:Entry Titles};
  258. text-transform: uppercase;
  259. border-left: 15px solid {color:Entry Titles Border};
  260. padding-left: 5px;
  261. }
  262.  
  263. .entry img {
  264. {block:If250Posts}max-width: 250px;{/block:If250Posts}
  265. {block:If400Posts}max-width: 400px;{/block:If400Posts}
  266. {block:If500Posts}max-width: 500px;{/block:If500Posts}
  267. {block:PermalinkPage}max-width: 500px;{/block:PermalinkPage}
  268. {block:IfFadedImages}opacity: .7;{/block:IfFadedImages}
  269. transition: 0.5s;
  270. -moz-transition: 0.5s;
  271. -webkit-transition: 0.5s;
  272. -o-transition: 0.5s;
  273. }
  274.  
  275. .entry img:hover {
  276. opacity: 1;
  277. }
  278.  
  279. .photo {
  280. {block:IfFadedImages}opacity: .7;{/block:IfFadedImages}
  281. transition: 0.5s;
  282. -moz-transition: 0.5s;
  283. -webkit-transition: 0.5s;
  284. -o-transition: 0.5s;
  285. }
  286.  
  287. .photo:hover {
  288. opacity: 1;
  289. }
  290.  
  291. .entry blockquote {
  292. border-left: 3px solid {color:Entry Titles Border};
  293. margin-left: 0px;
  294. padding-left: 5px;
  295. }
  296.  
  297. /* QUESTIONS */
  298. .ask {
  299. background-color: {color:Question Background};
  300. padding: 3px;
  301. font-size: 9px;
  302. text-transform: uppercase;
  303. }
  304.  
  305. .ask i {
  306. color: {color:Entry Bold};
  307. font-style: normal;
  308. }
  309.  
  310. /* QUOTES */
  311. .entry h2 {
  312. font-family: 'Oswald', sans-serif;
  313. font-size: 11px;
  314. color: {color:Entry Titles};
  315. font-weight: normal;
  316. letter-spacing: 1px;
  317. }
  318.  
  319. .quote {
  320. font-family: georgia;
  321. font-size: 24px;
  322. color: {color:Entry Bold};
  323. float: left;
  324. margin-top: 2px;
  325. }
  326.  
  327. /* AUDIO */
  328. .audio img {
  329. max-width: 50px;
  330. float: left;
  331. margin-right: 5px;
  332. border: 5px solid {color:Entry Titles Border};
  333. }
  334.  
  335. .player {
  336. background-color: #000;
  337. height: 25px;
  338. width: 25px;
  339. padding: 5px;
  340. margin-left: 85px;
  341. margin-top: 10px;
  342. overflow: hidden;
  343. position: absolute;
  344. margin-left: 13px;
  345. margin-top: 13px;
  346. opacity: .2;
  347. transition: 0.5s;
  348. -moz-transition: 0.5s;
  349. -webkit-transition: 0.5s;
  350. -o-transition: 0.5s;
  351. }
  352.  
  353. .player:hover {
  354. opacity: .7;
  355. }
  356.  
  357. /* STATISTICS */
  358. .stats {
  359. width: 150px;
  360. position: absolute;
  361. opacity: 0;
  362. {block:If250Posts}margin-left: 250px;{/block:If250Posts}
  363. {block:If400Posts}margin-left: 400px;{/block:If400Posts}
  364. {block:If500Posts}margin-left: 500px;{/block:If500Posts}
  365. font-family: calibri;
  366. font-size: 12px;
  367. transition: 1s;
  368. -moz-transition: 1s;
  369. -webkit-transition: 1s;
  370. -o-transition: 1s;
  371. }
  372.  
  373. .stats a {
  374. background-color: {color:Stats Background};
  375. padding: 5px;
  376. color: {color:Stats Text};
  377. text-decoration: none;
  378. }
  379.  
  380. .entry:hover .stats {
  381. opacity: 1;
  382. transform: translate(20px);
  383. -ms-transform: translate(20px);
  384. -webkit-transform: translate(20px);
  385. -o-transform: translate(20px);
  386. -moz-transform: translate(20px);
  387. }
  388.  
  389. /* PERMALINK PAGE */
  390. .permalink {
  391. font-family: calibri;
  392. font-size: 9px;
  393. color: {color:Entry Text};
  394. text-transform: uppercase;
  395. width: 520px;
  396. position: relative;
  397. letter-spacing: 1px;
  398. z-index: 999px;
  399. }
  400.  
  401. .permalink b {
  402. color: {color:Entry Bold};
  403. font-weight: normal;
  404. }
  405.  
  406. #date {
  407. color: {color:Entry Italic};
  408. }
  409.  
  410. .permalink a {
  411. color: {color:Entry Link};
  412. text-decoration: none;
  413. }
  414.  
  415. ol.notes {
  416. padding: 0px;
  417. margin: 15px 0px;
  418. list-style-type: none;
  419. background: transparent;
  420. border: 0px;
  421. letter-spacing: 1px;
  422. text-transform: uppercase;
  423. }
  424.  
  425. ol.notes li.note {
  426. padding: 1px;
  427. text-align: left;
  428. letter-spacing: 1px;
  429. text-transform: uppercase;
  430. }
  431.  
  432. .notes img{
  433. width: 8px;
  434. position: relative;
  435. top: 1px;
  436. opacity: .7;
  437. -moz-border-radius: 8px;
  438. -webkit-border-radius: 8px;
  439. border-radius: 8px;
  440. }
  441.  
  442. /* FOLLOW CODE */
  443. iframe#tumblr_controls {
  444. right:3px !important;
  445. position: fixed !important;
  446. -webkit-transition: opacity 0.7s linear;
  447. opacity: 0.2;
  448. -webkit-transition: all 0.8s ease-out;
  449. -moz-transition: all 0.8s ease-out;
  450. transition: all 0.8s ease-out;
  451. }
  452.  
  453. iframe#tumblr_controls:hover {
  454. -webkit-transition: opacity 0.7s linear;
  455. opacity: 1;
  456. -webkit-transition: all 0.4s ease-out;
  457. -moz-transition: all 0.4s ease-out;
  458. transition: all 0.4s ease-out;
  459. }
  460.  
  461. {CustomCSS}
  462. </style>
  463. {block:IfInfiniteScroll}
  464. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  465. {/block:IfInfiniteScroll}
  466. {block:IfLazyLoad}<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>{/block:IfLazyLoad}
  467. </head>
  468. <body>
  469.  
  470. <div id="sidebar">
  471.  
  472. {block:IfNotSidebarPixels}{block:IfSidebarImage}
  473. <img src="{image:Sidebar}">
  474. {/block:IfSidebarImage}{/block:IfNotSidebarPixels}
  475.  
  476. {block:IfSidebarPixels}
  477. <img src="{image:Pixel1}"><img src="{image:Pixel2}"><img src="{image:Pixel3}"><img src="{image:Pixel4}">
  478. <br />
  479. {/block:IfSidebarPixels}
  480.  
  481. {block:IfHeader}<h1>{text:Header}</h1>{/block:IfHeader}
  482. {Description}
  483.  
  484. <div id="navigation">{text:Navigation}</div>
  485. <div id="mainlinks">
  486. <a href="/">main</a>
  487. <a href="/ask">message</a><br />
  488. <a href="/archive">archive</a>
  489. <a href="http://jyuubi.org">credit</a>
  490. </div>
  491. {block:IfExtraLinks}<select style="font-family: calibri; color: {color:Dropdown Text}; background: {color:Nav Links Background}; width:113px; font-size: 8px; letter-spacing: 1px; border:0px transparent; margin-top: 3px; text-transform: uppercase;" onChange="location.href=this.options[this.selectedIndex].value;">
  492. <option value=''>OTHER LINKS</option>
  493. {block:HasPages}
  494. {block:Pages}<option value="{URL}">&rarr; {Label}</option>{/block:Pages}
  495. {/block:HasPages}
  496. {block:IfLinkTitle1}<option value="{text:Link URL 1}">&rarr; {text:Link Title 1}</option>{/block:IfLinkTitle1}
  497. {block:IfLinkTitle2}<option value="{text:Link URL 2}">&rarr; {text:Link Title 2}</option>{/block:IfLinkTitle2}
  498. {block:IfLinkTitle3}<option value="{text:Link URL 3}">&rarr; {text:Link Title 3}</option>{/block:IfLinkTitle3}
  499. {block:IfLinkTitle4}<option value="{text:Link URL 4}">&rarr; {text:Link Title 4}</option>{/block:IfLinkTitle4}
  500. {block:IfLinkTitle5}<option value="{text:Link URL 5}">&rarr; {text:Link Title 5}</option>{/block:IfLinkTitle5}
  501. {block:IfLinkTitle6}<option value="{text:Link URL 6}">&rarr; {text:Link Title 6}</option>{/block:IfLinkTitle6}
  502. {block:IfLinkTitle7}<option value="{text:Link URL 7}">&rarr; {text:Link Title 7}</option>{/block:IfLinkTitle7}
  503. {block:IfLinkTitle8}<option value="{text:Link URL 8}">&rarr; {text:Link Title 8}</option>{/block:IfLinkTitle8}
  504. </select>{/block:IfExtraLinks}
  505. </div>
  506.  
  507. {block:IfNotInfiniteScroll}{block:Pagination}
  508. <div id="pagination">
  509. {block:PreviousPage}<a class="last" href="{PreviousPage}">&larr; last</a>{/block:PreviousPage}
  510. {block:NextPage}<a class="next" href="{NextPage}">next &rarr;</a>{/block:NextPage}
  511. {CurrentPage}/{TotalPages}
  512. </div>
  513. {/block:Pagination}{/block:IfNotInfiniteScroll}
  514.  
  515. <div class="autopagerize_page_element">
  516. <div class="posts">
  517. {block:Posts}
  518.  
  519. <div class="entry">
  520.  
  521. {block:IndexPage}<div class="stats">
  522. <a href="{Permalink}">x</a>
  523. </div>{block:IndexPage}
  524.  
  525. {block:Text}
  526. {block:Title}<div class="title">{Title}</div>{/block:Title}
  527. {Body}
  528. {/block:Text}
  529.  
  530. {block:Photo}
  531. <div style="margin-bottom: -3px;"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center></div>
  532. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  533. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  534. {Caption}
  535. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  536. {/block:Photo}
  537.  
  538. {block:Photoset}
  539. <div style="margin-bottom: -3px;"><div class="photo">
  540. {block:IndexPage}{block:If250Posts}{Photoset-250}{/block:If250Posts}
  541. {block:If400Posts}{Photoset-400}{/block:If400Posts}
  542. {block:If500Posts}{Photoset-500}{/block:If500Posts}{/block:IndexPage}
  543. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  544. </div></div>
  545. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  546. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  547. {Caption}
  548. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  549. {/block:Photoset}
  550.  
  551. {block:Quote}
  552. <div class="quote">&#10077;</div>
  553. <h2>{Quote}</h2>
  554. {block:Source}<div style="font-size: 9px; text-transform: uppercase;"><p align="right">{Source} <b>&mdash;</b></p></div>{/block:Source}
  555. {/block:Quote}
  556.  
  557. {block:Link}
  558. <a href="{URL}" target="{Target}">
  559. <div class="title">{Name}</div></a>
  560. {block:Description}{Description}{/block:Description}
  561. {/block:Link}
  562.  
  563. {block:Chat}
  564. {block:Title}<div class="title">{Title}</div>{/block:Title}
  565. {block:Lines}
  566. {block:Label}
  567. <b>{Label}</b>
  568. {/block:Label}
  569. {Line}<br />
  570. {/block:Lines}
  571. {/block:Chat}
  572.  
  573. {block:Audio}
  574. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  575. <div class="player">{AudioPlayerBlack}</div>
  576. <div style="font-size: 9px; margin-top: 8px; margin-left: 10px; text-transform: uppercase;">{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}<br /><b>Plays:</b> {FormattedPlayCount}</div>
  577. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  578. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  579. {Caption}
  580. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  581. {block:IfNotShowCaptions}<div style="padding: 4px;"></div>{/block:IfNotShowCaptions}
  582. {/block:Audio}
  583.  
  584. {block:Video}
  585. {block:If250Posts}{Video-250}{/block:If250Posts}
  586. {block:If400Posts}{Video-400}{/block:If400Posts}
  587. {block:If500Posts}{Video-500}{/block:If500Posts}
  588. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  589. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  590. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  591. {Caption}
  592. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  593. {/block:Video}
  594.  
  595. {block:Answer}
  596. <div class="ask"><i>{Asker}:</i> {Question}</div>
  597. {Answer}
  598. {/block:Answer}
  599. </div>
  600.  
  601. {block:PermalinkPage}
  602. <div class="permalink">
  603. <div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  604. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  605. {block:PostNotes}
  606. {PostNotes}
  607. {/block:PostNotes}
  608. </div>
  609. {/block:PermalinkPage}
  610.  
  611. {/block:Posts}
  612. </div>
  613. </div>
  614.  
  615. </body>
  616. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement