dansmilth

Fansite Theme #6

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