Advertisement
florels

theme #68 - DANCER IN THE DARK

Oct 13th, 2017
3,149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.20 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5.  
  6.  
  7. DANCER IN THE DARK theme by
  8. F L O R E L S (✿◠‿◠) ////
  9. started october 10, 2017
  10. finished october 14, 2017
  11. published october 14, 2017
  12.  
  13.  
  14. -->
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19.  
  20. <link rel="icon" href="{Favicon}"/>
  21. <title>{Title}</title>
  22. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  23.  
  24. <meta name="image:background" content="" />
  25. <meta name="image:icon" content="" />
  26.  
  27. <meta name="color:background" content="#fff" />
  28. <meta name="color:blockquote" content="#ff6c58" />
  29. <meta name="color:blog title" content="#000" />
  30. <meta name="color:blog title hover" content="#ff6c58" />
  31. <meta name="color:description" content="#000" />
  32. <meta name="color:description link" content="#000" />
  33. <meta name="color:description link hover" content="#ff6c58" />
  34. <meta name="color:headings" content="#000" />
  35. <meta name="color:headings hover" content="#ff6c58" />
  36. <meta name="color:icon border" content="#ff6c58" />
  37. <meta name="color:icon shadow" content="#ff6c58" />
  38. <meta name="color:link" content="#000" />
  39. <meta name="color:link hover" content="#ff6c58" />
  40. <meta name="color:nav link" content="#000" />
  41. <meta name="color:nav link border" content="#000" />
  42. <meta name="color:nav link hover" content="#ff6c58" />
  43. <meta name="color:permalink" content="#000" />
  44. <meta name="color:permalink background" content="#ffdfc5" />
  45. <meta name="color:permalink hover" content="#ff6c58" />
  46. <meta name="color:post background" content="#fff" />
  47. <meta name="color:scrollbar" content="#000" />
  48. <meta name="color:sidebar divider" content="#ff6c58" />
  49. <meta name="color:sidebar background" content="#ffdfc5" />
  50. <meta name="color:sidebar text" content="#000" />
  51. <meta name="color:text" content="#000" />
  52.  
  53. <meta name="if:1 column" content="0"/>
  54. <meta name="if:2 columns" content="1"/>
  55. <meta name="if:3 columns" content="0"/>
  56. <meta name="if:show icon" content="0"/>
  57. <meta name="if:circular icon" content="1"/>
  58. <meta name="if:icon shadow" content="1"/>
  59. <meta name="if:icon border" content="0"/>
  60. <meta name="if:sidebar divider" content="1"/>
  61. <meta name="if:post background" content="1"/>
  62. <meta name="if:show blog title" content="1"/>
  63. <meta name="if:italic blog title" content="1"/>
  64. <meta name="if:uppercase blog title" content="1"/>
  65. <meta name="if:tiled background image" content="0"/>
  66. <meta name="if:custom link 1" content="1" />
  67. <meta name="if:custom link 2" content="1" />
  68. <meta name="if:custom link 3" content="1" />
  69.  
  70. <meta name="text:ask link" content="/ask" />
  71. <meta name="text:blog title font size" content="16" />
  72. <meta name="text:icon border width" content="3" />
  73. <meta name="text:icon shadow width" content="3" />
  74. <meta name="text:link 1 url" content="/" />
  75. <meta name="text:link 1 url" content="/" />
  76. <meta name="text:link 1 title" content="link 1" />
  77. <meta name="text:link 2 url" content="/" />
  78. <meta name="text:link 2 title" content="link 2" />
  79. <meta name="text:link 3 url" content="/" />
  80. <meta name="text:link 3 title" content="link 3" />
  81.  
  82.  
  83. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  84.  
  85.  
  86.  
  87. {block:IndexPage}
  88. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  89. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  90.  
  91. <script type="text/javascript">
  92. $(window).load(function () {
  93. $('#posts').masonry(),
  94. $('.masonryWrap').infinitescroll({
  95. navSelector : "div.navigation",
  96. // selector for the paged navigation (it will be hidden)
  97. nextSelector : ".navigation a#next",
  98. // selector for the NEXT link (to page 2)
  99. itemSelector : ".post",
  100. // selector for all items you'll retrieve
  101. bufferPx : 10000,
  102. extraScrollPx: 10000,
  103. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  104. loadingText : "<em></em>",
  105. },
  106. // call masonry as a callback.
  107. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  108. );
  109. });
  110. </script>
  111. {/block:IndexPage}
  112.  
  113.  
  114. <link href="https://fonts.googleapis.com/css?family=Slabo+27px|Source+Sans+Pro" rel="stylesheet">
  115.  
  116. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>
  117.  
  118.  
  119.  
  120. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  121. <script>
  122. (function($){
  123. $(document).ready(function(){
  124. $("[title]").style_my_tooltips({
  125. tip_follows_cursor:true,
  126. tip_delay_time:0,
  127. tip_fade_speed:0
  128. }
  129. );
  130. });
  131. })(jQuery);
  132. </script>
  133.  
  134.  
  135.  
  136.  
  137. <style type="text/css">
  138.  
  139.  
  140. iframe#tumblr_controls {
  141. top: 0% !important;
  142. right:0% !important;
  143. position: fixed !important;}
  144.  
  145.  
  146. body {
  147. margin:0px;
  148. padding:0px;
  149. margin-top:0px;
  150. margin-bottom:0px;
  151. font-family:'Source Sans Pro', sans-serif;
  152. font-size:10px;
  153. color:{color:text};
  154. background-image:url('{image:background}');
  155. background-attachment:fixed;
  156. {block:ifnottiledbackgroundimage}
  157. background-size:cover;
  158. {/block:ifnottiledbackgroundimage}
  159. background-color:{color:background};}
  160.  
  161. #s-m-t-tooltip{
  162. font-size: 10px;
  163. color:#000;
  164. background-color:#fff;
  165. text-align: center;
  166. letter-spacing:1px;
  167. min-width:50px;
  168. max-width:120px;
  169. overflow:auto;
  170. text-transform:lowercase;
  171. font-style:italic;
  172. display: none;
  173. position: absolute;
  174. z-index: 999999999999;
  175. padding:5px;
  176. margin:30px 0 15px 10px;
  177. -webkit-transition: all 0.2s ease-in-out;
  178. -moz-transition: all 0.2s ease-in-out;
  179. transition: all 0.2s ease-in-out;}
  180.  
  181. a {
  182. color:{color:link};
  183. text-decoration:none;
  184. border-bottom:1px solid {color:link};
  185. -webkit-transition: all 0.2s ease-in-out;
  186. -moz-transition: all 0.2s ease-in-out;
  187. transition: all 0.2s ease-in-out;}
  188.  
  189. a:hover {
  190. color:{color:link hover};
  191. border-bottom:1px solid rgba(0,0,0,0);
  192. text-decoration:none;}
  193.  
  194. /** theme by F L O R E L S (✿◠‿◠) //// **/
  195.  
  196. a:active,a:focus {outline:0;}
  197.  
  198. ::-webkit-scrollbar-thumb{
  199. background-color:{color:scrollbar};
  200. border:6px solid {color:background};
  201. height:6px;}
  202.  
  203. ::-webkit-scrollbar {
  204. height:13px;
  205. width:13px;
  206. background-color:{color:background};}
  207.  
  208. blockquote {
  209. margin-left:3px;
  210. padding-left:3px;
  211. margin-right:0;
  212. width:auto;
  213. border-left:2px solid {color:blockquote};}
  214.  
  215. #sidebar {
  216. z-index:4;
  217. height:auto;
  218. padding:10px;
  219. top:180px;
  220. left:50%;
  221. background:{color:sidebar background};
  222. color:{color:sidebar text};
  223. {block:if1column}
  224. margin-left:280px;
  225. {/block:if1column}
  226. {block:if2columns}
  227. margin-left:215px;
  228. {/block:if2columns}
  229. {block:if3columns}
  230. margin-left:320px;
  231. {/block:if3columns}
  232. width:160px;
  233. position:fixed;}
  234.  
  235. #icon {
  236. position:relative;
  237. display:inline-block;
  238. font-size:21px;
  239. margin:-40px 0 0 35px;
  240. padding:5px;
  241. width:80px;}
  242.  
  243. #icon img {
  244. max-width:80px;
  245. {block:ificonshadow}
  246. border-right:{text:icon shadow width}px solid {color:icon shadow};
  247. border-bottom:{text:icon shadow width}px solid {color:icon shadow};
  248. {/block:ificonshadow}
  249. {block:ificonborder}
  250. border:{text:icon border width}px solid {color:icon border};
  251. {/block:ificonbordeR}
  252. {block:ifcircularicon}
  253. border-radius:100%;
  254. {/block:ifcircularicon}}
  255.  
  256.  
  257. #blogtitle{
  258. position:relative;
  259. height:auto;
  260. font-family: 'Slabo 27px', serif;
  261. z-index:5;
  262. padding:0 10px;
  263. color:{color:blog title};
  264. font-size:{text:blog title font size}px;
  265. {block:ifitalicblogtitle}
  266. font-style:italic;
  267. {/block:ifitalicblogtitle}
  268. {block:ifuppercaseblogtitle}
  269. text-transform:uppercase;
  270. {/block:ifuppercaseblogtitle}
  271. text-align:center;
  272. margin:15px 0 0 0;
  273. width:auto;
  274. -webkit-transition: all 0.2s ease-in-out;
  275. -moz-transition: all 0.2s ease-in-out;
  276. transition: all 0.2s ease-in-out;}
  277.  
  278. #blogtitle:hover {
  279. color:{color:blog title hover};}
  280.  
  281. #description {
  282. text-align:center;
  283. color:{color:description};
  284. position:relative;
  285. padding:0 20px;
  286. z-index:6;
  287. width:auto;
  288. margin:20px 0 0 0;}
  289.  
  290. #description a{
  291. z-index:7;
  292. position:relative;
  293. color:{color:description link};
  294. text-decoration:none;
  295. -webkit-transition: all 0.2s ease-in-out;
  296. -moz-transition: all 0.2s ease-in-out;
  297. transition: all 0.2s ease-in-out;}
  298.  
  299. #description a:hover{
  300. text-decoration:none;
  301. color:{color:description link hover};}
  302.  
  303. #navlinks {
  304. position:relative;
  305. z-index:5;
  306. width:auto;
  307. margin:40px 10px 0 10px;
  308. font-size:10px;
  309. line-height:160%;
  310. {block:ifsidebardivider}
  311. border-top:3px solid {color:sidebar divider};
  312. padding:30px 5px 5px 5px;
  313. {/block:ifsidebardivider}
  314. {block:ifnotsidebardivider}
  315. padding:5px;
  316. {/block:ifnotsidebardivider}
  317. text-align:center;}
  318. #navlinks li {
  319. display:inline-block;}
  320.  
  321. #navlinks a {
  322. color:{color:nav link};
  323. text-decoration:none;
  324. font-size:1em;
  325. border-bottom:none;
  326. margin:0 8px;
  327. -webkit-transition: all 0.2s ease-in-out;
  328. -moz-transition: all 0.2s ease-in-out;
  329. transition: all 0.2s ease-in-out;}
  330.  
  331. #navlinks a:hover {
  332. color:{color:nav link hover};
  333. text-decoration:none;}
  334.  
  335. .notes {
  336. margin-top:10px;
  337. position:relative;
  338. float:left;
  339. font-size:1em;}
  340.  
  341. li.notes {
  342. float:left;
  343. width:400px;
  344. padding-left:5px;
  345. margin-top:10px;
  346. overflow-x:hidden;
  347. overflow-y:scroll;
  348. list-style-type:none;
  349. font-weight:normal;
  350. font-size:1em;
  351. text-transform:none;}
  352.  
  353. /** theme by F L O R E L S (✿◠‿◠) //// **/
  354.  
  355. li.note {
  356. padding-top:2px;
  357. opacity:1;}
  358.  
  359. li.note img.avatar {
  360. width:14px;
  361. height:14px;}
  362.  
  363. .permalink {
  364. color:{color:permalink};
  365. background:{color:permalink background};
  366. position:relative;
  367. display:block;
  368. {block:ifnot1column}
  369. padding:10px 45px 22px 45px;
  370. {/block:ifnot1column}
  371. {block:if1column}
  372. padding:10px 75px 22px 75px;
  373. {/block:if1column}
  374. opacity:1;
  375. right:0;
  376. font-size:10px;
  377. text-align:center;
  378. margin:-3px 0 0 0;}
  379.  
  380. .permalink a{
  381. color:{color:permalink};
  382. text-transform:lowercase;
  383. border:none;
  384. text-decoration:none;
  385. margin:0 3px;
  386. -webkit-transition: all 0.3s ease-in-out;
  387. -moz-transition: all 0.3s ease-in-out;
  388. -o-transition: all 0.3s ease-in-out;}
  389.  
  390. .permalink a:hover{
  391. color:{color:permalink hover};
  392. text-decoration:none;}
  393.  
  394. left {
  395. text-align:left;}
  396.  
  397. right {
  398. text-align:right;}
  399.  
  400. .headings{
  401. font-size:16px;
  402. color:{color:headings};
  403. text-align:left;
  404. border:none;
  405. font-family: 'Slabo 27px', serif;
  406. -webkit-transition: all 0.2s ease-in-out;
  407. -moz-transition: all 0.2s ease-in-out;
  408. transition: all 0.2s ease-in-out;}
  409.  
  410. .headings:hover{
  411. border:none;
  412. color:{color:headings hover};}
  413.  
  414. .headings a {
  415. border:none;}
  416.  
  417. .audiopost {
  418. {block:IndexPage}
  419. width:250px;
  420. padding-bottom:10px;
  421. {/block:IndexPage}
  422. {block:PermalinkPage}
  423. width:400px;
  424. padding-bottom:110px;
  425. {/block:PermalinkPage}}
  426.  
  427. .albumart {
  428. position:absolute;
  429. {block:IndexPage}
  430. width:50px;
  431. height:50px;
  432. {/block:IndexPage}
  433. {block:PermalinkPage}
  434. width:150px;
  435. height:150px;
  436. {/block:PermalinkPage}}
  437.  
  438. .albumart img {
  439. float:left;
  440. {block:IndexPage}
  441. width:50px;
  442. height:50px;
  443. {/block:IndexPage}
  444. {block:PermalinkPage}
  445. width:150px;
  446. height:150px;
  447. {/block:PermalinkPage}}
  448.  
  449. /** theme by F L O R E L S (✿◠‿◠) //// **/
  450.  
  451. .playbox {
  452. opacity:0.6;
  453. width:27px;
  454. height:30px;
  455. overflow:hidden;
  456. position:absolute;
  457. z-index:2;
  458. {block:IndexPage}
  459. margin-left:11px;
  460. margin-top:12px;
  461. {block:IndexPage}
  462. {block:PermalinkPage}
  463. margin-left:60px;
  464. margin-top:61px;
  465. {/block:PermalinkPage}}
  466.  
  467. .info {
  468. margin-top:2px;
  469. line-height:12px;
  470. font-size:0.9em;
  471. text-transform:uppercase;
  472. {block:IndexPage}
  473. margin-left:58px;
  474. {block:IndexPage}
  475. {block:PermalinkPage}
  476. margin-left:158px;
  477. {/block:PermalinkPage}}
  478.  
  479. #posts {
  480. position:absolute;
  481. left:50%;
  482. z-index:1;
  483. top:40px;
  484. {block:IndexPage}
  485. padding:12px 12px 100px 12px;
  486. {block:if1column}
  487. width:488px;
  488. margin-left:-250px;
  489. {/block:if1column}
  490. {block:if2columns}
  491. width:676px;
  492. margin-left:-450px;
  493. {/block:if2columns}
  494. {block:if3columns}
  495. width:1014px;
  496. margin-left:-680px;
  497. {/block:if3columns}
  498. {/block:IndexPage}
  499. {block:PermalinkPage}
  500. margin:0 0 45px -215px;
  501. width:400px;
  502. padding:15px;
  503. {block:ifpostbackground}
  504. background:{color:post background};
  505. {/block:ifpostbackground}
  506. {/block:PermalinkPage}}
  507.  
  508. .post {
  509. {block:IndexPage}
  510. margin:35px;
  511. {block:if1column}
  512. width:400px;
  513. {/block:if1column}
  514. {block:if2columns}
  515. width:250px;
  516. {/block:if2columns}
  517. {block:if3columns}
  518. width:250px;
  519. {/block:if3columns}
  520. {/block:IndexPage}
  521. {block:PermalinkPage}
  522. width:400px;
  523. {/block:PermalinkPage}
  524. float:left;
  525. position:relative;
  526. {block:ifpostbackground}
  527. background:{color:post background};
  528. {/block:ifpostbackground}
  529. font-size:1em;
  530. color:{color:text};}
  531.  
  532. .post img{
  533. max-width:100%;
  534. height:auto;
  535. -webkit-transition: all 0.4s ease-in-out;
  536. -moz-transition: all 0.4s ease-in-out;
  537. transition: all 0.4s ease-in-out;}
  538.  
  539. .photo {
  540. height:auto;
  541. -webkit-transition: all 0.4s ease-in-out;
  542. -moz-transition: all 0.4s ease-in-out;
  543. transition: all 0.4s ease-in-out;}
  544.  
  545. .quote {
  546. text-align:center;
  547. font-size:1.2em;}
  548.  
  549. .quotesource {
  550. text-align:right;
  551. margin:0 0 15px 0;}
  552.  
  553. /** theme by F L O R E L S (✿◠‿◠) //// **/
  554.  
  555. .question {
  556. color:{color:text};}
  557.  
  558. .asker {}
  559.  
  560. .answer {
  561. font-style:italic;
  562. padding:0 10px 0 20px;}
  563.  
  564. .captions {
  565. margin-top:-8px;}
  566.  
  567. #pleasedontremove{
  568. position:fixed;
  569. right:5px;
  570. z-index:6;
  571. top:55px;}
  572.  
  573. #pleasedontremove a{
  574. border:none;}
  575.  
  576. /** theme by F L O R E L S (✿◠‿◠) //// **/
  577.  
  578. </style>
  579. </head>
  580.  
  581. <body>
  582.  
  583.  
  584. <div id="pleasedontremove"><a href="http://florels.tumblr.com/" target="_blank" title="DANCER IN THE DARK theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
  585.  
  586.  
  587. <div id="sidebar">
  588.  
  589. {block:ifshowicon}<div id="icon"><img style="vertical-align:middle;" src="{image:icon}"/></div>{/block:ifshowicon}
  590.  
  591. {block:ifshowblogtitle}<div id="blogtitle">&#8211; {Title} &#8211;</div>{/block:ifshowblogtitle}
  592. <div id="description">{Description}</div>
  593. <div id="navlinks">
  594. <li>&#8211; <a href="/">home</a></li>
  595. <li><a href="{text:ask link}">message</a></li>
  596. <li><a href="/archive">archive</a></li>
  597. {block:ifcustomlink1}<li><a href="{text:link 1 url}">{text:link 1 title}</a></li>{/block:ifcustomlink1}
  598. {block:ifcustomlink2}<li><a href="{text:link 2 url}">{text:link 2 title}</a></li>{/block:ifcustomlink2}
  599. {block:ifcustomlink3}<li><a href="{text:link 3 url}">{text:link 3 title}</a></li>{/block:ifcustomlink3}
  600. <li><a href="http://florels.tumblr.com" title="DANCER IN THE DARK theme by florels">theme</a> &#8211;</li>
  601. </div>
  602.  
  603. </div>
  604.  
  605.  
  606.  
  607.  
  608.  
  609. <div id="posts">
  610.  
  611. {block:Posts}
  612.  
  613. {block:Text}
  614. <div class="post">
  615. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  616. {block:IndexPage}
  617. <div class="permalink">
  618. <span style="float:left">&#8211; <a href="{Permalink}">{NoteCount} notes</a></span>
  619. <span style="float:right"><a href="{ReblogURL}">reblog</a> &#8211;</span>
  620. </div>
  621. {/block:IndexPage}
  622. </div>
  623. {/block:Text}
  624.  
  625.  
  626. {block:Photo}
  627. <div class="post"><div class="photo">
  628. {block:IndexPage}
  629. <a href="{permalink}"><img src="{block:if1column}{PhotoURL-400}{/block:if1column}{block:if2columns}{PhotoURL-250}{/block:if2columns}{block:if3columns}{PhotoURL-250}{/block:if3columns}"alt="{PhotoAlt}"/></a>
  630. <div class="permalink">
  631. <span style="float:left">&#8211; <a href="{Permalink}">{NoteCount} notes</a></span>
  632. <span style="float:right"><a href="{ReblogURL}">reblog</a> &#8211;</span>
  633. </div>
  634. {/block:IndexPage}
  635.  
  636. {block:PermalinkPage}
  637. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  638. {/block:PermalinkPage}
  639. </div></div>
  640. {/block:Photo}
  641.  
  642.  
  643. {block:Photoset}
  644. <div class="post">
  645. {block:IndexPage}
  646. {Photoset}
  647. <div class="permalink">
  648. <span style="float:left">&#8211; <a href="{Permalink}">{NoteCount} notes</a></span>
  649. <span style="float:right"><a href="{ReblogURL}">reblog</a> &#8211;</span>
  650. </div>
  651. {/block:IndexPage}
  652. {block:PermalinkPage}
  653. {Photoset-400}
  654. {/block:PermalinkPage}
  655. </div>
  656. {/block:Photoset}
  657.  
  658.  
  659. {block:Quote}
  660. <div class="post">
  661. <div class="quote">
  662. '<i>{Quote}</i>'
  663. </div>
  664. <div class="quotesource">
  665. — {Source}
  666. </div>
  667. {block:IndexPage}
  668. <div class="permalink">
  669. <span style="float:left">&#8211; <a href="{Permalink}">{NoteCount} notes</a></span>
  670. <span style="float:right"><a href="{ReblogURL}">reblog</a> &#8211;</span>
  671. </div>
  672. {/block:IndexPage}
  673. </div>
  674. {/block:Quote}
  675.  
  676.  
  677. {block:Link}
  678. <div class="post">
  679. <div class="headings">
  680. <a href="{URL}">{Name}</a>
  681. </div>
  682. {block:Description}{Description}{/block:Description}
  683. {block:IndexPage}
  684. <div class="permalink">
  685. <span style="float:left">&#8211; <a href="{Permalink}">{NoteCount} notes</a></span>
  686. <span style="float:right"><a href="{ReblogURL}">reblog</a> &#8211;</span>
  687. </div>
  688. {/block:IndexPage}
  689. </div>
  690. {/block:Link}
  691.  
  692.  
  693. {block:Chat}
  694. <div class="post">
  695. {block:Title}{Title}{/block:Title}<br>
  696. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  697. {/block:Label}{/block:Lines}
  698. {block:IndexPage}
  699. <div class="permalink">
  700. <span style="float:left">&#8211; <a href="{Permalink}">{NoteCount} notes</a></span>
  701. <span style="float:right"><a href="{ReblogURL}">reblog</a> &#8211;</span>
  702. </div>
  703. {/block:IndexPage}
  704. </div>
  705. {/block:Chat}
  706.  
  707.  
  708. {block:Video}
  709. <div class="post">
  710. {block:IndexPage}
  711. <div class="video">
  712. {block:if1column}{Video-400}{/block:if1column}{block:if2columns}{Video-250}{/block:if2columns}{block:if3columns}{Video-250}{/block:if3columns}
  713. </div>
  714. <div class="permalink">
  715. <span style="float:left">&#8211; <a href="{Permalink}">{NoteCount} notes</a></span>
  716. <span style="float:right"><a href="{ReblogURL}">reblog</a> &#8211;</span>
  717. </div>
  718. {/block:IndexPage}
  719. {block:PermalinkPage}
  720. {Video-400}
  721. {/block:PermalinkPage}
  722. </div>
  723. {/block:Video}
  724.  
  725.  
  726. {block:Audio}
  727. <div class="post">
  728. <div class="audiopost">
  729. {block:AlbumArt}
  730. <div class="albumart">
  731. <img src="{AlbumArtURL}">
  732. </div>
  733. {/block:AlbumArt}
  734. {block:AudioPlayer}
  735. <div class="playbox">
  736. {AudioPlayerWhite}
  737. </div>
  738. {/block:AudioPlayer}
  739. <div class="info">
  740. Artist: <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</br>
  741. Title: <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</br>
  742. Album: <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}</br>
  743. Plays: {FormattedPlayCount}{/block:PlayCount}
  744. </div>
  745. </div>
  746. {block:IndexPage}
  747. <div class="permalink">
  748. <span style="float:left">&#8211; <a href="{Permalink}">{NoteCount} notes</a></span>
  749. <span style="float:right"><a href="{ReblogURL}">reblog</a> &#8211;</span>
  750. </div>
  751. {/block:IndexPage}
  752. </div>
  753. {/block:Audio}
  754.  
  755.  
  756. {block:Answer}
  757. <div class="post">
  758. <div class="question">{Asker} said: {Question}</div>
  759. <div class="answer">{Answer}</div>
  760. {block:IndexPage}
  761. <div class="permalink">
  762. <span style="float:left">&#8211; <a href="{Permalink}">{NoteCount} notes</a></span>
  763. <span style="float:right"><a href="{ReblogURL}">reblog</a> &#8211;</span>
  764. </div>
  765. {/block:IndexPage}
  766. </div>
  767. {/block:Answer}
  768.  
  769.  
  770. {block:PermalinkPage}
  771. <div class="notes">
  772. {block:Date}{Caption}<b>Posted:</b> {TimeAgo}</br>{/block:Date}
  773. {block:NoteCount}<b>Notes:</b> {NoteCount} notes</br>{/block:NoteCount}
  774. {block:RebloggedFrom}<b>Reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a></br>{/block:RebloggedFrom}
  775. {block:ContentSource}<b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a></br>{/block:ContentSource}
  776. {block:hastags}<b>Tagged with:</b> {block:tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:tags}</br>{/block:hastags}
  777. {PostNotes}</div>
  778. {/block:PermalinkPage}
  779.  
  780.  
  781. {/block:posts}
  782.  
  783.  
  784. </div></div>
  785.  
  786. </body>
  787.  
  788. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement