azurethemes

NO. 028 "WHAT KIND OF MAN"

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