Advertisement
vongolacloud18

Hq! Nekoma Theme

Aug 10th, 2013
1,758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.88 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="#864848">
  12. <meta name="color:Bold" content="#9c3636">
  13. <meta name="color:Italics" content="#c2c2c2">
  14. <meta name="color:Entries" content="#FFF">
  15. <meta name="color:Description" content="#FFF">
  16. <meta name="color:Background" content="#FFF">
  17. <meta name="color:TagsBackground" content="#FFF">
  18. <meta name="color:Tags" content="#E74C50">
  19. <meta name="color:PermalinkText" content="#FFF">
  20. <meta name="color:EntryBorder" content="#E74C50">
  21. <meta name="color:LinkSquares" content="#000">
  22. <meta name="color:Blockquote" content="#000">
  23. <meta name="color:Pagination" content="#525252">
  24. <meta name="color:PaginationCrown" content="#000000">
  25. <meta name="color:Title" content="#000000">
  26. <meta name="color:Titles" content="#D94A4A">
  27. <meta name="color:MainLink1" content="#FFF">
  28. <meta name="color:MainLink1Back" content="#D31B1B">
  29. <meta name="color:MainLink2" content="#FFF">
  30. <meta name="color:MainLink2Back" content="#AA2B2B">
  31. <meta name="color:MainLink3" content="#FFF">
  32. <meta name="color:MainLink3Back" content="#772323">
  33. <meta name="color:MainLink4" content="#FFF">
  34. <meta name="color:MainLink4Back" content="#4D1717">
  35. <meta name="color:SelectionBack" content="">
  36. <meta name="color:SelectionText" content="#d65557">
  37.  
  38. <meta name="image:Background" content="http://static.tumblr.com/0dab3f4747734e93dbb2afa3c8327767/hxaftoq/N0Tmr6f6o/tumblr_static_line_13.gif">
  39. <meta name="image:Sidebar" content="http://static.tumblr.com/af17ef9224db90c3815e682399d8c1fb/hxaftoq/XFjmr6cvf/tumblr_static_kuroo.png">
  40.  
  41. <meta name="color:HoverLink" content="#E74C50">
  42. <meta name="color:HoverLinkBorder" content="#E74C50">
  43. <meta name="text:Link1" content="">
  44. <meta name="text:Link1Title" content="">
  45. <meta name="color:Link1Background" content="#FFF">
  46. <meta name="text:Link2" content="">
  47. <meta name="text:Link2Title" content="">
  48. <meta name="color:Link2Background" content="#FFF">
  49. <meta name="text:Link3" content="">
  50. <meta name="text:Link3Title" content="">
  51. <meta name="color:Link3Background" content="#FFF">
  52. <meta name="text:Link4" content="">
  53. <meta name="text:Link4Title" content="">
  54. <meta name="color:Link4Background" content="#FFF">
  55. <meta name="text:Link5" content="">
  56. <meta name="text:Link5Title" content="">
  57. <meta name="color:Link5Background" content="#FFF">
  58.  
  59. <meta name="if:EndlessScroll" content="0">
  60. <meta name="if:ShowCaptions" content="1">
  61. <meta name="if:Pages" content="1">
  62. <meta name="if:ShowTags" content="1">
  63. <meta name="if:500px" content="1">
  64. <meta name="if:400px" content="0">
  65. <meta name="if:250px" content="0">
  66. <meta name="if:FadeInImages" content="0">
  67. <meta name="if:FadeOutImages" content="0">
  68. <meta name="if:BlurImages" content="0">
  69. <meta name="if:Monochrome" content="0">
  70.  
  71. <style type="text/css">
  72.  
  73. ::selection, ::-webkit-selection{
  74. background-color: {color:SelectionBack};
  75. color: {color:SelectionText};
  76. text-shadow: none !important;
  77. }
  78.  
  79. body {
  80. font-family:calibri;
  81. font-size:12px;
  82. background-image: url('{image:Background}');
  83. background-attachment:fixed;
  84. background-repeat:repeat;
  85. background-color:{color:Background};
  86. color:{color:Text};
  87. }
  88.  
  89. a {
  90. color:{color:Links};
  91. text-decoration:none;
  92. }
  93.  
  94. i, em {
  95. color:{color:Italics};
  96. }
  97.  
  98. b, strong {
  99. color:{color:Bold};
  100. }
  101.  
  102. #posts {
  103. margin-top:30px;
  104. {block:if500px}margin-left:330px;{/block:if500px}
  105. {block:if400px}margin-left:320px;{/block:if400px}
  106. {block:if250px}margin-left:300px;{/block:if250px}
  107. }
  108.  
  109. #entries pre {
  110. white-space: pre-wrap; /* css-3 */
  111. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  112. white-space: -pre-wrap; /* Opera 4-6 */
  113. white-space: -o-pre-wrap; /* Opera 7 */
  114. word-wrap: break-word;
  115. word-break:break-all;
  116. }
  117.  
  118. #entries {
  119. {block:if500px}width:500px;{/block:if500px}
  120. {block:if400px}width:400px;{/block:if400px}
  121. {block:if250px}width:250px;{/block:if250px}
  122. padding:10px;
  123. text-align:justify;
  124. margin-bottom:15px;
  125. background-color:{color:Entries};
  126. border:1px solid {color:EntryBorder};
  127. }
  128.  
  129. #entries blockquote {
  130. border-left:2px solid {color:Blockquote};
  131. padding:1px 5px;
  132. margin-left:8px;
  133. }
  134.  
  135. #entries img {
  136. max-width:100%;
  137. }
  138.  
  139. {block:IfFadeOutImages}
  140. #entries img, #entries iframe {
  141. -webkit-transition: all 0.4s ease-out;
  142. -moz-transition: all 0.4s ease-out;
  143. -ms-transition: all 0.4s ease-out;
  144. -o-transition: all 0.4s ease-out;
  145. transition: all 0.4s ease-out;
  146. }
  147.  
  148. #entries img:hover, #entries iframe:hover {
  149. opacity:.7;
  150. }
  151. {/block:IfFadeOutImages}
  152.  
  153. {block:IfBlurImages}
  154. {block:IndexPage}
  155. #entries img, #entries iframe {
  156. -webkit-transition: all 0.4s ease-out;
  157. -moz-transition: all 0.4s ease-out;
  158. -ms-transition: all 0.4s ease-out;
  159. -o-transition: all 0.4s ease-out;
  160. transition: all 0.4s ease-out;
  161. }
  162.  
  163. #entries img:hover, #entries iframe:hover {
  164. filter: blur(3px);
  165. -webkit-filter: blur(3px);
  166. -moz-filter: blur(3px);
  167. -o-filter: blur(3px);
  168. -ms-filter: blur(3px);
  169. }
  170. {/block:IndexPage}
  171. {/block:IfBlurImages}
  172.  
  173. {block:IfFadeInImages}
  174. #entries img, #entries iframe {
  175. opacity:.7;
  176. -webkit-transition: all 0.4s ease-out;
  177. -moz-transition: all 0.4s ease-out;
  178. -ms-transition: all 0.4s ease-out;
  179. -o-transition: all 0.4s ease-out;
  180. transition: all 0.4s ease-out;
  181. }
  182.  
  183. #entries img:hover, #entries iframe:hover {
  184. opacity:1;
  185. }
  186. {/block:IfFadeInImages}
  187.  
  188. {block:IfMonochrome}
  189. {block:IndexPage}
  190. #entries img, #entries iframe {
  191. -webkit-filter: grayscale(1);
  192. -webkit-transition: all 0.6s ease-out;
  193. -moz-transition: all 0.6s ease-out;
  194. transition: all 0.6s ease-out;
  195. }
  196.  
  197. #entries img:hover, #entries iframe:hover {
  198. -webkit-filter: grayscale(0);
  199. }
  200. {/block:IndexPage}
  201. {/block:IfMonochrome}
  202.  
  203. #side {
  204. position:fixed;
  205. top:40px;;
  206. {block:if500px}margin-left:-30px{/block:if500px}
  207. {block:if400px}margin-left:-50px;{/block:if400px}
  208. {block:if250px}margin-left:-70px;{/block:if250px}
  209. }
  210.  
  211. #sidebar {
  212. width:250px;
  213. }
  214.  
  215. #sidebar img {
  216. width:250px;
  217. height:360px;
  218. }
  219.  
  220. #links {
  221. height:0px;
  222. margin-left:-15px;
  223. }
  224.  
  225. #links a {
  226. display:block;
  227. height:90px;
  228. line-height:90px;
  229. width:50px;
  230. text-align:center;
  231. padding-right:15px;
  232. padding-left:215px;
  233. -webkit-transition: all 0.4s ease-out;
  234. -moz-transition: all 0.4s ease-out;
  235. -ms-transition: all 0.4s ease-out;
  236. -o-transition: all 0.4s ease-out;
  237. transition: all 0.4s ease-out;
  238. }
  239.  
  240. #links a:hover {
  241. padding-left:275px;
  242. }
  243.  
  244. .aa {
  245. background-color:{color:MainLink1Back};
  246. color:{color:MainLink1};
  247. }
  248.  
  249. .ab {
  250. background-color:{color:MainLink2Back};
  251. color:{color:MainLink2};
  252. }
  253.  
  254. .ac {
  255. background-color:{color:MainLink3Back};
  256. color:{color:MainLink3};
  257. }
  258.  
  259. .ad {
  260. background-color:{color:MainLink4Back};
  261. color:{color:MainLink4};
  262. }
  263.  
  264. #olinks {
  265. margin-top:10px;
  266. }
  267.  
  268. #olinks a {
  269. display:inline-block;
  270. line-height:15px;
  271. width:45px;
  272. text-align:center;
  273. font-size:25px;
  274. color:{color:LinkSquares};
  275. -webkit-transition: all 0.4s ease-out;
  276. -moz-transition: all 0.4s ease-out;
  277. -ms-transition: all 0.4s ease-out;
  278. -o-transition: all 0.4s ease-out;
  279. transition: all 0.4s ease-out;
  280. }
  281.  
  282. #olinks a:hover {
  283. -webkit-filter: invert(1);
  284. }
  285.  
  286. #dhtmltooltip {
  287. position: absolute;
  288. padding: 3px;
  289. padding-top:5px;
  290. text-align:center;
  291. font-family:consolas;
  292. font-size: 10px;
  293. line-height:10px;
  294. text-transform: uppercase;
  295. border:1px solid {color:HoverLinkBorder};
  296. color:{color:HoverLink};
  297. visibility: hidden;
  298. z-index: 10000;
  299. }
  300.  
  301. #description {
  302. position:fixed;
  303. z-index:99;
  304. width:230px;
  305. height:340px;
  306. margin-bottom:-360px;
  307. opacity:0;
  308. padding:10px;
  309. background-color:{color:Description};
  310. -webkit-transition: all 0.4s ease-out;
  311. -moz-transition: all 0.4s ease-out;
  312. -ms-transition: all 0.4s ease-out;
  313. -o-transition: all 0.4s ease-out;
  314. transition: all 0.4s ease-out;
  315. }
  316.  
  317. #description:hover {
  318. opacity:.8;
  319. }
  320.  
  321. #title {
  322. font-size:16px;
  323. font-family:courier;
  324. text-transform:uppercase;
  325. color:{color:Title};
  326. }
  327.  
  328. #quo {
  329. font-size:14px;
  330. font-family:courier;
  331. text-align:center;
  332. margin-bottom:10px;
  333. padding:5px;
  334. border-bottom:1px dashed {color:EntryBorder};
  335. }
  336.  
  337. #permalink {
  338. padding:2px 5px;
  339. margin-bottom:-10px;
  340. margin-top:10px;
  341. margin-left:-10px;
  342. font-size:10px;
  343. letter-spacing:1px;
  344. color:{color:PermalinkText};
  345. background-color:{color:EntryBorder};
  346. {block:if500px}width:510px;{/block:if500px}
  347. {block:if400px}width:410px;{/block:if400px}
  348. {block:if250px}width:260px;{/block:if250px}
  349. }
  350.  
  351. #permalink a {
  352. display:inline-block;
  353. letter-spacing:0px;
  354. margin:2px 1px;
  355. padding:0px 2px;
  356. background-color:{color:TagsBackground};
  357. color:{color:Tags};
  358. }
  359.  
  360. #perm {
  361. {block:if500px}margin-left:517px;{/block:if500px}
  362. {block:if400px}margin-left:417px;{/block:if400px}
  363. {block:if250px}margin-left:267px;{/block:if250px}
  364. text-align:center;
  365. width:50px;
  366. margin-top:-5px;
  367. margin-bottom:-12px;
  368. border:1px solid {color:EntryBorder};
  369. background-color:{color:Entries};
  370. }
  371.  
  372. #perm a {
  373. color:{color:EntryBorder};
  374. font-size:10px;
  375. height:15px;
  376. line-height:15px;
  377. }
  378.  
  379. #perma {
  380. border-top:1px solid {color:EntryBorder};
  381. margin-top:5px;
  382. padding:10px;
  383. font-size:10px;
  384. }
  385.  
  386. #perma a {
  387. letter-spacing:1px;
  388. }
  389.  
  390. #pagi {
  391. margin-top:10px;
  392. color:{color:PaginationCrown};
  393. }
  394.  
  395. #pagi a{
  396. font-size:12px;
  397. font-family:courier;
  398. color:{color:Pagination};
  399. }
  400.  
  401. #music {
  402. {block:if500px}width:500px;{/block:if500px}
  403. {block:if400px}width:400px;{/block:if400px}
  404. {block:if250px}width:250px;{/block:if250px}
  405. }
  406.  
  407. #music td {
  408. text-align:center;
  409. border-left:1px solid {color:EntryBorder};
  410. border-right:1px solid {color:EntryBorder};
  411. {block:if500px}width:166px;{/block:if500px}
  412. {block:if400px}width:133px;{/block:if400px}
  413. {block:if250px}width:83px;{/block:if250px}
  414. }
  415.  
  416. #etitle {
  417. font-size:16px;
  418. font-family:courier;
  419. text-align:center;
  420. border-bottom:1px dashed {color:EntryBorder};
  421. }
  422.  
  423. #etitle, #etitle a {
  424. color:{color:Titles};
  425. }
  426.  
  427. #all {
  428. margin:0 auto;
  429. }
  430.  
  431. </style>
  432.  
  433. {block:IfEndlessScroll}
  434. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  435.  
  436. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  437. {/block:IfEndlessScroll}
  438.  
  439. </head>
  440. <body>
  441. <div id="dhtmltooltip"></div>
  442. <script type="text/javascript">
  443.  
  444. /***********************************************
  445. * Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  446. * This notice MUST stay intact for legal use
  447. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  448. ***********************************************/
  449.  
  450. var offsetxpoint=20 //Customize x offset of tooltip
  451. var offsetypoint=-20 //Customize y offset of tooltip
  452. var ie=document.all
  453. var ns6=document.getElementById && !document.all
  454. var enabletip=false
  455. if (ie||ns6)
  456. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  457.  
  458. function ietruebody(){
  459. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  460. }
  461.  
  462. function ddrivetip(thetext, thecolor, thewidth){
  463. if (ns6||ie){
  464. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  465. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  466. tipobj.innerHTML=thetext
  467. enabletip=true
  468. return false
  469. }
  470. }
  471.  
  472. function positiontip(e){
  473. if (enabletip){
  474. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  475. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  476. //Find out how close the mouse is to the corner of the window
  477. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  478. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  479.  
  480. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  481.  
  482. //if the horizontal distance isn't enough to accomodate the width of the context menu
  483. if (rightedge<tipobj.offsetWidth)
  484. //move the horizontal position of the menu to the left by it's width
  485. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  486. else if (curX<leftedge)
  487. tipobj.style.left="5px"
  488. else
  489. //position the horizontal position of the menu where the mouse is positioned
  490. tipobj.style.left=curX+offsetxpoint+"px"
  491.  
  492. //same concept with the vertical position
  493. if (bottomedge<tipobj.offsetHeight)
  494. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  495. else
  496. tipobj.style.top=curY+offsetypoint+"px"
  497. tipobj.style.visibility="visible"
  498. }
  499. }
  500.  
  501. function hideddrivetip(){
  502. if (ns6||ie){
  503. enabletip=false
  504. tipobj.style.visibility="hidden"
  505. tipobj.style.left="-1000px"
  506. tipobj.style.width=''
  507. }
  508. }
  509.  
  510. document.onmousemove=positiontip
  511.  
  512. </script>
  513.  
  514. <table id="all" cellspacing="0" cellpadding="0"><tr><td>
  515. <div id="side">
  516. <div id="sidebar">
  517. <center id="title"><big>{Title}</big></center>
  518. <div id="links">
  519. <a href="/" class="aa">Home</a>
  520. <a href="/ask" class="ab">Ask</a>
  521. <a href="/archive" class="ac">Archive</a>
  522. <a href="http://bakaothemes.tumblr.com" class="ad">Credit</a>
  523. </div>
  524. <div id="description">{Description}</div>
  525. <img src="{image:Sidebar}">
  526. <div id="olinks"><center>
  527. {block:IfLink1Title}<a href="{text:Link1}" onMouseover="ddrivetip('{text:Link1Title}','{color:Link1Background}', 50)"; onMouseout="hideddrivetip()">▪</a>{/block:IfLink1Title}
  528. {block:IfLink2Title}<a href="{text:Link2}" onMouseover="ddrivetip('{text:Link2Title}','{color:Link2Background}', 50)"; onMouseout="hideddrivetip()">▪</a>{/block:IfLink2Title}
  529. {block:IfLink3Title}<a href="{text:Link3}" onMouseover="ddrivetip('{text:Link3Title}','{color:Link3Background}', 50)"; onMouseout="hideddrivetip()">▪</a>{/block:IfLink3Title}
  530. {block:IfLink4Title}<a href="{text:Link4}" onMouseover="ddrivetip('{text:Link4Title}','{color:Link4Background}', 50)"; onMouseout="hideddrivetip()">▪</a>{/block:IfLink4Title}
  531. {block:IfLink5Title}<a href="{text:Link5}" onMouseover="ddrivetip('{text:Link5Title}','{color:Link5Background}', 50)"; onMouseout="hideddrivetip()">▪</a>{/block:IfLink5Title}
  532. </center>
  533. </div>
  534. {block:IfPages}{block:Pagination}
  535. <div id="pagi">
  536. <center>
  537. {block:PreviousPage}
  538. <a href="{PreviousPage}" style="float:left;"><<</a>
  539. {/block:PreviousPage}
  540.  
  541. {block:JumpPagination length="3"}
  542. {block:CurrentPage}
  543. {/block:CurrentPage}
  544.  
  545. {block:JumpPage}
  546. <a href="{URL}"><small>{PageNumber}</small></a>
  547. {/block:JumpPage}
  548. {/block:JumpPagination}
  549.  
  550. {block:NextPage}
  551. <a href="{NextPage}" style="float:right;">>></a>
  552. {/block:NextPage}
  553. </center>
  554. </div>
  555. {/block:Pagination}{/block:IfPages}
  556. </div>
  557. </div>
  558.  
  559. <div id="posts">
  560. {block:Posts}
  561. <div id="entries">
  562.  
  563. {block:IndexPage}
  564. <div id="perm">
  565. {block:Date}<a href="{Permalink}">{24Hour}:{Minutes}{CapitalAmPm}</a>{/block:Date}
  566. </div>
  567. {/block:IndexPage}
  568.  
  569. {block:Text}
  570. {block:Title}<div id="etitle">{Title}</div>{/block:Title}
  571. {Body}
  572. {/block:Text}
  573.  
  574. {block:Photo}
  575. <center><img src="{PhotoURL-500}"></center>
  576.  
  577. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  578. {/block:Photo}
  579.  
  580. {block:Photoset}
  581. {block:If500px}{Photoset-500}{/block:If500px}
  582. {block:If400px}{Photoset-400}{/block:If400px}
  583. {block:If250px}{Photoset-250}{/block:If250px}
  584.  
  585. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  586. {/block:Photoset}
  587.  
  588. {block:Video}
  589. {block:If500px}{Video-500}{/block:If500px}
  590. {block:If400px}{Video-400}{/block:If400px}
  591. {block:If250px}{Video-250}{/block:If250px}
  592.  
  593. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  594. {/block:Video}
  595.  
  596. {block:Audio}
  597. {AudioPlayerWhite}
  598. <table id="music">
  599. <tr><td>{block:TrackName}<i>{TrackName}</i>{/block:TrackName}</td>
  600. <td>{block:Artist}<b>{Artist}</b>{/block:Artist}</td>
  601. <td>{block:Album}{Album}{/block:Album}</td></tr></table>
  602.  
  603. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  604. {/block:Audio}
  605.  
  606. {block:Quote}
  607. <div id="quo">❝{Quote}❞</div>
  608. <center><small>–<i>{Source}</i></small></center>
  609. {/block:Quote}
  610.  
  611. {block:Link}
  612. <div id="etitle"><a href="{URL}" {Target}>{Name}</a></div>
  613.  
  614. {block:IfShowCaptions}{block:Description}{Description}{/block:Description}{/block:IfShowCaptions}
  615. {/block:Link}
  616.  
  617. {block:Chat}
  618. {block:Title}<div id="etitle">{Title}</div>{/block:Title}
  619. {block:Lines}
  620. {block:Label}<b>{Label}</b>{block:Label}
  621. {Line}<br>
  622. {/block:Lines}
  623. {/block:Chat}
  624.  
  625. {block:Answer}
  626. <table><tr><td><img src="{AskerPortraitURL-64}" width="50" style="border:3px solid {color:EntryBorder};"></td><td>
  627. {Asker} inquired: {Question}<br></td></tr></table>
  628. {Answer}
  629. {/block:Answer}
  630.  
  631. {block:IndexPage}
  632. <div id="permalink">
  633. {block:NoteCount}<a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}
  634. {block:IfShowTags}{block:HasTags}Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  635. </div>
  636. {block:ContentSource}
  637. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  638. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  639. {/block:SourceLogo}
  640. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}{block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> | Orig: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom} -->
  641. {/block:ContentSource}
  642. {/block:IndexPage}
  643.  
  644. {block:PermalinkPage}
  645. <div id="perma">
  646. {block:Date}Posted On: {Month} {DayOfMonth}, {Year} at {24Hour}:{Minutes}{AmPm}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  647. {block:HasTags}<br>Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  648. {block:PostNotes}{PostNotes}{/block:PostNotes}
  649. </div>
  650. {/block:PermalinkPage}
  651.  
  652. </div>
  653. {/block:Posts}
  654. </div>
  655. </td></tr></table>
  656. </body>
  657. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement