ninpen

ereus

Oct 16th, 2014
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.32 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-------------------------------
  4.  
  5. Ereus BY NINPEN.TUMBLR.COM
  6. DO NOT REMOVE THE CREDIT.
  7. HOW TO INSTALL
  8.  
  9. 1. Click on customize theme then click on edit HTML
  10. 2. Delete the entire code, and replace it with the code for this theme
  11. 3. Click on update preview then click on appearance.
  12. 4. Click save. Now refresh the screen. Now you can customize the appearance
  13. ___________________________________________________________________________
  14.  
  15. If there's a problem with the theme, or you need help, just ask me.
  16. --------------------------------->
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20. <meta name="if:showCaption" content="0"/>
  21. <meta name="if:grayscale" content="0"/>
  22.  
  23. <meta name="color:Link" content="#cccccc"/>
  24. <meta name="color:Link-hover" content="#555555"/>
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:posts" content="#ffffff"/>
  27. <meta name="color:border" content="#f5f5f5"/>
  28. <meta name="color:sidebar bg" content="#fafafa"/>
  29. <meta name="color:sidebar" content="#aaaaaa"/>
  30. <meta name="color:blockquote bg" content="#fafafa"/>
  31. <meta name="color:blockquote" content="#b0b0b0"/>
  32.  
  33. <meta name="color:description text" content="#313131"/>
  34. <meta name="color:Text" content="#4e4e4e"/>
  35. <meta name="color:h1 text" content="#ffffff"/>
  36. <meta name="color:h2 text" content="#1F1D1D"/>
  37. <meta name="color:h2 bg" content="#fcfcfc"/>
  38. <meta name="color:h1 bg" content="#000000"/>
  39.  
  40. <meta name="color:askerbg" content="#000000"/>
  41. <meta name="color:asker" content="#77dbf3"/>
  42. <meta name="color:chat line 1" content="#f7f7f7"/>
  43. <meta name="color:chat line 2" content="#f5f5f5"/>
  44.  
  45.  
  46. <meta name="color:thm link" content="#aaaaaa"/>
  47. <meta name="color:thm link hover" content="#bbbbbb"/>
  48. <meta name="color:bold" content="#4dd2ff"/>
  49. <meta name="color:italic" content="#FF8F97"/>
  50. <meta name="color:underline" content="#FFB866"/>
  51.  
  52. <meta name="image:background image" content=""/>
  53.  
  54. <meta name="text:Custom Link One" content=""/>
  55. <meta name="text:Custom Link One URL" content=""/>
  56. <meta name="text:Custom Link Two" content=""/>
  57. <meta name="text:Custom Link Two URL" content=""/>
  58. <meta name="text:Custom Link Three" content=""/>
  59. <meta name="text:Custom Link Three URL" content=""/>
  60. <meta name="text:Custom Link Four" content=""/>
  61. <meta name="text:Custom Link Four URL" content=""/>
  62. <meta name="text:Custom Link Five" content=""/>
  63. <meta name="text:Custom Link Five URL" content=""/>
  64. <meta name="text:Custom Link Six" content=""/>
  65. <meta name="text:Custom Link Six URL" content=""/>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' rel='stylesheet' type='text/css'>
  68.  
  69.  
  70. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  71. <title>{Title}</title>
  72. <link rel="shortcut icon" href="{Favicon}" />
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  74.  
  75.  
  76. <style type="text/css">
  77. ::-webkit-scrollbar {
  78. width:4px;
  79. height: 4px;
  80. background-color: {color:Background};
  81. }
  82.  
  83. ::-webkit-scrollbar-thumb {
  84. background-color: {color:text};
  85. }
  86.  
  87. html,body{
  88. padding:0;
  89. margin:0;
  90. }
  91.  
  92. body {
  93. font:10px/14px calibri;
  94. color:{color:text};
  95. background-image:{color:Background} url({image:background image}) repeat top center;
  96. }
  97.  
  98. a:link, a:active, a:visited{
  99. color:{color:Link};
  100. text-decoration: none;
  101. }
  102.  
  103. a:hover {
  104. color:{color:Link-hover};
  105. }
  106.  
  107. h1{
  108. font:italic 7px trebuchet ms;
  109. text-align:right;
  110. margin:0;
  111. letter-spacing:2px;
  112. padding:2px 10px;
  113. background-color:{color:h1 bg};
  114. color:{color:h1 text};
  115. display:inline;
  116. }
  117.  
  118. h1 a{
  119. color:#fff;
  120. }
  121.  
  122. h2 {
  123. text-align:center;
  124. margin:0;
  125. text-transform:lowercase;
  126. background-color:{color:h2 BG};
  127. font:italic bold 14px/16px "Times New Roman", Times, serif;
  128. color: {color:h2 text};
  129. }
  130.  
  131. .NINCREDIT a{
  132. color:{color:thm link};
  133. }
  134.  
  135. .NINCREDIT a:hover{
  136. color:{color:thm link hover};
  137. }
  138.  
  139. b,strong{
  140. color:{color:bold};
  141. }
  142.  
  143. i,em{
  144. color:{color:italic};
  145. }
  146.  
  147. u{
  148. color:{color:underline};
  149. }
  150.  
  151. .source{
  152. font:8px/8px courier;
  153. text-align:right;
  154. text-transform:uppercase;
  155. }
  156.  
  157. img,.photoset{
  158. max-width:100%;
  159. {block:Ifgrayscale}
  160. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  161. filter: gray;
  162. -webkit-filter: grayscale(100%);
  163. {/block:Ifgrayscale}
  164. }
  165.  
  166. #top{
  167. border-bottom:1px solid {color:border};
  168. top:0;
  169. padding-top:10px;
  170. width:100%;
  171. background:{color:posts};
  172. text-align:center;
  173. position:fixed;
  174. z-index:100;
  175. }
  176.  
  177. .side{
  178. position:fixed;
  179. left:50%;
  180. bottom:0;
  181. margin-left:-168px;
  182. background:{color:sidebar bg};
  183. padding:20px 0;
  184. width:337px;
  185. text-align:center;
  186. font:7px/10px trebuchet ms;
  187. letter-spacing:1px;
  188. text-transform:uppercase;
  189. }
  190.  
  191. #description{
  192. font-style:italic;
  193. margin-bottom:10px;
  194. color:{color:description text};
  195. }
  196.  
  197. #description a, .side a{
  198. margin:0 2px;
  199. display:inline-block;
  200. background:{color:border};
  201. color:{color:link};
  202. }
  203.  
  204. .prev{
  205. text-align:center;
  206. font-size:10px;
  207. padding:3px;
  208. background-color:{color:posts};
  209. color:{color:text};
  210. width:50px;
  211. height:15px;
  212. }
  213.  
  214. .next{
  215. text-align:center;
  216. font-size:10px;
  217. padding:3px;
  218. background-color:{color:posts};
  219. color:{color:text};
  220. width:50px;
  221. height:15px;
  222. }
  223.  
  224. #center{
  225. margin-top:60px;
  226. width:100%;
  227. }
  228.  
  229. #content{
  230. {block:PermalinkPage}
  231. width:550px;
  232. position:Absolute;
  233. left:50%;
  234. margin-left:-275px;
  235. {/block:PermalinkPage}
  236. background:;
  237. }
  238.  
  239. #ent{
  240. display:inline-block;
  241. float:left;
  242. width:250px;
  243. }
  244.  
  245. .entry{
  246. color:{color:Text};
  247. display:inline-block;
  248. {block:IndexPage}
  249. width:200px;
  250. margin:0 20px 0 0;
  251. {/block:IndexPage}
  252. {block:PermalinkPage}
  253. width:550px;
  254. {/block:PermalinkPage}
  255. background-color:{color:posts};
  256. position:relative;
  257. font:8px/11px courier;
  258. text-transform:uppercase;
  259. letter-spacing:1px;
  260. }
  261.  
  262. #cap{
  263. margin-left:15px;
  264. display:inline-block;
  265. background:;
  266. {block:IndexPage}
  267. width:200px;
  268. {/block:IndexPage}
  269. {block:PermalinkPage}
  270. width:250px;
  271. {/block:PermalinkPage}
  272. }
  273.  
  274. {block:IndexPage}
  275. td {
  276. vertical-align: top;
  277. }
  278. {/block:IndexPage}
  279.  
  280. .notes {
  281. color:{color:Text};
  282. padding: 5px;
  283. margin: 10px;
  284. }
  285.  
  286. .notes img a {
  287. border: 0px;
  288. }
  289.  
  290. .notes li {
  291. list-style-type: none;
  292. }
  293.  
  294. #pinfo{
  295. position:absolute;
  296. right:0;
  297. width:100%;
  298. height:9px;
  299. bottom:-12px;
  300. text-align:right;
  301. background:{color:posts};
  302. font:9px/9px courier;
  303. text-transform:uppercase;
  304. letter-spacing:2px;
  305. }
  306.  
  307. .postinfo a{
  308. float:left;
  309. color:{color:link};
  310. -webkit-transition: opacity 0.6s linear;
  311. -webkit-transition: all 0.6s ease-in-out;
  312. -moz-transition: all 0.6s ease-in-out;
  313. -o-transition: all 0.6s ease-in-out;
  314. }
  315.  
  316. .postinfo a:hover{
  317. color:{color:bold};
  318. }
  319.  
  320. #reb{
  321. background:{color:border};
  322. font:8px/7px century gothic;
  323. width:6px;
  324. height:6px;
  325. padding:2px;
  326. text-align:center;
  327. overflow:hidden;
  328. text-transform:uppercase;
  329. float:right;
  330. margin-left:10px;
  331. }
  332.  
  333. #reb a{
  334. color:{color:link};
  335. }
  336.  
  337. #ansname{
  338. display:block;
  339. height:10px;
  340. padding:5px 0;
  341. text-align:center;
  342. font:7px trebuchet ms;
  343. text-transform:uppercase;
  344. letter-spacing:2px;
  345. background:{color:askerbg};
  346. }
  347.  
  348. #ansname a{
  349. background:transparent;
  350. font: italic 9px "Times New Roman", Times, serif;
  351. text-transform: lowercase;
  352. letter-spacing: 3px;
  353. color:{color:asker};
  354. }
  355.  
  356. #question{
  357. margin-top:5px;
  358. vertical-align:top;
  359. padding:3px;
  360. display:block;
  361. margin-bottom:10px;
  362. border-bottom:1px dashed {color:border};
  363. }
  364.  
  365. #answer{
  366. margin-bottom:5px;
  367. display:block;
  368. padding:3px;
  369. font-style:italic;
  370. }
  371.  
  372. ul.chat {
  373. margin: 0;
  374. padding: 0;
  375. }
  376.  
  377. .chat li {
  378. list-style-type: none;
  379. margin-left: 0px;
  380. padding: 3px;
  381. }
  382.  
  383. .chat li.odd {
  384. color:{color:chat line 1};
  385. margin-bottom: 1px;
  386. }
  387.  
  388. .chat li.even {
  389. color:{color:chat line 2};
  390. margin-bottom: 1px;
  391. }
  392.  
  393. .label {
  394. }
  395.  
  396. iframe#tumblr_controls{
  397. position:fixed !important;
  398. }
  399.  
  400. .install_button{
  401. display:none;
  402. }
  403.  
  404. .pagination {
  405. display: none;
  406. }
  407.  
  408. #pages {
  409. padding:3px 10px;
  410. line-height: 7px;
  411. display:block;
  412. margin:0 auto;
  413. width:200px;
  414. text-align:center;
  415. font-family: trebuchet ms;
  416. }
  417.  
  418. .current_page {
  419. display: inline-block;
  420. padding:1px 1px;
  421. text-align: center;
  422. font-style:italic;
  423. line-height: 7px;
  424. font-family: trebuchet ms;
  425. text-decoration: none;
  426. }
  427.  
  428. #pages a {
  429. margin-left:3px;
  430. display: inline-block;
  431. padding:1px 1px;
  432. text-align: center;
  433. font:7px/7px trebuchet ms;
  434. text-decoration: none;
  435. background:{color:border};
  436. }
  437.  
  438. #nav{
  439. display:block;
  440. position:Relative;
  441. height:30px;
  442. text-align:center;
  443. margin:0 auto;
  444. background:{color:posts};
  445. }
  446.  
  447. #nav a{
  448. width:7px;
  449. height:4px;
  450. overflow:hidden;
  451. padding:10px 15px 12px 15px;
  452. margin-left:4px;
  453. }
  454.  
  455. #nav img{
  456. opacity:1;}
  457.  
  458. ol.notes {
  459. width:200px;
  460. text-align:left;
  461. padding: 0px;
  462. margin: 25px 0px;
  463. list-style-type: lower-roman;
  464. border-bottom: solid 1px {color:border};
  465. }
  466.  
  467. blockquote{
  468. font:8px/12px century gothic;
  469. letter-spacing:1px;
  470. text-transform:uppercase;
  471. background-color:{color:blockquote bg};
  472. color:{color:blockquote};
  473. border:1px solid {color:border};
  474. }
  475.  
  476. ul{
  477. list-style-type:square;
  478. }
  479.  
  480. li{
  481. list-style-type:square;
  482. font-family:calibri;
  483. }
  484.  
  485. #postnotes{
  486. margin-top:0;
  487. width:400px;
  488. }
  489.  
  490. #postnotes a{
  491. font-style:italic;
  492. }
  493.  
  494. .avatar_frame{
  495. display:none;
  496. }
  497.  
  498. ol.notes li.note {
  499. list-style-type:none;
  500. border-top:1px solid {color:border};
  501. padding: 10px;
  502. font:7px trebuchet ms;
  503. letter-spacing:1px;
  504. text-transform:uppercase;
  505. color:#aaa;
  506. }
  507.  
  508. ol.notes li.note img.avatar {
  509. display:none;
  510. }
  511.  
  512. ol.notes li.note span.action {
  513. list-style-type:none;
  514. font-weight:normal;
  515. }
  516.  
  517. ol.notes li.note .answer_content {
  518. list-style-type:none;
  519. font-weight: normal;
  520. }
  521.  
  522. ol.notes li.note blockquote {
  523. padding: 4px 10px;
  524. margin: 10px 0px 0px 25px;
  525. }
  526.  
  527. ol.notes li.note blockquote a {
  528. text-decoration: none;
  529. }
  530.  
  531. {block:PermalinkPage}
  532. #tag{
  533. max-width:100%;
  534. padding:5px;
  535. padding:5px;
  536. font:8px courier new;
  537. letter-spacing:1px;
  538. line-height:12px;
  539. text-transform:uppercase;
  540. text-align:center;
  541. margin-bottom:20px;
  542. }
  543.  
  544. #tag one {
  545. font:7px trebuchet ms;
  546. text-transform:lowercase !important;
  547. margin:0 5px;
  548. color:{color:italic};
  549. }
  550.  
  551. #tag two a{
  552. font:8px courier new;
  553. letter-spacing:1px;
  554. line-height:12px;
  555. text-transform:uppercase;
  556. }
  557.  
  558. #perm{
  559. font:italic 7px/7px trebuchet ms;
  560. text-transform:uppercase;
  561. letter-spacing:1px;
  562. padding:1px 5px;
  563. position: relative;
  564. width: 250px;
  565. top:20px;
  566. }
  567.  
  568. #perm a{
  569. color:{color:underline};
  570. }
  571. #perm b{
  572. color:{color:bold};
  573. }
  574. {/block:PermalinkPage}
  575.  
  576. #audio{
  577. margin:0 auto 10px auto;
  578. width:200px;
  579. }
  580.  
  581. #audio img{
  582. width:100px;
  583. border:0;
  584. padding:0 ;
  585. }
  586.  
  587. #albumcover{
  588. width:100px;
  589. float:left;
  590. }
  591.  
  592. .audio{
  593. padding:21px;
  594. background:{color:h1 bg};
  595. width:58px;
  596. height:58px;
  597. display:inline-block;
  598. margin-right:-3px;
  599. }
  600.  
  601. .player{
  602. width:18px;
  603. overflow:hidden;
  604. position:relative;
  605. opacity:.3;
  606. left:15px;
  607. top:15px;
  608. }
  609.  
  610. #audiotext{
  611. text-align:center;
  612. padding:24px 0px;
  613. }
  614.  
  615. #audiotext b{
  616. font:8px courier new;
  617. letter-spacing:1px;
  618. text-transform:uppercase;
  619. }
  620.  
  621. #audiotext i{
  622. font:7px trebuchet ms;
  623. letter-spacing:1px;
  624. text-transform:uppercase;
  625. }
  626. </style>
  627.  
  628.  
  629. {block:IndexPage}
  630. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
  631. <script src="http://www.designedbyaturtle.co.uk/demos/horizontal-scrolling/jquery.mousewheel.min.js"></script>
  632. <script>
  633. $(function(){
  634. $("#page-wrap").wrapInner("<table cellspacing='0'><tr>");
  635. $(".entry").wrap("<td></td>");
  636. $("body").mousewheel(function(event, delta) {
  637.  
  638. this.scrollLeft -= (delta * 30);
  639.  
  640. event.preventDefault();
  641.  
  642. });
  643.  
  644. });
  645. </script>
  646. {/block:IndexPage}
  647.  
  648.  
  649. </head>
  650. <body>
  651.  
  652.  
  653. <div id="center">
  654. <div id="top">
  655. <div id="nav">
  656. <a href="/"><img src="https://31.media.tumblr.com/2015daae1d676432bfe8cc417be25d2b/tumblr_inline_n2aiggyMWT1r7v6wt.png"></a>
  657. <a href="/ask"><img src="https://31.media.tumblr.com/5b80f6b287f935df5d5eae173919821e/tumblr_inline_n2aigwiUlj1r7v6wt.png"></a>
  658. <a href="/archive"><img src="http://static.tumblr.com/3yblkz0/hnvn2c2pp/li.png"></a>
  659. </small>
  660. </div>
  661. </div>
  662.  
  663. <div class="side">
  664.  
  665.  
  666.  
  667. <div id="description">
  668. {description}
  669. </div>
  670. {block:IfCustomLinkOne}<a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}">{text:Custom Link One}</a>{/block:IfCustomLinkOne}
  671.  
  672. {block:IfCustomLinkTwo}<a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}">{text:Custom Link Two}</a>{/block:IfCustomLinkTwo}
  673.  
  674. {block:IfCustomLinkThree}<a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}">{text:Custom Link Three}</a>{/block:IfCustomLinkThree}
  675.  
  676. {block:IfCustomLinkFour}<a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}">{text:Custom Link Four}</a>{/block:IfCustomLinkFour}
  677.  
  678. {block:IfCustomLinkFive}<a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}">{text:Custom Link Five}</a>{/block:IfCustomLinkFive}
  679.  
  680. {block:IfCustomLinkSix}<a href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}">{text:Custom Link Six}</a>{/block:IfCustomLinkSix}
  681.  
  682.  
  683.  
  684. <div id="pages">
  685. {block:Pagination}
  686. {block:PreviousPage}
  687. <a href="{PreviousPage}" style="font-size:10px;"><</a>
  688. {/block:PreviousPage}
  689. {block:JumpPagination length="5"}
  690. {block:CurrentPage}
  691.  
  692. <span class="current_page">{PageNumber}</span>
  693. {/block:CurrentPage}
  694. {block:JumpPage}
  695.  
  696. <a class="jump_page" href="{URL}">{PageNumber}</a>
  697.  
  698. {/block:JumpPage}
  699. {/block:JumpPagination}
  700.  
  701. {block:NextPage}
  702. <a href="{NextPage}" style="font-size:10px;">></a>
  703. {/block:NextPage}
  704. {/block:Pagination}
  705. </center>
  706. </div>
  707.  
  708. </div>
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717. <div id="page-wrap">
  718. <div id="content">
  719. {block:Posts}
  720. <div class="entry">
  721.  
  722. {block:Text}
  723.  
  724. {block:Title}<h1>{Title}</h1>{/block:Title}
  725. {Body}
  726. {/block:Text}
  727.  
  728.  
  729.  
  730.  
  731. {block:Link}
  732.  
  733. <a href="{URL}" class="title"><h1>{Name}</h1></a>
  734. {block:Description}{Description}{/block:Description}
  735. {block:Link}
  736.  
  737.  
  738.  
  739.  
  740. {block:Photo}
  741. {block:IndexPage}
  742. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  743. {/block:IndexPage}
  744. {block:PermalinkPage}
  745. <div id="ent"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></div>
  746. {/block:PermalinkPage}
  747. {/block:photo}
  748.  
  749.  
  750.  
  751. {block:Photoset}
  752. {block:IndexPage}
  753. {block:Photos}
  754. <img src="{PhotoURL-250}" class="photoset-image" />
  755. {/block:Photos}
  756. <script type="text/javascript">
  757. var photos = document.getElementsByClassName("photoset-image");
  758. for(var i = 0; i < photos.length; i++)
  759. {
  760. photos[i].style.width = '97px';
  761. var source = photos[i].src;
  762. var pos1 = source.lastIndexOf('_');
  763. var pos2 = source.lastIndexOf('.');
  764. photos[i].src = source.substring(0, pos1 + 1) + '250' + source.substring(pos2);
  765. }
  766. </script>
  767. {/block:IndexPage}
  768. {block:PermalinkPage}
  769. <div id="ent">{Photoset-250}</div>
  770. {/block:PermalinkPage}
  771. {/block:Photoset}
  772.  
  773.  
  774. {block:Quote}
  775. {/block:IndexPage}
  776.  
  777. <h2>"{Quote}"</h2>
  778. {block:Source}
  779. ― {Source}
  780. {/block:Source}
  781. {/block:Quote}
  782.  
  783.  
  784. {block:answer}
  785. <div id="ansname"><a href="{Permalink}">{Asker}</a> asked</div>
  786. <div id="question">{Question}</div>
  787. <div id="answer">{Answer}</div>
  788. {/block:Answer}
  789.  
  790.  
  791. {block:Chat}
  792.  
  793. {block:Title}
  794. <h3><a href="{Permalink}">{Title}</a></h3>
  795. {/block:Title}
  796. <ul class="chat">
  797. {block:Lines}
  798. <li class="{Alt} user_{UserNumber}">
  799. {block:Label}
  800. <span class="label"><b>{Label}</b>
  801. {/block:Label}
  802. {Line}
  803. </li>
  804. {/block:Lines}
  805. </ul>
  806. {/block:Chat}
  807.  
  808.  
  809.  
  810.  
  811.  
  812. {block:Audio}
  813. <div id="audio"><div id="albumcover">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  814.  
  815. <div class="audio"><div class="player">{AudioPlayerBlack} </div></div>
  816. </div>
  817.  
  818.  
  819.  
  820. <div id="audiotext">
  821. {block:TrackName}<b>Song:</b> <i>{TrackName}</i>{/block:TrackName}<br>
  822. {block:Artist}<b>ARTIST:</b> <i>{Artist}</i>{/block:Artist}<br>
  823. {block:Album}<b>ALBUM:</b> <i>{Album}</i>{/block:Album}<br>
  824. {block:PlayCount}<b>Plays:</b><i>{FormattedPlayCount}</i> {/block:PlayCount}
  825. </div>
  826. {/block:Audio}
  827.  
  828.  
  829.  
  830.  
  831. {block:Video}
  832. <div class="ent">{Video-250}</div>
  833. {/block:Video}
  834.  
  835. {block:IndexPage}
  836. <div id="pinfo">
  837. <a href="{Permalink}">{NoteCount}</a>
  838. <div id="reb"><a href="{ReblogUrl}">r</a></div>
  839. </div>
  840. {/block:IndexPage}
  841.  
  842.  
  843.  
  844. {block:PermalinkPage}
  845. {block:Caption}<div id="cap">{Caption}</div>{/block:Caption}
  846. {/block:PermalinkPage}
  847.  
  848.  
  849.  
  850. {block:PermalinkPage}
  851. <div id="perm">
  852. <p>{block:Date}<b>{ShortMonth} {DayOfMonth}</b> / {TimeAgo}{/block:Date} / <b>{NoteCountWithLabel}</b>
  853. <span style="float:right;">{block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a> / <a href="{ReblogRootURL}">Source</a> {/block:RebloggedFrom}</span>
  854. </p>
  855. </div>
  856.  
  857.  
  858. {block:HasTags}
  859. <div id="tag">
  860. {block:Tags}<one>x</one><two><a href="{TagURL}">{Tag}</a></two>{/block:Tags}</div>
  861. {/block:HasTags}
  862. {/block:PermalinkPage}
  863.  
  864. </div>
  865.  
  866.  
  867. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  868.  
  869. {/block:Posts}
  870.  
  871. </div>
  872. </div>
  873. <div id="cen"></div>
  874.  
  875. </body>
  876. </html>
Advertisement
Add Comment
Please, Sign In to add comment