Trevania

Queen Bee

Dec 13th, 2013
1,103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.56 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  6.  
  7. <script type="text/javascript" src="http://static.tumblr.com/ko1mcho/PMbmlkh9e/jquery.style-my-tooltips.js"></script>
  8.  
  9. <script>
  10. (function($){
  11. $(document).ready(function(){
  12. $("[title],a[title],img[title]").style_my_tooltips({
  13. tip_follows_cursor:"true",
  14. tip_delay_time:100,
  15. tip_fade_speed:100,
  16. attribute:"title"
  17. });
  18. });
  19. })(jQuery);
  20. </script>
  21.  
  22.  
  23.  
  24. <link rel="shortcut icon" href="{Favicon}" />
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  26. <title>{Title}</title>
  27. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  28.  
  29. <!-- DEFAULTS -->
  30. <meta name="color:background" content="#ffffff">
  31. <meta name="color:title" content="#ffffff">
  32. <meta name="color:posts" content="#fcfcfc">
  33. <meta name="color:info" content="#fdfdfd">
  34. <meta name="color:tag" content="#fdfdfd">
  35. <meta name="color:text" content="#c0bdb8" />
  36. <meta name="color:link hover" content="#fdfdfd" />
  37. <meta name="color:link" content="#c0bdb8" />
  38. <meta name="color:scrollbar" content="#c0bdb8" />
  39. <meta name="color:scrollbg" content="#ffffff" />
  40.  
  41.  
  42. <meta name="color:bold" content="#ffffff" />
  43. <meta name="color:italic" content="#ffffff" />
  44. <meta name="color:underline" content="#ffffff" />
  45.  
  46. <meta name="image:wrap" content="0" />
  47.  
  48. <meta name="text:Link1" content="/" />
  49. <meta name="text:Link1 Title" content="LINK1" />
  50. <meta name="text:Link2" content="/" />
  51. <meta name="text:Link2 Title" content="LINK2" />
  52. <meta name="text:Link3" content="/" />
  53. <meta name="text:Link3 Title" content="LINK3" />
  54. <meta name="text:Link4" content="/" />
  55. <meta name="text:Link4 Title" content="LINK4" />
  56. <meta name="text:Link5" content="/" />
  57. <meta name="text:Link5 Title" content="LINK5" />
  58.  
  59. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  60. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  61. <script type="text/javascript" charset="utf-8">
  62. var $j = jQuery.noConflict();
  63. $j(function() {
  64. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  65. $j("img").lazyload({
  66. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  67. effect: "fadeIn",
  68. });
  69. });
  70. </script>
  71.  
  72.  
  73. </head>
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78.  
  79. ::-webkit-scrollbar-thumb:vertical {
  80. background-color:{color:scrollbar};
  81. height:100px;
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb:horizontal {
  85. background-color:{color:scrollbar};
  86. height:10px !important;
  87. }
  88.  
  89. ::-webkit-scrollbar {
  90. background-color:{color:background};
  91. height:7px;
  92. width:7px;
  93.  
  94. }
  95.  
  96. .ask {
  97. align:right;
  98. background: {color:bold};
  99. margin:7px 0px 5px 66px;
  100. padding:10px;
  101. position: relative;
  102. -moz-border-radius:5px;
  103. -webkit-border-radius:5px;
  104. border-radius:5px;
  105. color:white;
  106. }
  107.  
  108. .ask a:link {
  109. color:#000;
  110. }
  111.  
  112.  
  113. .ask p {
  114. margin:1px 0px;
  115. }
  116.  
  117. .ask span {
  118. display:block;
  119. position:absolute;
  120. width:1px;
  121. height:1px;
  122. font-size: 0;
  123. line-height: 1px;
  124. left:-10px;
  125. top:10px;
  126. border-top:7px solid transparent;
  127. border-bottom:7px solid transparent;
  128. border-right:10px solid {color:bold};
  129. }
  130.  
  131. .askborder {
  132. float: left;
  133. margin: 1px 4px 0 0;
  134. padding: 2px;
  135. background:{color:italic};
  136. }
  137.  
  138. #askbg a {
  139. color:white;
  140. font-weight:bold;
  141. }
  142.  
  143. ::-moz-selection {
  144. background-color:{color:scrollbg};
  145. color: {color:scrollbar};
  146. }
  147.  
  148. ::selection {
  149. background-color:{color:scrollbg};
  150. color: {color:scrollbar};
  151. }
  152.  
  153. body {color:{color:text};
  154. background-color:{color:background};
  155. background-image: url('{image:Background}');
  156. background-attachment:fixed;
  157. font-family: 'Calibri', serif;
  158. color: {color:text};
  159. font-size:10px;
  160. line-height:12px;
  161. text-align:justify;
  162. }
  163.  
  164. a:link, a:active, a:visited {
  165. color: {color:link};
  166. text-decoration:none;
  167. -webkit-transition: all 0.4s ease-in-out;
  168. -moz-transition: all 0.4s ease-in-out;
  169. -o-transition: all 0.4s ease-in-out;
  170. }
  171.  
  172. a:hover {
  173. color:{color:link hover};
  174. -webkit-transition: all 0.4s ease-in-out;
  175. -moz-transition: all 0.4s ease-in-out;
  176. -o-transition: all 0.4s ease-in-out;
  177. }
  178.  
  179. #s-m-t-tooltip {
  180. color: #fff;
  181. width: auto;
  182. font-size: 7px;
  183. font-weight:bold;
  184. letter-spacing:2px;
  185. padding: 2px 7px 2px 7px;
  186. text-transform: uppercase;
  187. background-color:{color:info};
  188. z-index: 100;
  189. position: absolute;
  190. display:inline-block;
  191. margin-top: 20px;
  192. margin-left: 10px;
  193. }
  194.  
  195.  
  196. small{font-size:auto}
  197. big{font-size:auto}
  198. b, strong{color:{color:bold};}
  199. i, em {color:{color:italic};}
  200. u{color:{color:underline};}
  201. p{margin-top:6px; margin-bottom:6px}
  202. blockquote {padding:0px;
  203. padding-left:10px;
  204. margin:8px;
  205. border-left:2px solid {color:bold};}
  206.  
  207.  
  208. img a{
  209. border:none;
  210. width:100%;
  211. }
  212.  
  213. #container {
  214. background-color:transparent;
  215. width: 800px;
  216. text-align: center;
  217. margin: 0px auto -10px auto;
  218. }
  219.  
  220. #entries {
  221. width: 500px;
  222. margin-top:10px;
  223. margin-left: -80px;
  224. height: 100%;
  225. text-align:justify;
  226. padding: 25px 0px 0px 10px;
  227.  
  228. }
  229.  
  230. #posts {
  231. width: 500px;
  232. padding: 10px 10px 85px 10px;
  233. margin-bottom: 2px;
  234. margin-left:17px;
  235. margin-top:40px;
  236.  
  237. }
  238.  
  239.  
  240. #title {
  241. width: 420px;
  242. position:fixed;
  243. margin-top:50px;
  244. padding:15px;
  245. text-align:center;
  246. font:30px 'Georgia', sans-serif;
  247. font-weight:bold;
  248. font-style:italic;
  249. letter-spacing:1px;
  250. line-height:26px;
  251. margin-left:25px;
  252. z-index:1;
  253. }
  254.  
  255. #title a{
  256. color:{color:title};
  257. -webkit-transition: all 0.4s ease-in-out;
  258. -moz-transition: all 0.4s ease-in-out;
  259. -o-transition: all 0.4s ease-in-out;
  260.  
  261. }
  262.  
  263.  
  264. #title a:hover {
  265. color:{color:underline};
  266. -webkit-transition: all 0.4s ease-in-out;
  267. -moz-transition: all 0.4s ease-in-out;
  268. -o-transition: all 0.4s ease-in-out;
  269. }
  270.  
  271. #links {
  272. float:left;
  273. position:fixed;
  274. display:block;
  275. margin-left:24px;
  276. margin-top:45px;
  277. }
  278.  
  279. #links a{
  280. background-color:{color:tag};
  281. border-left: 20px solid #FF4562;
  282. text-transform:uppercase;
  283. text-align:left;
  284. display: inline-block;
  285. width:130px;
  286. font:.6px 'Calibri';
  287. font-weight:bold;
  288. letter-spacing:3px;
  289. color:{color:background};
  290. margin:0px 0px 4px 0px;
  291. padding:4px;
  292. -webkit-transition: all 0.4s ease-in-out;
  293. -moz-transition: all 0.4s ease-in-out;
  294. -o-transition: all 0.4s ease-in-out;
  295.  
  296. }
  297.  
  298. #links a:hover{
  299. border-left: 20px solid {color:bold};
  300. -webkit-transition: all 0.4s ease-in-out;
  301. -moz-transition: all 0.4s ease-in-out;
  302. -o-transition: all 0.4s ease-in-out;
  303. }
  304.  
  305. b1 {
  306. text-transform:uppercase;
  307. font-size: 12px;
  308. letter-spacing:2px;
  309. border-right: 1px solid #CFCFBE;
  310. padding-right:15px;
  311. padding-left:12px;
  312. line-height:14px;
  313. color: {color:underline};
  314. }
  315.  
  316. b2 {
  317. padding-left:15px;
  318. }
  319.  
  320. #aviwrap {
  321. padding:0px 10px 5px 0px;
  322. float:left;
  323. }
  324.  
  325. #avi {
  326. float:left;
  327. width: 64px;
  328. height: 64px;
  329. padding:5px;
  330. border: 1px solid {color:scrollbar};
  331. }
  332.  
  333. #wrap {
  334. background-image:url("{image:wrap}");
  335. background-color:{color:underline};
  336. right:0;
  337. margin-top:-10px;
  338. height:100%;
  339. width:500px;
  340. position:fixed;
  341. }
  342.  
  343. #description {
  344. background-color:#fff;
  345. text-align:justify;
  346. display:block;
  347. width:420px;
  348. height:auto;
  349. font-family: 'Noto Serif', serif;
  350. font-size: 8px;
  351. padding:0px;
  352. text-transform:none;
  353. padding:15px;
  354. position:absolute;
  355. margin-left:25px;
  356. margin-top:120px;
  357. }
  358.  
  359. #addlinks {
  360. background-color:#fff;
  361. font:7px 'Calibri', serif;
  362. width:420px;
  363. padding:15px;
  364. color:{color:border2}
  365. letter-spacing: 1px;
  366. text-align:center;
  367. text-transform:uppercase;
  368. margin-top:15px;
  369. margin-left:-15px;
  370. position:fixed;
  371. }
  372.  
  373. #addlinks a {
  374.  
  375. -webkit-transition: all 0.4s ease;
  376. -moz-transition: all 0.4s ease;
  377. -o-transition: all 0.4s ease;
  378. }
  379.  
  380. #addlinks a:hover {
  381.  
  382. -webkit-transition: all 0.4s ease;
  383. -moz-transition: all 0.4s ease;
  384. -o-transition: all 0.4s ease;
  385. }
  386.  
  387.  
  388. #pages {
  389. text-decoration:none;
  390. padding:10px;
  391. font:10px 'Calibri', serif;
  392. font-weight:bold;
  393. letter-spacing: 1px;
  394. width:auto;
  395. text-align:center;
  396. text-transform:uppercase;
  397. position:fixed;
  398. margin-left:70px;
  399. bottom:0;
  400. }
  401.  
  402. #pages a {
  403. color:{color:italic};
  404. }
  405.  
  406.  
  407. h1{
  408. color:{color:title};
  409. font-family:{font:text};
  410. font-size:10px;
  411. line-height:12px;
  412. letter-spacing:0px;
  413. font-weight:italic;
  414. text-transform:uppercase;
  415. margin:0px;
  416. padding:0px;
  417. text-align:center;
  418. }
  419.  
  420. h2{
  421. color:{color:text};
  422. font-family: 'Noto Serif', serif;
  423. font-size:10px;
  424. line-height:15px;
  425. letter-spacing:0px;
  426. font-weight:normal;
  427. text-transform:none;
  428. margin:0px;
  429. padding:0px;
  430. margin-bottom:-5px;
  431. text-align:center;
  432. }
  433.  
  434. #stuffs {
  435. color:{color:tag};
  436. float:left;
  437. width:500px;
  438. text-align:left;
  439. font-size:8px;
  440. font-family: 'Calibri', serif;
  441. text-transform:uppercase;
  442. padding-top:4px;
  443. }
  444.  
  445. #quote {
  446. font-family:'Georgia';
  447. color: {color:underline};
  448. padding-bottom:8px;
  449. font-size: 16px;
  450. font-style:italic;
  451. }
  452.  
  453. #info{
  454. padding:10px 0px 0px 0px;
  455. border-top:3px #CFCFBE double;
  456. color:{color:scrollbar};
  457. float:left;
  458. margin-left:0px;
  459. margin-top:10px;
  460. width:500px;
  461. text-align:left;
  462. font-size:8px;
  463. font-family: 'Calibri', serif;
  464. text-transform:uppercase;
  465. }
  466.  
  467. #info a:hover {
  468. color:{color:link hover};
  469. }
  470.  
  471. #reblog {
  472. text-align:right;
  473. float:right;
  474. margin-right:10px;
  475. }
  476.  
  477. #like {
  478. text-align:right;
  479. float:right;
  480. }
  481.  
  482. .date {
  483. text-align:left;
  484. width:500px;
  485. font: 8px 'Calibri', serif;
  486. text-transform:uppercase;
  487. }
  488.  
  489. .date a {
  490. font-weight:none;
  491. text-decoration:none;
  492. color: {color:link hover};
  493. }
  494.  
  495. .date a:hover {
  496. color: {color:link};
  497. }
  498.  
  499. #tags {
  500. width:500px;
  501. padding-top:-10px;
  502. float:left;
  503. text-align:left;
  504. font-size:8px;
  505. font-family: 'Calibri', serif;
  506. font-weight:bold;
  507. font-style:italic;
  508.  
  509. }
  510.  
  511. #tags a {
  512.  
  513. text-decoration:none;
  514. text-transform:lowercase;
  515. line-height:12px;
  516. color: {color: tag};
  517. }
  518.  
  519. #tags a:hover {
  520. color: {color:italic};
  521. font-style:italic;
  522.  
  523. }
  524.  
  525.  
  526. #questions {
  527. background-color:{color:info};
  528. color: {color:text};
  529. padding:2px;
  530. margin-top: 6px;
  531. margin-bottom:2px;
  532. font-family:calibri;
  533. font-size:11px;
  534. text-transform:lowercase;
  535. border-bottom:1px {color:text};
  536. text-align:center;
  537. }
  538.  
  539. #questions a {
  540. color:{color:link};
  541. text-decoration:none;
  542. }
  543.  
  544. #permalink {
  545. padding:5px;
  546. }
  547.  
  548. .playerbuttonbg {
  549. position: absolute;
  550. left: 75px;
  551. top: 80px;
  552. width: 29px;
  553. height: 29px;
  554. background-color: #ffffff;
  555. padding: 10px;
  556. -webkit-border-radius: 40px;
  557. -moz-border-radius: 40px;
  558. border-radius: 40px;
  559. opacity: .4;
  560. filter: alpha(opacity=40);
  561. -moz-opacity: 0.4;
  562. -khtml-opacity: 0.4;
  563. transition: opacity .7s ease-in-out;
  564. -moz-transition: opacity .7s ease-in-out;
  565. -webkit-transition: opacity .7s ease-in-out;
  566. }
  567.  
  568. .playerbuttonbg:hover {
  569. opacity: 1;
  570. filter: alpha(opacity=100);
  571. -moz-opacity: 1;
  572. -khtml-opacity: 1;
  573. }
  574.  
  575. .newplayerbutton {
  576. position: relative;
  577. width: 29px;
  578. height: 29px;
  579. overflow: hidden;
  580. }
  581.  
  582. .playerbuttonhug {
  583. position: absolute;
  584. top: -12px;
  585. left: 0px;
  586. }
  587.  
  588. .tumblr_audio_player {
  589. height: 90px;
  590. width: 270px;
  591. -moz-transform: scale(0.60, 0.60);
  592. -webkit-transform: scale(0.60, 0.60);
  593. -o-transform: scale(0.60, 0.60);
  594. -ms-transform: scale(0.60, 0.60);
  595. transform: scale(0.60, 0.60);
  596. -moz-transform-origin: top left;
  597. -webkit-transform-origin: top left;
  598. -o-transform-origin: top left;
  599. -ms-transform-origin: top left;
  600. transform-origin: top left;
  601. }
  602.  
  603. .audioimgwrapper {
  604. position: absolute;
  605. left: 0px;
  606. top: 0px;
  607. overflow: hidden;
  608. width: 200px;
  609. height:200px;
  610. }
  611.  
  612. .audioimgwrapper img {
  613. width: 100%;
  614. height: auto;
  615. }
  616.  
  617. .trackdetails {
  618. font-family: 'Georgia';
  619. line-height:16px;
  620. width: auto;
  621. display:inline-block;
  622. margin-left: 250px;
  623. margin-top:-50px;
  624. min-height: 85px;
  625. text-align: left;
  626. text-transform: uppercase;
  627. letter-spacing:1px;
  628.  
  629. }
  630.  
  631. .audiowrapper {
  632. position: relative;
  633. display:inline-block;
  634. }
  635.  
  636. .user_1 .label {color:{color:link}; font-weight:bold}
  637. .user_2 .label {color:{color:text}; font-weight:bold}
  638. .user_3 .label {color:{color:link}; font-weight:bold}
  639. .user_4 .label {color:{color:text}; font-weight:bold}
  640.  
  641. ul.chat, .chat ol, .chat li {
  642. list-style:none;
  643. margin:0px;
  644. padding:0px;
  645. }
  646.  
  647. .notes img{
  648. width:10px;
  649. position:relative;
  650. top:1px;
  651. }
  652.  
  653. ol.notes, .notes li{
  654. width:490px;
  655. list-style:none;
  656. margin:0px 0 -1px 5px;
  657. padding:0px;
  658. }
  659.  
  660. #tumblr_controls{
  661. opacity: 0.2;
  662. -webkit-filter: invert(100%);
  663. -webkit-transition: all 2s ease;
  664. -moz-transition: all 2s ease;
  665. -ms-transition: all 2s ease;
  666. -o-transition: all 2s ease;
  667. transition: all 2s ease;
  668. }
  669.  
  670.  
  671. </style>
  672.  
  673. </head>
  674.  
  675.  
  676. {block:Pagination}
  677. <div id="pages">
  678. {block:JumpPagination length="5"}
  679. {block:CurrentPage}
  680. <span class="current_page"><b>{PageNumber}</b></span>
  681. {/block:CurrentPage}
  682.  
  683. {block:JumpPage}
  684. <a class="jump_page" href="{URL}">{PageNumber}</a>
  685. {/block:JumpPage}
  686. {/block:JumpPagination}
  687.  
  688. {block:NextPage}
  689. <a href="{NextPage}" title="Next">+</a>
  690. {/block:NextPage}
  691. </div>
  692. {/block:Pagination}
  693.  
  694.  
  695. <body>
  696.  
  697. <div id="wrap">
  698. <div id="title"> <a href="/"> {title}</a></div>
  699. <div id="description">
  700. <div id="aviwrap">
  701. <div id="avi"><a href="/"><img src="{PortraitURL-64}"></a>
  702. </div>
  703. </div>
  704. <span style="color:{color:bold}">♛ </span>{Description}<br>
  705.  
  706. <div id="addlinks">
  707. <center>
  708. <a href="/" title="Index">Index</a>&nbsp;
  709. |
  710. &nbsp;<a href="/ask" title="Message">Message</a>&nbsp;
  711. |
  712. &nbsp;
  713. {block:ifLink1}
  714. <a href="{text:Link1}" title="{text:Link1 Title}">{text:Link1 Title}</a>
  715. {/block:ifLink1}&nbsp;
  716.  
  717. |
  718.  
  719. &nbsp;{block:ifLink2}
  720. <a href="{text:Link2}" title="{text:Link2 Title}">{text:Link2 Title}</a>
  721. {/block:ifLink2}&nbsp;
  722.  
  723. |
  724.  
  725. &nbsp;{block:ifLink3}
  726. <a href="{text:Link3}" title="{text:Link3 Title}">{text:Link3 Title}</a>
  727. {/block:ifLink3}&nbsp;
  728.  
  729. |
  730.  
  731. &nbsp;{block:ifLink4}
  732. <a href="{text:Link4}" title="{text:Link4 Title}">{text:Link4 Title}</a>
  733. {/block:ifLink4}&nbsp;
  734.  
  735. |
  736.  
  737. &nbsp;{block:ifLink5}
  738. <a href="{text:Link5}" title="{text:Link5 Title}">{text:Link5 Title}</a>
  739. {/block:ifLink5}&nbsp;
  740.  
  741. |
  742.  
  743. &nbsp;<a href="http://partraven.trevania.com/" title="Credit">©</a>
  744.  
  745. </center>
  746.  
  747. </div></div><div></div></div>
  748.  
  749.  
  750. <div id="container">
  751.  
  752.  
  753.  
  754. <div id="entries">
  755.  
  756. {block:posts}
  757.  
  758. <div id="posts">
  759.  
  760. {block:Text}
  761. {block:Title}<h1><b>{Title}</b></h1>{/block:Title}
  762. {Body}{/block:Text}
  763.  
  764.  
  765. {block:Quote}<div id="quote">“{Quote}”</div> — {Source}<br>{/block:Quote}
  766.  
  767. {block:Link}
  768. <a href="{URL}"><h1>{Name}</h1>
  769. </a>
  770.  
  771. {block:Description}
  772. <p>{Description}</p>
  773. {/block:Description}
  774. {/block:Link}
  775.  
  776. {block:Photo}<center>
  777. <img src="{PhotoURL-500}"/></center><br>
  778. {block:Caption}{Caption}{/block:Caption}
  779. {/block:Photo}
  780.  
  781. {block:Photoset}<center>
  782. {Photoset-500}</center><br>
  783. {block:Caption}{Caption}
  784. {/block:Caption}{/block:Photoset}
  785.  
  786. {block:Chat}<ul class="chat">
  787. {block:Lines}<li class="user_{UserNumber}">
  788. {block:Label}<span class="label">{Label}</span>
  789. {/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  790.  
  791. {block:Video}{Video-500}<br>
  792. {block:Caption}{Caption}
  793. {/block:Caption}{/block:Video}
  794.  
  795. {block:Answer}<img src="{AskerPortraitURL-40}" align="center" class="askborder"><div class="ask">
  796. <div id="askbg">
  797. <span></span>{Asker}: {Question}&nbsp;</div></div>
  798. <br>
  799. <blockquote>{Answer}{/block:Answer}</blockquote>
  800.  
  801.  
  802. {block:AudioPlayer}
  803. <div class="audiowrapper">
  804. {block:AlbumArt}
  805. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  806. {/block:AlbumArt}
  807. <br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  808.  
  809. <div class="playerbuttonbg">
  810. <div class="newplayerbutton">
  811. <div class="playerbuttonhug">
  812.  
  813. {AudioPlayerWhite}
  814.  
  815. </div>
  816. </div>
  817. </div>
  818.  
  819. <div class="trackdetails">
  820.  
  821. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  822. {block:Artist}<b>Artist:</b> <i>{Artist}</i>{/block:Artist}<br/>
  823. {block:Album}<b>Album:</b> <i>{Album}</i>{/block:Album}<br/><br>
  824. {PlayCountWithLabel}
  825.  
  826. </div>
  827. </div>
  828. {/block:AudioPlayer}
  829.  
  830.  
  831.  
  832.  
  833. <br>
  834.  
  835. <div id="info">
  836. <div class="date">{block:Date}<a href="{Permalink}">{timeago}</a> {/block:Date} with <b>{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</b> &nbsp; [
  837. {block:RebloggedFrom}
  838. <a title="{ReblogParentName}" href="{ReblogParentURL}"><b>via</b></a>&nbsp; + &nbsp;
  839. <a title="{ReblogRootName}" href="{ReblogRootURL}"> <b>source</b> </a>
  840. {/block:RebloggedFrom} ]
  841. <div id="like">{LikeButton size="13"}</div>
  842. <div id="reblog">{ReblogButton size="13"}</div>
  843. <div id="permalink">
  844. {block:PermalinkPage}
  845. {/block:PermalinkPage}
  846. </div>
  847.  
  848. <div id="tags">{block:HasTags}{block:Tags}<b>#</b> <a href="{TagURL}">{Tag} </a> {/block:Tags}{/block:HasTags}</div>
  849. <br />
  850.  
  851. </div>
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859. </div>
  860. </div>
  861.  
  862. {/block:Posts}
  863.  
  864.  
  865. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  866.  
  867. </div>
  868. </div>
  869.  
  870. </body>
  871. </html>
Add Comment
Please, Sign In to add comment