Advertisement
his_haz

Theme #2 by hishaz

Aug 14th, 2013
1,678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.33 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.  
  3. <!--
  4.  
  5. theme made by hishaz (base code by narruld)
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Text" content="#070707"/>
  20. <meta name="color:Link" content="#aaaaaa"/>
  21.  
  22. <meta name="color:Hover" content="#242323"/>
  23. <meta name="color:Tags" content="#2a2a2a"/>
  24. <meta name="color:scrollbar" content="#000000"/>
  25. <meta name="color:description" content="#e9e9e7"/>
  26. <meta name="color:desc links" content="#afafaf"/>
  27. <meta name="color:desc links hover" content="#2a2a2a"/>
  28. <meta name="color:first letter bg" content="#181818"/>
  29. <meta name="color:Sidebar Links Bg" content="#353535"/>
  30. <meta name="color:Sidebar Links Bg Hover" content="#181818"/>
  31. <meta name="color:Sidebar Links" content="#fcfafa"/>
  32. <meta name="color:Sidebar Links Hover" content="#fafafd"/>
  33. <meta name="color:Title Bg" content="#353535"/>
  34. <meta name="color:Title" content="#dad8d8"/>
  35. <meta name="color:Title Hover" content="#fdfdfc"/>
  36. <meta name="color:Side" content="#2a2a2a"/>
  37.  
  38. <meta name="if:Show Title" content=""/>
  39. <meta name="if:Mini Cursor" content=""/>
  40. <meta name="image:sidebar" content=""/>
  41.  
  42.  
  43. <meta name="text:linkC" content="">
  44. <meta name="text:linkC url" content="/">
  45. <meta name="text:linkD" content="">
  46. <meta name="text:linkD url" content="/">
  47. <meta name="text:linkE" content="">
  48. <meta name="text:linkE url" content="/">
  49. <meta name="text:linkF" content="">
  50. <meta name="text:linkF url" content="/">
  51. <meta name="text:linkG" content="">
  52. <meta name="text:linkG url" content="/">
  53. <meta name="text:linkH" content="">
  54. <meta name="text:linkH url" content="/">
  55.  
  56. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
  57.  
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  59. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  60. <script>
  61. (function($){
  62. $(document).ready(function(){
  63. $("a[title]").style_my_tooltips({
  64. tip_follows_cursor:true,
  65. tip_delay_time:50,
  66. tip_fade_speed:400,
  67. attribute:"title"
  68. });
  69. });
  70. })(jQuery);
  71. </script>
  72.  
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77.  
  78. #s-m-t-tooltip {
  79. max-width:300px;
  80. padding:2px 2px 2px 2px;
  81. margin:12px 0px 0px 12px;
  82. background: #f2f2f2; /* change the background color */
  83. border:0px solid #383838; /* change the border color */
  84. font-family: 'Trebuchet MS';
  85. font-size:7px; /*font size */
  86. font-weight:bold; /* can be italic, normal, etc. */
  87. letter-spacing:2px; /* change the letter spacing */
  88. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  89. color:#808080; /* change the text color */
  90. z-index:999999999999999999999999999999999999;
  91. }
  92.  
  93.  
  94.  
  95.  
  96.  
  97. ::-webkit-scrollbar-thumb:vertical {
  98. height:12px;
  99. border:2px solid #fff;
  100. background-color:{color:scrollbar};
  101. }
  102. ::-webkit-scrollbar-thumb:horizontal {
  103. background-color:#fff;
  104. }
  105. ::-webkit-scrollbar {
  106. width:7px;
  107. height:7px;
  108. border:3px solid #fff;
  109. background-color:{color:scrollbar};
  110. }
  111.  
  112.  
  113.  
  114. body {
  115. background:{color:background};
  116.  
  117. margin:0px;
  118. color:{color:text};
  119. font-family:cambria;
  120. font-size:9px;
  121. line-height:100%;
  122. }
  123.  
  124. a { -moz-transition-duration:.6s;
  125. -webkit-transition-duration:.6s;
  126. -o-transition-duration:.6s;
  127. text-decoration:none;
  128. -moz-outline-style:none;
  129. color:{color:link};
  130. }
  131. a:hover { -moz-transition-duration:.6s;
  132. -webkit-transition-duration:.6s;
  133. -o-transition-duration:.6s;
  134. -moz-outline-style:none;
  135. text-decoration:none;
  136. color:{color:link};
  137. }
  138.  
  139.  
  140. small {
  141. font-size: 8px;
  142. line-height:8px;
  143. }
  144.  
  145. img {
  146. border:none;
  147. }
  148.  
  149.  
  150. h1 {
  151. font-size:12px;
  152. text-transform:uppercase;
  153. }
  154. h1 a {
  155. -webkit-transition: all 0.5s ease;
  156. -moz-transition: all 0.5s ease;
  157. -o-transition: all 0.5s ease
  158. font-size:12px;
  159. text-transform:uppercase;
  160. color:{color:text};
  161. padding-bottom: 0px;
  162. width: auto;
  163. border-bottom: 1px solid transparent;
  164. }
  165.  
  166. h1 a:hover {
  167. padding-bottom: 0px;
  168. width: auto;
  169. border-bottom: 1px solid {color:text};
  170. -webkit-transition: all 0.5s ease;
  171. -moz-transition: all 0.5s ease;
  172. -o-transition: all 0.5s ease
  173. font-size:12px;
  174. text-transform:uppercase;
  175. color:{color:text};
  176. }
  177.  
  178. blockquote {
  179. padding-left:3px;
  180. border-left:1px solid;
  181. margin-left: 2px;
  182. }
  183.  
  184. blockquote blockquote {
  185. padding-left:3px;
  186. border-left:1px solid; margin-left: 2px;
  187. }
  188.  
  189.  
  190. a:hover {
  191. opacity:1;
  192. color:{color:hover};
  193. -webkit-transition: all 0.5s ease;
  194. -moz-transition: all 0.5s ease;
  195. -o-transition: all 0.5s ease
  196. }
  197.  
  198.  
  199.  
  200.  
  201. #side {
  202. width:300px;
  203. height:250%;
  204. position:fixed;
  205. left:0px;
  206. top:-50px;
  207.  
  208. background-color:{color:Side};
  209.  
  210. }
  211.  
  212. #sideline {
  213. width:1px;
  214. height:250%;
  215. position:fixed;
  216. left:304px;
  217. top:-50px;
  218. background-color: {color:Side};
  219.  
  220.  
  221. }
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230. #sidebar {
  231. position:relative;
  232. width:180px;
  233. margin-left:60px;
  234. margin-top:250px;
  235. opacity:1;
  236. }
  237.  
  238.  
  239.  
  240.  
  241. #sidebarimage {
  242. width 180px;
  243.  
  244. }
  245.  
  246. #sidebarimage img {
  247.  
  248.  
  249.  
  250.  
  251. width:180px;
  252. margin-top:1px;
  253.  
  254.  
  255. }
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262. .desc {
  263.  
  264. position:fixed;
  265. margin-top:5px;
  266. letter-spacing:1px;
  267. font-family:arial;
  268. font-size:7px;
  269. text-transform:uppercase;
  270. line-height:130%;
  271. opacity: 1;
  272. height:auto;
  273. width:180px;
  274. padding-right:0px; padding-left:0px; padding-top:0px; padding-bottom:15px;
  275. text-align:justify;
  276. color:{color:description};
  277.  
  278.  
  279.  
  280. -moz-transition-duration:0.6s;
  281. -webkit-transition-duration:0.6s;
  282. -o-transition-duration:0.6s;
  283.  
  284.  
  285.  
  286. }
  287. #side:hover .desc {opacity: 1;
  288. -moz-transition-duration:0.6s;
  289. -webkit-transition-duration:0.6s;
  290. -o-transition-duration:0.6s;}
  291.  
  292. .desc a
  293. {color:{color:desc links};
  294. -moz-transition-duration:0.6s;
  295. -webkit-transition-duration:0.6s;
  296. -o-transition-duration:0.6s;
  297.  
  298. }
  299. .desc a:hover
  300. {color:{color:desc links hover};
  301. -moz-transition-duration:0.6s;
  302. -webkit-transition-duration:0.6s;
  303. -o-transition-duration:0.6s;
  304.  
  305. }
  306.  
  307. .desc:first-letter {
  308. float:left; display:inline-block; padding:7px 7px 8px 7px; margin-right:5px; font-family:cambria; font-size:18px; font-style:italic; text-transform:uppercase; background:{color:first letter bg}; color:{color:description}
  309. }
  310.  
  311.  
  312.  
  313.  
  314. .links {
  315. clear:left;
  316. width:179px;
  317. margin-left:0px;
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324. font-family: arial;
  325. text-align:center;
  326.  
  327.  
  328.  
  329. }
  330.  
  331. .links a {
  332.  
  333. text-shadow:12px 0px transparent, -12px 0px transparent;
  334.  
  335. background: {color:Sidebar Links Bg};
  336. color: {color:Sidebar Links};
  337.  
  338. display: inline-block;
  339. width:51px;
  340.  
  341. padding:9px 19px 9px 19px;
  342. float:center;
  343. letter-spacing:2px;
  344.  
  345. font-size:7px;
  346. line-height:100%;
  347. text-transform:uppercase;
  348.  
  349. margin-right:-1px;
  350. margin-bottom:2px;
  351.  
  352.  
  353.  
  354.  
  355. }
  356.  
  357. .links a:hover {
  358. text-shadow:0px 0px {color:Sidebar Links Hover}, -0px 0px {color:Sidebar Links Hover};
  359.  
  360. -webkit-box-shadow: 0px 0px 6px {color:Sidebar Links Bg Hover};
  361. -moz-box-shadow: 0px 0px 6px {color:Sidebar Links Bg Hover};
  362. box-shadow: 0px 0px 6px {color:Sidebar Links Bg Hover};
  363.  
  364. background: {color:Sidebar Links Bg Hover};
  365. color: {color:Sidebar Links Hover};
  366. -moz-transition-duration:.6s;
  367. -webkit-transition-duration:.6s;
  368. -o-transition-duration:.6s;
  369. }
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376. .pagi{
  377.  
  378. width:180px;
  379. font-size:7px;
  380. text-align:center;
  381. margin-left:0px;
  382. opacity: 0;
  383. margin-top:10px auto;
  384. padding-top: 5px;
  385. text-transform:uppercase;
  386. letter-spacing:0px;
  387. -moz-transition-duration:0.6s;
  388. -webkit-transition-duration:0.6s;
  389. -o-transition-duration:0.6s;
  390.  
  391. }
  392.  
  393.  
  394. .pagi a {
  395.  
  396. -moz-transition-duration:0.6s;
  397. -webkit-transition-duration:0.6s;
  398. -o-transition-duration:0.6s;
  399. color: {color:Description};
  400. }
  401.  
  402. .pagi a:hover {
  403.  
  404. -moz-transition-duration:0.6s;
  405. -webkit-transition-duration:0.6s;
  406. -o-transition-duration:0.6s;
  407. color: {color:Side};
  408. }
  409.  
  410. #side:hover .pagi {
  411.  
  412. opacity: 1;
  413. margin-left:auto;
  414. -moz-transition-duration:0.6s;
  415. -webkit-transition-duration:0.6s;
  416. -o-transition-duration:0.6s;}
  417. #hey {padding-top: 0px;
  418. padding-bottom: 1px;}
  419.  
  420. #yay {margin-top: 0px;width: 180px;
  421. text-align:center;
  422. font-family: arial;
  423. margin-left:0px;
  424. letter-spacing:2px;
  425. text-transform:uppercase;
  426. font-size:7px;
  427. padding:9px 18px 9px 19px;
  428. background: {color:Title Bg};
  429.  
  430.  
  431. -webkit-box-sizing: border-box;
  432. -moz-box-sizing: border-box;
  433. box-sizing: border-box;
  434.  
  435. }
  436.  
  437.  
  438.  
  439. #yay a {
  440.  
  441. text-shadow:12px 0px transparent, -12px 0px transparent;
  442.  
  443.  
  444.  
  445.  
  446. color:
  447. {color:Title};
  448. -moz-transition-duration:0.6s;
  449. -webkit-transition-duration:0.6s;
  450. -o-transition-duration:0.6s;}
  451.  
  452. #yay a:hover {
  453.  
  454. text-shadow:0px 0px {color:Title Hover}, -0px 0px {color:Title Hover};
  455.  
  456.  
  457. -moz-transition-duration:0.6s;
  458. -webkit-transition-duration:0.6s;
  459. -o-transition-duration:0.6s;}
  460.  
  461. #side:hover #yay a {
  462.  
  463. color:
  464. {color:Title Hover}; -moz-transition-duration:0.6s;
  465. -webkit-transition-duration:0.6s;
  466. -o-transition-duration:0.6s;}
  467.  
  468.  
  469.  
  470.  
  471. #all {
  472. padding:10px;
  473. width:500px;
  474. margin-left:450px;
  475. margin-top:-10px;
  476. font-size:10px;
  477. margin-bottom:10px;
  478.  
  479. }
  480.  
  481.  
  482.  
  483. #posts {
  484. word-wrap: break-word;
  485. width:500px;
  486. padding-bottom:20px;
  487. padding:8px;
  488. margin-top:30px;
  489. background-color:transparent;
  490. }
  491.  
  492.  
  493. #details {
  494. text-align:right;
  495. margin-top:13px;
  496.  
  497. letter-spacing:1px;
  498. font-style:none;
  499. font-family:'Trebuchet MS';
  500. font-size:7px;
  501. text-transform:uppercase;
  502. border-top:1px solid {color:Side};
  503. }
  504.  
  505. .details1 {margin-top: -14px;
  506. }
  507.  
  508.  
  509. #details a:hover {color: {color:Side} ;
  510. }
  511.  
  512.  
  513. #tags {
  514.  
  515. font-weight:bold;
  516. width:500px;
  517.  
  518. font-family: 'Trebuchet MS';
  519. letter-spacing:1px;
  520. word-spacing:3px;
  521. text-transform:uppercase;
  522. font-size:7px;
  523. margin-top:6px;
  524. margin-left:1px;
  525. text-align:right;
  526. opacity: 1;
  527. color:{color:Tags};
  528. -moz-transition-duration:0.6s;
  529. -webkit-transition-duration:0.6s;
  530. -o-transition-duration:0.6s;
  531.  
  532. }
  533.  
  534. #tags a {
  535.  
  536.  
  537.  
  538. text-align:right;
  539. color:{color:Tags};
  540. -moz-transition-duration:0.6s;
  541. -webkit-transition-duration:0.6s;
  542. -o-transition-duration:0.6s;
  543. -webkit-filter: blur(0px);
  544. -moz-filter: blur(0px);
  545. -ms-filter: blur(0px);
  546. -o-filter: blur(0px);
  547. filter: blur(0px);
  548.  
  549. }
  550.  
  551. #tags a:hover {
  552. -webkit-filter: blur(1px);
  553. -moz-filter: blur(1px);
  554. -ms-filter: blur(1px);
  555. -o-filter: blur(1px);
  556. filter: blur(1px);
  557.  
  558. -moz-transition-duration:0.6s;
  559. -webkit-transition-duration:0.6s;
  560. -o-transition-duration:0.6s;
  561. }
  562.  
  563.  
  564.  
  565. #question {
  566. padding:8px;
  567. font-family:cambria;
  568. letter-spacing:2px;
  569. text-align:right;
  570. font-style:italic;
  571. border: 0px dotted {color:Description};
  572. color:{color:Description};
  573. background-color:{color:Side};
  574. }
  575.  
  576. #question a {
  577. color: {color:Description};
  578.  
  579. }
  580. #question a:hover {
  581. color: {color:Side};
  582.  
  583. }
  584.  
  585. #audio {margin-bottom:-30px;
  586. width:500px;
  587. height:100px;
  588.  
  589. }
  590. .c {width:79px;
  591. height:79px;
  592. position:absolute;
  593.  
  594. }
  595. .c img {width:79px;
  596. height:79px;
  597. opacity: 0.8;
  598. border: 0px solid {color:Side};
  599.  
  600. }
  601.  
  602.  
  603. .player {margin-top: 4px;
  604. margin-left: 5px;
  605. -webkit-border-radius:50px;
  606. border-radius:50px;
  607. -moz-border-radius:50px;
  608. position:absolute;
  609. z-index:10; background:#000000;
  610. width:70px;
  611. height:71px;
  612. border:0px solid {color:Side};
  613. opacity: 0.5;
  614.  
  615. display:block;
  616. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  617. .player:hover {opacity: 0.7; }
  618.  
  619. .player2 {width:25px;
  620. height:25px;
  621. -webkit-border-radius:50px;
  622. border-radius:50px;
  623. -moz-border-radius:50px;
  624. background:#000000;
  625. margin-top:21px;
  626. margin-left:18px;
  627. overflow:hidden;
  628. padding:3px;
  629.  
  630.  
  631. }
  632. .track {font-family: 'Trebuchet MS';
  633. font-size:7px;
  634. letter-spacing:1px;
  635. text-transform:uppercase;
  636. color: {color:description};
  637. text-align:
  638. center;
  639. height: 59px;
  640. background-color: {color:Side};
  641. margin-left:79px;
  642. line-height:14px;
  643.  
  644. padding: 10px 10px 10px 10px;
  645.  
  646.  
  647. }
  648.  
  649.  
  650.  
  651. #notes {font-style: Letter Gothic Std;
  652. float: left;
  653. letter-spacing:1px;
  654. text-transform:uppercase;
  655. font-size:7px;
  656. line-height:12px;
  657. margin-top: 0px;
  658.  
  659.  
  660.  
  661. }
  662.  
  663.  
  664.  
  665.  
  666. .notes img
  667. {width:10px; top:1px;
  668. border-radius: 100px;}
  669.  
  670.  
  671. .notes blockquote {
  672. padding-left:5px;
  673. border-left:0px solid #eaeaea;
  674.  
  675. background:#d8d8d8;
  676. -moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s;}
  677.  
  678. .notes blockquote:hover {
  679. padding-left:5px;
  680. border-left:0px solid #f4f4f4;
  681.  
  682. background:#f4f4f4;
  683.  
  684. -moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s;}
  685.  
  686. .notes blockquote:hover a {
  687. color:#646464;
  688.  
  689. ;}
  690.  
  691. .notes blockquote a {
  692. color:#646464;
  693.  
  694. ;}
  695.  
  696. .notes blockquote a:hover {
  697. color:#000000;
  698.  
  699. ;}
  700.  
  701. #chat {line-height:9px;
  702. padding-top: 5px;
  703. margin-bottom: 0px;
  704. }
  705. .lines {padding: 0px;
  706. border-left: 0px solid #000000;}
  707.  
  708.  
  709. #quote {
  710.  
  711. color: #565656;
  712. font-size: 10px;
  713. padding:3px;
  714.  
  715. line-height:11px;
  716. text-align: center;
  717.  
  718. }
  719.  
  720. .sourse {
  721. font-size: 10px;
  722. text-align: right;
  723. }
  724.  
  725. #credit {
  726. position:fixed;
  727. bottom:10px;
  728. right:10px;
  729. font-size:8px;
  730.  
  731. text-transform:uppercase;
  732.  
  733. }
  734.  
  735. #credit a {
  736. border:1px solid #7b7b7b;
  737. padding: 1px 2px 1px 2px;
  738. color: #8c8c8c;
  739. background: #fff;
  740. -moz-transition-duration:0.7s;
  741. -webkit-transition-duration:0.7s;
  742. -o-transition-duration:0.7s;}
  743.  
  744. #credit a:hover {border:1px solid #fff;
  745. color: #e2e2e2;
  746. background: #8c8c8c;
  747. -moz-transition-duration:0.7s;
  748. -webkit-transition-duration:0.7s;
  749. -o-transition-duration:0.7s;}
  750.  
  751.  
  752. {CustomCSS}</style></head><body>
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761. <div id="side">
  762. <div id="sideline"></div>
  763.  
  764.  
  765. <div id="sidebar">
  766. <div class="links">
  767.  
  768. <a href="/">home</a>
  769.  
  770. <a href="/ask">mssg</a>
  771.  
  772. {block:IfLinkC}<a href="{text:linkC url}">{text:linkC}</a>{/block:IfLinkC}
  773.  
  774. {block:IfLinkD}<a href="{text:linkD url}">{text:linkD}</a>{/block:IfLinkD}
  775. {block:IfLinkE}<a href="{text:linkE url}">{text:linkE}</a>{/block:IfLinkE}
  776. {block:IfLinkF}<a href="{text:linkF url}">{text:linkF}</a>{/block:IfLinkF}
  777. {block:IfLinkG}<a href="{text:linkG url}">{text:linkG}</a>{/block:IfLinkG}
  778. {block:IfLinkH}<a href="{text:linkH url}">{text:linkH}</a>{/block:IfLinkH}
  779. </div>
  780. {block:IfShowTitle}<div id="hey"><div id="yay"><a href="/">{Title}</a></div></div>{/block:IfShowTitle}
  781.  
  782.  
  783.  
  784. <div id="sidebarimage"><img src="{image:sidebar}"><div class="desc">
  785. {Description}
  786. {block:Pagination}<div class="pagi">
  787. {block:PreviousPage}<a href="{PreviousPage}">back</a>&nbsp;&nbsp;{/block:PreviousPage}
  788. {block:JumpPagination length="3"}
  789. {block:CurrentPage}<span class="current_page" style="color:#a4a4a4;">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  790. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  791. {/block:JumpPagination}
  792. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  793. </div>{/block:Pagination}</div></div>
  794.  
  795.  
  796. </div>
  797.  
  798. </div>
  799.  
  800. <div id="credit"><a href="http://hishaz.tumblr.com" title="hishaz">HH</a></div>
  801.  
  802. <div id="all">{block:Posts}<div id="posts">
  803.  
  804. {block:Text}<h1>{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</h1>{Body}{/block:Text}
  805.  
  806. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  807.  
  808. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  809.  
  810. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  811.  
  812. {block:Quote}<div id="quote">{Quote}<div class="sourse"><br>{block:Source} — {Source}{/block:Source}</div></div></font>{/block:Quote}
  813.  
  814. {block:Audio}
  815. <div id="audio">{block:AlbumArt}<div class="c"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  816. <div class="player2">{AudioPlayerBlack}</div></div><div class="track"><font style="font-size:7px;
  817. text-transform:uppercase;">{block:TrackName}TITLE: {TrackName}{/block:TrackName} <br> {block:Artist}ARTIST: {Artist}{/block:Artist}</font><br />{block:Album}{Album}{/block:Album}<br>{PlayCountWithLabel}</div></div><br>
  818. {Caption}
  819. {/block:Audio}
  820.  
  821.  
  822. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  823.  
  824. {block:Chat}<div id="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines} <div class="lines">{block:Label}<b>{Label}</b>{/block:Label}{Line}</div><br>{/block:Lines}</div>{/block:Chat}
  825.  
  826.  
  827. {block:Answer}<div id="question"><span style="font-size:11px; font-style:italic;"><b>{Asker} said:</b> </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  828.  
  829. <div id="details">
  830. <br><div class="details1">{block:Date}<a href="{Permalink}" title="permalink" style="padding: 2px 3px 2px 3px; Border-top: 0px solid #ffffff; Border-bottom: 0px solid #ffffff; Border-right: 0px solid #ffffff; Border-left: 3px solid #ffffff; background: {color:Side}; color: {color:description}; margin-right: 0px;; ">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes}</a>{/block:Date}{block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentName}" style="padding: 2px 3px 2px 3px; border: 0px solid #ffffff; background: {color:Side}; color: {color:description}; margin-right: 0px;">- via -</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}" style="padding: 2px 3px 2px 3px; Border: 0px solid #ffffff; background: {color:Side}; color: {color:description}; margin-right: 0px;">source{/block:ContentSource}{block:NoteCount}<a href="{Permalink}" title="permalink" style="padding: 2px 3px 2px 3px; Border: 0px solid #ffffff; background: {color:Side}; color: {color:description}; margin-right: 0px;">- {NoteCount} notes</a>{/block:NoteCount}{block:Reblog}<a href="{ReblogURL}" target="_blank" class="details" style="padding: 2px 3px 2px 3px; border: 0px solid #ffffff; background: {color:Side}; color: {color:description}; margin-right: 0px;">- reblog</a>{/block:Reblog} </div>
  831. <div id="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  832.  
  833.  
  834. {/block:Posts}
  835. {block:PostNotes}<br><br><div id="notes">{PostNotes}</div>{/block:PostNotes}
  836.  
  837.  
  838.  
  839.  
  840. {block:IfMiniCursor}<style type="text/css">body, a:hover {cursor: url("http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png"
  841. ), progress !important;}</style>{/block:IfMiniCursor}
  842.  
  843. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement