azurethemes

045 // Polarize //

Aug 16th, 2015
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.35 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. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  3.  
  4. <script type="text/javascript">
  5. WebFontConfig = {
  6. google: { families: [ 'Roboto700::latin', 'Roboto::latin' , 'Bitter::latin' ] }
  7. };
  8. (function() {
  9. var wf = document.createElement('script');
  10. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  11. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  12. wf.type = 'text/javascript';
  13. wf.async = 'true';
  14. var s = document.getElementsByTagName('script')[0];
  15. s.parentNode.insertBefore(wf, s);
  16. })(); </script>
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("a[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:90,
  26. tip_fade_speed:600,
  27. attribute:"title"
  28. });
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33. <head>
  34.  
  35. <title>{Title}</title>
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <!----
  41.  
  42.  
  43.  
  44. — Theme made by azureofrp —
  45. — Theme number 45 //Polarize// —
  46. — Do not steal anything :) —
  47. — Do not take parts of my coding and use them for your themes —
  48. — To request a custom theme, visit my custom theme request page —
  49. — Please respect my effort and the time I put into my themes —
  50.  
  51.  
  52.  
  53.  
  54.  
  55. --->
  56.  
  57.  
  58.  
  59. <meta name="color:blockquote border" content="#ffffff">
  60. <meta name="color:border" content="#000000">
  61. <meta name="color:outline" content="#000000">
  62. <meta name="color:text" content="#000000"/>
  63. <meta name="color:post text" content="#b6b6b6"/>
  64. <meta name="color:title text" content="#ffffff"/>
  65. <meta name="color:italic text" content="#000000">
  66. <meta name="color:bold text" content="#000000">
  67. <meta name="color:hover" content="#c1b8b8">
  68. <meta name="color:links" content="#ffffff"/>
  69. <meta name="color:accent" content="#ffffff"/>
  70. <meta name="color:scrollbar" content="#473f3f">
  71. <meta name="color:credit" content="#616b6b">
  72. <meta name="color:text shadow" content="#ffffff">
  73. <meta name="color:shadow" content="#ffffff">
  74. <meta name="color:background" content="#c3cccc"/>
  75. <meta name="color:blockquote background" content="#c3cccc">
  76.  
  77. <meta name="color:description background" content="#c1b6b6"/>
  78. <meta name="color:post background" content="#000000">
  79. <meta name="color:links background" content="#a1adad">
  80. <meta name="color:box" content="#adb3b3">
  81. <meta name="color:question background" content="#adb3b3">
  82. <meta name="color:scrollbar background" content="#616b6b">
  83.  
  84. <meta name="image:background" content=""/>
  85. <meta name="image:icon" content=""/>
  86.  
  87. <meta name="text:title" content="">
  88. <meta name="text:mini title" content="">
  89. <meta name="text:music box code" content="">
  90.  
  91.  
  92. <meta name="text:link 1" content="Link 1">
  93. <meta name="text:link 2" content="Link 2">
  94. <meta name="text:link 3" content="Link 3">
  95. <meta name="text:link 4" content="Link 4">
  96. <meta name="text:link 5" content="Link 5">
  97.  
  98.  
  99.  
  100.  
  101. <meta name="text:link 1 url" content="/">
  102. <meta name="text:link 2 url" content="/">
  103. <meta name="text:link 3 url" content="/">
  104. <meta name="text:link 4 url" content="/">
  105. <meta name="text:link 5 url" content="/">
  106.  
  107.  
  108. <style type="text/css">
  109.  
  110. ::-webkit-scrollbar-thumb {
  111. height:auto;
  112. background-color:{color:scrollbar};
  113. }
  114.  
  115. ::-webkit-scrollbar {
  116. height:9px;
  117. width:2px;
  118. background-color:{color:scrollbar background};
  119. }
  120. #s-m-t-tooltip {
  121. max-width:300px;
  122. margin:10px 0px 0px 10px;
  123. padding:5px;
  124. font-weight:bold;
  125. background-color:{color:post background};
  126. border:1px solid #000000;
  127. box-shadow:6px 6px 0px #000000;
  128. font-family: 'Roboto', sans-serif;
  129. font-size:8px;
  130. text-transform:uppercase;
  131. letter-spacing:1px;
  132. color:{color:text};
  133. z-index:999999999999999999999999999999999999;
  134. }
  135.  
  136.  
  137.  
  138. body {
  139. background-color:{color:background};
  140. background-image:url('{image:background}');
  141. background-attachment: fixed;
  142. background-repeat: repeat;
  143. font-weight:none;
  144. font-family: 'Roboto', sans-serif;
  145. font-size:9px;
  146. text-align:justify;
  147. color:{color:text};
  148. margin:0;
  149.  
  150.  
  151. }
  152.  
  153. a {
  154. text-decoration:none;
  155. color:{color:links};
  156. transition-duration: 0.2s;
  157. -moz-transition-duration: 0.2s;
  158. -webkit-transition-duration: 0.3s;
  159. -o-transition-duration: 0.3s;
  160.  
  161. }
  162.  
  163. a:hover {
  164. text-decoration:none;
  165. color:{color:hover};
  166. transition-duration: 0.2s;
  167. -moz-transition-duration: 0.2s;
  168. -webkit-transition-duration: 0.3s;
  169. -o-transition-duration: 0.3s;
  170.  
  171. }
  172.  
  173. img {
  174. border:none;
  175.  
  176.  
  177.  
  178. }
  179.  
  180. blockquote {
  181. font-size:9px;
  182. max-width:545px;
  183. border-left:1px solid{color:blockquote border};
  184. background-color:{color:blockquote background};
  185. text-align:left;
  186. padding:5px;
  187. font-weight:none;
  188. margin-left:5px;
  189. margin-right:5px;
  190. padding-left:5px;
  191. color:{color:text};
  192.  
  193. }
  194.  
  195. pre{
  196. font-size:9px;
  197. text-align:center;
  198. text-transform:none;
  199. font-family: 'Bitter', serif;
  200. font-weight:bold;
  201. line-height:9px;
  202. border-left:1px solid {color:blockquote border};
  203. border-bottom:1px solid {color:blockquote border};
  204. letter-spacing:2px;
  205. background-color:{color:blockquote background};
  206. color:{color:text};
  207. padding:6px;
  208. }
  209.  
  210. small{
  211. font-size:9px;
  212. }
  213.  
  214. big{
  215. font-size:9px;
  216. }
  217.  
  218. sub{
  219. font-size:9px;
  220. }
  221.  
  222.  
  223. h1 {
  224. font-size:17px;
  225. text-align:center;
  226. font-family: 'Roboto', sans-serif;
  227. letter-spacing:1px;
  228. text-transform:uppercase;
  229. border-bottom:1px solid #ddd;
  230. color:{color:title text};
  231. padding:6px;
  232.  
  233.  
  234. }
  235.  
  236. h1 a{
  237. color:{color:title text};
  238. }
  239.  
  240.  
  241. h2{
  242. color:{color:text};
  243. text-transform:uppercase;
  244. text-decoration:underline;
  245. text-shadow: 1px 1px 0px #ddd;
  246. text-align:left;
  247.  
  248. }
  249.  
  250.  
  251.  
  252.  
  253. b {
  254. font-weight:bold;
  255. padding:2px;
  256. text-shadow: 1px 1px 3px {color:text shadow};
  257. color:{color:bold text};
  258.  
  259.  
  260. }
  261.  
  262. i {
  263. font-weight:italic;
  264. color:{color:italic text};
  265.  
  266.  
  267. }
  268.  
  269. u {
  270. text-decoration:none;
  271. border-bottom:1px solid {color:border};
  272.  
  273.  
  274. }
  275.  
  276.  
  277.  
  278. #description {
  279. position:fixed;
  280. text-align:left;
  281. margin-top:210px;
  282. margin-left:540px;
  283. overflow:auto;
  284. text-transform:none;
  285. font-style:normal;
  286. font-family'Roboto' sans-serif;
  287. width:180px;
  288. height:100px;
  289. opacity:1;
  290. line-height:10px;
  291. font-weight:none;
  292. color:{color:text};
  293. padding:10px;
  294. letter-spacing:0px;
  295. padding-top:15px;
  296. font-size:8px;
  297. z-index:99;
  298. transition-duration: 0.9s;
  299. -moz-transition-duration:0.9s;
  300. -webkit-transition-duration:0.9s;
  301. -o-transition-duration:0.9s;
  302.  
  303.  
  304. }
  305.  
  306.  
  307. #musicbox {
  308. overflow:hidden;
  309. position:fixed;
  310. text-align:left;
  311. margin-top:523px;
  312. margin-left:549px;
  313. text-transform:none;
  314. font-style:normal;
  315. font-family:arial;
  316. width:170px;
  317. height:15px;
  318. opacity:1;
  319. line-height:10px;
  320. font-weight:none;
  321. color:{color:text};
  322. padding:10px;
  323. letter-spacing:0px;
  324. padding-top:8px;
  325. font-size:8px;
  326. z-index:99;
  327. transition-duration: 0.9s;
  328. -moz-transition-duration:0.9s;
  329. -webkit-transition-duration:0.9s;
  330. -o-transition-duration:0.9s;
  331.  
  332.  
  333. }
  334.  
  335.  
  336.  
  337. #pagination {
  338. height:auto;
  339. position:fixed;
  340. padding:2px;;
  341. line-height:25px;
  342. margin-top:-34px;
  343. width:520px;
  344. color:{color:text};
  345. margin-left:-430px;
  346. font-size:20px;
  347. font-family: 'Roboto', sans-serif;
  348. text-align:center;
  349. float:center;
  350. font-style:none;
  351. text-transform:uppercase;
  352. overflow:hidden;
  353. letter-spacing:1px;
  354. z-index:999999;
  355. opacity:1;
  356. transition-duration: 0.9s;
  357. -moz-transition-duration:0.9s;
  358. -webkit-transition-duration:0.9s;
  359. -o-transition-duration:0.9s;
  360.  
  361.  
  362.  
  363.  
  364.  
  365. }
  366.  
  367. #pagination:hover{
  368. color:{color:hover};
  369. transition-duration: 0.9s;
  370. -moz-transition-duration:0.9s;
  371. -webkit-transition-duration:0.9s;
  372. -o-transition-duration:0.9s;
  373.  
  374.  
  375.  
  376.  
  377. }
  378.  
  379. #title {
  380. height:auto;
  381. position:fixed;
  382. padding:2px;;
  383. line-height:20px;
  384. max-height:75px;
  385. margin-top:138px;
  386. padding-left:2px;
  387. width:83px;
  388. font-weight:bold;
  389. color:{color:accent};
  390. margin-left:646px;
  391. font-size:10px;
  392. font-family: 'Roboto', sans-serif;
  393. text-align:center;
  394. float:center;
  395. background:{color:border};
  396. font-style:italic;
  397. text-transform:none;
  398. overflow:hidden;
  399. letter-spacing:0px;
  400. z-index:999999;
  401. opacity:1;
  402. transition-duration: 0.9s;
  403. -moz-transition-duration:0.9s;
  404. -webkit-transition-duration:0.9s;
  405. -o-transition-duration:0.9s;
  406.  
  407.  
  408.  
  409.  
  410.  
  411. }
  412. #png{
  413. position:fixed;
  414. opacity:1;
  415. background-image:url('{image:png}');
  416. width:290px;
  417. height:405px;
  418. margin-top:198px;
  419. background:none;
  420. margin-left:0px;
  421. z-index:-999;
  422.  
  423. }
  424.  
  425. #png img{
  426. width:290px;
  427. height:405px;
  428. background-image:url('{image:png}');
  429. }
  430.  
  431. #iconn {
  432. position:fixed;
  433. width:80px;
  434. margin-top:190px;
  435. padding:10px;
  436. height:80px;
  437. margin-left:180px;
  438. background-color:transparent;
  439. z-index:9999999999999999;
  440. }
  441.  
  442. #iconnimage {
  443. width 80px;
  444. z-index:-99999;
  445. }
  446.  
  447. #iconnimage img {
  448. width:80px;
  449. height:80px;
  450. margin-left:550px;
  451. margin-top:135px;
  452. border-radius:3px 3px 3px 3px;
  453. position:fixed;
  454. opacity:1;
  455. border:solid 1px {color:border};
  456. z-index:999999999999999;
  457.  
  458.  
  459.  
  460. }
  461.  
  462. #triangle-left1 {
  463. width: 0;
  464. height: 0;
  465. margin-top:141px;
  466. position:fixed;
  467. margin-left:632px;
  468. border-top: 10px solid transparent;
  469. border-left: 20px solid {color:border};
  470. border-bottom: 10px solid transparent;
  471.  
  472. }
  473.  
  474. #bbackground3{
  475. position:fixed;
  476. opacity:1;
  477. width:540px;
  478. height:430px;
  479. background-color:{color:box};
  480. margin-top:130px;
  481. box-shadow:8px 8px 0px #000000;
  482. outline:1px solid {color:outline};
  483. margin-left:200px;
  484. z-index:-9999;
  485.  
  486. }
  487.  
  488. #entries {
  489. overflow-y:auto;
  490. margin-left:204px;
  491. height:422px;
  492. width:539px;
  493. letter-spacing:0px;
  494. position:fixed;
  495. margin-top:134px;
  496.  
  497.  
  498. }
  499. #post {
  500. font-size:10px;
  501. width:300px;
  502. color:{color:post text};
  503. background-color:{color:post background};
  504. text-align:justify;
  505. padding:20px;
  506. overflow:hidden;
  507. line-height:20px;
  508. margin-bottom:10px;
  509. }
  510.  
  511. #post img{
  512. max-width:300px;
  513. height:auto;
  514. }
  515.  
  516.  
  517.  
  518. #info {
  519. width:512px;
  520. text-align:left;
  521. font-family: 'Roboto', sans-serif;
  522. text-transform:none;
  523. margin-left:-23px;
  524. font-weight:bold;
  525. font-size:9px;
  526. margin-top:20px;
  527. letter-spacing:0px;
  528. overflow:hidden;
  529. margin-bottom:-19px;
  530. font-style:none;
  531. padding:10px;
  532. line-height:10px;
  533. color:{color:text};
  534. }
  535.  
  536. #info a {
  537. text-align:left;
  538. font-family: 'Roboto', sans-serif;
  539. font-weight:bold;
  540. line-height:2px;
  541. color:{color:text};
  542. }
  543.  
  544. #info a:hover{
  545. color:{color:hover};
  546. font-weight:bold;
  547. }
  548.  
  549.  
  550. .right{
  551. float:left;
  552.  
  553. }
  554.  
  555.  
  556.  
  557. #tags {
  558. text-align:left;
  559. opacity:1;
  560. font-size:8px;
  561. font-family: 'Roboto', sans-serif;
  562. margin-top:1px;
  563. margin-left:-12px;
  564. padding:-5px;
  565. font-weight:bold;
  566. margin-bottom:0px;
  567. height:15px;
  568. width:530px;
  569. padding-top:0px;
  570. background-color:{color:post background};
  571. text-transform:uppercase;
  572. transition-duration: 0.5s;
  573. -moz-transition-duration: 0.5s;
  574. -webkit-transition-duration: 0.5s;
  575. -o-transition-duration: 0.5s;
  576. }
  577.  
  578.  
  579.  
  580. #tags a {
  581. padding:0px;
  582. margin-top:1px;
  583. color:{color:text};
  584. line-height:6px;
  585. letter-spacing:0.5px;
  586. font-weight:bold;
  587. margin-left:-12px;
  588. font-size:8px;
  589. font-family: 'Roboto', sans-serif;
  590. text-decoration:underline;
  591. display:inline-block;
  592. }
  593.  
  594. #tags a:hover {
  595. -moz-transition-duration:0.3s;
  596. -webkit-transition-duration:0.3s;
  597. -o-transition-duration:0.3s;
  598. color:{color:hover};
  599. }
  600.  
  601. #permalink{
  602. margin-bottom:15px;
  603. text-align:left;
  604. font-size:9px;
  605. margin-left:-12px;
  606. margin-top:-5px;
  607. font-weight:bold;
  608. text-transform:uppercase;
  609. width:590px;
  610. letter-spacing:0px;
  611. line-height:0px;
  612. color:{color:text};
  613. }
  614.  
  615. #permalink a{
  616. color:{color:text};
  617. font-weight:bold;
  618. }
  619.  
  620.  
  621. #asking {
  622. margin-left:15px;
  623. margin-top:10px;
  624.  
  625. }
  626.  
  627. #question {
  628. padding:12px;
  629. padding-left:70px;
  630. color:{color:text};
  631. background-color:{color:question background};
  632. }
  633.  
  634. #asker{
  635. margin-top:-35px;
  636. margin-left:70px;
  637. font-family: 'Roboto', sans-serif;
  638. text-transform:lowercase;
  639.  
  640. }
  641.  
  642. #c{
  643. position:fixed;
  644. font-size:10px;
  645. font-weight:bold;
  646. padding-bottom:5px;
  647. padding-top:5px;
  648. height:20px;
  649. width:20px;
  650. opacity:1;
  651. padding-left:5px;
  652. padding-right:5px;
  653. margin-left:1325px;
  654. top:645px;
  655. letter-spacing:0px;
  656. line-height:22px;
  657. border:1px solid {color:border};
  658. text-align:center;
  659. float:left;
  660. border-radius:100px;
  661. font-family: 'Roboto', sans-serif;
  662. color:{color:text};
  663. text-transform:uppercase;
  664. background-color: rgba(255,255,255, 0.3);
  665. transition-duration: 0.8s;
  666.  
  667.  
  668. }
  669.  
  670.  
  671. lol {
  672. font-size:11px;
  673. text-align:center;
  674. width:210px;
  675. height:5px;
  676. font-family: 'Calibri';
  677. text-shadow: 1px 1px 3px {color:text shadow};
  678. letter-spacing:1px;
  679. background-color:{color:blockquote background};
  680. color:{color:text};
  681. padding:5px;
  682.  
  683.  
  684. }
  685.  
  686. #linkss {
  687. width:190px;
  688. height:215px;
  689. overflow:hidden;
  690. cursor:pointer;
  691. margin-top:335px;
  692. opacity:1;
  693. position:fixed;
  694. margin-left:544px;
  695. z-index:9;
  696. }
  697.  
  698. #linkss #all {
  699. margin-left:0px;
  700. margin-top:0px;
  701. padding:5px;
  702. margin-bottom:-2px;
  703. height:14px;
  704. z-index:9;
  705. }
  706.  
  707. #linkss #all a:hover {
  708. color:{color:hover};
  709. font-style:italic;
  710. text-decoration:underline;
  711. font-size:11px;
  712. transition-duration: 0.5s;
  713. -moz-transition-duration: 0.5s;
  714. -webkit-transition-duration: 0.5s;
  715. -o-transition-duration: 0.5s;
  716. }
  717.  
  718. #linkss a {
  719. width:174px;
  720. height:17px;
  721. margin-bottom:1px;
  722. margin-right:-1px;
  723. text-align:left;
  724. text-transform:uppercase;
  725. padding:4px;
  726. line-height:18px;
  727. color:{color:links};
  728. font-style:none;
  729. font-weight:bold;
  730. font-family: 'Roboto', sans-serif;
  731. letter-spacing:0px;
  732. font-size:9px;
  733. display:inline-block;
  734.  
  735.  
  736. }
  737.  
  738.  
  739. {CustomCSS}</style>
  740.  
  741.  
  742.  
  743. </head>
  744. <body>
  745.  
  746.  
  747. <div id="sidebar">
  748. <div id="description">{description}</div>
  749. <div id="title">{text:mini title}</div>
  750. <div id="bbackground3"></div>
  751. <div id="iconnimage"><a href="/"><img src="{image:icon}"></a></div>
  752. <div id="musicbox">{text:music box code}</div>
  753. <div id="triangle-left1"></div>
  754.  
  755.  
  756. </div>
  757.  
  758. </div>
  759.  
  760. </div>
  761.  
  762.  
  763. </div>
  764. <div id="linkss">
  765. <div id="all">
  766. <a href="/"title= "Refresh">home</a>
  767. <a href="/ask"title= "Askbox">message</a></li>
  768. <a href="{text:link 1 url}"title= "link hover">{text:link 1}</a>
  769. <a href="{text:link 2 url}"title= "link hover">{text:link 2}</a>
  770. <a href="{text:link 3 url}"title= "link hover">{text:link 3}</a>
  771. <a href="{text:link 4 url}"title= "link hover">{text:link 4}</a>
  772. <a href="{text:link 5 url}"title= "link hover">{text:link 5}</a>
  773.  
  774. </div>
  775. </div>
  776.  
  777.  
  778.  
  779. <div id="title">
  780. <div id="pagination">
  781. {block:Pagination}
  782. {block:PreviousPage}
  783. <a href="{PreviousPage}">previous</a> -
  784. {/block:PreviousPage}
  785. {text:title} -
  786. {block:NextPage}
  787. <a href="{NextPage}">next</a>
  788. {/block:NextPage}
  789. {/block:Pagination}</div>
  790. </div></div>
  791.  
  792.  
  793. <div id="entries">
  794. {block:Posts}
  795. <div id="post"
  796.  
  797.  
  798.  
  799. <div id="post">
  800.  
  801. {block:Date}
  802. <div id="permalink">
  803. {block:NotReblog}<a href="{URL}" target="_blank" title="{Name}"></a>{/block:NotReblog}
  804. <a href="{Permalink}">{Month} {DayOfMonth} {Year} </a> | {NoteCount}
  805. </div>
  806. {/block:Date}
  807.  
  808.  
  809. <!--TEXT POSTS-->
  810.  
  811. {block:Text}
  812. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  813. {Body}
  814. {/block:Text}
  815.  
  816.  
  817.  
  818. {block:Answer}
  819. <div id="asking"><img src="{AskerPortraitURL-48}"/></div>
  820. <div id="asker">{Asker} sent:</div>
  821. <div id="question">{Question}</div>
  822. {Answer}{/block:Answer}
  823.  
  824.  
  825. {block:Quote}
  826.  
  827. {block:Quote}
  828. <h2>{Quote}</h2>
  829. <div align="right">
  830. {block:Source}<h1>-{Source}</h1>{/block:Source}
  831. </div>
  832. {/block:Quote}
  833.  
  834.  
  835. {block:Link}
  836. <h2><center><a href="{URL}">{Name}</center></a></h2>
  837. {block:Description}{Description}{/block:Description}
  838. {/block:Link}
  839.  
  840.  
  841.  
  842. {block:Chat}
  843. {block:Title}<h2>{Title}</h2>{/block:Title}
  844. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  845. {Line}</li>{/block:Lines}</ul>
  846. {/block:Chat}
  847.  
  848.  
  849.  
  850. {block:Photo}
  851. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  852.  
  853. {block:Caption}{Caption}{/block:Caption}
  854. {/block:Photo}
  855.  
  856.  
  857.  
  858. {block:Photoset}
  859. {Photoset-250}
  860. {block:Caption}{Caption}{/block:Caption}
  861. {/block:Photoset}
  862.  
  863.  
  864.  
  865. {block:Video}
  866. {Video-250}
  867. {block:Caption}{Caption}{/block:Caption}
  868. {/block:Video}
  869.  
  870.  
  871.  
  872.  
  873. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  874. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  875. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  876. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  877. {/block:Audio}
  878.  
  879.  
  880. <div id="info">
  881. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  882. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
  883. </div></div>
  884.  
  885. {/block:Posts}{/block:Posts}</div></div></div>
  886. </div>
  887.  
  888.  
  889. <div id="c">
  890. <a href="http://adf.ly/1IcHXD">©AZ</a>
  891.  
  892. </div>
  893.  
  894.  
  895. </html>
Add Comment
Please, Sign In to add comment