Advertisement
Guest User

for ashley

a guest
Jan 18th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.82 KB | None | 0 0
  1.  
  2.  
  3. <!-- ★ theme by asteroided.tumblr.com // plantaiethemes.tumblr.com ★
  4.  
  5. keep the credit otherwise die !-->
  6.  
  7.  
  8.  
  9. <html lang="en">
  10. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml">
  12.  
  13. <head>
  14.  
  15. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  16.  
  17. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  18.  
  19. <script>
  20.  
  21. (function($){
  22.  
  23. $(document).ready(function(){
  24.  
  25. $("a[title]").style_my_tooltips({
  26.  
  27. tip_follows_cursor:true,
  28.  
  29. tip_delay_time:90,
  30.  
  31. tip_fade_speed:600,
  32.  
  33. attribute:"title"
  34.  
  35. });
  36.  
  37. });
  38.  
  39. })(jQuery);
  40.  
  41. </script>
  42.  
  43. <script src="http://static.tumblr.com/kcrxiw3/LDBlqq9ia/jquerry.js"></script>
  44.  
  45. <script>
  46. $(document).ready(function() {
  47. //
  48. $('a.poplight[href^=#]').click(function() {
  49. var popID = $(this).attr('rel'); //Get Popup Name
  50. var popURL = $(this).attr('href'); //Get Popup href to define size
  51. var query= popURL.split('?');
  52. var dim= query[1].split('&');
  53. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  54. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i41.tinypic.com/15cy6ow.png" class="btn_close" title="Close Window" alt="Close" /></a>');
  55. var popMargTop = ($('#' + popID).height() + 80) / 2;
  56. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  57. //Apply Margin to Popup
  58. $('#' + popID).css({
  59. 'margin-top' : -popMargTop,
  60. 'margin-left' : -popMargLeft
  61. });
  62. $('body').append('<div id="fade"></div>');
  63. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  64. return false;
  65. });
  66. $('a.close, #fade').live('click', function() {
  67. $('#fade , .popup_block').fadeOut(function() {
  68. $('#fade, a.close').remove(); //fade them both out
  69. });
  70. return false;
  71. });
  72. });
  73. </script>
  74.  
  75.  
  76.  
  77.  
  78. <script type="text/javascript">
  79. <!--
  80.  
  81. // Disable Right Click Script
  82.  
  83. function IE(e)
  84. {
  85. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  86. {
  87. return false;
  88. }
  89. }
  90. function NS(e)
  91. {
  92. if (document.layers || (document.getElementById && !document.all))
  93. {
  94. if (e.which == "2" || e.which == "3")
  95. {
  96. return false;
  97. }
  98. }
  99. }
  100. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  101.  
  102. //-->
  103. </script>
  104.  
  105.  
  106. <script type="text/javascript"
  107. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  108.  
  109.  
  110. <!--DEFAULT VARIABLES-->
  111. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  112. <meta name="color:background" content="#fff"/>
  113. <meta name="color:link" content="#777"/>
  114. <meta name="color:text" content="#777"/>
  115. <meta name="color:title" content="#333"/>
  116. <meta name="color:hover" content="#000"/>
  117. <meta name="color:description borders" content="#000"/>
  118. <meta name="color:post border" content="#000"/>
  119. <meta name="color:post background" content="#fff"/>
  120.  
  121. <meta name="image:background" content="1"/>
  122.  
  123. <meta name="text:link1 url" content="/"/>
  124. <meta name="text:link1 title" content="link"/>
  125. <meta name="text:link2 url" content="/"/>
  126. <meta name="text:link2 title" content="link"/>
  127. <meta name="text:link3 url" content="/"/>
  128. <meta name="text:link3 title" content="link"/>
  129.  
  130.  
  131.  
  132.  
  133. <style type="text/css">
  134.  
  135.  
  136.  
  137. @font-face { font-family: "calibri"; src: url('http://static.tumblr.com/gdh5wux/vyHmesmtu/odcalibrilik.ttf'); }
  138.  
  139. ::-webkit-scrollbar {width: 4px; height: 4px; border:1px solid #ddd; background-color:#fff;}
  140. ::-webkit-scrollbar-thumb { border-left:0px solid #ddd; background: {color:scrollbar};}
  141.  
  142. #fade {
  143. display: none;
  144. background: #fff;
  145. position: fixed; left: 0; top: 0;
  146. width: 100%; height: 100%;
  147. opacity: .80;
  148. z-index: 9999;
  149. }
  150. .popup_block{
  151. display: none;
  152. background: #fff;
  153. padding: 15px;
  154. padding-top:17px;
  155. color:#aaa;
  156. float: left;
  157. position: fixed;
  158. top: 35%; left: 50%;
  159. height:auto;
  160. width:350px!important;
  161. text-align:center;
  162. text-transform:uppercase;
  163. z-index: 9999999999999999999;
  164. /*--CSS3 Box Shadows--*/
  165. -webkit-box-shadow: 0px 0px 40px #888;
  166. -moz-box-shadow: 0px 0px 40px #888;
  167. box-shadow: 0px 0px 40px #888;
  168. /*--CSS3 Rounded Corners--*/
  169. -webkit-border-radius: 0px;
  170. -moz-border-radius: 0px;
  171. -webkit-filter:grayscale(0%);
  172. transition: all 0.9s ease-out;
  173. -o-transition-transition: all 0.9s ease-out;
  174. -webkit-transition: all 0.9s ease-out;
  175. -moz-transition: all 0.9s ease-out;
  176. }
  177. img.btn_close {
  178. float: right;
  179. margin: -20 -5px 0 0;
  180. margin-top:-15px!important;
  181. }
  182.  
  183.  
  184. *html #fade {
  185. position: absolute;
  186. }
  187. *html .popup_block {
  188. position: absolute;
  189. }
  190.  
  191. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  192.  
  193. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  194.  
  195. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  196.  
  197. p {
  198. margin:0px;
  199. margin-top:0px;
  200. }
  201.  
  202.  
  203. ::selection {
  204. background: #ffffff;
  205. color: #ffffff;
  206. }
  207.  
  208. ::-moz-selection {
  209. background: #ffffff;
  210. color: #ffffff;
  211. }
  212.  
  213. body {
  214. padding: 0px;
  215. margin: 0px;
  216. color:{color:text};
  217. font-family: calibri;
  218. line-height:10px;
  219. font-size:10px;
  220. background-image:url({image:background});
  221. background-color: {color:Background};
  222. background-attachment: fixed;
  223. background-size: cover;
  224. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  225. }
  226. b, strong {color:#ccd ; text-decoration: none; text-shadow:3px #000;}
  227.  
  228. a:link, a:active, a:visited{
  229. text-decoration: none;
  230. -webkit-transition: color 0.3s ease-out;
  231. -moz-transition: color 0.3s ease-out;
  232. transition: color 0.3s ease-out;
  233. color:{color:link};
  234. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  235. }
  236.  
  237. a:hover {
  238. text-decoration: none;
  239. font-style:;
  240. color: {color:Hover};
  241.  
  242. }
  243.  
  244. div#center{
  245. margin:auto;
  246. position:relative;
  247. width:1000px;
  248. background-color:;
  249. overflow:auto;
  250. overflow-y:hidden;
  251. }
  252.  
  253.  
  254.  
  255.  
  256. .mil{
  257. position:fixed;
  258. background:#f0f4f8;
  259. height:15px;
  260. width:58px;
  261. font-family:calibri;
  262. text-transform:uppercase;
  263. text-align:center;
  264. font-size:9px;
  265. color:black;
  266. margin-top:0px;
  267. margin-left:0px;
  268. border-bottom:1px solid #ddd;
  269. }
  270.  
  271.  
  272.  
  273. .entry img{
  274. {block:indexpage}
  275. max-width:250px;
  276. {/block:indexpage}
  277. }
  278.  
  279. .entry {
  280. float:center;
  281. display: block;
  282. margin:30px;
  283. font-family:calibri;
  284. overflow:hidden;
  285. width:250px;
  286. opacity:1;
  287. line-height:14px;
  288. padding-bottom:10px;
  289. padding-left:6px;
  290. padding-right:6px;
  291. color:#999;
  292. padding-top:6px;
  293. background:{color:post background};
  294. border:3px solid {color:post border};
  295. {block:PermalinkPage}
  296. width:350px;
  297. text-align:left;
  298. line-height:12px;
  299. {/block:PermalinkPage}
  300. background-image:URL();
  301. -webkit-transition: all .7s ease;
  302. -moz-transition: all .7s ease;
  303. -o-transition: all .7s ease;
  304. transition: all .7s ease;
  305. }
  306.  
  307. .entry:hover{
  308. opacity:2;
  309. border:3px solid #ccc;
  310.  
  311. }
  312.  
  313. .entry .perma a{
  314. color:#888;
  315. text-align:right;
  316. font-family:calibri;
  317. font-size:9px;
  318. text-transform:uppercase;
  319. }
  320.  
  321. .entry .perma a:hover {
  322. text-decoration: none;
  323. font-style:;
  324. color: {color:Hover};
  325. }
  326.  
  327. .entry .perma{
  328. width:300px;
  329. height:8px;
  330. margin-left:0px;
  331. padding:5px;
  332. position: absolute;
  333. line-height: 10px;
  334. overflow:hidden;
  335. text-align:left;
  336. font-family:calibri;
  337. font-size:9px;
  338. text-transform:uppercase;
  339. letter-spacing:1px;
  340. bottom:0px;
  341. background:{color:post background};
  342. opacity:1;
  343. }
  344.  
  345.  
  346.  
  347. .permalink {
  348. display: block;
  349. border-top: 1px solid #ddd;
  350. padding: 3px;
  351. margin: 4px 8px 0px 8px;
  352. font-family: calibri;
  353. font-size: 9px;
  354. color: #424242;
  355. line-height: 18px;
  356. text-align:left;
  357. text-decoration: none;
  358. text-transform:uppercase;
  359. -webkit-transition: color 0.9s ease-out;
  360. -moz-transition: color 0.9s ease-out;
  361. }
  362.  
  363.  
  364. .title{
  365. font-family:calibri;
  366. font-size: 15px;
  367. font-style:italic;
  368. line-height: 17px;
  369. color:{color:title};
  370. letter-spacing: 0px;
  371. font-weight: normal;
  372. padding:0px 0px 0px 0px;
  373. }
  374.  
  375. #posts {
  376. width:680px;
  377. margin-top:0px;
  378. z-index:99;
  379. margin-left:-20px;
  380. right:auto;
  381. height:100%;
  382. padding-top:10px;
  383. background:none;
  384. margin-right:auto;
  385. position:center;
  386. overflow-y: hidden;
  387. }
  388.  
  389.  
  390.  
  391. #desc{
  392. position:fixed;
  393. margin-top:150px;
  394. margin-left:670px;
  395. border:solid 3px {color:description borders};
  396. height:auto;
  397. width:200px;
  398. padding:10px;
  399. font-family:calibri;
  400. text-transform:uppercase;
  401. text-align:justify;
  402. background:white;
  403. font-size:9px;
  404. letter-spacing:1px;
  405. z-index:999;
  406. }
  407.  
  408. #navbox{
  409. position:fixed;
  410. margin-top:130px;
  411. margin-left:670px;
  412. border:solid 3px {color:description borders};
  413. height:0px;
  414. width:200px;
  415. padding:10px;
  416. line-height:2px;
  417. font-family:calibri;
  418. text-align:left;
  419. text-transform:uppercase;
  420. background:white;
  421. font-size:9px;
  422. letter-spacing:1px;
  423. z-index:9999;
  424. -webkit-transition: all .7s ease;
  425. -moz-transition: all .7s ease;
  426. -o-transition: all .7s ease;
  427. transition: all .7s ease;
  428. }
  429.  
  430. #desc a{
  431. color:#ccd;
  432. -webkit-transition: color 0.9s ease-out;
  433. -moz-transition: color 0.9s ease-out;
  434. }
  435.  
  436. #desc a:hover{
  437. color:#999;
  438. -webkit-transition: color 0.9s ease-out;
  439. -moz-transition: color 0.9s ease-out;
  440. }
  441.  
  442. .asker{
  443. color:{color:link};
  444. text-transform:uppercase;
  445. font-family:calibri;
  446. font-size:10px;
  447. font-style:italic;
  448. }
  449. .asker a{
  450. color:#ccd;
  451. text-transform:uppercase;
  452. font-family:calibri;
  453. font-size:10px;
  454. border-bottom:dashed 0px {color:dashed border};
  455. }
  456.  
  457. @font-face { font-family: "lusted"; src: url('http://static.tumblr.com/uuzw7gl/x1umfczqz/lubgrxl.ttf'); }
  458.  
  459.  
  460. .albumn {
  461. position:absolute;
  462. }
  463. .albumn img {
  464. width:60px;
  465. height:60px;
  466. margin-left:170px;
  467. margin-top:-5px;
  468. border:double 4px #eee;
  469. }
  470.  
  471.  
  472. .audioplayer {
  473. width:100%;
  474. padding:5px;
  475. overflow:hidden;
  476. margin-left:0px;
  477. }
  478.  
  479. .audiocontent {
  480. margin-top:5px;
  481. margin-left:0px;
  482. width:115px;
  483. height:auto;
  484. background:transparent;
  485. min-height:45px;
  486. line-height:20px;
  487. font-family:calibri;
  488. text-transform:uppercase;
  489. font-style:italic;
  490. font-size:10px;
  491. color:#000;
  492. }
  493.  
  494. .player {
  495. position:absolute;
  496. background:white;
  497. overflow:hidden;
  498. opacity:.7;
  499. padding:2px;
  500. width:25px;
  501. height:25px;
  502. margin-left:188px;
  503. margin-top:10px;
  504. z-index:99;
  505. font:calibri;
  506. }
  507.  
  508.  
  509.  
  510. #infscr-loading{
  511. bottom: -70px;
  512. position: absolute;
  513. left: 50%;
  514. margin-left:-8px;
  515. width:16px;
  516. height:11px;
  517. overflow:hidden;
  518. margin-bottom: 50px;
  519. }
  520.  
  521. #postnotes{
  522. text-align: justify;}
  523.  
  524. #postnotes blockquote{
  525. border: 0px;}
  526.  
  527. blockquote{
  528. padding:0px 0px 2px 5px;
  529. margin:0px 0px 2px 10px;
  530. border-left: 1px solid #ccc;
  531. }
  532.  
  533. blockquote p, ul{
  534. margin:0px;
  535. padding:0px;
  536. }
  537.  
  538. a img{border: 0px;}
  539.  
  540.  
  541. ul, ol, li,{list-style:none; margin:0px; padding:0px;}
  542.  
  543.  
  544. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  545. .user_7 .label, .user_8 .label, .user_9 .label {color:#ccd; text-transform:uppercase; font-size:10px;}
  546.  
  547. .notes img{width:10px; position:relative; top:3px;}
  548. <--ses-->
  549. small{font-size: 90%;}
  550.  
  551.  
  552. {CustomCSS}
  553. #s-m-t-tooltip {
  554. max-width:140px;
  555. padding:2px 2px 3px 2px;
  556. margin:10px 0px 0px 10px;
  557. background-color:#fff; /* change the background color */
  558. border:1px solid #ccc;
  559. font-family:calibri; /* change the font */
  560. font-size:9px; /* change the font size */
  561. letter-spacing:1px; /* change the letter spacing */
  562. text-transform:uppercase; /* can be none, lowercase, none*/
  563. color:#777; /* change the text color */
  564. z-index:999999999999999999999999999999999999;
  565. }
  566. </style>
  567. <div style="position:fixed; right:5px; bottom:5px; opacity:1;"> <a href="http://plantaiethemes.tumblr.com/" title="Plantaie Themes"><img src="http://33.media.tumblr.com/f04e15b165b02711ff265a3ebf569d2e/tumblr_inline_n0peeyprAm1rg20ul.gif" width=”25”></a></div>
  568.  
  569. {block:IndexPage}
  570. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  571. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  572.  
  573. <script type="text/javascript">
  574. $(window).load(function(){
  575. var $wall = $('#posts');
  576. $wall.imagesLoaded(function(){
  577. $wall.masonry({
  578. itemSelector: '.entry, .entry_photo',
  579. isAnimated : false
  580. });
  581. });
  582.  
  583. $wall.infinitescroll({
  584. navSelector : '#pagination',
  585. nextSelector : '#pagination a',
  586. itemSelector : '.entry, .entry_photo',
  587. bufferPx : 2000,
  588. debug : false,
  589. errorCallback: function() {
  590. $('#infscr-loading').fadeOut('normal');
  591. }},
  592. function( newElements ) {
  593. var $newElems = $( newElements );
  594. $newElems.hide();
  595. $newElems.imagesLoaded(function(){
  596. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  597. });
  598. }); $('#posts').show(500);
  599. });
  600. </script>
  601.  
  602.  
  603. {/block:IndexPage}
  604.  
  605.  
  606. <title>{title}</title>
  607.  
  608. <link rel="shortcut icon" href="{Favicon}" />
  609. <meta name="viewport" content="width=820" />
  610. </head>
  611. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  612.  
  613. <script>
  614.  
  615. (function($){
  616.  
  617. $(document).ready(function(){
  618.  
  619. $("a[title]").style_my_tooltips({
  620.  
  621. tip_follows_cursor:true,
  622.  
  623. tip_delay_time:90,
  624.  
  625. tip_fade_speed:600,
  626.  
  627. attribute:"title"
  628.  
  629. });
  630.  
  631. });
  632.  
  633. })(jQuery);
  634.  
  635. </script>
  636. <body>
  637. <BODY onselectstart="return false;" ondragstart="return false;">
  638. <div class="wrapper">
  639. <div class="header">
  640. </div>
  641.  
  642. <div id="cage">
  643. <div id="center">
  644.  
  645.  
  646. <div id="desc">{description}</div>
  647.  
  648. <div id="navbox">
  649. <a href="/">home</a>
  650. <a href="/ask">ask</a>
  651. </a> <a href="{text:link1 url}">{text:link1 title}</a>
  652. <a href="#?w=500" rel="03" class="{text:link2 url}">{text:link2 title}
  653. <a href="{text:link3 url}">{text:link3 title}</a>
  654. <a href="http://enduhlessly.tumblr.com">theme</a>
  655. </div>
  656.  
  657.  
  658. <div class="left">
  659. <div id="posts">
  660. {block:Posts}
  661. <div class="entry">
  662.  
  663. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  664. <div class="permalink"><a href="{ReblogURL}">Reblog</a> this post with <a href="{Permalink}">{notecountwithlabel}</a></div>
  665. {/block:Text}
  666.  
  667. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalink"><a href="{ReblogURL}">Reblog</a> this post with <a href="{Permalink}">{notecountwithlabel}</a></div>{block:Link}
  668.  
  669. {block:Photo}
  670. {block:IndexPage}
  671. <center>
  672. <div class="perma">
  673. <a title="♡ share ♡"href="{ReblogURL}" target="_blank"> reblog </a> / with {notecountwithlabel} / <a title="♡ permalink page ♡" href="{Permalink}">Permalink</a> </div>
  674.  
  675. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  676. {/block:IndexPage}
  677. {block:PermalinkPage}
  678. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  679.  
  680. {LinkCloseTag}
  681. {/block:PermalinkPage}
  682. {/block:Photo}
  683.  
  684. {block:Photoset}
  685. {block:IndexPage}
  686. <center>
  687. <div class="perma">
  688. <a title="share this post"href="{ReblogURL}" target="_blank"> reblog </a> / with {notecountwithlabel}. <a title="permalink page" href="{Permalink}">Permalink</a> / </div>
  689.  
  690. {Photoset}</center>
  691. {/block:IndexPage}
  692. {block:PermalinkPage}
  693. <center>
  694. {Photoset}</center>
  695. {/block:PermalinkPage}
  696. {/block:Photoset}
  697.  
  698. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalink"><a href="{ReblogURL}">Reblog</a> this post with <a href="{Permalink}">{notecountwithlabel}</a></div>{/block:Quote}
  699.  
  700. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  701. <ul class="chat">
  702. {block:Lines}
  703. <li class="user_{UserNumber}" style="border-top:1px solid #ddd;">
  704. {block:Label}
  705. <span class="label">{Label}</span>
  706. {/block:Label}
  707.  
  708. {Line}
  709. </li>
  710. {/block:Lines}
  711. <div class="permalink"><a href="{ReblogURL}">Reblog</a> this post with <a href="{Permalink}">{notecountwithlabel}</a></div>
  712. {/block:Chat}
  713.  
  714.  
  715.  
  716. {block:Answer}
  717. <br>
  718. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 0px #ddd; border-top-right-radius:0px; border-bottom-right-radius:0px; border-top-left-radius:0px; border-bottom-left-radius:0px; border: double 0px{color:border}; letter-spacing:1px; font:calibri; font-size:10px"/>
  719. <span class="asker">{asker}</span> <span style="font-family:calibri; text-transform:uppercase; font-size:10px; letter-spacing:1px; border:double 0px #000; {coor:dashed border}">{Question}</span>
  720.  
  721. <div style="font-family: calibri; text-transform:uppercase; text-align:left;font-size: 8px; letter-spacing:1px; line-height:10px;"><br>{Answer}<br></div>
  722. <div class="permalink">
  723. <center><span class="textpoop"><div class="peeta"><a href="{permalink}">{NoteCount} notes <font color="{color:text}"> - </font> answered {TimeAgo} </a></div></span>
  724. </div>
  725. {/block:Answer}
  726.  
  727. {block:Audio}
  728. <div class="audioplayer">
  729. {Block:AudioPlayer}
  730. <div class="player">{AudioPlayer}</div>
  731. {/Block:AudioPlayer}
  732. <div class="albumn">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  733. {/Block:AudioPlayer}
  734. <div class="audiocontent">
  735. track ♡ <i>{block:TrackName}
  736. {TrackName}
  737. {/block:TrackName}<br></i>
  738. artist ♡ <i>{block:Artist}
  739. {Artist}
  740. {/block:Artist}<br></i>
  741. plays ♡ {block:PlayCount}
  742. {PlayCount}
  743. {/block:PlayCount}
  744. </div>
  745. <br>
  746. <div class="permalink"><a href="{ReblogURL}">Reblog</a> this post with <a href="{Permalink}">{notecountwithlabel}</a></div></div>
  747. {/block:Audio}
  748.  
  749. {block:Video}
  750. {block:IndexPage}
  751. <center>
  752. <div class="perma">
  753. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  754. {Video}</center>
  755. {/block:IndexPage}
  756. {block:PermalinkPage}
  757. <center>
  758. {Video}</center>
  759. {/block:PermalinkPage}
  760. {block:Video}
  761.  
  762.  
  763. {block:PostNotes}<div align="middle">{caption}</div>
  764. <center>
  765.  
  766. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  767.  
  768. {block:HasTags}
  769. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  770. {block:RebloggedFrom}
  771. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  772. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  773.  
  774. {/block:RebloggedFrom}
  775. </center></span>
  776. <br>
  777. <div id="postnotes">{PostNotes}</div><br>
  778.  
  779. <center>{block:ContentSource}
  780. <br><a href="{SourceURL}">
  781. {lang:Source}:
  782. {block:SourceLogo}
  783. <img src="{BlackLogoURL}" width="{LogoWidth}"
  784. height="{LogoHeight}" alt="{SourceTitle}" />
  785. {/block:SourceLogo}
  786. {block:NoSourceLogo}
  787. {SourceLink}
  788. {/block:NoSourceLogo}
  789. </a>
  790. {/block:ContentSource}</center>
  791.  
  792. {/block:PostNotes}
  793. </div>
  794. {/block:Posts}
  795. </div></div>
  796.  
  797. {block:IndexPage}
  798. {block:Pagination}
  799. <div id="pagination">
  800. {block:NextPage}
  801. <a id="nextPage" href="{NextPage}"></a>
  802. {/block:NextPage}
  803. {block:PreviousPage}
  804. <a href="{PreviousPage}"></a>
  805. {/block:PreviousPage}
  806. </div>
  807. {/block:Pagination}
  808. {/block:IndexPage}
  809. </body>
  810. <div id="03" class="popup_block">
  811.  
  812.  
  813. </div>
  814.  
  815. </div></div></div></div></div></div></div></div></div></div>
  816. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement