Advertisement
Guest User

theme

a guest
Feb 9th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.41 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="#a3a3a3">
  11. <meta name="color:Links" content="#b8a6b9">
  12. <meta name="color:Bold" content="#808080">
  13. <meta name="color:Italics" content="#c0bdbd">
  14. <meta name="color:Background" content="#FFFfff">
  15. <meta name="color:Entries" content="#FFFfff">
  16. <meta name="color:Blockquote" content="#929292">
  17. <meta name="color:EntryBorder" content="#c9b7c0">
  18. <meta name="color:SelectionText" content="#b28fb9">
  19. <meta name="color:Border1" content="#77656f">
  20. <meta name="color:Sidebar" content="#2F1C27">
  21. <meta name="color:SideLinks" content="#2F1C27">
  22. <meta name="color:MainLinks" content="#77656F">
  23. <meta name="color:SideLinksBorder" content="#77656F">
  24. <meta name="color:SideLinksText" content="#77656F">
  25. <meta name="color:SideLinksHover" content="#bfb1b8">
  26. <meta name="color:SideLinksBorderHover" content="#5b414f">
  27. <meta name="color:SideLinksTextHover" content="#462f3d">
  28. <meta name="color:Title" content="#998590">
  29. <meta name="color:SideText" content="#bbb8b9">
  30. <meta name="color:PermaLinks" content="#742453">
  31. <meta name="color:HoverBorder" content="#c9b7c0">
  32. <meta name="color:HoverName" content="#9e808f">
  33. <meta name="color:PagiLinks" content="#FFFFFF">
  34. <meta name="color:LinksOnHover" content="#555555">
  35.  
  36. <meta name="image:Background" content="http://static.tumblr.com/9c5ccc30357ccc3dbf2e478a5fe3164d/hxaftoq/3XEmwqk31/tumblr_static_tumblr_lr3lxswywz1qf72le.png">
  37. <meta name="image:Sidebar" content="http://static.tumblr.com/b36e4cf7cff0e89e7b380c99d2afa952/hxaftoq/V4xmwqloy/tumblr_static_loreley2.jpg">
  38. <meta name="image:Corner" content="http://static.tumblr.com/f276d11c0532ad5fc02af9b00a12589b/hxaftoq/639mwqqcn/tumblr_static_corner.png">
  39.  
  40. <meta name="text:Link1" content="/">
  41. <meta name="text:Link2" content="/">
  42. <meta name="text:Link3" content="/">
  43. <meta name="text:Link4" content="/">
  44. <meta name="text:Link1Name" content="Link1">
  45. <meta name="text:Link2Name" content="Link2">
  46. <meta name="text:Link3Name" content="Link3">
  47. <meta name="text:Link4Name" content="Link4">
  48.  
  49. <meta name="if:FadeInImages" content="0">
  50. <meta name="if:FadeOutImages" content="0">
  51. <meta name="if:BlurImages" content="0">
  52. <meta name="if:Monochrome" content="0">
  53. <meta name="if:EndlessScroll" content="0">
  54. <meta name="if:Pages" content="1">
  55. <meta name="if:ShowCaptions" content="1">
  56. <meta name="if:CustomCursor" content="1">
  57. <meta name="if:500px" content="1">
  58. <meta name="if:400px" content="0">
  59. <meta name="if:250px" content="0">
  60.  
  61. <style type="text/css">
  62.  
  63. ::selection, ::-webkit-selection{
  64. background-color: transparent;
  65. color: {color:SelectionText};
  66. text-shadow: none !important;
  67. }
  68.  
  69. body {
  70. font-family:calibri;
  71. font-size:12px;
  72. background-image: url('{image:Background}');
  73. background-attachment:fixed;
  74. background-repeat:repeat;
  75. background-color:{color:Background};
  76. color:{color:Text};
  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. a {
  86. color:{color:Links};
  87. text-decoration:none;
  88. -webkit-transition: all 0.4s ease-in-out;
  89. -moz-transition: all 0.4s ease-in-out;
  90. -ms-transition: all 0.4s ease-in-out;
  91. -o-transition: all 0.4s ease-in-out;
  92. transition: all 0.4s ease-in-out;
  93. }
  94.  
  95. a:hover {
  96. color:{color:LinksOnHover};
  97. }
  98.  
  99. i, em {
  100. color:{color:Italics};
  101. }
  102.  
  103. b, strong {
  104. color:{color:Bold};
  105. }
  106.  
  107. #posts {
  108. margin-top:20px;
  109. margin-left:290px;
  110. }
  111.  
  112. #entries {
  113. {block:if500px}width:500px;{/block:if500px}
  114. {block:if400px}width:400px;{/block:if400px}
  115. {block:if250px}width:250px;{/block:if250px}
  116. padding:10px;
  117. text-align:justify;
  118. margin-bottom:15px;
  119. background-color:{color:Entries};
  120. border-bottom:10px solid {color:EntryBorder};
  121. }
  122.  
  123. #entries pre, #title a {
  124. white-space: pre-wrap; /* css-3 */
  125. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  126. white-space: -pre-wrap; /* Opera 4-6 */
  127. white-space: -o-pre-wrap; /* Opera 7 */
  128. word-wrap: break-word;
  129. word-break:break-all;
  130. }
  131.  
  132. #entries img {
  133. max-width:100%;
  134. }
  135.  
  136. #entries img, #entries iframe {
  137. -webkit-transition: all 0.4s ease-in-out;
  138. -moz-transition: all 0.4s ease-in-out;
  139. -ms-transition: all 0.4s ease-in-out;
  140. -o-transition: all 0.4s ease-in-out;
  141. transition: all 0.4s ease-in-out;
  142. {block:IfFadeInImages}
  143. opacity:.7;
  144. {/block:IfFadeInImages}
  145. {block:IfMonochrome}
  146. -webkit-filter: grayscale(1);
  147. {/block:IfMonochrome}
  148. }
  149.  
  150. #entries img:hover, #entries iframe:hover {
  151. {block:IfFadeInImages}
  152. opacity:1;
  153. {/block:IfFadeInImages}
  154. {block:IfFadeOutImages}
  155. opacity:.7;
  156. {/block:IfFadeOutImages}
  157. {block:IfBlurImages}
  158. {block:IndexPage}
  159. filter: blur(3px);
  160. -webkit-filter: blur(3px);
  161. -moz-filter: blur(3px);
  162. -o-filter: blur(3px);
  163. -ms-filter: blur(3px);
  164. {/block:IndexPage}
  165. {/block:IfBlurImages}
  166. {block:IfMonochrome}
  167. {block:IndexPage}
  168. -webkit-filter: grayscale(0);
  169. {/block:IndexPage}
  170. {/block:IfMonochrome}
  171. }
  172.  
  173. #entries blockquote {
  174. margin-left:8px;
  175. padding-left:5px;
  176. padding-right:8px;
  177. margin-right:0px;
  178. border-left:3px solid {color:Blockquote};
  179. }
  180.  
  181. #side {
  182. top:0px;
  183. left:0px;
  184. position:fixed;
  185. width:260px;
  186. height:100%;
  187. border-right:10px solid {color:Border1};
  188. background-color:{color:Sidebar};
  189. }
  190.  
  191. #main {
  192. float:left;
  193. margin-top:15px;
  194. margin-left:10px;
  195. width:100px;
  196. }
  197.  
  198. #main a {
  199. width:20px;
  200. text-align:center;
  201. display:inline-block;
  202. font-size:25px;
  203. color:{color:MainLinks};
  204. }
  205.  
  206. #title {
  207. margin-top:20px;
  208. font-size:20px;
  209. padding:5px 10px 0px 10px;
  210. margin-bottom:5px;
  211. font-family:Helvetica Narrow;
  212. text-transform:uppercase;
  213. text-align:right;
  214. border-bottom:1px solid {color:Border1};
  215. }
  216.  
  217. #title a {
  218. display:table-cell;
  219. width:150px;
  220. color:{color:Title};
  221. }
  222.  
  223. #side img {
  224. max-width:240px;
  225. border-top:1px solid {color:Border1};
  226. border-bottom:1px solid {color:Border1};
  227. }
  228.  
  229. #links {
  230. border-top:1px solid {color:Border1};
  231. margin-top:6px;
  232. padding:5px 10px;
  233. }
  234.  
  235. #links a {
  236. display:inline-block;
  237. border-bottom:5px solid {color:SideLinksBorder};
  238. width:60px;
  239. height:15px;
  240. line-height:15px;
  241. color:{color:SideLinksText};
  242. padding-top:3px;
  243. text-align:center;
  244. font-size:10px;
  245. font-family:consolas;
  246. text-transform:uppercase;
  247. background-color:{color:SideLinks};
  248. -webkit-transition: all 0.4s ease-in-out;
  249. -moz-transition: all 0.4s ease-in-out;
  250. -ms-transition: all 0.4s ease-in-out;
  251. -o-transition: all 0.4s ease-in-out;
  252. transition: all 0.4s ease-in-out;
  253. }
  254.  
  255. #links a:hover {
  256. border-bottom:5px solid {color:SideLinksBorderHover};
  257. background-color:{color:SideLinksHover};
  258. color:{color:SideLinksTextHover};
  259. }
  260.  
  261. #info {
  262. padding:5px 10px;
  263. {block:IfLink1}border-top:1px solid {color:Border1};{/block:IfLink1}
  264. color:{color:SideText};
  265. text-align:justify;
  266. font-size:10px;
  267. font-family:courier new;
  268. }
  269.  
  270. .info {
  271. padding:5px;
  272. }
  273.  
  274. #per {
  275. {block:If500px}margin-left:515px;{/block:If500px}
  276. {block:If400px}margin-left:415px;{/block:If400px}
  277. {block:If250px}margin-left:265px;{/block:If250px}
  278. height:0px;
  279. margin-top:-5px;
  280. margin-bottom:5px;
  281. }
  282.  
  283. #per a {
  284. display:block;
  285. line-height:12px;
  286. font-size:14px;
  287. color:{color:PermaLinks};
  288. }
  289.  
  290. #dhtmltooltip {
  291. position: absolute;
  292. padding: 2px;
  293. padding-top:5px;
  294. text-align:center;
  295. font-family:consolas;
  296. font-size: 10px;
  297. line-height:10px;
  298. letter-spacing:1px;
  299. text-transform: uppercase;
  300. border-bottom:4px solid {color:HoverBorder};
  301. color:{color:HoverName};
  302. visibility: hidden;
  303. z-index: 10000;
  304. }
  305.  
  306. #pagi {
  307. position:fixed;
  308. top:0px;
  309. z-index:999;
  310. {block:If500px}left:850px;{/block:If500px}
  311. {block:If400px}left:750px;{/block:If400px}
  312. {block:If250px}left:600px;{/block:If250px}
  313. line-height:10px;
  314. width:40px;
  315. background-color:{color:Border1};
  316. font-size:14px;
  317. padding:5px 20px;
  318. padding-bottom:8px;
  319. border-radius:0px 0px 40px 40px;
  320. }
  321.  
  322. #pagi a {
  323. color:{color:PagiLinks};
  324. }
  325.  
  326. #quo {
  327. text-align:center;
  328. font-family:Palatino;
  329. font-size:16px;
  330. }
  331.  
  332. #sou {
  333. font-size:10px;
  334. text-align:center;
  335. margin-top:3px;
  336. }
  337.  
  338. .pic1 { margin-top:-103px; }
  339.  
  340. @-moz-document url-prefix() {
  341. .pic1 {
  342. margin-top:-104px;
  343. }
  344. }
  345.  
  346. #inf p {
  347. line-height:20px;
  348. margin-top:0px;
  349. margin-bottom:0px;
  350. border-bottom:1px dashed #888;
  351. }
  352.  
  353. #permalink {
  354. border-top:10px solid {color:EntryBorder};
  355. margin-left:-10px;
  356. margin-top:5px;
  357. {block:if500px}width:500px;{/block:if500px}
  358. {block:if400px}width:400px;{/block:if400px}
  359. {block:if250px}width:250px;{/block:if250px}
  360. padding:5px 10px 0px 10px;
  361. }
  362.  
  363. </style>
  364.  
  365. {block:IfEndlessScroll}
  366. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  367.  
  368. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  369. {/block:IfEndlessScroll}
  370.  
  371. </head>
  372. <body>
  373. <div id="dhtmltooltip"></div>
  374. <script type="text/javascript">
  375.  
  376. /***********************************************
  377. * Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  378. * This notice MUST stay intact for legal use
  379. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  380. ***********************************************/
  381.  
  382. var offsetxpoint=20 //Customize x offset of tooltip
  383. var offsetypoint=-20 //Customize y offset of tooltip
  384. var ie=document.all
  385. var ns6=document.getElementById && !document.all
  386. var enabletip=false
  387. if (ie||ns6)
  388. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  389.  
  390. function ietruebody(){
  391. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  392. }
  393.  
  394. function ddrivetip(thetext, thecolor, thewidth){
  395. if (ns6||ie){
  396. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  397. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  398. tipobj.innerHTML=thetext
  399. enabletip=true
  400. return false
  401. }
  402. }
  403.  
  404. function positiontip(e){
  405. if (enabletip){
  406. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  407. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  408. //Find out how close the mouse is to the corner of the window
  409. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  410. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  411.  
  412. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  413.  
  414. //if the horizontal distance isn't enough to accomodate the width of the context menu
  415. if (rightedge<tipobj.offsetWidth)
  416. //move the horizontal position of the menu to the left by it's width
  417. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  418. else if (curX<leftedge)
  419. tipobj.style.left="5px"
  420. else
  421. //position the horizontal position of the menu where the mouse is positioned
  422. tipobj.style.left=curX+offsetxpoint+"px"
  423.  
  424. //same concept with the vertical position
  425. if (bottomedge<tipobj.offsetHeight)
  426. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  427. else
  428. tipobj.style.top=curY+offsetypoint+"px"
  429. tipobj.style.visibility="visible"
  430. }
  431. }
  432.  
  433. function hideddrivetip(){
  434. if (ns6||ie){
  435. enabletip=false
  436. tipobj.style.visibility="hidden"
  437. tipobj.style.left="-1000px"
  438. tipobj.style.width=''
  439. }
  440. }
  441.  
  442. document.onmousemove=positiontip
  443.  
  444. </script>
  445.  
  446. <img src="{image:Corner}" style="bottom:0px; right:0px; max-width:400px; position:fixed; z-index:-99;">
  447.  
  448. {block:IfPages}
  449. {block:Pagination}
  450. <div id="pagi">
  451. {block:PreviousPage}<a href="{PreviousPage}" style="float:left;">↞</a>{/block:PreviousPage}
  452. {block:NextPage}<a href="{NextPage}" style="float:right;">↠</a>{/block:NextPage}
  453. </div>
  454. {/block:Pagination}
  455. {/block:IfPages}
  456.  
  457. <div id="side">
  458. <div id="main">
  459. <a href="/" onMouseover="ddrivetip('Home','#fff', 50)"; onMouseout="hideddrivetip()">●</a>
  460. <a href="/ask" onMouseover="ddrivetip('Inbox','#fff', 50)"; onMouseout="hideddrivetip()" style="opacity:.8;">●</a>
  461. <a href="/archive" onMouseover="ddrivetip('Past','#fff', 50)"; onMouseout="hideddrivetip()" style="opacity:.6;">●</a>
  462. <a href="http://bakao.co.vu" onMouseover="ddrivetip('Theme','#fff', 50)"; onMouseout="hideddrivetip()" style="opacity:.4;">●</a>
  463. </div>
  464. <div id="title"><a href="/">{Title}</a></div>
  465. <center><img src="{image:Sidebar}"></center>
  466. <div id="links">
  467. <table cellspacing="0" cellpadding="0"><tr>
  468. {block:IfLink1}
  469. <td><a href="{text:Link1}">{text:Link1Name}</a></td>
  470. {/block:IfLink1}
  471. {block:IfLink2}
  472. <td><a href="{text:Link2}">{text:Link2Name}</a></td>
  473. {/block:IfLink2}
  474. {block:IfLink3}
  475. <td><a href="{text:Link3}">{text:Link3Name}</a></td>
  476. {/block:IfLink3}
  477. {block:IfLink4}
  478. <td><a href="{text:Link4}">{text:Link4Name}</a></td>
  479. {/block:IfLink4}
  480. </tr></table>
  481. </div>
  482. <div id="info"><div class="info">{Description}</div></div>
  483. </div>
  484.  
  485. <div id="posts">
  486. {block:Posts}
  487. <div id="entries">
  488.  
  489. <div id="per">
  490. {block:IndexPage}
  491. {block:Date}<a href="{Permalink}" onMouseover="ddrivetip('{24Hour}:{Minutes}','#fff', 50)"; onMouseout="hideddrivetip()">●</a>{/block:Date}
  492. <a href="{ReblogURL}" onMouseover="ddrivetip('Reblog','#fff', 50)"; onMouseout="hideddrivetip()" style="opacity:.8;">●</a>
  493. {/block:IndexPage}
  494. {block:RebloggedFrom}
  495. <a href="{ReblogParentURL}" onMouseover="ddrivetip('Via','#fff', 50)"; onMouseout="hideddrivetip()" style="opacity:.6;">●</a>
  496. <a href="{ReblogRootURL}" onMouseover="ddrivetip('Origin','#fff', 50)"; onMouseout="hideddrivetip()" style="opacity:.4;">●</a>
  497. {/block:RebloggedFrom}
  498. </div>
  499.  
  500. {block:Text}
  501. {block:Title}<div id="quo">{Title}</div>{/block:Title}
  502. {Body}
  503. {/block:Text}
  504.  
  505. {block:Quote}
  506. <div id="quo"><b><big>❝</big></b>{Quote}<b><big>❞</big></b></div>
  507. {block:Source}<div id="sou">–{Source}</div>{/block:Source}
  508. {/block:Quote}
  509.  
  510. {block:Link}
  511. <div id="quo"><a href="{URL}" {Target}>{Name}</a></div>
  512.  
  513. {block:IfShowCaptions}{block:Description}{Description}{/block:Description}{/block:IfShowCaptions}
  514. {/block:Link}
  515.  
  516. {block:Chat}
  517. {block:Title}<div id="quo">{Title}</div>{/block:Title}
  518. {block:Lines}
  519. {block:Label}<b>{Label}</b>{block:Label}
  520. {Line}<br>
  521. {/block:Lines}
  522. {/block:Chat}
  523.  
  524. {block:Photo}
  525. <center><img src="{PhotoURL-500}"></center>
  526.  
  527. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  528. {/block:Photo}
  529.  
  530. {block:Photoset}
  531. {block:If500px}{Photoset-500}{/block:If500px}
  532. {block:If400px}{Photoset-400}{/block:If400px}
  533. {block:If250px}{Photoset-250}{/block:If250px}
  534.  
  535. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  536. {/block:Photoset}
  537.  
  538. {block:Video}
  539. {block:If500px}{Video-500}{/block:If500px}
  540. {block:If400px}{Video-400}{/block:If400px}
  541. {block:If250px}{Video-250}{/block:If250px}
  542.  
  543. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  544. {/block:Video}
  545.  
  546. {block:Audio}
  547. <table cellpadding="0" cellspacing="0">
  548. <tr><td height="120px;" width="102px;">
  549. <img src="http://static.tumblr.com/73852226cb83449cae5e62cc1830461e/hxaftoq/F3Impauli/tumblr_static_screen_shot_2013-07-02_at_2.07.36.png" width="100">
  550. {block:AlbumArt}<div class="pic1"><img src="{AlbumArtURL}" style="width:100px;"></div>{/block:AlbumArt}
  551. <div style="overflow:hidden; width:20px; height:20px; background-color:#FFF; margin-top:-66px; margin-bottom:30px; margin-left:33px; opacity:.7;border:5px solid #555;"><div style="margin-top:-5px; margin-left:-3px;">{AudioPlayerWhite}</div></div>
  552. </td>
  553. <td style="padding-left:10px;" width="{block:If500px}400px{/block:If500px}{block:If400px}300px{/block:If400px}{block:If250px}150px{/block:If250px}">
  554. <div id="inf">{block:TrackName}
  555. <p><b>Title:</b> {TrackName}</p>
  556. {/block:TrackName}
  557. {block:Artist}
  558. <p><b>Artist:</b> {Artist}</p>
  559. {/block:Artist}</div>
  560. </td></tr></table>
  561.  
  562. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  563. {/block:Audio}
  564.  
  565. {block:Answer}
  566. <table cellspacing="0" cellpadding="0" id="ques">
  567. <tr><td width="66px;">
  568. <center style="word-break:break-all; font-size:10px;"><img src="{AskerPortraitURL-64}" style="border:3px solid {color:EntryBorder}; width:60px;"></center>
  569. </td>
  570. <td width="20px;">
  571. <div style="font-size:20px;margin-left:-4px; color:{color:EntryBorder};">▸</div>
  572. </td>
  573. <td>{Question}</td>
  574. </tr>
  575. <tr><td><center style="word-break:break-all; font-size:10px;">{Asker}</center></td></tr>
  576. </table>
  577. {Answer}
  578. {/block:Answer}
  579.  
  580. {block:ContentSource}
  581. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  582. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}">
  583. {/block:SourceLogo}
  584. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  585. {block:RebloggedFrom}{ReblogParentURL}{ReblogRootURL}{/block:RebloggedFrom}-->
  586. {/block:ContentSource}
  587.  
  588. {block:PermalinkPage}
  589. <div id="permalink">
  590. {block:Date}Posted {TimeAgo}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  591. {block:HasTags}<br>{block:Tags}<b>#</b><a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  592. {block:PostNotes}{PostNotes}{/block:PostNotes}
  593. </div>
  594. {/block:PermalinkPage}
  595.  
  596. </div>
  597. {/block:Posts}
  598. </div>
  599. </body>
  600. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement