azurethemes

theme 16

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