Advertisement
Themes_Mandrakescry

Theme 47

Mar 7th, 2015
1,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.58 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>
  3.  
  4.  
  5. <!-------------------------------------------
  6. Theme by Clara
  7. http://mandrakescry.tumblr.com/
  8. DON'T REMOVE THE CREDITS
  9. -------------------------------------------->
  10. <head>
  11.  
  12. <meta name="color:background" content="#FFFFFF"/>
  13. <meta name="color:link" content="#928f8f"/>
  14. <meta name="color:text" content="#9A9A9A"/>
  15. <meta name="color:title" content="#0a0a0a"/>
  16. <meta name="color:hover" content="#454545"/>
  17. <meta name="color:header" content="#000000">
  18. <meta name="color:header title" content="#ffffff">
  19. <meta name="color:header links" content="#ffffff"/>
  20. <meta name="color:info box" content="#9ad7b9"/>
  21. <meta name="color:info links" content="#ffffff"/>
  22. <meta name="color:tags box" content="#3c3c3c"/>
  23. <meta name="color:tags" content="#dddddd"/>
  24. <meta name="color:asker background" content="#686868">
  25. <meta name="color:question background" content="#f7c282">
  26. <meta name="color:scrollbar" content="#313231"/>
  27.  
  28. <meta name="image:header" content=""/>
  29.  
  30. <meta name="text:Link1" content="/" />
  31. <meta name="text:Link1 Title" content="link1" />
  32. <meta name="text:Link2" content="/" />
  33. <meta name="text:Link2 Title" content="link2" />
  34. <meta name="text:Link3" content="/" />
  35. <meta name="text:Link3 Title" content="link3" />
  36. <meta name="text:Link4" content="/" />
  37. <meta name="text:Link4 Title" content="link4" />
  38.  
  39.  
  40.  
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  42. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <link rel="shortcut icon" href="{Favicon}" />
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  45.  
  46. <script type="text/javascript"
  47. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48.  
  49.  
  50. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  51. <script type="text/javascript">
  52. $(window).scroll(function() {
  53. if ($(this).scrollTop() > 1){
  54. $('header').addClass("sticky");
  55. }
  56. else{
  57. $('header').removeClass("sticky");
  58. }
  59. });
  60. </script>
  61.  
  62. <script type="text/javascript">
  63. $(window).scroll(function() {
  64. if ($(this).scrollTop() > 1){
  65. $('nav').addClass("sticky");
  66. }
  67. else{
  68. $('nav').removeClass("sticky");
  69. }
  70. });
  71. </script>
  72.  
  73.  
  74. <script type="text/javascript">
  75. $(window).scroll(function() {
  76. if ($(this).scrollTop() > 1){
  77. $('desc').addClass("sticky");
  78. }
  79. else{
  80. $('desc').removeClass("sticky");
  81. }
  82. });
  83. </script>
  84.  
  85.  
  86. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  87.  
  88.  
  89.  
  90. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  91. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  92. <script>
  93. (function($){
  94. $(document).ready(function(){
  95. $("a[title]").style_my_tooltips({
  96. tip_follows_cursor:true,
  97. tip_delay_time:90,
  98. tip_fade_speed:600,
  99. attribute:"title"
  100. });
  101. });
  102. })(jQuery);
  103. </script>
  104.  
  105.  
  106. <style type="text/css">
  107.  
  108.  
  109. #s-m-t-tooltip{
  110. max-width:250px;
  111. margin:10px;
  112. padding-left:2px;
  113. padding-right:2px;
  114. text-transform:uppercase;
  115. font-family: 'Lato';
  116. font-size:8px;
  117. box-shadow:2px 2px 5px rgba(0,0,0,.1);
  118. border:1px solid #363642;
  119. background:{color:info box};
  120. color:{color:header title};
  121. z-index:10000000000000000000000000000000000;
  122. }
  123.  
  124.  
  125. a {
  126. color:{color:link};
  127. text-decoration:none;
  128. -moz-transition-duration:0.5s;
  129. -webkit-transition-duration:0.5s;
  130. -o-transition-duration:0.5s;
  131. }
  132.  
  133. a:hover {
  134. color:{color:hover};
  135. text-decoration:none;
  136. -moz-transition-duration:0.5s;
  137. -webkit-transition-duration:0.5s;
  138. -o-transition-duration:0.5s;
  139. }
  140.  
  141.  
  142. ::-webkit-scrollbar {
  143. height:8px;
  144. width:5px}
  145.  
  146. ::-webkit-scrollbar-thumb:vertical {
  147. background-color:{color:scrollbar};
  148. height:50px;
  149. }
  150.  
  151. ::-webkit-scrollbar-thumb:horizontal {
  152. background-color:{color:scrollbar};
  153. height:8px!important;
  154. }
  155.  
  156. iframe#tumblr_controls {
  157. right:3px !important;
  158. position: fixed !important;
  159. -webkit-transition: opacity 0s linear;opacity: 0;
  160. -webkit-transition: all 0.8s ease-out;
  161. -moz-transition: all 0.8s ease-out;
  162. transition: all 0.8s ease-out;
  163. z-index:-555;
  164. }
  165.  
  166.  
  167. #controls {
  168. position:fixed;
  169. top:0px;
  170. right:2px;
  171. opacity:1;
  172. z-index:1000000000000;
  173.  
  174. }
  175.  
  176. #controls img {
  177. display:inline-block;
  178. width:27px;
  179. opacity:1;
  180. padding:5px;
  181. -webkit-transition: all 0.5s ease-out;
  182. -moz-transition: all 0.5s ease-out;
  183. transition: all 0.5s ease-out
  184.  
  185. }
  186.  
  187. #controls img:hover {
  188. opacity:.7;
  189. -webkit-transition: all 0.5s ease-out;
  190. -moz-transition: all 0.5s ease-out;
  191. transition: all 0.5s ease-out
  192.  
  193. }
  194.  
  195. body {
  196. background-color:{color:background};
  197. font-family: 'Lato', sans-serif;
  198. font-weight:normal;
  199. line-height:140%;
  200. font-size:11px;
  201. }
  202.  
  203.  
  204.  
  205.  
  206. h1 {
  207. font-weight:normal;
  208. font-size:10px;
  209. text-align:center;
  210. font-style:normal;
  211. line-height:80%;
  212. letter-spacing:1px;
  213. text-transform:uppercase;
  214. color:{color:text};
  215. }
  216.  
  217. h2 {
  218. margin-top:-10px;
  219. font-size:18px;
  220. text-align:left;
  221. line-height:100%;
  222. letter-spacing:-0.5px;
  223. font-family: 'Lato', sans-serif;
  224. color:{color:title};
  225. font-weight:normal;
  226. padding:5px;
  227. padding-bottom:2px;
  228. }
  229.  
  230.  
  231. blockquote {
  232. border-left:2px solid {color:tags box};
  233. padding-left:5px;
  234. margin:5px;
  235. }
  236.  
  237.  
  238.  
  239. header{
  240. position: fixed;
  241. width: 102%;
  242. text-align: center;
  243. font-size: 52px;
  244. line-height: 108px;
  245. margin-left:-10px;
  246. height: 120px;
  247. color:{color:header title};
  248. text-transform:lowercase;
  249. font-family: 'PT Sans', sans-serif;
  250. z-index:100000000;
  251. background: {color:header};
  252. background-image:url('{image:header}');
  253. background-repeat: no-repeat;
  254. background-position: top, center;
  255. -webkit-transition: all .5s ease-in-out;
  256. -moz-transition: all .5s ease-in-out;
  257. -ms-transition: all .5s ease-in-out;
  258. -o-transition: all .5s ease-in-out;
  259. transition: all .5s ease-in-out;
  260. }
  261.  
  262. header.sticky {
  263. font-size: 24px;
  264. line-height: 48px;
  265. height: 45px;
  266. text-align: right;
  267. right:-10px;
  268. padding-right: 220px;
  269. background: {color:header};
  270. background-image:url('{image:header}');
  271. background-repeat: no-repeat;
  272. background-position: top, center;
  273. -webkit-transition: all .5s ease-in-out;
  274. -moz-transition: all .5s ease-in-out;
  275. -ms-transition: all .5s ease-in-out;
  276. -o-transition: all .5s ease-in-out;
  277. transition: all .5s ease-in-out;
  278. }
  279.  
  280.  
  281. nav {
  282. position: fixed;
  283. width: 102%;
  284. text-align: center;
  285. font-size: 12px;
  286. margin-top:-67px;
  287. height: 20px;
  288. text-transform:uppercase;
  289. font-family: 'PT Sans', sans-serif;
  290. z-index:100000000;
  291. opacity:1;
  292. transition: all 0.4s ease;
  293. }
  294.  
  295. nav a {
  296. color:{color:header links};
  297. }
  298.  
  299.  
  300. nav.sticky {
  301. font-size: 15px;
  302. line-height: 48px;
  303. height: 45px;
  304. margin-top:-45px;
  305. text-align: left;
  306. padding-left: 280px;
  307. transition: all 0.4s ease;
  308. opacity:100000000000000000000000000000000000000;
  309. }
  310.  
  311.  
  312. desc {
  313. position: fixed;
  314. width: 180px;
  315. text-align: justify;
  316. font-size: 12px;
  317. margin-top:57px;
  318. color:{color:text};
  319. left:20px;
  320. font-family: 'PT Sans', sans-serif;
  321. z-index:100000000;
  322. opacity:0;
  323. transition: all 0.4s ease;
  324. }
  325.  
  326. desc.sticky {
  327. line-height:100%;
  328. left:50px;
  329. transition: all 0.4s ease;
  330. opacity:1;
  331. }
  332.  
  333.  
  334. #theme {
  335. width:500px;
  336. margin: 0 auto -12px auto;
  337. text-align: center;
  338. }
  339.  
  340. .next {
  341. position:fixed;
  342. font-family:georgia;
  343. font-size:50px;
  344. padding-bottom: 10px;
  345. position:fixed;
  346. z-index:4;
  347. bottom: 30%;
  348. margin-left: 585px;
  349. color:{color:header};
  350. }
  351.  
  352.  
  353. .prev {
  354. position:fixed;
  355. font-family:georgia;
  356. font-size:50px;
  357. padding-bottom: 10px;
  358. position:fixed;
  359. z-index:4;
  360. bottom: 30%;
  361. margin-left: -85px;
  362. color:{color:header}
  363. }
  364.  
  365.  
  366. #stuffcontainer {
  367. float:left;
  368. width:500px;
  369. text-align:justify;
  370. color:{color:text};
  371. margin-top:110px;
  372. z-index:9999;
  373. }
  374.  
  375.  
  376. #stuff {
  377. width:500px;
  378. margin-top:40px;
  379. text-align:justify;
  380. line-height:110%;
  381. font-size:11px;
  382. letter-spacing:0px;
  383. color:{color:text};
  384. margin-bottom:30px;
  385. }
  386.  
  387. .caption {
  388. width:500px;
  389. text-align:justify;
  390. line-height:120%;
  391. }
  392.  
  393. .question{
  394. background-color: {color:question background};
  395. font-family: calibri, helvetica, arial;
  396. font-size: 12px;
  397. padding:15px;
  398. width: auto;
  399. color:#fff;
  400. height: auto;
  401. margin-top: -21px;
  402. word-spacing:-1.0px;
  403. line-height:20px;
  404. letter-spacing:-0px;
  405. border-top:5px solid #fff;
  406. }
  407.  
  408. .askwho {
  409. background-color: {color:asker background};
  410. font-family: calibri, helvetica, arial;
  411. font-size: 15px;
  412. padding:5px;
  413. width:470px;
  414. height:30px;
  415. color:#fff;
  416. }
  417.  
  418. .icon {
  419. height:40px;
  420. margin-top: 0px;
  421. border: 5px solid {color:background};
  422. float: right;
  423. margin-right:-2px;
  424. margin-top:-1px;
  425. border-radius:50%;
  426. }
  427.  
  428. .askwho a{
  429. color: #fff;
  430. font-size:9px;
  431. text-transform:uppercase;
  432. font-family: calibri, helvetica, arial;
  433. }
  434. .askwho i{
  435. color: #fff;
  436. }
  437.  
  438. .audio {
  439. width:500px;
  440. padding-bottom:10px;
  441. background-color:{color:infobg};
  442. }
  443.  
  444. .albumart {
  445. float:left;
  446. padding:0px 10px 10px 0px;
  447. }
  448.  
  449. .albumart img {
  450. width:45px;
  451. height:45px;
  452. }
  453.  
  454. .playercontainer {
  455. text-align:left;
  456. padding:10px;
  457. background-color:#ffffff;
  458. width:480px;
  459. }
  460.  
  461. .audioinfo {
  462. padding:10px;
  463. color:{color:text};
  464. }
  465.  
  466. #postinfo {
  467. width:500px;
  468. padding:3px 0px 3px 0px;
  469. font-size:7px;
  470. color:{color:info links};
  471. text-transform:uppercase;
  472. font-family: 'Lato', sans-serif;
  473. font-style:normal;
  474. letter-spacing:2px;
  475. text-align:center;
  476. -moz-transition-duration:0.5s;
  477. -webkit-transition-duration:0.5s;
  478. -o-transition-duration:0.5s;
  479. background:{color:info box};
  480. }
  481.  
  482. #postinfo a {
  483. color:{color:info links};
  484. text-align:center;
  485. letter-spacing:1px;
  486. font-style:normal;
  487. }
  488.  
  489. #postinfo a:hover {
  490. color:{color:hover};
  491. }
  492.  
  493.  
  494. .tags {
  495. font-style:normal;
  496. width:500px;
  497. padding:8px 0px 8px 0px;
  498. text-transform:uppercase;
  499. font-style:normal;
  500. color:{color:box};
  501. background:{color:tags box};
  502. font-family: 'Lato', sans-serif;
  503. letter-spacing:2px;
  504. line-height:120%;
  505. font-size:7px;
  506. text-align:center;
  507. margin-left:100px;
  508. opacity:0;
  509. -moz-transition-duration:0.5s;
  510. -webkit-transition-duration:0.5s;
  511. -o-transition-duration:0.5s;
  512. }
  513.  
  514. .tags a {
  515. color:{color:tags};
  516. letter-spacing:1px;
  517. padding:1px;
  518. }
  519.  
  520. .tags a:hover {
  521. color:{color:link};
  522. }
  523.  
  524. #stuff:hover .tags {
  525. opacity:1;
  526. margin-left:0px;
  527. -moz-transition-duration:0.5s;
  528. -webkit-transition-duration:0.5s;
  529. -o-transition-duration:0.5s;
  530. }
  531.  
  532.  
  533.  
  534. .tagx {
  535. font-style:normal;
  536. width:500px;
  537. padding:8px 0px 8px 0px;
  538. text-transform:uppercase;
  539. font-style:normal;
  540. color:{color:box};
  541. background:{color:tags box};
  542. font-family: 'Lato', sans-serif;
  543. letter-spacing:2px;
  544. line-height:120%;
  545. font-size:7px;
  546. text-align:center;
  547. opacity:1;
  548. -moz-transition-duration:0.5s;
  549. -webkit-transition-duration:0.5s;
  550. -o-transition-duration:0.5s;
  551. }
  552.  
  553. .tagx a {
  554. color:{color:tags};
  555. letter-spacing:1px;
  556. padding:1px;
  557. }
  558.  
  559. .tagx a:hover {
  560. color:{color:link};
  561. }
  562.  
  563. ul.chat, .chat ol, .chat li {
  564. list-style:none;
  565. margin:0px;
  566. padding:2px;
  567. }
  568.  
  569. .label {
  570. text-decoration:underline;
  571. font-weight:700;
  572. background-color:{color:info box};
  573. margin-right:5px;
  574. }
  575.  
  576.  
  577. ol.notes{
  578. width:500px;
  579. max-height:220px;
  580. overflow:auto;
  581. background:{color:background};
  582. box-shadow:2px 2px 5px 2px rgba(0,0,0,.4);
  583. padding:10px;
  584. font-family:'Lato';
  585. font-size:8px;
  586. word-spacing:3px;
  587. margin:80px 0 0 0;
  588.  
  589. }
  590.  
  591. .like {
  592. padding: 3px;
  593. background: #ddd;
  594. margin-top: 1px;
  595. margin-bottom: 1px;
  596. text-transform:uppercase;
  597. word-spacing:3px;
  598. }
  599.  
  600. .like a {
  601. color:{color:tags box};
  602. }
  603.  
  604. .like a:hover {
  605. color:{color:hover};
  606. }
  607.  
  608. .reblog {
  609. background: #eee;
  610. padding: 3px;
  611. margin-top: 1px;
  612. margin-bottom: 1px;
  613. text-transform:uppercase;
  614. word-spacing:3px;
  615. }
  616.  
  617.  
  618. .reblog a {
  619. color:{color:info box};
  620. }
  621.  
  622. .reblog a:hover {
  623. color:{color:hover};
  624. }
  625.  
  626.  
  627. ul.notes, ol.notes{
  628. list-style:none;
  629. margin:1px;
  630. padding:1px;
  631. margin-bottom:30px;
  632. margin-top:20px;
  633. }
  634.  
  635. ul.notes, ol.notes img.avatar{
  636. width:0px;
  637. height:0px;
  638. }
  639.  
  640. .more_notes_link {
  641. border-top: 3px solid {color:tags box};
  642. padding: 3px;
  643. background: {color:info box};
  644. margin-top: 1px;
  645. margin-bottom: 1px;
  646. display:block;
  647. color: #1d1d1d;
  648. text-transform:uppercase;
  649. }
  650.  
  651.  
  652. ol.notes::-webkit-scrollbar {width:2px; height:1px;}
  653. ol.notes::-webkit-scrollbar-thumb {border:0px solid transparent}
  654. ol.notes::-webkit-scrollbar-track-piece {background:transparent;}
  655.  
  656.  
  657. #reblog {
  658. margin-top:3px;
  659. text-align:left;
  660. height:15px;
  661. float:left;
  662. margin-left:223px;
  663. {block:IndexPage}
  664. opacity:0;
  665. {/block:IndexPage}
  666. {block:PermalinkPage}
  667. opacity:1;
  668. {/block:PermalinkPage}
  669. background:{color:tags box};
  670. padding:5px;
  671. -moz-transition-duration:0.5s;
  672. -webkit-transition-duration:0.5s;
  673. -o-transition-duration:0.5s;
  674. }
  675.  
  676. #like {
  677. margin-top:3px;
  678. text-align:left;
  679. height:15px;
  680. float:left;
  681. margin-left:3px;
  682. background:{color:tags box};
  683. padding:5px;
  684. {block:IndexPage}
  685. opacity:0;
  686. {/block:IndexPage}
  687. {block:PermalinkPage}
  688. opacity:1;
  689. {/block:PermalinkPage}
  690. -moz-transition-duration:0.5s;
  691. -webkit-transition-duration:0.5s;
  692. -o-transition-duration:0.5s;
  693. }
  694.  
  695. #stuff:hover #like {
  696. opacity:1;
  697. -moz-transition-duration:0.5s;
  698. -webkit-transition-duration:0.5s;
  699. -o-transition-duration:0.5s;
  700. }
  701.  
  702. #stuff:hover #reblog {
  703. opacity:1;
  704. -moz-transition-duration:0.5s;
  705. -webkit-transition-duration:0.5s;
  706. -o-transition-duration:0.5s;
  707. }
  708.  
  709. #credit{
  710. width:20px;
  711. position:fixed;
  712. bottom:10px;
  713. left:10px;
  714. opacity:1;
  715. z-index:1;
  716. -webkit-transition: all 0.3s linear;
  717. -moz-transition: all 0.3s linear;
  718. -o-transition: all 0.3s linear;
  719. -ms-transition: all 0.3s linear;
  720. -webkit-filter: grayscale(100%);
  721. -moz-filter: grayscale(100%);
  722. -ms-filter: grayscale(100%);
  723. -o-filter: grayscale(100%);
  724. }
  725.  
  726. #credit:hover{
  727. opacity:0.3;
  728. -webkit-filter: grayscale(0%);
  729. -moz-filter: grayscale(0%);
  730. -ms-filter: grayscale(0%);
  731. -o-filter: grayscale(0%);
  732. }
  733.  
  734.  
  735.  
  736. </style></head>
  737. <boby>
  738.  
  739.  
  740. <header> {title}
  741. <nav>
  742. <a href="/">home</a>&nbsp;
  743. <a href="/ask">askbox</a>&nbsp;
  744. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}&nbsp;
  745. {block:iflink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:iflink2}&nbsp;
  746. {block:iflink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:iflink3}&nbsp;
  747. {block:iflink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:iflink4}
  748. </nav>
  749.  
  750. <desc>
  751. {description}
  752. </desc>
  753.  
  754. </header>
  755.  
  756. <div id="controls">
  757.  
  758.  
  759. <a href="http://www.tumblr.com/send/{Name}?redirect_to=http%3A%2F%2F{Name}.tumblr.com%2F" title="fanmail"><img src="http://static.tumblr.com/j0zksi4/G4znkv8ov/fanmail.png"></a>
  760.  
  761. <a href="http://tumblr.com/follow/{Name}" title="follow"><img src="http://static.tumblr.com/j0zksi4/uCrnkv8o4/follow-2.png"></a>
  762.  
  763. <a href="http://tumblr.com/" title="dashboard">
  764. <img src="http://static.tumblr.com/j0zksi4/hDhnkv8n8/dash.png"></a>
  765.  
  766.  
  767. </div>
  768.  
  769. <div id="theme">
  770.  
  771. <div class="prev">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div>
  772. <div class="next">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  773.  
  774. <div id="stuffcontainer">
  775.  
  776. {block:Posts}
  777.  
  778. <div id="stuff">
  779.  
  780. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  781.  
  782. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  783.  
  784. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  785. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  786.  
  787. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  788.  
  789. {block:Photoset}<center>{Photoset-500}</center>
  790. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  791.  
  792. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  793.  
  794. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  795.  
  796. {block:Answer}<img src="{AskerPortraitURL-48}" class="icon">
  797. <div class="askwho">{Asker} <i> says:</i></div><p></p>
  798. <div class="question">{Question}</div>{Answer}{/block:Answer}
  799.  
  800. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  801. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  802. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  803. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  804. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  805.  
  806. <p>
  807.  
  808. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} • <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  809. {block:ContentSource} • <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>
  810. {/block:Date}
  811.  
  812.  
  813. {block:IndexPage}
  814. {block:HasTags}
  815. <div class="tags">
  816. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>
  817. {/block:HasTags}
  818.  
  819. <div id="reblog">{ReblogButton size="15"}</div>
  820. <div id="like">{LikeButton size="15"}</div>
  821.  
  822. {/block:IndexPage}
  823.  
  824.  
  825.  
  826.  
  827. {block:PermalinkPage}
  828. {block:HasTags}
  829. <div class="tagx">
  830. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>
  831. {/block:HasTags}
  832.  
  833. <div id="reblog">{ReblogButton size="15"}</div>
  834. <div id="like">{LikeButton size="15"}</div>
  835. {/block:PermalinkPage}
  836.  
  837.  
  838. </div>
  839.  
  840. {block:PostNotes}{PostNotes}{/block:PostNotes}
  841.  
  842.  
  843. {/block:Posts}
  844.  
  845. </div>
  846. </div>
  847.  
  848. </div>
  849.  
  850. <a href="http://mandrakescry.tumblr.com/" title="theme by mandrakescry"><img src="http://static.tumblr.com/j0zksi4/88knkv5gx/m2.jpg" id="credit"></a>
  851.  
  852. </body>
  853.  
  854.  
  855. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement