Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 22nd, 2012  |  syntax: None  |  size: 16.80 KB  |  hits: 187  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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. <!--
  5. Theme by themesforya
  6. Basecode by: Hussy-Glamour
  7. - DO NOT REMOVE CREDIT!
  8.  
  9. -->
  10.  
  11. <head> <!-- DEFAULT VARIABLES -->
  12.  
  13.  
  14.  
  15. <!-- ENERGY SAVING MODE -->
  16. <script language="javaScript" type="text/javascrip" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
  17.  
  18.  
  19.  
  20.  
  21. <!-- CURSOR -->
  22. <style type="text/css">body, a, a:hover {cursor: url('{image:cursor}'), progress;}</style>
  23.  
  24.  
  25.  
  26. <META name="image:cursor" content="http://media.tumblr.com/tumblr_lpyq1zoQPK1qcn2vb.gif" />
  27. <META name="image:favicon" content="http://img.photobucket.com/albums/v252/shaquanda/dumpitydump/pixelwixel/203.gif" />
  28. <META name="color:Scrollbar" content="#F9ECDD">
  29. <META name="color:Ask Border" content="rgba(0,0,0,0.1)">
  30. <META name="color:Navi" content="rgba(0,0,0,0.1)">
  31. <META name="color:Navi hover" content="#fff">
  32. <META name="color:link" content="#898989">
  33. <META name="color:link hover" content="#fff">
  34. <META name="image:Background" content="http://media.tumblr.com/tumblr_lpwoxbfbWg1qcn2vb.png" />
  35. <META name="color:Background" content="">
  36. <META name="color:Posts" content="#fff">
  37. <META name="image:sidebar image1" content="http://2.bp.blogspot.com/-8OGdRKBX57A/TWF4d1iTLnI/AAAAAAAAAyM/9CpBVEkOAA8/s1600/tumblr_l4faoiNGto1qbu1lao1_500_large.jpg" />
  38. <META name="image:sidebar image2" content="http://wfiles.brothersoft.com/t/t_s/toni-garrn-hm-2012-summer-24_191801-480x360.jpg" />
  39. <META name="image:sidebar image3" content="http://www.fashionising.com/media/blogs/abbeyleecatoman.jpg" />
  40. <META name="image:sidebar image4" content="http://iluxurystyle.com/wp-content/plugins/wp-o-matic/201201/30f42_sashabiotherm-700x477.jpg" />
  41. <META name="image:sidebar image5" content="http://data.whicdn.com/images/26029626/anja-rubik-1_LI3KH_22975_thumb.jpg" />
  42. <META name="text:Link 1 Title" content="" />
  43. <META name="text:Link 1" content="" />
  44. <META name="text:Link 2 Title" content="" />
  45. <META name="text:Link 2" content="" />
  46. <META name="text:Link 3 Title" content="" />
  47. <META name="text:Link 3" content="" />
  48. <META name="text:Link 4 Title" content="" />
  49. <META name="text:Link 4" content="" />
  50. <META name="text:Link 5 Title" content="" />
  51. <META name="text:Link 5" content="" />
  52. <META name="text:Link 6 Title" content="" />
  53. <META name="text:Link 6" content="" />
  54.  
  55.  
  56.  
  57.  
  58. <title>{Title}</title>
  59. <!--favicon-->
  60. <link rel="shortcut icon" href="{image:favicon}">
  61.  
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  64.  
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70.  
  71.  
  72.  
  73. /*** COLOR SCROLL BAR ***/
  74. ::-webkit-scrollbar {width: 3px; height: 5px; background-color:#fff; }
  75.  
  76. ::-webkit-scrollbar-thumb { background-color:{color:Scrollbar};}
  77.  
  78.  
  79. .Image2{
  80. -webkit-transform:scale(.957); /*Webkit: Scale up image to 1.2x original size*/
  81. -moz-transform:scale(.957); /*Mozilla scale version*/
  82. -o-transform:scale(.975); /*Opera scale version*/
  83. -webkit-transition: .5s;
  84. -webkit-transform: rotate(5deg);
  85. -moz-transform: rotate(5deg);
  86. -ms-transform: rotate(5deg);
  87. -o-transform: rotate(5deg);
  88. transform: rotate(5deg);
  89.  
  90. }
  91. .Image2:hover{
  92. -webkit-transform: rotate(0deg);
  93. -moz-transform: rotate(0deg);
  94. -ms-transform: rotate(0deg);
  95. -o-transform: rotate(0deg);
  96. transform: rotate(-0deg);
  97. -webkit-transform:scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
  98. -moz-transform:scale(1.2); /*Mozilla scale version*/
  99. -o-transform:scale(1.2); /*Opera scale version*/
  100. -webkit-transition: .5s;
  101. }
  102.  
  103.  
  104. .Image1{
  105. -webkit-transform:scale(.957); /*Webkit: Scale up image to 1.2x original size*/
  106. -moz-transform:scale(.957); /*Mozilla scale version*/
  107. -o-transform:scale(.975); /*Opera scale version*/
  108. -webkit-transition: .5s;
  109. -webkit-transform: rotate(-5deg);
  110. -moz-transform: rotate(-5deg);
  111. -ms-transform: rotate(-5deg);
  112. -o-transform: rotate(-5deg);
  113. transform: rotate(-5deg);
  114.  
  115. }
  116. .Image1:hover{
  117. -webkit-transform: rotate(0deg);
  118. -moz-transform: rotate(0deg);
  119. -ms-transform: rotate(0deg);
  120. -o-transform: rotate(0deg);
  121. transform: rotate(-0deg);
  122. -webkit-transform:scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
  123. -moz-transform:scale(1.2); /*Mozilla scale version*/
  124. -o-transform:scale(1.2); /*Opera scale version*/
  125. -webkit-transition: .5s;
  126. }
  127.  
  128.  
  129. /***NAVIGATION BUTTON***/
  130. div.navigate a{
  131. background-color:{color:Navi}; color: #898989; display:block; width: 54px; height: 12px; text-align: center; padding-left:2px;padding-right:2px;padding-top:3px; padding-bottom:5px;margin-left:0px; margin-top:5px; position:relative; text-align: center; z-index:1; border-left:0px dotted #898989;font-weight: normal;display: inline-block;-webkit-transition: opacity 0.9s linear;
  132. -webkit-transition: all 0.9s ease-in-out;
  133. -moz-transition: all 0.9s ease-in-out;
  134. -o-transition: all 0.9s ease-in-out;font-family:segoe print; font-size:10px;
  135. }
  136. div.navigate a:hover{
  137.  background-color: {color:Navi hover};
  138. }
  139.  
  140. #asker{
  141. margin-top:1px;
  142. padding:10px 10px 10px 10px;
  143. border-bottom: 1px dashed {color:Ask Border};
  144. }
  145.  
  146. #answer{
  147. margin-top:1px;
  148. padding:10px 10px 10px 10px;
  149.  
  150. }
  151.  
  152.  
  153.  
  154. /*** THIS IS WHERE YOU CAHNGE THE BACKGROUND COLOR/ USE A BACKGROUND IMAGE ***/
  155. body{
  156. color:#000;
  157. background-image:url({image:Background});
  158. background-color:{color:Background};
  159. background-postition:center;
  160. background-attachment: fixed;
  161. background-repeat: yes-repeat;
  162. font-family: "segoe print";
  163. font-size: 11px;
  164. letter-spacing: 0px;
  165. line-height: 15px;
  166. text-align:justify;
  167. }
  168.  
  169.  
  170.  
  171.  
  172.  
  173. /*** FONTS USED ***/
  174.  
  175. arr {font-family: "arr"; font-size:30px; z-index:1;}
  176.  
  177.  
  178. @font-face {
  179. font-family: "arr";
  180. src: url('http://static.tumblr.com/oct6d4x/Zyvlqqu92/arsenale_white.ttf');
  181. }
  182. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  183.  
  184. @font-face { font-family: "redensek"; src: url('http://static.tumblr.com/4yxykdm/ICUlrfl4t/redensek_1_.ttf'); }
  185.  
  186. @font-face { font-family: "myprince"; src: url('http://static.tumblr.com/rmj06l2/Ez5lo1s2r/akmy_prince.ttf'); }
  187.  
  188.  
  189.  
  190. /*** COLOR OF THE LINK ***/
  191. a:link, a:active, a:visited{
  192. color:{color:link};
  193. text-decoration:none;
  194.  
  195. }
  196.  
  197.  
  198. /*** COLOR OF THE LINK, WHEN YOU HOVER IT ***/
  199. a:hover {
  200. color:{color:link hover};
  201. text-decoration: none;
  202. }
  203.  
  204.  
  205. /*** HEADER ***/
  206. h1, big{
  207. color: #8B8878;
  208. font-family: "arr";
  209. font-size:40px;
  210. line-height:30px;
  211. letter-spacing:1px;
  212. font-weight:normal;
  213. text-transform:;
  214. margin:0px;
  215. padding:0px;
  216. text-align:center;
  217. }
  218.  
  219.  
  220. h3{
  221. color: #8B8878;
  222. font-family: "arr";
  223. font-size:30px;
  224. line-height:14px;
  225. letter-spacing:1px;
  226. font-weight:normal;
  227. margin:0px;
  228. padding:0px;
  229. margin-bottom:-0px;
  230. text-align:center;
  231. }
  232.  
  233. h2{
  234. color: #8B8878;
  235. font-family: "sunshine";
  236. font-size:20px;
  237. line-height:27px;
  238. letter-spacing:1px;
  239. font-weight:normal;
  240. margin:0px;
  241. padding:0px;
  242. margin-bottom:-0px;
  243. text-align:center;
  244. }
  245.  
  246.  
  247.  
  248. h5{
  249. color: #8B8878;
  250. font-family: "myprince";
  251. font-size:50px;
  252. line-height:25px;
  253. letter-spacing:1px;
  254. font-weight:bold;
  255. margin:10px;
  256. padding:0px;
  257. margin-bottom:-0px;
  258. text-align:center;
  259. }
  260.  
  261.  
  262. .title {
  263. color: #8B8878;
  264. font-family: "arr";
  265. font-size:32px;
  266. line-height:10px;
  267. letter-spacing:2px;
  268. font-weight:normal;
  269. text-align:;
  270. text-transform:;
  271. padding-left:10px;
  272. border-bottom:0px solid ;
  273. }
  274.  
  275.  
  276.  
  277. #bottominfo{
  278. border-top:1px solid #ffffff;
  279. padding:2px 0px 0px 0px;
  280. display:block;
  281. }
  282.  
  283. #info{
  284. float:left;
  285.  
  286. width:610px;
  287.  
  288.  
  289.  
  290. padding:3px;
  291. margin:5px;
  292. margin-right:23px;
  293. background-color: ;
  294. border: 1px solid #;
  295. }
  296.  
  297.  
  298. /**SIDEBAR**/
  299. #sidebar8{
  300. position:fixed !important;
  301. margin-top:-10px;
  302. margin-left:50px;
  303. padding-top:12px;
  304. padding-bottom:12px;
  305. text-align:center;
  306. height:700px;
  307. width:160px;
  308. overflow:hidden;
  309. background: #fff;
  310. opacity:0.7;
  311. z-index:999;}
  312.  
  313. #sidebar4{
  314. position:fixed !important;
  315. margin-top:74px;
  316. margin-left:210px;
  317. text-align:left;
  318. height:180px;
  319. width:18px;
  320. overflow:hidden;
  321. background-color:#fff;
  322. z-index:999;
  323. padding-left:10px;
  324. padding-top:8px;
  325. padding-bottom:8px;
  326. opacity:0.7;
  327. -webkit-transition: opacity 0.9s linear;
  328. -webkit-transition: all 0.9s ease-in-out;
  329. -moz-transition: all 0.9s ease-in-out;
  330. -o-transition: all 0.9s ease-in-out;}
  331. #sidebar4:hover{
  332.     width:110px;
  333.     -webkit-transition: opacity 0.9s linear;
  334. -webkit-transition: all 0.9s ease-in-out;
  335. -moz-transition: all 0.9s ease-in-out;
  336. -o-transition: all 0.9s ease-in-out;}
  337.  
  338.  
  339.  
  340. #sidebar1{
  341. position:fixed !important;
  342. margin-top:30px;
  343. left:10px;
  344. height:auto;
  345. width:155px;
  346. overflow:hidden;
  347. background:;
  348. padding-top:0px;
  349. padding-left:30px;
  350. z-index:999;
  351. padding-right:20px;
  352. padding-bottom:30px;
  353. -webkit-transition: opacity 0.9s linear;
  354. -webkit-transition: all 0.9s ease-in-out;
  355. -moz-transition: all 0.9s ease-in-out;
  356. -o-transition: all 0.9s ease-in-out;}
  357.  
  358.  
  359.  
  360. #sidebar2{
  361. position:fixed !important;
  362. margin-top:270px;
  363. margin-left:210px;
  364. text-align:left;
  365. height:180px;
  366. width:18px;
  367. overflow:hidden;
  368. background-color:#fff;
  369. z-index:999;
  370. padding-left:10px;
  371. padding-top:8px;
  372. padding-bottom:8px;
  373. opacity:0.7;
  374. -webkit-transition: opacity 0.9s linear;
  375. -webkit-transition: all 0.9s ease-in-out;
  376. -moz-transition: all 0.9s ease-in-out;
  377. -o-transition: all 0.9s ease-in-out;}
  378.  
  379. #sidebar2:hover{
  380.     width:250px;
  381.     -webkit-transition: opacity 0.9s linear;
  382. -webkit-transition: all 0.9s ease-in-out;
  383. -moz-transition: all 0.9s ease-in-out;
  384. -o-transition: all 0.9s ease-in-out;
  385. }
  386.  
  387.  
  388.  
  389. /**END OF SIDEBAR**/
  390.  
  391.  
  392. /*** POSTS ***/
  393. #center{
  394. -moz-box-shadow: 0 0 0px {color:shadow};
  395. -webkit-box-shadow: 0 0 0px {color:shadow};
  396. width:530px;
  397. margin-left:450px;
  398. height:auto;
  399. {block:PermalinkPage}
  400. width:630px;
  401. height:420px;
  402. {/block:PermalinkPage}
  403. position:absolute;
  404. margin-top:10px;
  405. padding-right:0px;
  406. padding-left: 0px;
  407. background-color:;
  408. background-image:url();
  409. }
  410.  
  411. #entry {
  412. border:0px solid; border-color:{color:Border};
  413. background-image: url();
  414. background-color:{color:Posts};
  415. float:left;
  416. {block:IndexPage}
  417. width: 500px;
  418. height: 100%;
  419. {/block:IndexPage}
  420. {block:PermalinkPage}
  421. width:600px;
  422. padding:0px;
  423. font color: #000;
  424. {/block:PermalinkPage}
  425. overflow:hidden;
  426. padding:3px;
  427. padding-top:3px;
  428. margin:0px;
  429. margin-top:20px;
  430. margin-left:3px;
  431. }
  432.  
  433.  
  434. #entry .perma a{color:{link};}
  435.  
  436. #entry .perma{width:0px; position: absolute; font-family: caviardreams; font-size: 10px; line-height: 13px; text-align: center;overflow:hidden; opacity: 0.0; background-color:; color:{color:link}; margin-top:0px;margin-left:500px;-webkit-transition: all 0.7s linear; -moz-transition: all 0.7s linear; transition: all 0.7s linear;}
  437.  
  438. #entry:hover .perma{overflow:visible;-webkit-transition: opacity 0.2s linear; opacity: 0.8; margin-left:0px;
  439. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; margin-left:0px;margin-top:0px;width:auto;
  440. }
  441.  
  442. #permal {
  443. width: 50px;
  444. height:13px;
  445. display: inline-block;
  446. margin-left: 3px;
  447. margin-top:10px;
  448. padding: 5px;
  449. background-color:#fff;
  450. line-height:14px;
  451. font-size: 11px;
  452. font-family: century gothic;
  453. border:0px solid {color:Border};
  454. -webkit-transform: rotate(-5deg);
  455. -moz-transform: rotate(-5deg);
  456. -ms-transform: rotate(-5deg);
  457. -o-transform: rotate(-5deg);
  458. transform: rotate(-5deg);
  459.  
  460.  
  461.  
  462. #bottominfo{
  463. border-top:0px solid #ffffff;
  464. padding:2px 0px 0px 0px;
  465. display:block;
  466. }
  467.  
  468.  
  469.  
  470. #question{
  471. border-bottom:1px solid #ffffff;
  472. overflow:SHOW;
  473. padding-bottom:3px;
  474. margin-bottom:3px;}
  475.  
  476.  
  477.  
  478.  
  479. <style type="text/css">{CustomCSS]</style>
  480. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  481.  
  482.  
  483. </head>
  484.  
  485.  
  486. <body>
  487.  
  488.  
  489.  
  490.  
  491. <div id="sidebar2">
  492. D<br>e<br>s<br>c<br>r<br>i<br>p<br>t<br>i<br>o<br>n
  493. <div style="height:165px; width:206px; overflow:auto; text-align:justify; padding-right:4px; margin-left:26px; margin-top: -160px;">
  494. {description}
  495. </div>
  496. </div>
  497.  
  498.  
  499. <div id="sidebar8">
  500.  
  501. </div>
  502.  
  503. <div id="sidebar4">
  504. N<br>a<br>v<br>i<br>g<br>a<br>t<br>i<br>o<br>n <br><br><img src="http://static.tumblr.com/sqpojvq/eRQltqnnj/09.gif">
  505.  
  506. <div style="height:185px; width:100px; overflow:auto; text-align:justify; padding-right:4px; margin-left:26px; margin-top: -173px;">
  507. <div class="navigate">
  508. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  509. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  510. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  511. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  512. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  513. {block:ifLink6}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6}
  514. <a href="http://themesforya.tumblr.com/">Credit</a>
  515. </div>
  516. </div>
  517. </div>
  518.  
  519.  
  520. <div id="sidebar1">
  521.  
  522. <div class="Image1">
  523. <img src="{image:sidebar image1}" style="margin-top:10px;margin-left:0px; width:150px;height:100px;padding:3px;background:#fff;
  524. -moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
  525. box-shadow: 0px 0px 5px #999;">
  526. </div>
  527.  
  528. <div class="Image2">
  529. <img src="{image:sidebar image2}" style="margin-top:10px;margin-left:0px; width:150px;height:100px;padding:3px;background:#fff;
  530. -moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;box-shadow: 0px 0px 5px #999;">
  531.  
  532. </div>
  533. <div class="Image1">
  534. <img src="{image:sidebar image3}" style="margin-top:0px;margin-left:0px; width:150px;height:100px;padding:3px;background:#fff;
  535. -moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
  536. box-shadow: 0px 0px 5px #999;">
  537. </div>
  538.    
  539.     <div class="Image2">
  540. <img src="{image:sidebar image4}" style="margin-top:13px;margin-left:0px; width:150px;height:100px;padding:3px;background:#fff;
  541. -moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;box-shadow: 0px 0px 5px #999;"></div>
  542.  
  543. <div class="Image1">
  544. <img src="{image:sidebar image5}" style="margin-top:0px;margin-left:0px; width:150px;height:100px;padding:3px;background:#fff;
  545. -moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
  546. box-shadow: 0px 0px 5px #999;">
  547.  
  548.  
  549. </div>
  550. </div>
  551.  
  552.  
  553.  
  554.  
  555.  
  556. {/block:Pagination}
  557.  
  558. <div id="center">
  559. <div class = "autopagerize_page_element" >
  560. {block:Posts}<div id="entry">
  561. {block:IndexPage}
  562. <div class="perma">
  563. <div id="permal">
  564. <a href="{ReblogURL}" target="_blank">+</a></span>
  565. <a href="{permalink}" target="_blank">{NoteCount}
  566. </div></div>
  567. {/block:IndexPage}
  568.  
  569. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title} {/block:Text}{block:Chat}{block:Title}{Title}{/block:Title} {/block:Chat}{block:Link}{/block:Link}{block:Quote}<h2>"{Quote}"</h2>{/block:Quote}{block:Photo}{/block:Photo}{block:Photoset}{/block:Photoset}{block:Video}{/block:Video}{block:Audio}{/block:Audio}{block:Answer}{/block:Answer}
  570. {block:Text}{Body}{/block:Text}
  571.  
  572. {block:Photo}<center>{block:IndexPage}<img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"/></a>
  573. {/block:IndexPage}
  574.  
  575. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="600px"/>
  576.  
  577.  
  578. {LinkCloseTag}{/block:PermalinkPage}</center>{/block:Photo}
  579. {block:Photoset}<center>{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  580. {block:Quote}{block:Source}{Source}{/block:Source}{/block:Quote}
  581. {block:Link}<a href="{URL}" class="links2" {Target}>{Name}</a><BR>{block:Description}<h2>{Description}</h2>{/block:Description}{/block:Link}
  582. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  583. {block:Video}<center>{block:IndexPage}<div id="video">{Video-500}</div>{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>{/block:Video}
  584. {block:Audio}<span class="audio">{AudioPlayergrey}</span>{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:Audio}
  585. {block:Answer}<div id="asker">{Asker} Asked: <br><br>{Question}</div><div id="answer">I answered: {Answer}</div>{/block:Answer}</div>
  586. {block:PermalinkPage}{block:Date}<div id="info">{block:Caption}{Caption}{/block:Caption}
  587.  
  588.  
  589. <div id="bottominfo">
  590. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month}&middot;{DayofMonth}&middot;{NoteCount} Notes{/block:Date}&hearts; {block:RebloggedFrom}<br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  591.  
  592.  
  593. {block:HasTags}<BR>Tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  594. </div></div> {/block:Date}{/block:PermalinkPage}
  595. {/block:Posts}
  596. </div>
  597. {block:PostNotes}{PostNotes}{/block:PostNotes}
  598. <p id="footer">
  599.  
  600.  
  601. </div>
  602.  
  603.  
  604.  
  605. </body>
  606.  
  607.  
  608.  
  609.  
  610. </html>