Advertisement
melmoonyoz

NOXVITA THEME || 2.06 FOR MY FAMILY.

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