Advertisement
imgirlrauhl

Theme #5 by Vanne @ editionsbyvanne.tumblr.com

Dec 10th, 2013
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.41 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!----------
  5.  
  6. Theme #5 by Vanne @ editionsbyvanne.tumblr.com ***PLEASE DO NOT REMOVE THE CREDITS, THANKS YOU***
  7.  
  8. For any questions please visit my FAQ page.
  9. Cualquier duda por favor visita mi página de FAQ.
  10.  
  11. ----------->
  12.  
  13. <html>
  14.  
  15. <head>
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
  20.  
  21. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  22.  
  23. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  24.  
  25. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29.  
  30.  
  31. <meta name="color:Background" content="#fff"/>
  32. <meta name="color:Title" content="#74bcac"/>
  33. <meta name="color:Title Shadow" content="#9a9a9a"/>
  34. <meta name="color:Sidebar Border" content="#fff"/>
  35. <meta name="color:Sidebar BG" content="#fff"/>
  36. <meta name="color:Description" content="#919191"/>
  37. <meta name="color:Blockquote Text" content="#90c593"/>
  38. <meta name="color:Scrollbar" content="#b6d6c2"/>
  39. <meta name="color:Scrollbar Bottom" content="#fff"/>
  40. <meta name="color:Entries BG" content="#fff"/>
  41. <meta name="color:Entries Text" content="#819085"/>
  42. <meta name="color:Entries Title" content="#6cb496"/>
  43. <meta name="color:Link" content="#aed7bf"/>
  44. <meta name="color:Link Hover" content="#9a9a9a"/>
  45. <meta name="color:Main Nav BG" content="#d9e4ca"/>
  46. <meta name="color:Main Nav Links" content="#fff"/>
  47. <meta name="color:Custom Links BG" content="#b1c7ac"/>
  48. <meta name="color:Custom Links" content="#fff"/>
  49. <meta name="color:Italic Text" content="#90cbb8"/>
  50. <meta name="color:Bold Text" content="#83bbbd"/>
  51. <meta name="color:Permalink BG" content="#e9f4f3"/>
  52. <meta name="color:Permalink Border" content="#fff"/>
  53.  
  54. <meta name="image:Background" content="https://31.media.tumblr.com/8e58b9d0a56391198677b5bcb3350e2d/tumblr_mxirhuMzXj1t0v4cmo1_250.png"/>
  55. <meta name="image:Sidebar Image" content="https://24.media.tumblr.com/c6aad391d80423761e67ded3bcb2e543/tumblr_mxlonfrhFc1t0v4cmo1_250.png"/>
  56. <meta name="image:Sidebar BG" content="https://31.media.tumblr.com/d95a794d19106434c25e8570743e19ba/tumblr_mxirhuMzXj1t0v4cmo2_250.png"/>
  57.  
  58.  
  59. <meta name="if:Show Captions" content="">
  60. <meta name="if:Image Fade" content="">
  61.  
  62. <meta name="text:Link 1" content="">
  63. <meta name="text:Link 1 URL" content="">
  64. <meta name="text:Link 2" content="">
  65. <meta name="text:Link 2 URL" content="">
  66. <meta name="text:Link 3" content="">
  67. <meta name="text:Link 3 URL" content="">
  68. <meta name="text:Link 4" content="">
  69. <meta name="text:Link 4 URL" content="">
  70.  
  71. <style type="text/css">
  72.  
  73. #tumblr_controls{
  74. position:fixed !important;
  75. -webkit-filter: invert(100%)
  76. }
  77. iframe#tumblr_controls {
  78. top:2% !important;
  79. right:1% !important;
  80. position: fixed !important;
  81. }
  82.  
  83. body {
  84. background: {color:Background} url('{image:Background}');
  85. }
  86.  
  87. ::-webkit-scrollbar-thumb:vertical {
  88. background-color: {color:Scrollbar};
  89. height: auto;
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb:horizontal {
  93. background-color: {color:Scrollbar};
  94. height: auto;
  95. }
  96.  
  97. ::-webkit-scrollbar {
  98. height: 4px;
  99. width: 4px;
  100. background-color: {color:Scrollbar Bottom};
  101. }
  102.  
  103. blockquote {
  104. margin-left: 0px;
  105. margin-right: 0px;
  106. padding-left: 5px;
  107. font-size: 10px;
  108. font-style: italic;
  109. border-left: 3px solid;
  110. color: {color:Blockquote Text};
  111. }
  112.  
  113. a {
  114. text-decoration: none;
  115. color: {color:Link};
  116. }
  117.  
  118. a:hover {
  119. color: {color:Link Hover};
  120. text-decoration: none;
  121. }
  122.  
  123. b, strong {
  124. color: {color:Bold Text};
  125. font-weight: 700;
  126. }
  127.  
  128. i, em {
  129. color: {color:Italic Text};
  130. font-weight: 400italic;
  131. }
  132.  
  133.  
  134. #title {
  135. z-index: 9999;
  136. position: fixed;
  137. margin-top: 140px;
  138. margin-left:110px;
  139. font-family: Titillium Web;
  140. font-size: 25px;
  141. text-align: left;
  142. color: {color:Title};
  143. padding-top: 5px;
  144. width: 120px;
  145. text-shadow: 0px 0px 5px {color:Title Shadow};
  146. }
  147.  
  148. #description {
  149. position: fixed;
  150. margin-top: 0px;
  151. margin-left: 0px;
  152. padding: 3px;
  153. width: 115px;
  154. height: 77px;
  155. overflow: auto;
  156. line-height: 13px;
  157. z-index:9999;
  158. font-size: 10px;
  159. font-family: Noto Sans;
  160. text-transform: none;
  161. text-align: justify;
  162. text-shadow: 0px 0px 0px;
  163. color: {color:Description};
  164. }
  165.  
  166. #right {
  167. margin-left: -10px;
  168. margin-top: -30px;
  169. position: fixed;
  170. width: 95px;
  171. height: 100%;
  172. border-right: 10px solid {color:Sidebar Border};
  173. background: {color:Sidebar BG} url('{image:Sidebar BG}');
  174. }
  175.  
  176. #icon {
  177. z-index:9999;
  178. position: fixed;
  179. margin-left:40px;
  180. margin-top: 40px;
  181. background: {color:Sidebar Border};
  182. width: 100px;
  183. }
  184.  
  185. #icon img {
  186. padding: 10px 10px 6px 10px;
  187. max-width: 80px;
  188. }
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196. /*MAIN NAV*/
  197.  
  198. #nav {
  199. position: fixed;
  200. margin-top: 42px;
  201. margin-left: 150px;
  202. z-index: 9999;
  203. }
  204.  
  205. #nav a {
  206. z-index: 9999;
  207. margin-bottom: 7px;
  208. position: relative;
  209. display: block;
  210. text-align: center;
  211. font-family: Titillium Web;
  212. font-size: 9px;
  213. padding:3px;
  214. width: 75px;
  215. text-transform: uppercase;
  216. letter-spacing: 1px;
  217. text-shadow: 1px 1px 0px {color:Title Shadow};
  218. background: {color:Main Nav BG};
  219. color: {color:Main Nav Links};
  220. }
  221.  
  222. #nav a:hover {
  223. text-shadow: 1px 1px 0px {color:Main Nav Links};
  224. color: {color:Title Shadow};
  225. }
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232. /*CUSTOM LINKS*/
  233. #customlink {
  234. position: fixed;
  235. margin-left: 0px;
  236. margin-top: 100px;
  237. }
  238.  
  239. #customlink a {
  240. display: block;
  241. margin-bottom: 5px;
  242. text-align: center;
  243. text-transform: uppercase;
  244. font-family: Titillium Web;
  245. font-size: 9px;
  246. width: 115px;
  247. padding-top: 3px;
  248. padding-bottom: 3px;
  249. text-shadow: 1px 1px 0px {color:Title Shadow};
  250. background: {color:Custom Links BG};
  251. color: {color:Custom Links};
  252. }
  253.  
  254. #customlink a:hover {
  255. text-shadow: 1px 1px 0px {color:Custom Links};
  256. color: {color:Title Shadow};
  257. }
  258.  
  259.  
  260.  
  261.  
  262.  
  263. /*ENTRIES*/
  264. #container {
  265. margin-top: 30px;
  266. margin-bottom: 30px;
  267. margin-left: 280px;
  268. width: 650px;
  269. }
  270.  
  271. .entry {
  272. float:left;
  273. width: 250px;
  274. position: relative;
  275. margin: 10px;
  276. padding: 10px;
  277. text-align: justify;
  278. font-size: 11px;
  279. font-family: Noto Sans;
  280. text-align: justify;
  281. color: {color:Entries Text};
  282. background: {color:Entries BG};
  283. box-shadow: 0px 0px 4px #d7d7d7;
  284. {block:PermalinkPage}
  285. width: 400px;
  286. margin-left: 68px;
  287. margin-top: 20px;
  288. {/block:PermalinkPage}
  289. }
  290.  
  291. .entry img {
  292. max-width: 100%;
  293. }
  294.  
  295. #entrytitle {
  296. font-size: 17px;
  297. text-align: center;
  298. text-transform: none;
  299. text-shadow: 0px 0px 3px {color:Title Shadow};
  300. font-family: Titillium Web;
  301. color: {color:Entries Title};
  302. }
  303.  
  304.  
  305.  
  306.  
  307.  
  308. /*PAGINATION*/
  309. #pagination {
  310. z-index: 99;
  311. position: fixed;
  312. font-size: 11px;
  313. padding: 2px;
  314. border-radius: 3px;
  315. margin-top: 200px;
  316. margin-left: -5px;
  317. font-family: Titillium Web;
  318. }
  319.  
  320. #pagination a {
  321. display: inline-block;
  322. opacity: .7;
  323. font-size: 11px;
  324. padding: 2px;
  325. width: 12px;
  326. margin: 4px;
  327. margin-bottom: 10px;
  328. text-align: center;
  329. background: {color:Main Nav BG};
  330. color: {color:Main Nav Links};
  331. text-shadow: 1px 1px 0px {color:Title Shadow};
  332. }
  333.  
  334. #pagination a:hover {
  335. opacity: 1;
  336. color: {color:Title Shadow};
  337. text-shadow: 1px 1px 0px {color:Main Nav Links};
  338. }
  339.  
  340. span.highlight1 {
  341. color: {color:Main Nav Links};
  342. background: {color:Main Nav BG};
  343. padding: 2px 0px 2px 0px;
  344. text-shadow: 1px 1px 0px {color:Title Shadow};
  345. }
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352. /*IMAGES*/
  353. {block:IfImageFade}.photo {
  354. opacity: .7;
  355. -webkit-transition: all 0.5s ease-in-out;
  356. -moz-transition: all 0.5s ease-in-out;
  357. -o-transition: all 0.5s ease-in-out;
  358. -ms-transition: all 0.5s ease-in-out;
  359. transition: all 0.5s ease-in-out;
  360. }
  361.  
  362. .photo:hover {
  363. opacity: 1;
  364. }
  365.  
  366. .entry img {
  367. opacity: .7;
  368. -webkit-transition: all 0.5s ease-in-out;
  369. -moz-transition: all 0.5s ease-in-out;
  370. -o-transition: all 0.5s ease-in-out;
  371. -ms-transition: all 0.5s ease-in-out;
  372. transition: all 0.5s ease-in-out;
  373. }
  374.  
  375. .entry img:hover {
  376. opacity: 1;
  377. }{/block:IfImageFade}
  378.  
  379. #photo {
  380. border-radius: 5px;
  381. }
  382.  
  383.  
  384.  
  385.  
  386.  
  387. /*AUDIO*/
  388. #audio img {
  389. max-width: 75px;
  390. float: left;
  391. margin-right: 7px;
  392. }
  393.  
  394. #audiop img {
  395. width: 65px;
  396. padding-bottom: 5 px;
  397. border: 10px solid {color:Entries Border};
  398. }
  399.  
  400. #player {
  401. width: 28px;
  402. margin-left: 25px;
  403. margin-top: 25px;
  404. overflow: hidden;
  405. position: absolute;
  406. opacity: .5;
  407. -webkit-transition: all 0.5s ease-in-out;
  408. -moz-transition: all 0.5s ease-in-out;
  409. -o-transition: all 0.5s ease-in-out;
  410. -ms-transition: all 0.5s ease-in-out;
  411. transition: all 0.5s ease-in-out;
  412. }
  413.  
  414. #player:hover {
  415. opacity: .9;
  416. }
  417.  
  418.  
  419.  
  420.  
  421.  
  422. /*PERMALINK*/
  423. #permalink{
  424. font-family: Titillium Web;
  425. text-align: center;
  426. position: absolute;
  427. text-transform: uppercase;
  428. font-size: 10px;
  429. border-left: 2px solid {color:Permalink Border};
  430. border-right: 2px solid {color:Permalink Border};
  431. box-shadow: 0px 0px 4px #d7d7d7;
  432. opacity: 0;
  433. background: {color:Permalink BG};
  434. bottom: 10px;
  435. left: 0px;
  436. padding: 7px;
  437. -webkit-transition: all 0.5s ease-in-out;
  438. -moz-transition: all 0.5s ease-in-out;
  439. -o-transition: all 0.5s ease-in-out;
  440. -ms-transition: all 0.5s ease-in-out;
  441. transition: all 0.5s ease-in-out;
  442. {block:PermalinkPage}
  443. width: 414px;
  444. {/block:PermalinkPage}
  445. }
  446.  
  447. #permalink a {
  448. text-align: center;
  449. -webkit-transition:all .5s ease;
  450. -moz-transition:all .5s ease;
  451. transition:all .5s ease;
  452. -o-transition:all .5s ease;
  453. }
  454.  
  455. .entry:hover #permalink{
  456. opacity: 1;
  457. left: 10px;
  458. }
  459.  
  460. #permalink2{
  461. font-family: Noto Sans;
  462. text-align: center;
  463. position: relative;
  464. text-transform: none;
  465. font-size: 11px;
  466. padding: 3px;
  467. left: -10px;
  468. top: 8px;
  469. width: 414px;
  470. margin-bottom: 10px;
  471. }
  472.  
  473.  
  474.  
  475.  
  476. #tumblr_controls {
  477. top: 100% !important;
  478. margin: -28px 0 0 0;
  479. right: 5px !important;
  480. position: fixed !important;
  481. }
  482.  
  483.  
  484.  
  485.  
  486.  
  487. </style>
  488.  
  489. <script type="text/javascript">
  490. $(window).load(function () {
  491. $('#container').masonry({
  492. itemSelector : ".entry",
  493. },
  494. function() { $('#container').masonry({ appendedContent: $(this) }); }
  495. );
  496. });
  497. </script>
  498.  
  499. </head>
  500.  
  501. <body>
  502.  
  503. <div id="right"></div>
  504. <div id="icon">
  505. <div id="icon img"><a href="/"><a href="/" class="m-i"><img class="menu-picture" src="{image:Sidebar Image}"/></a>
  506. </div>
  507. </div>
  508.  
  509. <div id="nav">
  510. <a href="/">home</a>
  511. <a href="/ask">ask</a>
  512. <a href="/archive">archive</a>
  513. <a href="http://editionsbyvanne.tumblr.com">theme</a>
  514. </div>
  515.  
  516. <div id="title">{Title}<div id="description">{Description}</div><div id="customlink">
  517. {block:iflink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:iflink1}
  518. {block:iflink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:iflink2}
  519. {block:iflink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:iflink3}
  520. {block:iflink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:iflink4}
  521. </div>{block:Pagination}
  522. <div id="pagination">
  523. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  524. {block:JumpPagination length="5"}
  525. {block:CurrentPage}<span class="current_page"><span class="highlight1">&nbsp;&nbsp;&nbsp;{PageNumber}&nbsp;&nbsp;&nbsp;</span></span>{/block:CurrentPage}
  526. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  527. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  528. </div>
  529. {/block:Pagination}
  530. </div></div>
  531.  
  532.  
  533. <div id="container">
  534. {block:Posts}
  535. <div class="entry">
  536.  
  537. {block:Text}
  538. {block:Title}<div id="entrytitle"><font color="{color:Entries Title}"></font> {Title} <font color="{color:Entries Border}"></font></div>{/block:Title}
  539. {Body}
  540. <center>
  541. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  542. </center>
  543. <!-- permalink --> {block:IndexPage}
  544. <div id="permalink">{block:NoteCount}<a href="{permalink}">{NoteCountWithLabel}</a> |{/block:NoteCount} <a href="{ReblogURL}" target="_blank">↻</a></div>
  545. <!-- /permalink --> {/block:IndexPage}
  546. {/block:Text}
  547.  
  548.  
  549. {block:Photo}
  550. {LinkOpenTag}<img src="{PhotoURL-highres}" width="400px" alt="{PhotoAlt}">{LinkCloseTag}
  551. <center>
  552. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  553. </center>
  554. <!-- permalink --> {block:IndexPage}
  555. <div id="permalink">{block:NoteCount}<a href="{permalink}">{NoteCountWithLabel}</a> |{/block:NoteCount} <a href="{ReblogURL}" target="_blank">↻</a></div>
  556. <!-- /permalink --> {/block:IndexPage}
  557. {/block:Photo}
  558.  
  559.  
  560. {block:Photoset}
  561. {block:IndexPage}
  562. <div class="photo">{Photoset-250}</div>
  563. {block:IfGridTheme}<div class="photo">{Photoset-250}</div>{/block:IfGridTheme}
  564. {/block:IndexPage}
  565. {block:PermalinkPage}<div class="photo">{Photoset-250}</div>{/block:PermalinkPage}
  566. <center>
  567. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  568. </center>
  569. <!-- permalink --> {block:IndexPage}
  570. <div id="permalink">{block:NoteCount}<a href="{permalink}">{NoteCountWithLabel}</a> |{/block:NoteCount} <a href="{ReblogURL}" target="_blank">↻</a></div>
  571. <!-- /permalink --> {/block:IndexPage}
  572. {/block:Photoset}
  573.  
  574.  
  575. {block:Audio}
  576. {block:IndexPage}
  577. {block:AlbumArt}<div id="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  578. <div id="player">{AudioPlayerGrey}</div><div style="margin-top: 5px;"></div>
  579. {block:Artist}<span class="highlight2"><b>Artist:</b> <i>{Artist}</i>{/block:Artist}</span><br />{block:Album}<span class="highlight2"><b>Album:</b> <i>{Album}</i>{/block:Album}</span><br /><span class="highlight2">{block:TrackName}<b>Track:</b> <i>{TrackName}</i>{/block:TrackName}</span><br /><span class="highlight2"><b>Plays:</b> <i>{FormattedPlayCount}</i></span>
  580. {/block:IndexPage}
  581. <!-- permalink --> {block:IndexPage}
  582. <div id="permalink">{block:NoteCount}<a href="{permalink}">{NoteCountWithLabel}</a> |{/block:NoteCount} <a href="{ReblogURL}" target="_blank">↻</a></div>
  583. <!-- /permalink --> {/block:IndexPage}
  584. {/block:Audio}
  585.  
  586. {block:Video}
  587. {block:IndexPage}
  588. {Video-400}
  589. {/block:IndexPage}
  590. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  591. <center>
  592. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  593. </center>
  594. <!-- permalink --> {block:IndexPage}
  595. <div id="permalink">{block:NoteCount}<a href="{permalink}">{NoteCountWithLabel}</a> |{/block:NoteCount} <a href="{ReblogURL}" target="_blank">↻</a></div>
  596. <!-- /permalink --> {/block:IndexPage}
  597. {/block:Video}
  598.  
  599. {block:Quote}
  600. <div style="color: {color:Blockquote Text}; font-style: italic;">" {Quote} " </div>
  601. <div style="text-align: center; font-size: 9px; font-style: italic; padding-top: 3px;">—{Source}</div>
  602. <center>
  603. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  604. </center>
  605. <!-- permalink --> {block:IndexPage}
  606. <div id="permalink">{block:NoteCount}<a href="{permalink}">{NoteCountWithLabel}</a> |{/block:NoteCount} <a href="{ReblogURL}" target="_blank">↻</a></div>
  607. <!-- /permalink --> {/block:IndexPage}
  608. {/block:Quote}
  609.  
  610. {block:Link}
  611. <div id="entrytitle"></font> <t><a href="{URL}" {Target}>{Name}</a></t><font></div>
  612. {Description}
  613. <center>
  614. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  615. </center>
  616. <!-- permalink --> {block:IndexPage}
  617. <div id="permalink">{block:NoteCount}<a href="{permalink}">{NoteCountWithLabel}</a> |{/block:NoteCount} <a href="{ReblogURL}" target="_blank">↻</a></div>
  618. <!-- /permalink --> {/block:IndexPage}
  619. {/block:Link}
  620.  
  621. {block:Chat}
  622. {block:Title}{Title}{/block:Title}
  623. {block:Lines}<span class="highlight2">{block:Label}<i>{Label}</i>{/block:Label}</span> {Line}<br>{/block:Lines}
  624. <center>
  625. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  626. </center>
  627. <!-- permalink --> {block:IndexPage}
  628. <div id="permalink">{block:NoteCount}<a href="{permalink}">{NoteCountWithLabel}</a> |{/block:NoteCount} <a href="{ReblogURL}" target="_blank">↻</a></div>
  629. <!-- /permalink --> {/block:IndexPage}
  630. {/block:Chat}
  631.  
  632. {block:Answer}
  633. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  634. <div id="ask">{Asker} <b>sent:</b> {Question}</div>
  635. {Answer}
  636. {/block:Answer}
  637.  
  638. {block:PermalinkPage}
  639. {block:Caption}{Caption}{/block:Caption}
  640. <div id="permalink2">
  641. {block:Date}<b>Posted</b> {12Hour}:{Minutes}{AmPm} {ShortDayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year}{/block:Date}
  642. {block:NoteCount}with <i>{NoteCountWithLabel}</i>{/block:NoteCount}
  643. {block:RebloggedFrom}<br><i>Reblogged from</i> <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  644. {block:HasTags}<br><b>Tagged</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}
  645. </div>
  646. {block:PostNotes}{PostNotes}{/block:PostNotes}
  647. {/block:PermalinkPage}
  648. </div>
  649.  
  650. {/block:Posts}
  651. </div>
  652.  
  653. </body>
  654.  
  655. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement