Advertisement
melmoonyoz

NOXVITA THEME || 2.01 HUNGRY GHOST

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