Advertisement
melmoonyoz

NOXVITA THEME || 2.04 SPEAK OF THE DEVIL

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