azurethemes

theme 14

Mar 5th, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.47 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 14 "alexandria" 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:ICONS" content="#f6d9d4">
  30. <meta name="color:TITLE BG" content="#f6d9d4">
  31. <meta name="color:SHADOW" content="#f6d9d4">
  32. <meta name="color:TXT SHADOW" content="#f6d9d4">
  33. <meta name="color:BLOCKQUOTE" content="#f6d9d4">
  34. <meta name="color:BLOCKQUOTE BORDER" content="#dcbcba">
  35. <meta name="color:H1 BG" content="#f6d9d4">
  36. <meta name="color:ITALIC" content="#f6d9d4">
  37. <meta name="color:BOLD" content="#f6d9d4">
  38.  
  39.  
  40. <meta name="color:POST BG" content="#fbc6c4">
  41. <meta name="color:LINKS BG" content="#f0bfb3">
  42. <meta name="color:DESC BG" content="#f0bfb3">
  43. <meta name="color:INFO BG" content="#fbc6c4">
  44. <meta name="color:BORDER" content="#dcbcba">
  45. <meta name="color:SCROLLBAR" content="#aaaaaa">
  46. <meta name="color:SCROLLBAR BG" content="#ffffff">
  47.  
  48.  
  49. <meta name="image:BACKGROUND" content=""/>
  50. <meta name="image:SIDEBAR" content=""/>
  51. <meta name="image:SIDEBAR 2" content=""/>
  52. <meta name="image:HEADER" content=""/>
  53. <meta name="image:ICON 1" content=""/>
  54. <meta name="image:ICON 2" content=""/>
  55. <meta name="image:ICON 3" content=""/>
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. <meta name="text:TITLE" content=""/>
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. <meta name="text:LINK 1" content="LINK 1">
  74. <meta name="text:LINK 2" content="LINK 2">
  75. <meta name="text:LINK 3" content="LINK 3">
  76.  
  77.  
  78.  
  79. <meta name="text:LINK 1 URL" content="/">
  80. <meta name="text:LINK 2 URL" content="/">
  81. <meta name="text:LINK 3 URL" content="/">
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. <style type="text/css">
  96.  
  97.  
  98. ::-webkit-scrollbar-thumb {
  99. height:auto;
  100. background-color:{color:scrollbar};
  101.  
  102. }
  103.  
  104. ::-webkit-scrollbar {
  105. height:2.5px;
  106. width:5px;
  107. background-color:{color:scrollbar bg};
  108.  
  109. }
  110.  
  111. body {
  112. background-color:{color:background};
  113. background-image:url('{image:background}');
  114. background-attachment: fixed;
  115. background-repeat: repeat;
  116. font-family:arial;
  117. font-size:10px;
  118. text-align:justify;
  119. color:{color:txt};
  120. margin:0;
  121.  
  122.  
  123. }
  124.  
  125. a {
  126. text-decoration:none;
  127. color:{color:Links};
  128. -webkit-transition: all 0.5s ease-out;
  129. -moz-transition: all 0.5s ease-out;
  130. transition: all 0.5s ease-out;
  131. }
  132.  
  133. a:hover {
  134. text-decoration:none;
  135. color:{color:Hover};
  136. -webkit-transition: all 0.5s ease-out;
  137. -moz-transition: all 0.5s ease-out;
  138. transition: all 0.5s ease-out;
  139.  
  140. }
  141.  
  142. img {
  143. border:none;
  144.  
  145.  
  146.  
  147. }
  148.  
  149. blockquote {
  150. background:{color:blockquote};
  151. border-left:5px solid {color:blockquote border};
  152. padding:5px;
  153.  
  154. }
  155.  
  156. pre{
  157. margin-top:0px;
  158. margin-bottom:5px;
  159. font-size:12px;
  160. background-color:{color:blockquote};
  161. padding:5px;
  162. text-transform:uppercase;
  163. font-family:'consolas';
  164. font-weight:bold;
  165. text-align:center;
  166. text-shadow: 1px 1px 0px {color:txt shadow};
  167. }
  168.  
  169. small{
  170. font-size:10px;
  171. }
  172.  
  173. big{
  174. font-size:10px;
  175. }
  176.  
  177. sub{
  178. font-size:10px;
  179. }
  180.  
  181.  
  182. h1 {
  183. font-size:10px;
  184. text-transform:uppercase;
  185. border-left:solid 5px {color:blockquote border};
  186. border-right:solid 5px {color:blockquote border};
  187. font-family:'consolas';
  188. background-color:{color:h1 bg};
  189. font-style:bold;
  190. text-align:left;
  191. color:{color:txt};
  192. padding:5px;
  193. text-shadow: 1px 1px 0px {color:txt shadow};
  194. }
  195.  
  196. h1 a{
  197. color:{color:txt};
  198. font-size:12px;
  199. text-transform:uppercase;
  200. font-family:'consolas';
  201. background-color:{color:blockquote};
  202. font-style:bold;
  203. text-align:right;
  204. padding:5px;
  205. }
  206.  
  207. h2 a{
  208. color:{color:txt};
  209.  
  210. }
  211.  
  212. b {
  213. font-weight:bold;
  214. color:{color:bold};
  215.  
  216. }
  217.  
  218. i {
  219. font-weight:italic;
  220. color:{color:italic};
  221.  
  222. }
  223.  
  224. u {
  225. text-decoration:none;
  226. border-bottom:1px solid {color:txt};
  227.  
  228. }
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235. /*DESC*/
  236.  
  237.  
  238. #txtbox1 {
  239. width:265px;
  240. height:83px;
  241. position:fixed;
  242. padding-top:10px;
  243. padding-bottom:10px;
  244. padding-left:10px;
  245. padding-right:10px;
  246. line-height:100%;
  247. top:475px;
  248. margin-left:765px;
  249. font-weight:bold;
  250. font-size:10px;
  251. text-align:center;
  252. overflow:auto;
  253. background:{color:desc bg};
  254. z-index:9999999;
  255. opacity:1;
  256.  
  257.  
  258. }
  259.  
  260. #title {
  261. width:537px;
  262. height:10px;
  263. position:fixed;
  264. padding-top:10px;
  265. padding-bottom:10px;
  266. padding-left:10px;
  267. padding-right:10px;
  268. line-height:100%;
  269. top:0px;
  270. color:{color:title txt};
  271. margin-left:163px;
  272. font-weight:bold;
  273. text-transform:uppercase;
  274. font-size:11px;
  275. font-family:'consolas';
  276. text-decoration:underline;
  277. text-align:center;
  278. overflow:hidden;
  279. background:{color:title bg};
  280. text-shadow: 1px 1px 0px {color:txt shadow};
  281. z-index:9999999;
  282. opacity:1;
  283.  
  284.  
  285. }
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292. /*PAGINAITON*/
  293.  
  294. #pagi {
  295. font-size:9px;
  296. text-transform:uppercase;
  297. font-weight:bold;
  298. font-style:normal;
  299. position:fixed;
  300. text-align:left;
  301. margin-left:765px;
  302. margin-top:585px;
  303. background:{color:links bg};
  304. padding:5px;
  305. line-height:100%;
  306. width:80px;
  307. height:8px;
  308. display:inline-block;
  309. color:{color:links};
  310. z-index:99999999;
  311. opacity:1;
  312. font-family:arial;
  313. text-shadow: 1px 1px 0px {color:txt shadow};
  314. transition-duration: 0.9s;
  315. -moz-transition-duration:0.9s;
  316. -webkit-transition-duration:0.9s;
  317. -o-transition-duration:0.9s;
  318.  
  319.  
  320.  
  321.  
  322.  
  323. }
  324.  
  325. #pagi:hover{
  326. color:{color:hover};
  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. /*IMAGES*/
  337.  
  338.  
  339. #sidebar1 {
  340. position:fixed;
  341. opacity:1;
  342. background-image:url('{image:sidebar}');
  343. width:500px;
  344. height:360px;
  345. top:100px;
  346. margin-left:775px;
  347. background:{color:background};
  348. outline:solid 10px {color:border};
  349. z-index:9999999;
  350.  
  351.  
  352. }
  353.  
  354. #sidebar2 {
  355. position:fixed;
  356. opacity:1;
  357. background-image:url('{image:sidebar 2}');
  358. width:100px;
  359. height:683px;
  360. top:0px;
  361. margin-left:0px;
  362. background:{color:desc bg};
  363. border-right:solid 10px {color:border};
  364. z-index:9999999;
  365.  
  366. }
  367.  
  368. #header {
  369. position:fixed;
  370. opacity:1;
  371. background-image:url('{image:header}');
  372. width:537px;
  373. height:80px;
  374. top:30px;
  375. margin-left:163px;
  376. background:{color:background};
  377. border-bottom:solid 10px {color:title bg};
  378. border-left:solid 10px {color:title bg};
  379. border-right:solid 10px {color:title bg};
  380. z-index:9999999;
  381.  
  382.  
  383.  
  384.  
  385. }
  386.  
  387. #admin1 {
  388. position:fixed;
  389. width:60px;
  390. margin-top:190px;
  391. padding:10px;
  392. height:60px;
  393. margin-left:180px;
  394. background-color:transparent;
  395. z-index:99999;
  396. }
  397.  
  398. #admin1image {
  399. width 60px;
  400. z-index:99999;
  401. }
  402.  
  403. #admin1image img {
  404. width:80px;
  405. height:80px;
  406. border-radius:100px;
  407. margin-left:990px;
  408. margin-top:100px;
  409. position:fixed;
  410. opacity:1;
  411. border:solid 5px {color:icons};
  412. z-index:9999999999;
  413.  
  414.  
  415.  
  416. }
  417.  
  418. #admin2 {
  419. position:fixed;
  420. width:80px;
  421. margin-top:190px;
  422. padding:10px;
  423. height:80px;
  424. margin-left:180px;
  425. background-color:transparent;
  426. z-index:99999;
  427. }
  428.  
  429. #admin2image {
  430. width 80px;
  431. z-index:99999;
  432. }
  433.  
  434. #admin2image img {
  435. width:80px;
  436. height:80px;
  437. border-radius:100px;
  438. margin-left:990px;
  439. margin-top:348px;
  440. position:fixed;
  441. opacity:1;
  442. border:solid 5px {color:icons};
  443. z-index:9999999999;
  444.  
  445. }
  446.  
  447. #admin3 {
  448. position:fixed;
  449. width:60px;
  450. margin-top:190px;
  451. padding:10px;
  452. height:80px;
  453. margin-left:180px;
  454. background-color:transparent;
  455. z-index:99999;
  456. }
  457.  
  458. #admin3image {
  459. width 80px;
  460. z-index:99999;
  461. }
  462.  
  463. #admin3image img {
  464. width:80px;
  465. height:80px;
  466. border-radius:100px;
  467. margin-left:990px;
  468. margin-top:222px;
  469. position:fixed;
  470. opacity:1;
  471. border:solid 5px {color:icons};
  472. z-index:9999999999;
  473.  
  474. }
  475.  
  476.  
  477. /*LINKS*/
  478.  
  479.  
  480.  
  481. #links{
  482. font-size:9px;
  483. text-align:center;
  484. position:fixed;
  485. line-height:25%;
  486. letter-spacing:5%;
  487. font-family:'consolas';
  488. margin-left:1055px;
  489. margin-top:475px;
  490. width:251px;
  491. z-index:99999;
  492.  
  493.  
  494. }
  495.  
  496. #links a{
  497. opacity:1;
  498. display:inline-block;
  499. text-transform:uppercase;
  500. color:{color:sblinks};
  501. background-color:{color:links bg};
  502. width:225px;
  503. height:11px;
  504. padding-right:5px;
  505. padding-top:5px;
  506. font-weight:bold;
  507. display:block;
  508. line-height:11px;
  509. letter-spacing:1px;
  510. padding-bottom:3px;
  511. transition-duration: 0.3s;
  512. -moz-transition-duration: 0.1s;
  513. -webkit-transition-duration: 0.3s;
  514. -o-transition-duration: 0.3s;
  515.  
  516.  
  517.  
  518. }
  519.  
  520. #links a:hover{
  521. color:{color:hover};
  522. background:{color:hover bg};
  523. opacity:1;
  524. transition-duration: 0.3s;
  525. -moz-transition-duration: 0.1s;
  526. -webkit-transition-duration: 0.3s;
  527. -o-transition-duration: 0.3s;
  528.  
  529. }
  530.  
  531.  
  532. .navi{
  533. width:298px;
  534. height:90px;
  535. padding-left:1px;
  536. padding-bottom:15px;
  537. padding-top:13px;
  538. margin-top:0px;
  539. margin-left:185px;
  540. line-height:20%;
  541. position:fixed;
  542. display:block;
  543. z-index:99999999;
  544. opacity:0;
  545. transition-delay:0.1s;
  546. -webkit-transition-delay:0.1s;
  547. transition-duration: 0.4s;
  548. -moz-transition-duration:0.2s;
  549. -webkit-transition-duration:0.8s;
  550. -o-transition-duration:0.2s;
  551.  
  552. }
  553.  
  554. .navi:hover{
  555. opacity:1;
  556. margin-left:260px;
  557. transition-delay:0.1s;
  558. -webkit-transition-delay:0.1s;
  559. transition-duration: 0.4s;
  560. -moz-transition-duration:0.2s;
  561. -webkit-transition-duration:0.8s;
  562. -o-transition-duration:0.2s;
  563.  
  564.  
  565. }
  566.  
  567.  
  568. #navbg {
  569. width:480px;
  570. height:340px;
  571. position:fixed;
  572. padding-top:10px;
  573. padding-bottom:10px;
  574. padding-left:10px;
  575. padding-right:10px;
  576. line-height:100%;
  577. top:90px;
  578. margin-left:579px;
  579. font-size:11px;
  580. text-align:right;
  581. letter-spacing:1px;
  582. overflow:auto;
  583. border:solid 10px {color: border};
  584. background:{color:info bg};
  585. z-index:-9;
  586. opacity:0;
  587.  
  588.  
  589.  
  590. }
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597. /*ENTRIES*/
  598.  
  599.  
  600.  
  601. #entries {
  602. position: absolute;
  603. z-index:99999;
  604. height:490px;
  605. width:567px;
  606. overflow:auto;
  607. margin-left:153px;
  608. margin-top:160px;
  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:60px;
  735. padding-left:5px;
  736. padding-right:5px;
  737. margin-left:1290px;
  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 2px {color:border};
  746. background-color:{color:links 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="sidebar2"><img src="{image:sidebar 2}"></a></div>
  766. <div id="header"><img src="{image:header}"></a></div>
  767. <div id="title">{text:title}</div>
  768.  
  769.  
  770.  
  771. </div>
  772. </div>
  773.  
  774.  
  775. </div>
  776.  
  777. <div class="navi">
  778. <div id="navbg"></div>
  779. <div id="admin1image"><img src="{image:icon 1}"></a></div>
  780. <div id="admin2image"><img src="{image:icon 2}"></a></div>
  781. <div id="admin3image"><img src="{image:icon 3}"></a></div>
  782.  
  783.  
  784. </div>
  785.  
  786.  
  787.  
  788. </div>
  789. <div id="links">
  790. <a href="/" href="">refresh</a><br>
  791. <a href="ask" href="/ask">inquire</a><br>
  792. <a href="{text:link 1 url}">{text:Link 1}</a><br>
  793. <a href="{text:link 2 url}">{text:Link 2}</a><br>
  794. <a href="{text:link 3 url}">{text:Link 3}</a><br>
  795.  
  796. </div>
  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