azurethemes

theme 10

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