Advertisement
melmoonyoz

NOXVITA THEME || 2.02 WAITING FOR A TRAIN

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