dansmilth

Fansite Theme #2

Jun 25th, 2015
5,236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-----------
  9.  
  10. THEME 10 by clumhood
  11.  
  12. :> ------------>
  13.  
  14.  
  15. <!--------default variables-------->
  16. <meta name="color:background" content="#d7d5d5"/>
  17. <meta name="color:container" content="#f8f8f8">
  18. <meta name="color:container backgrounds" content="#ffffff">
  19. <meta name="color:topbar" content="#ffffff">
  20. <meta name="color:topbar text" content="#333333">
  21. <meta name="color:topbar border" content="#eee">
  22. <meta name="color:logo" content"#8aacb5">
  23. <meta name="color:navigation" content="#ffffff">
  24. <meta name="color:navlinks" content="#5b5b5b">
  25. <meta name="color:text" content="#333333"/>
  26. <meta name="color:links" content="#5b5b5b"/>
  27. <meta name="color:links hover" content="#c9c9c9"/>
  28. <meta name="color:topbar background" content="#ffffff"/>
  29. <meta name="color:main color" content="#000000"/>
  30. <meta name="color:topbar links" content="#ffffff"/>
  31. <meta name="color:scrollbar bg" content="#ffffff"/>
  32. <meta name="color:scrollbar" content="#eeeeee">
  33.  
  34.  
  35. <meta name="image:background image" content=""/>
  36. <meta name="image:header" content=""/>
  37. <meta name="image:sidebar" content=""/>
  38.  
  39. <meta name="text:link 1 title" content="link">
  40. <meta name="text:link 1 url" content=" ">
  41. <meta name="text:link 2 title" content="link">
  42. <meta name="text:link 2 url" content=" ">
  43. <meta name="text:link 3 title" content="link">
  44. <meta name="text:link 3 url" content=" ">
  45. <meta name="text:link 4 title" content="link">
  46. <meta name="text:link 4 url" content=" ">
  47.  
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Roboto:700,400' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Oleo+Script:400,700' rel='stylesheet' type='text/css'>
  52.  
  53. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  54.  
  55. <!------------------------TOOLTIPS SCRIPT--------------------->
  56.  
  57. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  59. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  60. <script>
  61. (function($){
  62. $(document).ready(function(){
  63. $("[title]").style_my_tooltips({
  64. tip_follows_cursor:true,
  65. tip_delay_time:200,
  66. tip_fade_speed:300
  67. });
  68. });
  69. })(jQuery);
  70. </script>
  71.  
  72. <script type="text/javascript">
  73. WebFontConfig = {
  74. google: { families: [ 'Roboto:700,400:latin' ] }
  75. };
  76. (function() {
  77. var wf = document.createElement('script');
  78. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  79. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  80. wf.type = 'text/javascript';
  81. wf.async = 'true';
  82. var s = document.getElementsByTagName('script')[0];
  83. s.parentNode.insertBefore(wf, s);
  84. })(); </script>
  85.  
  86.  
  87. <script type="text/javascript">
  88. WebFontConfig = {
  89. google: { families: [ 'Oleo+Script:400,700:latin' ] }
  90. };
  91. (function() {
  92. var wf = document.createElement('script');
  93. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  94. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  95. wf.type = 'text/javascript';
  96. wf.async = 'true';
  97. var s = document.getElementsByTagName('script')[0];
  98. s.parentNode.insertBefore(wf, s);
  99. })(); </script>
  100.  
  101. <!-------------------------------------------------------------------->
  102.  
  103. <style type="text/css">
  104.  
  105. /*----------tooltips---------*/
  106.  
  107. #s-m-t-tooltip {
  108. max-width:300px;
  109. margin:15px;
  110. padding:5px;
  111. border:1px solid #eeeeee;
  112. border-radius:0px;
  113. background:#ffffff;
  114. color:{color:text};
  115. z-index:999999;
  116. font-size:7px;
  117. font-style:none;
  118. font-weight:lighter;
  119. letter-spacing:2px;
  120. font-family:helvetica;
  121. text-transform:uppercase;
  122. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  123. }
  124.  
  125.  
  126. /*----------scrollbar---------*/
  127.  
  128. ::-webkit-scrollbar {
  129. background-color: {color:scrollbar bg};
  130. height:8px;
  131. width:5px
  132. }
  133.  
  134. ::-webkit-scrollbar-thumb:vertical {
  135. background-color:{color:scrollbar};
  136. height:50px
  137. }
  138.  
  139. ::-webkit-scrollbar-thumb:horizontal {
  140. background-color:{color:scrollbar bg};
  141. height:8px!important
  142. }
  143.  
  144.  
  145. /*----------basics---------*/
  146.  
  147. body {
  148. background:{color:background};
  149. color:{color:text};
  150. font-family:arial;
  151. line-height:20px;
  152. font-size:11px;
  153. margin:0;
  154. text-align:left;
  155.  
  156.  
  157. }
  158.  
  159. blockquote {
  160. padding-left:10px;
  161. border-left:1px solid;
  162. border-color:#eeeeee;
  163. margin:10px;
  164. letter-spacing:0px;
  165. padding:10px;
  166. }
  167.  
  168. a {
  169. color:{color:links};
  170. text-decoration:none;
  171. }
  172.  
  173. a:hover {
  174. text-decoration:none;
  175. color: {color:links hover};
  176. -webkit-transition:all 0.5s;
  177. -moz-transition:all 0.5s;
  178. -ms-transition:all 0.5s;
  179. -o-transition:all 0.5s;
  180. transition:all 0.5s;
  181. }
  182.  
  183. small {
  184. font-size:10px;
  185. }
  186.  
  187. big {
  188. font-size:13px;
  189. }
  190.  
  191. img {
  192. opacity:1;
  193. text-decoration:none;
  194. }
  195.  
  196. h1 {
  197. font-size:20px;
  198. font-weight:bold;
  199. font-family:arial;
  200. letter-spacing:0px;
  201. line-height:150%;
  202. }
  203.  
  204. b {
  205. color:{color:bold};
  206. }
  207.  
  208. /*----------header---------*/
  209.  
  210.  
  211. #header{
  212. width:1100px;
  213. height:400px;
  214. margin:auto;
  215.  
  216. }
  217.  
  218.  
  219. .links {
  220. width:800px;
  221. padding:30px;
  222. background:{color:navigation};
  223. margin-top:-35px;
  224. border-bottom:3px solid #eee;
  225. position:relative;
  226. z-index:1;
  227. }
  228.  
  229. .links a {
  230. font-family:'roboto', sans-serif;
  231. font-size:20px;
  232. text-transform:uppercase;
  233. margin-right:15px;
  234. letter-spacing:-1px;
  235. font-weight:bold;
  236. color:{color:navlinks};
  237. }
  238.  
  239. .links a:hover {
  240. letter-spacing:1px;
  241. transition:1s;
  242. }
  243.  
  244. .top {
  245. width:1040px;
  246. background:{color:topbar};
  247. padding:30px;
  248. text-align:left;
  249. padding-bottom:0px;
  250. margin-left:calc(50% - 550px);
  251. height:70px;
  252. color:{color:topbar text};
  253. }
  254.  
  255. .logo {
  256. position:absolute;
  257. z-index:1;
  258. font-family:'oleo script', sans-serif;
  259. font-size:40px;
  260. padding:10px;
  261. color:{color:logo};
  262.  
  263. }
  264.  
  265. .topdesc {
  266. width:900px;
  267. border-left:1px solid {color:topbar border};
  268. padding:10px;
  269. margin-top:-30px;
  270. margin-left:100px;
  271. padding-left:30px;
  272. text-align:justify;
  273.  
  274.  
  275. }
  276.  
  277.  
  278.  
  279. /*----------posts---------*/
  280.  
  281. .container {
  282. width:1100px;
  283. margin-left:calc(50% - 550px);
  284. position:absolute;
  285. margin-top:0px;
  286. background:{color:container};
  287. padding-top:0px;
  288. height:300%;
  289. min-height:1500px;
  290. }
  291.  
  292. .posts {
  293. {block:IndexPage}
  294. margin-bottom:80px;
  295. {/block:IndexPage}
  296. {block:PermalinkPage}
  297. margin-bottom:40px;
  298. {/block:PermalinkPage}
  299. width:500px;
  300. background:{color:container backgrounds};
  301. padding:30px;
  302. float:right;
  303. margin-right:30px;
  304.  
  305.  
  306.  
  307.  
  308. }
  309.  
  310. .entries {
  311. float:right;
  312. margin-top:50px;
  313. width:1100px;
  314. background:{color:container};
  315. }
  316.  
  317. .posts img, .posts li, .posts blockquote {
  318. max-width: 100%;
  319. }
  320.  
  321. .posts li {
  322. list-style: square;
  323. }
  324.  
  325. blockquote img {
  326. max-width:320px!important;
  327. }
  328.  
  329.  
  330. /*----------post info---------*/
  331.  
  332. .info {
  333. border-top:1px solid #eeeeee;
  334. padding-top:15px;
  335. text-transform:uppercase;
  336. font-size:9px;
  337. font-family:'roboto', sans-serif;
  338. letter-spacing:1px;
  339. margin-top:15px;
  340. }
  341.  
  342. .tags {
  343. margin-top:0px;
  344. font-size:9px;
  345. letter-spacing:1px;
  346. }
  347.  
  348. .tags a {
  349. margin-right:8px;
  350. }
  351.  
  352.  
  353. /*----------post notes---------*/
  354.  
  355. .notes {
  356. margin-top: 20px;
  357. width: 500px;
  358. margin-left: -40px;
  359. margin-bottom: 70px;
  360. float:right;
  361. margin-right:40px;
  362.  
  363. }
  364.  
  365. .notes li {
  366. list-style: none;
  367. padding: 5px;
  368. margin-bottom: 10px;
  369. border-radius: 5px;
  370. box-shadow: 0px 1px 2px rgba(0,0,0,0.0544445);
  371. }
  372.  
  373. .notes li img {
  374. float: right;
  375. width: 12px;
  376. }
  377.  
  378. /*----------categories---------*/
  379.  
  380. #sidebar{
  381. position:absolute;
  382. margin-left:30px;
  383. width:400px;
  384. background:{color:container backgrounds};
  385. padding:20px;
  386.  
  387. }
  388.  
  389. .cat1 {
  390. width:400px;
  391. padding:0px;
  392. margin-top:-20px;
  393. padding-top:20px;
  394.  
  395. }
  396.  
  397. .offlinks {
  398. width:400px;
  399. display:inline-block;
  400. margin-top:30px;
  401. margin-bottom:50px;
  402. }
  403.  
  404. .offlinks a {
  405. padding:15px 20px 15px 20px;
  406. border:1px solid #eee;
  407. font-size:30px;
  408. margin-left:10px;
  409.  
  410.  
  411.  
  412. }
  413.  
  414.  
  415.  
  416.  
  417. .cat {
  418. width:400px;
  419. margin-bottom:50px;
  420. text-align:justify;
  421.  
  422.  
  423. }
  424.  
  425.  
  426. .cti {
  427. text-align:right;
  428. font-family:'roboto', sans-serif;
  429. font-size:15px;
  430. text-transform:uppercase;
  431. font-weight:bold;
  432. letter-spacing:-1px;
  433. padding:10px;
  434. border-bottom:1px solid #eee;
  435. margin-bottom:20px;
  436.  
  437. }
  438.  
  439. .projects {
  440.  
  441. width:400px;
  442. padding:5px;
  443. text-align:left;
  444. margin-top:10px;
  445. }
  446.  
  447. .projects img {
  448. padding:5px;
  449. border:1px solid #d1d1d1;
  450. width:100px;
  451. float:left;
  452. margin-right:10px;
  453.  
  454. }
  455.  
  456.  
  457.  
  458.  
  459. .affiliates {
  460. padding-left:0px;
  461. width:350px;
  462.  
  463. }
  464.  
  465. .affiliates img {
  466. width:50px;
  467. padding-left:0px;
  468. display:inline-block;
  469. padding:5px;
  470. border:1px solid #eee;
  471. margin-right:5px;
  472. }
  473.  
  474.  
  475. /*----------quotes---------*/
  476.  
  477. .quote {
  478.  
  479. font-size:12px;
  480. font-weight:bold;
  481. text-align:center;
  482. letter-spacing:1px;
  483. }
  484.  
  485. .quotesource {
  486. text-align:center;
  487. margin-top:10px;
  488. letter-spacing:1px;
  489. }
  490.  
  491.  
  492. /*----------chat---------*/
  493.  
  494. .chat {
  495. line-height:20px;
  496. list-style:none;
  497. }
  498.  
  499. .line.odd {
  500. background:#fafafa;
  501. margin-bottom:2px;
  502. padding:5px;
  503. list-style:none;
  504. font-size:10px;
  505. }
  506.  
  507. .line.even {
  508. background:#ffffff;
  509. margin-bottom:2px;
  510. padding:5px;
  511. list-style:none;
  512. font-size:10px;
  513. }
  514.  
  515. .label {
  516. padding-right:1px;
  517. text-transform:uppercase;
  518. font-weight:bold;
  519. color:{color:links};
  520. }
  521.  
  522.  
  523. /*----------questions---------*/
  524.  
  525. .question {
  526. background:#fafafa;
  527. padding:10px;
  528. text-align:center;
  529. }
  530.  
  531. .asker {
  532. text-transform:uppercase;
  533. font-family:'roboto', sans-serif;
  534. letter-spacing:1px;
  535. text-align:center;
  536. line-height:150%;
  537. }
  538.  
  539. .answer {
  540. padding:10px;
  541. margin-top:-15px;
  542. }
  543.  
  544. /*----------audio---------*/
  545.  
  546. .playerbutton {
  547. position:relative;
  548. width:30px;
  549. height:35px;
  550. overflow:hidden;
  551. }
  552.  
  553. .playerbuttonhug {
  554. position: absolute;
  555. top:-7px;
  556. left:2px;
  557. }
  558.  
  559. .tumblr_audio_player {
  560. height:50px;
  561. width:500px;
  562. }
  563.  
  564. .playerbuttonbg {
  565. position:absolute;
  566. width:35px;
  567. height:35px;
  568. background-color:#e4e4e4;
  569. padding:10px;
  570. }
  571.  
  572. .trackdetails {
  573. width:auto;
  574. display:inline-block;
  575. margin-left:70px;
  576. font-size:10px;
  577. letter-spacing:1px;
  578. text-transform:lowercase;
  579. padding:5px;
  580. line-height:15px;
  581. }
  582.  
  583. .audiowrapper {
  584. position:relative;
  585. display:inline-block;
  586. }
  587.  
  588. /*-- Pagination --*/
  589.  
  590. #pagi {
  591. margin-top:70px;
  592. margin-left:800px;
  593. font-family:'roboto', sans-serif;
  594. text-transform:uppercase;
  595. font-size:20px;
  596. font-weight:bold;
  597. }
  598.  
  599. /*----------credit---------*/
  600.  
  601. .credit {
  602. font-size:8px;
  603. position:fixed;
  604. font-weight:bold;
  605. bottom:5px;
  606. right:15px;
  607. z-index:10;
  608. text-align:right;
  609. letter-spacing:1px;
  610. padding:2px;
  611. }
  612.  
  613. .credit a {
  614. color:{color:links};
  615. text-decoration:none;
  616. }
  617.  
  618. .credit a:hover {
  619. color:{color:links hover};
  620. text-decoration:none;
  621. }
  622.  
  623.  
  624. </style>
  625. </head>
  626.  
  627. <body>
  628.  
  629. <div class="top">
  630. <div class="logo">HS</div>
  631. <div class="topdesc">{Description}</div>
  632. </div>
  633.  
  634. <div id="header">
  635.  
  636. <div id="headerimg">
  637. <img src="{image:header}">
  638. </div>
  639. </div>
  640.  
  641. <center><div class="links">
  642. <a href="/">Home</a>
  643. <a href="/ask">Message</a>
  644. <a href="{text:link 1 url}">{text:link 1 title}</a>
  645. <a href="{text:link 2 url}">{text:link 2 title}</a>
  646. <a href="{text:link 3 url}">{text:link 3 title}</a>
  647. <a href="{text:link 4 url}">{text:link 4 title}</a>
  648. </div></center>
  649.  
  650.  
  651. <div class="container">
  652.  
  653. <div class="credit">
  654. <a title="theme" href="http://clumhood.tumblr.com/" target="_blank">CH</a></div>
  655.  
  656.  
  657.  
  658. <div class="entries">
  659.  
  660.  
  661. <div id="sidebar">
  662.  
  663. <!-- category 1 -->
  664.  
  665.  
  666. <div class="cat1">
  667. <img src="{image:sidebar}">
  668. <center><div class="offlinks">
  669. <a href="http//twitter.com/" title="twitter"><i class="fa fa-twitter"></i></a>
  670. <a href="http://instagram.com/" title="instagram"><i class="fa fa-instagram"></i></a>
  671. <a href="http://youtube.com/" title="youtube"><i class="fa fa-youtube-play"></i></a>
  672. <a href="/" title="official"><i class="fa fa-globe"></i></a>
  673. </div></center>
  674. </div>
  675.  
  676.  
  677.  
  678.  
  679.  
  680. <!-- category 2 -->
  681.  
  682. <div class="cat">
  683. <div class="cti">Discography</div>
  684. <div class="projects">
  685.  
  686. <img src="http://static.tumblr.com/zy3qjic/x8Cns99kb/2.png">
  687. <ul> <b>Room 93</b><br>
  688. <b>Label</b>: Astralwerks<br>
  689. <b>Purchase</b>: <a href="https://itunes.apple.com/us/album/room-93-ep/id930637389">iTunes</a> | <a href="http://www.amazon.com/Room-93-EP-Halsey/dp/B00T4LLK46/ref=sr_1_1?ie=UTF8&qid=1434666411&sr=8-1&keywords=room+93+halsey">Amazon</a><br>
  690. <b>Released</b>: October 27th, 2014</ul>
  691. <br><br>
  692. <img src="http://static.tumblr.com/zy3qjic/IG5ns99l1/1.png">
  693. <ul> <b>Badlands</b><br>
  694. <b>Label</b>: Astralwerks<br>
  695. <b>Purchase</b>: <a href="https://itunes.apple.com/us/album/badlands-deluxe/id999626332">iTunes</a> | <a href="http://www.iamhalsey.com/badlands">Official</a><br>
  696. <b>Released</b>: August 28th, 2015</ul>
  697. </div>
  698.  
  699. </div>
  700. <br>
  701.  
  702. <!-- affiliates -->
  703.  
  704.  
  705.  
  706. <div class="cti">Affiliates</div>
  707. <div class="cat"><center><div class="affiliates">
  708. <a href="http://halseysource.tumblr.com/" title="halseysource"><img src="http://static.tumblr.com/zy3qjic/xlPnqgxty/18.png"></a>
  709. <a href="affiliate url" title="affiliate url"><img src="http://static.tumblr.com/zy3qjic/fsAnqgxun/16.png"></a>
  710. <a href="affiliate url" title="affiliate url"><img src="http://static.tumblr.com/zy3qjic/gPcnqgxvj/1.png"></a>
  711. <a href="affiliate url" title="affiliate url"><img src="http://static.tumblr.com/zy3qjic/hsWnqgxnh/r.png"></a>
  712. <a href="affiliate url" title="affiliate url"><img src="http://static.tumblr.com/zy3qjic/hsWnqgxnh/r.png"></a>
  713. <a href="affiliate url" title="affiliate url"><img src="http://static.tumblr.com/zy3qjic/hsWnqgxnh/r.png"></a>
  714. <a href="affiliate url" title="affiliate url"><img src="http://static.tumblr.com/zy3qjic/hsWnqgxnh/r.png"></a>
  715. <a href="affiliate url" title="affiliate url"><img src="http://static.tumblr.com/zy3qjic/hsWnqgxnh/r.png"></a>
  716.  
  717.  
  718.  
  719.  
  720. </div></center>
  721. </div>
  722.  
  723.  
  724.  
  725. <!-- category 3 -->
  726.  
  727. <div class="cti">Members</div>
  728. <div class="category" style="line-height:150%;">
  729. {block:GroupMembers}
  730. <table style="margin-top:0px;">
  731. {block:GroupMember}
  732. <tr>
  733. <td style="width:40px;">
  734. <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="margin-right: 10px; padding: 5px; border: 1px solid #f1f1f1">
  735. </td>
  736. <td style="width:290px; height:auto;">
  737. <div id="m" style="margin-bottom:10px;">
  738. <a href="{GroupMemberURL}" style="font-weight:bold; text-transform:uppercase; font-family:arial; letter-spacing:0px; font-size:8px;">{GroupMemberName}</a><br>{GroupMemberTitle}</div>
  739.  
  740. </tr>
  741. {/block:GroupMember}
  742. </table>
  743. {/block:GroupMembers}
  744. </div>
  745.  
  746. <!-- category 4 -->
  747.  
  748. <div class="cti">About the blog</div>
  749. <div class="cat" style="line-height:150%;">
  750. <b>Admins:</b> <a href="http://yoururl.tumblr.com">Graziella</a><br>
  751. <b>Established:</b> October 2014 <br>
  752. <b>Online:</b><br>
  753. <b>Visits:</b>
  754.  
  755. </div>
  756.  
  757. <!-- category 5 -->
  758.  
  759. <div class="cti">Disclaimer</div>
  760. <div class="cat" style="line-height:150%;"><div class="desc">Our site claims no credit for any videos posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed.</div>
  761. </div>
  762.  
  763.  
  764.  
  765. </div>
  766.  
  767.  
  768.  
  769. {block:Posts}
  770. <div class="posts">
  771.  
  772. {block:Text}
  773. <h1>{block:Title}{Title}{/block:Title}</h1>
  774. {Body}{/block:Text}
  775.  
  776.  
  777. {block:Photo}
  778. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  779. {block:Caption}{Caption}{/block:Caption}
  780. {/block:Photo}
  781.  
  782.  
  783. {block:Photoset}
  784. {Photoset-500}
  785. {block:Caption}{Caption}{/block:Caption}
  786. {/block:Photoset}
  787.  
  788.  
  789. {block:Quote}
  790. <div class="quote">"{Quote}"</div>
  791. {block:Source}<div class="quotesource"> — {Source}</div>
  792. {/block:Source}{/block:Quote}
  793.  
  794.  
  795. {block:Link}
  796. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  797. {block:Description}{Description}{/block:Description}
  798. {/block:Link}
  799.  
  800.  
  801. {block:Chat}
  802. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  803. {/block:Chat}
  804.  
  805.  
  806. {block:Audio}
  807. {block:AudioPlayer}
  808. <div class="audiowrapper">
  809. <div class="playerbuttonbg">
  810. <div class="playerbutton">
  811. <div class="playerbuttonhug">
  812. {AudioPlayerGrey}
  813. </div></div></div>
  814.  
  815. <div class="trackdetails">
  816. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  817.  
  818. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  819.  
  820. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  821. {/block:AudioPlayer}
  822.  
  823. {block:Caption}
  824. <div class="caption">{Caption}</div>
  825. {/block:Caption}
  826. {/block:Audio}
  827.  
  828.  
  829. {block:Video}
  830. {Video-500}
  831. {block:Caption}{Caption}{/block:Caption}
  832. {/block:Video}
  833.  
  834.  
  835. {block:Answer}
  836. <div class="question">
  837. <div class="asker"><b>{Asker} said:</b></div>
  838. {Question}</div><br>
  839. <div class="answer">
  840. {Answer}</div>
  841. {/block:Answer}
  842.  
  843.  
  844.  
  845.  
  846. {block:Date}
  847.  
  848. <div class="info">
  849. {block:Date}
  850. <b><a href="{Permalink}" title="{TimeAgo}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</b></a>
  851. {/block:Date}
  852.  
  853. &nbsp;&nbsp;
  854. <a href="{Permalink}">{NoteCount}</a>
  855. &nbsp;&nbsp;
  856.  
  857. <a href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-repeat"></i></a> &nbsp;&nbsp;<b>Posted by</b> <a href="{PostAuthorURL}">{PostAuthorName}</a>
  858.  
  859.  
  860.  
  861. <font style="float:right">
  862. {block:RebloggedFrom}
  863. <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
  864. {block:ContentSource}
  865. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}">/ src</a>
  866. {/block:ContentSource}
  867. {/block:RebloggedFrom}
  868. </font style>
  869.  
  870.  
  871. </div>
  872.  
  873.  
  874. {block:HasTags}
  875. <div class="tags">
  876. {block:Tags}
  877. <a href="{TagURL}">{Tag}</a>
  878. {/block:Tags}
  879. </div>
  880. {/block:HasTags}
  881.  
  882.  
  883.  
  884. </div>
  885. {/block:Posts}
  886. <p>
  887. {block:PostNotes}
  888. <div style="margin-left:15px;">
  889. {PostNotes}{/block:PostNotes}
  890.  
  891. <div id="pagi">
  892. {block:IndexPage}
  893. <div id="pagination">
  894. {block:Pagination}
  895. {block:JumpPagination length="5"}
  896. {block:CurrentPage}
  897. <span class="current_page">{PageNumber}</span>
  898. {/block:CurrentPage}
  899. {block:JumpPage}
  900. <a class="jump_page" href="{URL}">{PageNumber}</a>
  901. {/block:JumpPage}
  902. {/block:JumpPagination}
  903. {/block:Pagination}
  904. </div>
  905. {/block:IndexPage}
  906. </div>
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916. {block:ContentSource}
  917. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  918. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  919. {/block:SourceLogo}
  920. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  921. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929. </body>
  930.  
  931. </div></div></div></div></div></div></div></div></div></div></div>
  932. </html>
Advertisement
Add Comment
Please, Sign In to add comment