Advertisement
melmoonyoz

NOXVITA THEME || 2.03 GOD FORGIVES, I DON'T.

Aug 19th, 2013
1,114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.57 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!-------------------------------------------
  5.  
  6. █▀▀▄ █▀▀█ █░█ ▀█░█▀ ░▀░ ▀▀█▀▀ █▀▀█
  7. █░░█ █░░█ ▄▀▄ ░█▄█░ ▀█▀ ░░█░░ █▄▄█
  8. ▀░░▀ ▀▀▀▀ ▀░▀ ░░▀░░ ▀▀▀ ░░▀░░ ▀░░▀
  9.  
  10. NOXVITA THEME || 2.03 GOD FORGIVES, I DON'T.
  11.  
  12. + DO NOT REMOVE/MOVE CREDIT.
  13. + DO NOT REDISTRIBUTE AS OWN.
  14. + DO NOT USE AS A BASE THEME.
  15. + DO NOT STEAL ANY PART OF CODE.
  16.  
  17. --------------------------------------------->
  18.  
  19. <!-- DEFAULT VARIABLES -->
  20.  
  21. <meta name="image:right sidebar" content=""/>
  22. <meta name="image:left sidebar" content=""/>
  23.  
  24. <meta name="color:post text" content="#848484" />
  25. <meta name="color:general links" content="#7f8080" />
  26. <meta name="color:bold text" content="#9b1537" />
  27. <meta name="color:italic text" content="#c9c7c7" />
  28. <meta name="color:desc link" content="#b9a3ac" />
  29. <meta name="color:borders" contect="#f1112c" />
  30. <meta name="color:date link bg" content="#f1112c" />
  31. <meta name="color:tags bottom border" content="#ff0745" />
  32. <meta name="color:asker border" content="#ff31ff" />
  33. <meta name="color:question bg" content="#030303" />
  34. <meta name="color:posts bg" content="#000" />
  35.  
  36. <meta name="text:Link1" content="/" />
  37. <meta name="text:Link1 Title" content="link one" />
  38. <meta name="text:Link2" content="/" />
  39. <meta name="text:Link2 Title" content="link two" />
  40. <meta name="text:Link3" content="/" />
  41. <meta name="text:Link3 Title" content="link three" />
  42. <meta name="text:Link4" content="/" />
  43. <meta name="text:Link4 Title" content="link four" />
  44. <meta name="text:Link5" content="/" />
  45. <meta name="text:Link5 Title" content="link five" />
  46.  
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  48. <title> {title} {block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  49. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  50.  
  51. <link rel="shortcut icon" href="{Favicon}" />
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  53.  
  54. <div id="cred">
  55. <a href="http://noxvita.tumblr.com" title="theme by noxvita">n</a>
  56. </div>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC:400,400italic,700,900,900italic,700italic' rel='stylesheet' type='text/css'>
  59.  
  60. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  61. <script type="text/javascript">
  62. $(document).ready(function () {
  63. $('li.drawer div:nth-child(2)').hide();
  64. $('li.drawer h4').click(function () {
  65. if ($(this).hasClass('open')) {
  66. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  67. else {
  68. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  69. $(this).next().slideDown();
  70. $(this).addClass('open');}
  71. });
  72. });
  73. </script>
  74.  
  75. </style>
  76.  
  77. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  80.  
  81. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  82. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  83. <script>
  84. (function($){
  85. $(document).ready(function(){
  86. $("[title],a[title],img[title]").style_my_tooltips({
  87. tip_follows_cursor:true,
  88. tip_delay_time:100,
  89. tip_fade_speed:280,
  90. attribute:"title"
  91. });
  92. });
  93. })(jQuery);
  94. </script>
  95.  
  96. <style type="text/css">
  97.  
  98. #s-m-t-tooltip {
  99. max-width: 300px;
  100. padding: 2px;
  101. margin: -10px 0px 0px 15px;
  102. font-family: calibri;
  103. text-transform: uppercase;
  104. text-align: center;
  105. position: absolute;
  106. letter-spacing: 0px;
  107. font-size: 9px;
  108. line-height: 10px;
  109. color: white;
  110. padding: 3px;
  111. font-weight: bold;
  112. background-color: black;
  113. box-shadow: 2px 2px 0px {color:borders};
  114.  
  115. z-index:999999999999;
  116. }
  117.  
  118. ::-webkit-scrollbar-thumb:vertical {
  119. background-color: black;
  120. height: 50px;
  121. }
  122.  
  123. ::-webkit-scrollbar-thumb:horizontal {
  124. background-color: white;
  125. height: 10px !important;
  126. }
  127.  
  128. ::-webkit-scrollbar {
  129. height: 10px;
  130. width: 10px;
  131. background-color: white;
  132. }
  133.  
  134. body {
  135. background-color: white;
  136. color: #848484;
  137. text-align: justify;
  138. font-family: calibri;
  139. line-height: 10px;
  140. font-style: normal;
  141. letter-spacing: 0px;
  142. font-size: 10px;
  143. text-transform: normal;
  144. background-color: {color:background};
  145. background-image: url('none');
  146. background-position: bottom left;
  147. background-attachment:fixed;
  148. background-repeat:repeat;
  149. }
  150.  
  151. a:link, a:active, a:visited {
  152. color: {color:general links};
  153. text-decoration:none;
  154. transition: all 0.5s ease-in-out;
  155. -webkit-transition: all 0.5s ease-in-out;
  156. -moz-transition: all 0.5s ease-in-out;
  157. -ms-transition: all 0.5s ease-in-out;
  158. -o-transition: all 0.5s ease-in-out;
  159. }
  160.  
  161. a:hover {
  162. color: {color:italic};
  163. transition: all 0.5s ease-in-out;
  164. -webkit-transition: all 0.5s ease-in-out;
  165. -moz-transition: all 0.5s ease-in-out;
  166. -ms-transition: all 0.5s ease-in-out;
  167. -o-transition: all 0.5s ease-in-out;
  168. }
  169.  
  170. #entries {
  171. position: absolute;
  172. margin-top: -10px;
  173. margin-left: 360px;
  174. width: 430px;
  175. padding: 00px 30px 40px 30px;
  176. background-color: {color:posts bg};}
  177.  
  178. #posts {
  179. overflow: hidden;
  180. padding: 15px;
  181. margin-top: 30px;
  182. background-color: white;
  183. }
  184.  
  185. #post img {
  186. width: 400px;
  187. height: auto;
  188. }
  189.  
  190. #bodied {
  191. font-size: 10px;
  192. }
  193.  
  194. #bodied img {
  195. width: 400px;
  196. height: auto;
  197. }
  198.  
  199. #titles {
  200. color: white;
  201. font-family: fjalla one;
  202. letter-spacing: 0px;
  203. background-color: black;
  204. font-size: 20px;
  205. text-transform: uppercase;
  206. text-align: left;
  207. line-height: 28px;
  208. padding-top: 3px;
  209. padding-left: 3px;
  210. }
  211.  
  212. ::selection {
  213. background-color: {color:italic text};
  214. color:white;
  215. }
  216.  
  217. #sbar {
  218. margin-left: 850px;
  219. margin-top: -10px;
  220. position: fixed;
  221. }
  222.  
  223. #sbar img{
  224. height:100%;
  225. }
  226.  
  227. #description {
  228. font-size: 10px;
  229. width: 275px;
  230. background-color: white;
  231. letter-spacing: 0px;
  232. line-height: 12px;
  233. font-family: calibri;
  234. margin-left: 0px;
  235. text-transform: normal;
  236. text-align: center;
  237. padding: 5px;
  238. opacity: 1;
  239. border-right: 5px solid {color:borders};}
  240.  
  241. #description img {
  242. width: 50px;
  243. height: 50px;
  244. position: fixed;
  245. margin-left: 0px;
  246. margin-top: 0px;
  247. border-left: 5px solid #c42c2a;
  248. }
  249.  
  250. #description a {
  251. text-align: center;
  252. color: {color:desc link};
  253. text-transform:uppercase;
  254. font-size:9px;
  255. font-weight:bold;
  256. }
  257.  
  258. #description a:hover {
  259. background-color: #000;
  260. color: white;
  261. transition: all 0.5s ease-in-out;
  262. -webkit-transition: all 0.5s ease-in-out;
  263. -moz-transition: all 0.5s ease-in-out;
  264. -ms-transition: all 0.5s ease-in-out;
  265. -o-transition: all 0.5s ease-in-out;
  266. }
  267.  
  268. #desc {
  269. z-index: 99;
  270. width: 300px;
  271. position: fixed;
  272. margin-left: 70px;
  273. -webkit-transition: all 1s ease;
  274. opacity: 1;
  275. margin-top: 100px;
  276. }
  277.  
  278. #desc img {
  279. width: 290px;
  280. height: auto;
  281. margin-bottom: -5px;
  282. }
  283.  
  284. #title {
  285. background-color: {color:posts bg};
  286. text-transform:uppercase;
  287. text-align:center;
  288. color:white;
  289. font-family:fjalla one;
  290. width:290px;
  291. margin-left:0px;
  292. padding:20px 0px 10px 0px;
  293. letter-spacing:px;
  294. font-size:30px;
  295. }
  296.  
  297. #custom {
  298. position: fixed;
  299. width: 470px;
  300. padding: 10px;
  301. background-color: transparent;
  302. opacity: 1;
  303. margin-left: 360px;
  304. bottom: 0px;
  305. z-index: 99999;
  306. padding-top: 3px;
  307. padding-bottom: 2px;
  308. background-color: {color:borders};}
  309.  
  310. #custom a {
  311. display: inline-block;
  312. margin-left: 2px;
  313. width: auto;
  314. margin-bottom: 3px;
  315. margin-top: 3px;
  316. font-size: 8px;
  317. letter-spacing: 1px;
  318. font-family: calibri;
  319. padding: 3px;
  320. font-style: normal;
  321. text-align: center;
  322. text-transform: uppercase;
  323. color: white;
  324. text-decoration: none;
  325. background-color: transparent;
  326. -webkit-transition: all 0.5s ease-in-out;
  327. -moz-transition: all 0.5s ease-in-out;
  328. -o-transition: all 0.5s ease-in-out;
  329. }
  330.  
  331. #custom a:hover {
  332. background-color: white;
  333. color: {color:borders};}
  334.  
  335. blockquote {
  336. border-left: 2px {color:bold text} solid;
  337. padding-left:5px;
  338. margin:0px 2px 0px 20px
  339. }
  340.  
  341. blockquote img, blockquote a img {
  342. max-width: 400px
  343. }
  344.  
  345. h3 {
  346. color: {color:bold text};
  347. font-family:cambria;
  348. text-transform:lowercase;
  349. font-size:12px;
  350. line-height:11px;
  351. letter-spacing:0px;
  352. font-style:italic;
  353. margin:0px;
  354. padding:0px;
  355. }
  356.  
  357. big {
  358. font-family: arial;
  359. font-size: 15px;
  360. font-weight: bold;
  361. letter-spacing: -1px;
  362. color: {color:bold text};
  363. line-height:15px;
  364. }
  365.  
  366. i, em {
  367. color: {color:italic text};
  368. letter-spacing:0px;
  369. font-size:10px;
  370. font-style:italic;
  371. }
  372.  
  373. small {
  374. color: {color:post text};
  375. font-size:px;
  376. text-transform:uppercase;
  377. letter-spacing: 1px;
  378. line-height:6px;
  379. }
  380.  
  381. p {
  382. margin-top: 3px;
  383. margin-bottom: 3px
  384. }
  385.  
  386. b {
  387. color: {color:bold text};}
  388.  
  389. img a {
  390. border: none
  391. }
  392.  
  393. #quote {
  394. color: black;
  395. font-family: calibri;
  396. letter-spacing: -1px;
  397. font-style: italic;
  398. font-size: 22px;
  399. text-transform: lowercase;
  400. font-weight: bold;
  401. text-align: left;
  402. line-height: 22px;
  403. padding: 0px;
  404. padding-bottom: 1px;
  405. }
  406.  
  407. #name {
  408. font-family: calibri;
  409. font-size: 18px;
  410. text-transform: lowercase;
  411. font-weight: bold;
  412. letter-spacing: -1px;
  413. text-align: right;
  414. color: #a30101;
  415. }
  416.  
  417. .notes img {
  418. width: 10px;
  419. margin-top: 5px;
  420. position: relative;
  421. top: 1px;
  422. border-radius: 100px;
  423. }
  424.  
  425. #cred {
  426. bottom: 5px;
  427. right: 5px;
  428. position: fixed;
  429. width: 10px;
  430. line-height: 10px;
  431. border-radius: 100px;
  432. background-color: {color:bold text};
  433. font-size:15px;
  434. padding:10px;
  435. font-family:arial;
  436. color: white;
  437. text-transform:lowercase;
  438. font-weight:bold;
  439. font-style:normal;
  440. text-align:center;
  441. margin-bottom:2px;
  442. margin-right:3px;
  443. margin-left:3px;
  444. z-index:99999999;
  445. }
  446.  
  447. #cred a {
  448. color: white;
  449. }
  450.  
  451. .notes {
  452. background-color: white;
  453. }
  454.  
  455. .notes img {
  456. width: 10px;
  457. position: relative;
  458. top: 1px;
  459. border-radius: 100px;
  460. }
  461.  
  462. ol.notes, .notes li {
  463. list-style: none;
  464. margin: 0px;
  465. padding: 0px;
  466. }
  467.  
  468. .notes a {
  469. padding: 5px;
  470. font-size: 8px;
  471. text-transform: uppercase;
  472. letter-spacing: 1px;
  473. }
  474.  
  475. .label {
  476. background-color: black;
  477. letter-spacing: 1px;
  478. color: white;
  479. padding: 3px;
  480. text-transform: lowercase;
  481. font-style: normal;
  482. font-family: anaheim;
  483. font-size: 10px;
  484. line-height: 10px;
  485. }
  486.  
  487. ul.chat, .chat ol, .chat li {
  488. list-style: none;
  489. margin: 0px;
  490. padding: 0px;
  491. }
  492.  
  493. .info {
  494. padding: 0 5px 0 0px;
  495. color: black;
  496. text-transform: uppercase;
  497. height: auto;
  498. position: relative;
  499. margin-bottom: 10px;
  500. }
  501.  
  502. #album {
  503. width: 80px;
  504. height: 80px;
  505. background-color: #fff;
  506. overflow: hidden;
  507. }
  508.  
  509. .albumart {
  510. width: 80px;
  511. height: 80px;
  512. z-index: 50;
  513. }
  514.  
  515. .aud {
  516. width: 25px;
  517. height: 25px;
  518. opacity: 0.6;
  519. overflow: hidden;
  520. margin: 30px 0 0 30px;
  521. position: absolute;
  522. -webkit-transition: all 0.4s ease-in-out;
  523. -moz-transition: all 0.4s ease-in-out;
  524. -o-transition: all 0.4s ease-in-out;
  525. -ms-transition: all 0.4s ease-in-out;
  526. transition: all 0.4s ease-in-out;
  527. }
  528.  
  529. .aud:hover {
  530. opacity: 1;
  531. -webkit-transition: all 0.4s ease-in-out;
  532. -moz-transition: all 0.4s ease-in-out;
  533. -o-transition: all 0.4s ease-in-out;
  534. -ms-transition: all 0.4s ease-in-out;
  535. transition: all 0.4s ease-in-out;
  536. }
  537.  
  538. .information {
  539. margin: 15px 0 0 90px;
  540. position: absolute;
  541. font-family: calibri;
  542. font-weight: bold;
  543. color: #a30101;
  544. font-size: 10px;
  545. }
  546.  
  547. .noalbum {
  548. width: 80px;
  549. height: 80px;
  550. background-color: #fff;
  551. z-index: 50;
  552. }
  553.  
  554. #info {
  555. background-color: ffffff;
  556. color: {color:text};
  557. text-align:left;
  558. font-style:normal;
  559. margin-top:0px;
  560. width: 400px;
  561. padding:0px;
  562. padding-bottom:7px;
  563. margin-bottom:5px;
  564. }
  565.  
  566. #date {
  567. font-family: calibri;
  568. text-transform: uppercase;
  569. letter-spacing: 1px;
  570. padding: 4px;
  571. font-size: 8px;
  572. margin-bottom: 1px;
  573. background-color: {color:date link bg};
  574. color:white;
  575. -webkit-transition: all 0.8s ease;
  576. }
  577.  
  578. #infolink:hover {
  579. color: black;
  580. background-color: white;
  581. -webkit-transition: all 0.8s ease;
  582. }
  583.  
  584. #sourcelink {
  585. margin-top: 1px;
  586. background-color: black;
  587. color: white;
  588. padding: 1px;
  589. }
  590.  
  591. #tagz {
  592. background-color: black;
  593. border-bottom: 3px solid {color:tags bottom border};
  594. font-family:calibri;
  595. text-align:left;
  596. font-size:8px;
  597. text-transform:uppercase;
  598. letter-spacing:1px;
  599. -webkit-transition: all 0.8s ease;
  600. opacity:1;
  601. padding:3px;
  602. }
  603.  
  604. #tags {
  605. padding: 4px;
  606. color: white;
  607. -webkit-transition: all 0.8s ease;
  608. }
  609.  
  610. #question {
  611. margin-top: 0px;
  612. color: white;
  613. margin-left: 60px;
  614. font-style: none;
  615. font-family: anaheim;
  616. font-size: 9px;
  617. padding: 8px;
  618. z-index: 99999;
  619. min-height: 30px;
  620. overflow: scroll;
  621. padding-bottom: 5px;
  622. text-transform: uppercase;
  623. background-color: {color:question bg}; }
  624.  
  625. #question a {
  626. color: #a6a6a6;
  627. }
  628.  
  629. #answer {
  630. margin-top: 15px;
  631. text-align: left;
  632. }
  633.  
  634. #asker img {
  635. border: 8px solid {color:asker border};}
  636.  
  637. #asker a {
  638. color: #000
  639. }
  640.  
  641. #asker a:hover {
  642. background-color: transparent;
  643. }
  644.  
  645. #asker {
  646. font-size: 30px;
  647. font-family: calibri;
  648. text-transform: lowercase;
  649. font-weight: bold;
  650. font-style: italic;
  651. color: #000;
  652. margin-bottom: 4px;
  653. letter-spacing: -4px;
  654. margin-top: 15px;
  655. }
  656.  
  657. #triangle {
  658. font: 20px arial;
  659. margin-bottom: 0px;
  660. margin-top: 10px;
  661. margin-left: -5px;
  662. color: {color:asker border};
  663. float: left;
  664. }
  665.  
  666. #pagination {
  667. width: 290px;
  668. opacity: 1;
  669. z-index: 99999;
  670. text-align: center;
  671. }
  672.  
  673. #box {
  674. width: auto;
  675. padding: 3px;
  676. background-color: {color:borders};
  677. font-family:anaheim;
  678. text-transform:uppercase;
  679. font-size:9px;
  680. color:white;
  681. }
  682.  
  683. #pagination a {
  684. color: white;
  685. font-family: calibri;
  686. word-spacing: 5px;
  687. text-transform: uppercase;
  688. opacity: 1;
  689. font-size: 8px;
  690. text-align: right;
  691. font-weight: normal;
  692. padding: 2px;
  693. }
  694. </style>
  695.  
  696. <style type="text/css">{CustomCSS}</style>
  697.  
  698. </head>
  699.  
  700. <body>
  701.  
  702. <div id="sbar">
  703. <img src="{image:right sidebar}">
  704. </div>
  705.  
  706. <div id="desc">
  707. <div id="description">{Description}</div>
  708.  
  709. <img src="{image:left sidebar}">
  710.  
  711. <div id="title">{title}</div>
  712.  
  713. <div id="pagination">
  714. <center><div id="box">
  715. {block:Pagination}
  716. {block:PreviousPage}<a href="{PreviousPage}" title="previous page">〈</a>{/block:PreviousPage}
  717. page {CurrentPage} of {TotalPages}
  718. {block:NextPage}<a href="{NextPage}" title="next page">〉</a>{/block:NextPage}
  719. {/block:Pagination}
  720. </div>
  721. </center>
  722. </div>
  723.  
  724. </div>
  725.  
  726. <div id="custom"><center>
  727. <a href="/">refresh</a>
  728. <a href="/ask">message</a>
  729. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  730. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  731. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  732. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  733. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</center>
  734. </div>
  735.  
  736. <div id="entries">
  737. {block:Posts}
  738. <div id="posts">
  739.  
  740. <div id="info">{block:Date}<a href="{Permalink}" id="date">{Month} {DayOfMonthWithZero}, {Year}{block:NoteCount} w/ {NoteCountWithLabel} {/block:NoteCount} </a>
  741. {/block:Date}<div style="float:right; margin-top:-2px;">
  742. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}"><img src="{ReblogParentPortraitURL-16}"></a>
  743. <a href="{ReblogRootURL}" title="{ReblogRootTitle}" class="reblog"> <img src="{ReblogRootPortraitURL-16}"></a>{/block:RebloggedFrom}</div>
  744. </div>
  745.  
  746. <!-- {block:NoRebloggedFrom}
  747. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  748. {/block:NoRebloggedFrom} -->
  749.  
  750. {block:ContentSource}<!-- {SourceURL}
  751. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  752. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  753. {/block:ContentSource}
  754.  
  755. {block:Quote}<div id="quote">"{Quote}"</div>
  756. <br><div id="name">&nbsp; - {Source}</div>{/block:Quote}
  757.  
  758. {block:Title}<div id="titles">{Title}&nbsp;</div>{/block:Title}
  759. {block:Text}<div id="#bodied">{Body}</div>{/block:Text}
  760.  
  761. {block:Link}<a href="{URL}" class="link" {Target}><div id="titles">{Name} ›</div></a>
  762. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  763.  
  764. {block:Photo}<center>{LinkOpenTag}<div class="photo">{LinkOpenTag}<div class="photo"><img src="{PhotoURL-400}"></div>{LinkCloseTag}</div>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  765.  
  766. {block:Photoset}<center><div class="photo"><div class="photo">{Photoset-400}</div></div></center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  767.  
  768. {block:Chat}<br><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><br>{/block:Lines}</ul>{/block:Chat}
  769.  
  770. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  771.  
  772. {block:Answer}
  773. <div id="asker"> <img src="{AskerPortraitURL-30}" style="width="30px" height="30px" align="left"> </div><div id="triangle">►</div>
  774. <div id="asker">{Asker} asks:</div>
  775. <div id="question">{Question} </div>
  776. {Answer}
  777. {/block:answer}
  778.  
  779. {block:Audio}
  780. <div class="information">
  781. <div class="info"><b>TRACK NAME:</b> {block:TrackName}{TrackName}{/block:TrackName}</div>
  782. <div class="info"><b>ALBUM TITLE:</b> {block:Album}{Album}{/block:Album}</div>
  783. <div class="info"><b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}</div>
  784. </div>
  785. <div class="aud">{AudioPlayerWhite}</div>
  786. <div id="album"><div class="noart"></div>{block:AlbumArt}<img class="albumart" src="{AlbumArtURL}">{/block:AlbumArt}</div>
  787. {block:IfShowCaptions}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  788. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  789. <div class="text">{Caption}</div>
  790. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  791. {/block:Audio}
  792.  
  793. </div>
  794.  
  795. <div id="tagz"><center>
  796. {block:HasTags}{block:Tags}<a href="{TagURL}" id="tags">{Tag}</a> {/block:Tags} {/block:HasTags} </center></div>
  797.  
  798. {/block:Posts}
  799.  
  800. {block:PostNotes}{PostNotes}{/block:PostNotes}
  801.  
  802. </div>
  803.  
  804. </body>
  805. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement