Advertisement
vongolacloud18

Gareki Theme

Aug 14th, 2013
1,792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.91 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. <head>
  5.  
  6. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <meta name="color:Text" content="#000">
  11. <meta name="color:Links" content="#ee4f61">
  12. <meta name="color:Bold" content="#6fc4ee">
  13. <meta name="color:Italics" content="#d5d5d5">
  14. <meta name="color:Title" content="#000">
  15. <meta name="color:LinkIconColour" content="#6399cc">
  16. <meta name="color:LinkIconHover" content="#EF5A6B">
  17. <meta name="color:Background" content="#FFF">
  18. <meta name="color:Entries" content="#FFF">
  19. <meta name="color:EntryBorder" content="#9FD3F5">
  20. <meta name="color:DescriptionBackground" content="#FFF">
  21. <meta name="color:DescriptionText" content="#b8b8b8">
  22. <meta name="color:SelectionBack" content="">
  23. <meta name="color:SelectionText" content="#BDE4FF">
  24. <meta name="color:DPBorder" content="#cccccc">
  25. <meta name="color:PaginationLinks" content="#AAAAAA">
  26. <meta name="color:CustomLinks" content="#FFF">
  27. <meta name="color:CustomLinksBackground" content="#283B86">
  28. <meta name="color:TagBackground" content="#88BAEB">
  29. <meta name="color:TagColor" content="#FFF">
  30. <meta name="color:NoteCountBackground" content="#F97887">
  31. <meta name="color:NoteCountColor" content="#FFF">
  32.  
  33. <meta name="image:Background" content="http://static.tumblr.com/6f10100a0f3e756a3b9fd378f7fdc301/hxaftoq/kAgmrgd59/tumblr_static_h119.gif">
  34. <meta name="image:Sidebar" content="http://static.tumblr.com/09336ffc8fb60241c1faaf07aabfd70f/hxaftoq/wgWmrg515/tumblr_static_37753104_m.jpg">
  35. <meta name="image:CornerPicture" content="http://31.media.tumblr.com/0e9401e29824f5ee1b744b464c420ddb/tumblr_mrhobzqXU31r04wjvo1_500.png">
  36.  
  37. <meta name="text:Link1" content="">
  38. <meta name="text:Link1Title" content="">
  39. <meta name="text:Link2" content="">
  40. <meta name="text:Link2Title" content="">
  41. <meta name="text:Link3" content="">
  42. <meta name="text:Link3Title" content="">
  43. <meta name="text:Link4" content="">
  44. <meta name="text:Link4Title" content="">
  45. <meta name="text:Link5" content="">
  46. <meta name="text:Link5Title" content="">
  47. <meta name="text:MusicCode" content="<embed src='http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://dl.dropboxusercontent.com/u/105700036/KARNEVAL.mp3&t0=Karneval&total=1' quality='high' wmode='transparent' width='200' height='10' name='billy' align='middle' type='application/x-shockwave-flash' />">
  48.  
  49. <meta name="if:EndlessScroll" content="0">
  50. <meta name="if:Pages" content="1">
  51. <meta name="if:Music" content="1">
  52. <meta name="if:CustomCursor" content="1">
  53. <meta name="if:ShowCaptions" content="1">
  54. <meta name="if:ReblogButton" content="1">
  55. <meta name="if:LikeButton" content="1">
  56. <meta name="if:500px" content="1">
  57. <meta name="if:400px" content="0">
  58. <meta name="if:250px" content="0">
  59. <meta name="if:FadeInImages" content="0">
  60. <meta name="if:FadeOutImages" content="0">
  61. <meta name="if:BlurImages" content="0">
  62. <meta name="if:Monochrome" content="0">
  63.  
  64. <style type="text/css">
  65.  
  66. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  67.  
  68. /* fontawesome */
  69. [class*="fontawesome-"]:before {
  70. font-family: 'FontAwesome', sans-serif;
  71. }
  72.  
  73. ::selection, ::-webkit-selection{
  74. background-color: {color:SelectionBack};
  75. color: {color:SelectionText};
  76. text-shadow: none !important;
  77. }
  78.  
  79. {block:IfCustomCursor}
  80. body {cursor: url(http://www.dolliehost.com/dolliecrave/cursors/cursors-arrow/arrow38.gif), progress !important;}
  81.  
  82. a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}
  83. {/block:IfCustomCursor}
  84.  
  85. body {
  86. font-family:calibri;
  87. font-size:12px;
  88. background-image: url('{image:Background}');
  89. background-attachment:fixed;
  90. background-repeat:repeat;
  91. background-color:{color:Background};
  92. color:{color:Text};
  93. }
  94.  
  95. a {
  96. color:{color:Links};
  97. text-decoration:none;
  98. }
  99.  
  100. a:hover {
  101. text-decoration:line-through;
  102. }
  103.  
  104. i, em {
  105. color:{color:Italics};
  106. }
  107.  
  108. b, strong {
  109. color:{color:Bold};
  110. }
  111.  
  112. #posts {
  113. margin-top:30px;
  114. margin-left:380px;
  115. margin-bottom:40px;
  116. }
  117.  
  118. #entries pre {
  119. white-space: pre-wrap; /* css-3 */
  120. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  121. white-space: -pre-wrap; /* Opera 4-6 */
  122. white-space: -o-pre-wrap; /* Opera 7 */
  123. word-wrap: break-word;
  124. word-break:break-all;
  125. }
  126.  
  127. #entries blockquote {
  128. padding-left:5px;
  129. border-left:3px solid {color:EntryBorder};
  130. margin-left:8px;
  131. }
  132.  
  133. #entries {
  134. {block:if500px}width:500px;{/block:if500px}
  135. {block:if400px}width:400px;{/block:if400px}
  136. {block:if250px}width:250px;{/block:if250px}
  137. padding:10px;
  138. text-align:justify;
  139. margin-bottom:15px;
  140. background-color:{color:Entries};
  141. border:1px solid {color:EntryBorder};
  142. }
  143.  
  144. {block:IfFadeOutImages}
  145. #entries img, #entries iframe {
  146. -webkit-transition: all 0.4s ease-out;
  147. -moz-transition: all 0.4s ease-out;
  148. -ms-transition: all 0.4s ease-out;
  149. -o-transition: all 0.4s ease-out;
  150. transition: all 0.4s ease-out;
  151. }
  152.  
  153. #entries img:hover, #entries iframe:hover {
  154. opacity:.7;
  155. }
  156. {/block:IfFadeOutImages}
  157.  
  158. {block:IfBlurImages}
  159. {block:IndexPage}
  160. #entries img, #entries iframe {
  161. -webkit-transition: all 0.4s ease-out;
  162. -moz-transition: all 0.4s ease-out;
  163. -ms-transition: all 0.4s ease-out;
  164. -o-transition: all 0.4s ease-out;
  165. transition: all 0.4s ease-out;
  166. }
  167.  
  168. #entries img:hover, #entries iframe:hover {
  169. filter: blur(3px);
  170. -webkit-filter: blur(3px);
  171. -moz-filter: blur(3px);
  172. -o-filter: blur(3px);
  173. -ms-filter: blur(3px);
  174. }
  175. {/block:IndexPage}
  176. {/block:IfBlurImages}
  177.  
  178. {block:IfFadeInImages}
  179. #entries img, #entries iframe {
  180. opacity:.7;
  181. -webkit-transition: all 0.4s ease-out;
  182. -moz-transition: all 0.4s ease-out;
  183. -ms-transition: all 0.4s ease-out;
  184. -o-transition: all 0.4s ease-out;
  185. transition: all 0.4s ease-out;
  186. }
  187.  
  188. #entries img:hover, #entries iframe:hover {
  189. opacity:1;
  190. }
  191. {/block:IfFadeInImages}
  192.  
  193. {block:IfMonochrome}
  194. {block:IndexPage}
  195. #entries img, #entries iframe {
  196. -webkit-filter: grayscale(1);
  197. -webkit-transition: all 0.6s ease-out;
  198. -moz-transition: all 0.6s ease-out;
  199. transition: all 0.6s ease-out;
  200. }
  201.  
  202. #entries img:hover, #entries iframe:hover {
  203. -webkit-filter: grayscale(0);
  204. }
  205. {/block:IndexPage}
  206. {/block:IfMonochrome}
  207.  
  208. #entries img {
  209. max-width:100%;
  210. }
  211.  
  212. #side {
  213. position:fixed;
  214. top:100px;
  215. left:30px;
  216. width:330px;
  217. }
  218.  
  219. #sidebar {
  220. width:250px;
  221. margin-left:1px;
  222. display:inline-block;
  223. }
  224.  
  225. #sidebar img {
  226. width:250px;
  227. height:175px;
  228. z-index:2;
  229. }
  230.  
  231. #description {
  232. position:fixed;
  233. font-size:10px;
  234. font-family:courier;
  235. padding:10px;
  236. width:228px;
  237. max-height:173px;
  238. z-index:-7;
  239. opacity:0;
  240. margin-top:-175px;
  241. border:1px solid {color:DescriptionText};
  242. background-color:{color:DescriptionBackground};
  243. color:{color:DescriptionText};
  244. -webkit-transition: all 0.8s ease-in-out;
  245. -moz-transition: all 0.8s ease-in-out;
  246. -ms-transition: all 0.8s ease-in-out;
  247. -o-transition: all 0.8s ease-in-out;
  248. transition: all 0.8s ease-in-out;
  249. }
  250.  
  251. #sidebar:hover #description {
  252. margin-top:10px;
  253. z-index:0;
  254. opacity:.8;
  255. }
  256.  
  257. #links {
  258. margin-top:25px;
  259. }
  260.  
  261. #links a {
  262. display:block;
  263. line-height:60px;
  264. width:38px;
  265. text-align:center;
  266. color:{color:LinkIconColour};
  267. -webkit-transition: all 0.4s ease-in-out;
  268. -moz-transition: all 0.4s ease-in-out;
  269. -ms-transition: all 0.4s ease-in-out;
  270. -o-transition: all 0.4s ease-in-out;
  271. transition: all 0.4s ease-in-out;
  272. }
  273.  
  274. #links a:hover {
  275. color:{color:LinkIconHover};
  276. text-decoration:none;
  277. }
  278.  
  279. #side #title {
  280. width:100%;
  281. text-align:center;
  282. line-height:30px;
  283. font-size:12px;
  284. font-family:courier;
  285. color:{color:Title};
  286. }
  287.  
  288. #right {
  289. position:fixed;
  290. margin-left:970px;
  291. margin-top:150px;
  292. width:100px;
  293. }
  294.  
  295. #right img{
  296. width:40px;
  297. height:40px;
  298. border:5px solid {color:DPBorder};
  299. }
  300.  
  301. #pagination {
  302. width:90px;
  303. margin-top:-7px;
  304. height:15px;
  305. font-size:11px;
  306. line-height:15px;
  307. padding:0px 5px;
  308. background-color:{color:Entries};
  309. border:1px solid {color:DPBorder};
  310. }
  311.  
  312. #pagination a {
  313. color:{color:PaginationLinks};
  314. }
  315.  
  316. #pagination a:hover {
  317. color:{color:Text};
  318. }
  319.  
  320. #olinks {
  321. margin-top:5px;
  322. }
  323.  
  324. #olinks a {
  325. display:block;
  326. width:66px;
  327. text-align:center;
  328. padding:0px 2px;
  329. line-height:12px;
  330. height:12px;
  331. font-size:10px;
  332. margin-bottom:5px;
  333. color:{color:CustomLinks};
  334. background-color:{color:CustomLinksBackground};
  335. }
  336.  
  337. #perma {
  338. {block:if500px}margin-left:517px;{/block:if500px}
  339. {block:if400px}margin-left:417px;{/block:if400px}
  340. {block:if250px}margin-left:267px;{/block:if250px}
  341. margin-bottom:6px;
  342. {block:IfLikeButton}
  343. margin-bottom:-22px;
  344. {block:IfReblogButton}margin-bottom:-50px;{/block:IfReblogButton}{/block:IfLikeButton}
  345. {block:IfReblogButton}
  346. margin-bottom:-22px;
  347. {block:IfLikeButton}margin-bottom:-50px;{/block:IfLikeButton}{/block:IfReblogButton}
  348. {block:IfEndlessScroll}
  349. margin-bottom:6px;
  350. {block:IfReblogButton}margin-bottom:-22px;{/block:IfReblogButton}{/block:IfEndlessScroll}
  351. margin-top:-5px;
  352. }
  353.  
  354. #perma span {
  355. display:block;
  356. height:20px;
  357. width:20px;
  358. font-size:10px;
  359. line-height:20px;
  360. text-align:center;
  361. padding:2px;
  362. margin-bottom:2px;
  363. background-color:{color:Entries};
  364. border:1px solid {color:EntryBorder};
  365. }
  366.  
  367. #um {
  368. -webkit-transition: all 0.4s ease-in-out;
  369. -moz-transition: all 0.4s ease-in-out;
  370. -ms-transition: all 0.4s ease-in-out;
  371. -o-transition: all 0.4s ease-in-out;
  372. transition: all 0.4s ease-in-out;
  373. transform: scale(.5);
  374. -ms-transform: scale(.5);
  375. -moz-transform: scale(.5);
  376. -webkit-transform: scale(.5);
  377. }
  378.  
  379. #um:hover {
  380. -webkit-filter: invert(1);
  381. }
  382.  
  383. #quo {
  384. font-family:garamond;
  385. text-align:center;
  386. font-size:16px;
  387. }
  388.  
  389. #sou {
  390. text-align:right;
  391. margin-top:5px;
  392. }
  393.  
  394. #permalink, #perm {
  395. margin-top:5px;
  396. padding:5px 3px 0px 5px;
  397. margin-bottom:-5px;
  398. font-size:10px;
  399. font-family:courier;
  400. border-top:1px solid {color:EntryBorder};
  401. }
  402.  
  403. #permalink a {
  404. display:inline-block;
  405. padding:2px;
  406. background-color:{color:TagBackground};
  407. color:{color:TagColor};
  408. margin-right:4px;
  409. }
  410.  
  411. .count {
  412. display:inline-block;
  413. }
  414.  
  415. #permalink .count a {
  416. background-color:{color:NoteCountBackground};
  417. color:{color:NoteCountColor};
  418. }
  419.  
  420. #perm img {
  421. display:none;
  422. }
  423.  
  424. #cpic {
  425. position:fixed;
  426. bottom:0px;
  427. right:0px;
  428. z-index:-1;
  429. }
  430.  
  431. #eti {
  432. text-align:right;
  433. padding:3px;
  434. font-family:garamond;
  435. font-size:15px;
  436. margin-bottom:4px;
  437. border-bottom:1px dashed {color:EntryBorder};
  438. }
  439.  
  440. .pic1 { margin-top:-103px; }
  441.  
  442. @-moz-document url-prefix() {
  443. .pic1 {
  444. margin-top:-104px;
  445. }
  446. }
  447.  
  448. #info p {
  449. line-height:20px;
  450. margin-top:0px;
  451. margin-bottom:0px;
  452. border-bottom:1px dashed {color:EntryBorder};
  453. }
  454.  
  455. #music a {
  456. line-height:20px;
  457. padding:5px;
  458. height:20px;
  459. text-align:center;
  460. display:inline-block;
  461. width:20px;
  462. margin-left:-2px;
  463. margin-top:6px;
  464. border:1px solid {color:EntryBorder};
  465. background-color:{color:Entries};
  466. }
  467. #music embed{
  468. -webkit-transition: all 0.8s ease-out;
  469. -moz-transition: all 0.8s ease-out;
  470. -ms-transition: all 0.8s ease-out;
  471. -o-transition: all 0.8s ease-out;
  472. transition: all 0.8s ease-out;
  473. }
  474.  
  475. #music:hover embed {
  476. margin-left:-20px;
  477. }
  478.  
  479. </style>
  480.  
  481. {block:IfEndlessScroll}
  482. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  483.  
  484. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  485. {/block:IfEndlessScroll}
  486.  
  487. </head>
  488. <body>
  489.  
  490. <div id="cpic"><img src="{image:CornerPicture}"></div>
  491.  
  492. <div id="side">
  493. <div id="title">{Title}</div>
  494. <div id="links" style="float:left;">
  495. <a href="/"><div class="fontawesome-home"></div></a>
  496. <a href="/ask"><div class="fontawesome-envelope"></div></a>
  497. </div>
  498. <div id="sidebar">
  499. <img src="{image:Sidebar}">
  500. <div id="description">{Description}</div>
  501. </div>
  502. <div id="links" style="float:right;">
  503. <a href="/archive"><div class="fontawesome-calendar"></div></a>
  504. <a href="http://bakaothemes.tumblr.com/"><div class="fontawesome-umbrella"></div></a>
  505. </div>
  506. </div>
  507.  
  508. <div id="right">
  509. {block:IfMusic}{block:IndexPage}<div id="music"><center><a id="music" style="height:2px; overflow:hidden;margin-top:-32px; padding-bottom:20px; margin-bottom:4px;"><span style="display:block; margin-top:-5px;">{text:MusicCode}</span></a></center></div>{/block:IndexPage}{/block:IfMusic}
  510. <center><a href="/"><img src="{PortraitURL-48}"></a></center>
  511. <div id="pagination">
  512. {block:IfPages}
  513. {block:Pagination}
  514. {block:PreviousPage}<a href="{PreviousPage}" style="float:left;"><<</a>{/block:PreviousPage}
  515. {block:NextPage}<a href="{NextPage}" style="float:right;">>></a>{/block:NextPage}
  516. {/block:Pagination}
  517. {/block:IfPages}
  518. </div>
  519. <div id="olinks"><center>
  520. {block:Iflink1}<a href="{text:Link1}">{text:Link1Title}</a>{/block:IfLink1}
  521. {block:Iflink2}<a href="{text:Link2}">{text:Link2Title}</a>{/block:IfLink2}
  522. {block:Iflink3}<a href="{text:Link3}">{text:Link3Title}</a>{/block:IfLink3}
  523. {block:Iflink4}<a href="{text:Link4}">{text:Link4Title}</a>{/block:IfLink4}
  524. {block:Iflink5}<a href="{text:Link5}">{text:Link5Title}</a>{/block:IfLink5}
  525. </center></div>
  526. </div>
  527.  
  528. <div id="posts">
  529. {block:Posts}
  530. <div id="entries">
  531.  
  532. {block:IndexPage}
  533. <div id="perma">
  534. {block:IfEndlessScroll}
  535. {block:IfReblogButton}
  536. <span><div class="fontawesome-exchange"></div></span>
  537. {/block:IfReblogButton}
  538. {/block:IfEndlessScroll}
  539.  
  540. {block:IfPages}
  541. {block:IfReblogButton}
  542. <span><div id="um">{ReblogButton color="black" size="20"}</div></span>
  543. {/block:IfReblogButton}
  544.  
  545. {block:IfLikeButton}
  546. <span><div id="um">{LikeButton color="black" size="20"}</div></span>
  547. {/block:IfLikeButton}
  548. {/block:IfPages}
  549. </div>
  550. {/block:IndexPage}
  551.  
  552. {block:ContentSource}
  553. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  554. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  555. {/block:SourceLogo}
  556. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  557. {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> | Orig: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}-->
  558. {/block:ContentSource}
  559.  
  560. {block:Text}
  561. {block:Title}<div id="eti"><a href="{Permalink}">{Title}</a></div{/block:Title}
  562.  
  563. {Body}
  564. {/block:Text}
  565.  
  566. {block:Photo}
  567. <center><img src="{PhotoURL-500}"></center>
  568.  
  569. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  570. {/block:Photo}
  571.  
  572. {block:Photoset}
  573. {block:If500px}{Photoset-500}{/block:If500px}
  574. {block:If400px}{Photoset-400}{/block:If400px}
  575. {block:If250px}{Photoset-250}{/block:If250px}
  576.  
  577. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  578. {/block:Photoset}
  579.  
  580. {block:Video}
  581. {block:If500px}{Video-500}{/block:If500px}
  582. {block:If400px}{Video-400}{/block:If400px}
  583. {block:If250px}{Video-250}{/block:If250px}
  584.  
  585. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  586. {/block:Video}
  587.  
  588. {block:Audio}
  589. <table cellpadding="0" cellspacing="0">
  590. <tr><td height="120px;" width="102px;">
  591. <img src="http://static.tumblr.com/73852226cb83449cae5e62cc1830461e/hxaftoq/F3Impauli/tumblr_static_screen_shot_2013-07-02_at_2.07.36.png" width="100">
  592. {block:AlbumArt}<div class="pic1"><img src="{AlbumArtURL}" style="width:100px;"></div>{/block:AlbumArt}
  593. <div style="overflow:hidden; width:30px; height:30px; background-color:#FFF; margin-top:-66px; margin-bottom:30px; margin-left:33px; opacity:.7;">{AudioPlayerWhite}</div>
  594. </td>
  595. <td style="padding-left:10px;" width="{block:If500px}400px{/block:If500px}{block:If400px}300px{/block:If400px}{block:If250px}150px{/block:If250px}">
  596. <div id="info">{block:TrackName}
  597. <p><b>Title:</b> {TrackName}</p>
  598. {/block:TrackName}
  599. {block:Artist}
  600. <p><b>Artist:</b> {Artist}</p>
  601. {/block:Artist}
  602. {block:Album}
  603. <p><b>Album:</b> {Album}</p>
  604. {/block:Album}</div>
  605. </td></tr></table>
  606.  
  607. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  608. {/block:Audio}
  609.  
  610. {block:Quote}
  611. <div id="quo">❝{Quote}❞</div>
  612. {block:Source}<div id="sou"><i>–{Source}</i></div>{/block:Source}
  613. {/block:Quote}
  614.  
  615. {block:Link}
  616. <div id="eti"><a href="{URL}" {Target}>{Name}</a></div>
  617.  
  618. {block:IfShowCaptions}{block:Description}{Description}{/block:Description}{/block:IfShowCaptions}
  619. {/block:Link}
  620.  
  621. {block:Chat}
  622. {block:Title}<div id="eti">{Title}</div>{/block:Title}
  623. {block:Lines}
  624. {block:Label}<b>{Label}</b>{block:Label}
  625. {Line}<br>
  626. {/block:Lines}
  627. {/block:Chat}
  628.  
  629. {block:Answer}
  630. {Asker} inquired: {Question}<br>
  631. {Answer}
  632. {/block:Answer}
  633.  
  634. {block:IndexPage}
  635. <div id="permalink">
  636. {block:Date}<div class="count"><a href="{Permalink}">{24Hour}:{Minutes}{AmPm}</a></div>{/block:Date}
  637. {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  638. </div>
  639. {/block:IndexPage}
  640.  
  641. {block:PermalinkPage}
  642. <div id="perm">
  643. {block:Date}Posted On: {Month} {DayOfMonth}, {Year} at {24Hour}:{Minutes}{AMPM}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  644. {block:HasTags}<br>Tagged:<small>{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</small>{/block:HasTags}
  645. {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> | Origin: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  646. {block:PostNotes}{PostNotes}{/block:PostNotes}
  647. </div>
  648. {/block:PermalinkPage}
  649.  
  650. </div>
  651. {/block:Posts}
  652. </div>
  653. </body>
  654. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement