azurethemes

theme 15

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