Advertisement
melmoonyoz

NOXVITA THEME || 2.05 SOONER THAN LATER

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