rollyjogered

theme six: hærra

Dec 8th, 2018 (edited)
3,985
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. theme six: hærra by pirateskinned
  7.  
  8. please don't: edit & repost / claim as your own
  9. please don't: delete or move the credit
  10. please don't: steal bits of coding
  11.  
  12. if you need any help, feel free to
  13. message me at pirateskinned.tumblr.com
  14.  
  15. ------
  16.  
  17. image wrapping inspired by iniziare.tumblr.com
  18. tumblr controls styling by odeysseus.tumblr.com
  19.  
  20. -->
  21.  
  22. <title>{Title}</title>
  23.  
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27.  
  28. <!-- meta tags -->
  29.  
  30. <meta name="image:background" content=""/>
  31. <meta name="image:container" content=""/>
  32. <meta name="image:sidebar" content=""/>
  33.  
  34. <meta name="color:background" content="#ffffff"/>
  35. <meta name="color:container" content="#f6f6f6"/>
  36. <meta name="color:posts" content="#ffffff"/>
  37. <meta name="color:border" content="#eeeeee"/>
  38. <meta name="color:text" content="#1d1d1d"/>
  39. <meta name="color:link" content="#dcd3d0"/>
  40. <meta name="color:accent one" content="#495b65"/>
  41. <meta name="color:accent two" content="#58707a"/>
  42. <meta name="color:accent three" content="#a15548"/>
  43.  
  44. <meta name="if:background pattern" content="0"/>
  45. <meta name="if:container pattern" content="0"/>
  46. <meta name="if:image wrap" content="1"/>
  47.  
  48. <meta name="text:link 1 url" content="/" />
  49. <meta name="text:link 1 title" content="home" />
  50. <meta name="text:link 2 url" content="/ask" />
  51. <meta name="text:link 2 title" content="message" />
  52. <meta name="text:link 3 url" content="/" />
  53. <meta name="text:link 3 title" content="about" />
  54. <meta name="text:link 4 url" content="/" />
  55. <meta name="text:link 4 title" content="navigate" />
  56.  
  57. <!-- scripts -->
  58.  
  59. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  60. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  61.  
  62. <!-- fonts -->
  63.  
  64. <link href="https://fonts.googleapis.com/css?family=ABeeZee:400,400i" rel="stylesheet">
  65.  
  66. <!-- icon font -- http://suiomi.com/font -->
  67.  
  68. <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet">
  69.  
  70. <!-- tooltips -->
  71.  
  72. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  73.  
  74. <script>
  75. (function($){
  76. $(document).ready(function(){
  77. $("a[title]").style_my_tooltips({
  78. tip_follows_cursor:true,
  79. tip_delay_time:30,
  80. tip_fade_speed:300,
  81. attribute:"title"
  82. });
  83. });
  84. })(jQuery);
  85. </script>
  86.  
  87. <!-- photosets -->
  88.  
  89. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  90.  
  91. <script>
  92. $(document).ready(function(){
  93. $('.photo-slideshow').pxuPhotoset({
  94. lightbox: true,
  95. rounded: false,
  96. gutter: '1px',
  97. borderRadius: '0px',
  98. photoset: '.photo-slideshow',
  99. photoWrap: '.photo-data',
  100. photo: '.pxu-photo'
  101. });
  102. });
  103. </script>
  104.  
  105. <style type="text/css">
  106.  
  107. /* --- tumblr controls styling by odeysseus
  108. http://odeysseus.tumblr.com/post/163708246967/ --- */
  109.  
  110. .tmblr-iframe {
  111. white-space:nowrap;
  112. -webkit-filter: invert(100%);
  113. -moz-filter: invert(100%);
  114. -o-filter: invert(100%);
  115. -ms-filter: invert(100%);
  116. filter: invert(100%);
  117. opacity:.2;
  118. transition: .4s ease-in-out;
  119. -webkit-transition: .4s ease-in-out;
  120. -moz-transition: .4s ease-in-out;
  121. -o-transition: .4s ease-in-out;
  122. position:fixed!important;
  123. right:-30px!important;
  124. transform:scale(0.7,0.7);
  125. }
  126.  
  127. .tmblr-iframe:hover {
  128. opacity:1;
  129. }
  130.  
  131. /* --- tooltips & scrollbars --- */
  132.  
  133. #s-m-t-tooltip {
  134. position:absolute;
  135. margin-top: 15px;
  136. z-index:9999;
  137. padding:3px 5px;
  138. background:{color:posts};
  139. color:{color:text};
  140. border-radius:3px;
  141. font-size:10px;
  142. -webkit-box-shadow: 0px 0px 5px 0px rgba({RGBcolor:posts},0.8);
  143. -moz-box-shadow: 0px 0px 5px 0px rgba({RGBcolor:posts},0.8);
  144. box-shadow: 0px 0px 5px 0px rgba({RGBcolor:posts},0.8);
  145. }
  146.  
  147. ::-webkit-scrollbar-thumb:vertical {background-color:{color:accent one};}
  148. ::-webkit-scrollbar-button:horizontal {background-color:{color:accent one};}
  149. ::-webkit-scrollbar {background-color:transparent; width:3px;}
  150.  
  151. /* --- basics --- */
  152.  
  153. body {
  154. background-color:{color:background};
  155. background-image:url('{image:background}');
  156. background-attachment:fixed;
  157. background-position:center center;
  158. {block:ifnotbackgroundpattern}
  159. background-repeat:no-repeat;
  160. background-size:cover;
  161. {/block:ifnotbackgroundpattern}
  162. {block:ifbackgroundpattern}
  163. background-repeat:repeat;
  164. background-size:auto;
  165. {/block:ifbackgroundpattern}
  166. color:{color:text};
  167. font-family: 'ABeeZee', sans-serif;
  168. font-size:10px;
  169. line-height:15px;
  170. font-weight:400;
  171. text-align:justify;
  172. margin:0;
  173. }
  174.  
  175. a {
  176. color:{color:text};
  177. text-decoration:none;
  178. -moz-transition-duration: 0.5s;
  179. -o-transition-duration: 0.5s;
  180. -webkit-transition-duration: 0.5s;
  181. transition-duration: 0.5s;
  182. }
  183.  
  184. a:hover {
  185. color:{color:text};
  186. text-decoration:none;
  187. }
  188.  
  189. p a {box-shadow:{color:link} 0px -5px 0px inset;}
  190. p a:hover {box-shadow:{color:link} 0px -11px 0px inset;}
  191.  
  192. img {
  193. border:none;
  194. text-decoration:none;
  195. }
  196.  
  197. b, strong, bold {
  198. color:{color:accent one};
  199. font-weight:700;
  200. }
  201.  
  202. i, em, italic {
  203. color:{color:accent two};
  204. }
  205.  
  206. u {
  207. text-decoration:none;
  208. }
  209.  
  210. .firstletter, u {
  211. display:block;
  212. float:left;
  213. padding:12px 14px;
  214. background:{color:accent one};
  215. color:{color:posts};
  216. font-weight:700;
  217. text-transform:uppercase;
  218. font-size:14px;
  219. margin:0px 10px 0px 0px;
  220. }
  221.  
  222. s, strike {
  223. text-decoration-color:{color:accent three};
  224. }
  225.  
  226. small, sub, sup, big {
  227. font-size:10px;
  228. line-height:14px;
  229. vertical-align:baseline;
  230. }
  231.  
  232. blockquote {
  233. padding:0px 5px 0px 15px;
  234. border-left:1px solid {color:border};
  235. margin-left:5px;
  236. margin-right:0px;
  237. }
  238.  
  239. blockquote img {
  240. max-width:360px;
  241. height:auto;
  242. }
  243.  
  244. blockquote blockquote {
  245. margin-right:0px;
  246. }
  247.  
  248. blockquote blockquote img {
  249. max-width:350px;
  250. height:auto;
  251. margin-top:10px;
  252. }
  253.  
  254. pre {
  255. font-family: 'ABeeZee', sans-serif;
  256. font-size:10px;
  257. text-transform:uppercase;
  258. font-weight:700;
  259. padding:10px;
  260. background-color:{color:accent three};
  261. color:{color:posts};
  262. border-radius:6px;
  263. }
  264.  
  265. pre i, pre em, pre b, pre strong, pre a {
  266. color:{color:posts};
  267. }
  268.  
  269. ul {
  270. padding-left:15px;
  271. }
  272.  
  273. ul li {
  274. list-style-type:none;
  275. }
  276.  
  277. ul li:before {
  278. content: "— ";
  279. text-indent: -5px;
  280. }
  281.  
  282. /* --- header styles --- */
  283.  
  284. h1 {
  285. margin:0px;
  286. font-weight:bold;
  287. color:{color:accent one};
  288. text-align:left;
  289. }
  290.  
  291. h2 {
  292. font-weight:normal;
  293. color:{color:accent three};
  294. text-align:left;
  295. text-transform:uppercase;
  296. font-size:12px;
  297. }
  298.  
  299. h2 b, b h2, h2 i, i h2,
  300. h2 strong, strong h2, h2 em, em h2 {
  301. color:{color:accent three};
  302. }
  303.  
  304.  
  305. /* --- container --- */
  306.  
  307. .container {
  308. position:absolute;
  309. margin-top:-300px;
  310. margin-left:-450px;
  311. top:50%;
  312. left:50%;
  313. width:900px;
  314. height:600px;
  315. overflow:hidden;
  316. border-radius:6px;
  317. background-color:{color:container};
  318. background-image:url('{image:container}');
  319. background-position:center center;
  320. {block:ifnotcontainerpattern}
  321. background-repeat:no-repeat;
  322. background-size:cover;
  323. {/block:ifnotcontainerpattern}
  324. {block:ifcontainerpattern}
  325. background-repeat:repeat;
  326. background-size:auto;
  327. {/block:ifcontainerpattern}
  328. border:1px solid {color:border};
  329. box-shadow:rgba(0,0,0,.05) 1px 1px 3px;
  330. }
  331.  
  332. /* --- sidebar --- */
  333.  
  334. .sidebar {
  335. position:absolute;
  336. z-index:7;
  337. top:100px;
  338. left:60px;
  339. width:260px;
  340. height:150px;
  341. background:{color:container};
  342. border-radius:6px;
  343. border:1px solid {color:border};
  344. box-shadow:rgba(0,0,0,.05) 1px 1px 3px;
  345. }
  346.  
  347. /* --- description + sidebar icon --- */
  348.  
  349. .sidebar img {
  350. position:absolute;
  351. width:70px;
  352. height:70px;
  353. margin:20px;
  354. border-radius:6px;
  355. }
  356.  
  357. .description {
  358. position:absolute;
  359. z-index:5;
  360. left:90px;
  361. top:0px;
  362. width:170px;
  363. height:112px;
  364. padding:20px;
  365. box-sizing:border-box;
  366. font-size:10px;
  367. line-height:18px;
  368. overflow-x:hidden;
  369. overflow-y:auto;
  370. text-align-last:justify;
  371. }
  372.  
  373. /* --- navigation --- */
  374.  
  375. .nav {
  376. position:absolute;
  377. left:0px;
  378. bottom:0px;
  379. width:260px;
  380. height:40px;
  381. text-align:center;
  382. box-sizing:border-box;
  383. padding:0px;
  384. border-radius:0px 0px 6px 6px;
  385. background-color:{color:posts};
  386. border-top:1px solid {color:border};
  387. }
  388.  
  389. .nav a {
  390. -webkit-transition-duration: 0.6s;
  391. transition-duration: 0.6s;
  392. display:inline-block;
  393. width:auto;
  394. height:14px;
  395. line-height:14px;
  396. text-align:center;
  397. font-size:10px;
  398. margin:13px 5px;
  399. color:{color:text};
  400. border-bottom:1px solid transparent;
  401. }
  402.  
  403. .nav a:hover {
  404. border-bottom:1px solid {color:text};
  405. }
  406.  
  407. /* --- pagination --- */
  408.  
  409. .pagination {
  410. position:absolute;
  411. width:260px;
  412. height:20px;
  413. z-index:999;
  414. text-align:center;
  415. padding:0px!important;
  416. left:0px!important;
  417. top:172px;
  418. color:{color:text};
  419. }
  420.  
  421. .pagination a {
  422. color:{color:text};
  423. line-height:20px;
  424. }
  425.  
  426. .pagination .sf {
  427. font-size:7px;
  428. }
  429.  
  430. /* --- entries --- */
  431.  
  432. .entries {
  433. position:absolute;
  434. z-index:3;
  435. top:0px;
  436. right:0px;
  437. width:520px;
  438. height:600px;
  439. overflow-x:hidden;
  440. overflow-y:auto;
  441. background-color:transparent;
  442. box-sizing:border-box;
  443. padding:60px 20px 20px 20px;
  444. border-radius:6px;
  445. }
  446.  
  447. /* --- posts --- */
  448.  
  449. .post {
  450. width:400px;
  451. padding:20px;
  452. overflow:hidden;
  453. {block:IndexPage}
  454. margin-bottom:40px;
  455. {/block:IndexPage}
  456. {block:PermalinkPage}
  457. margin-bottom:20px;
  458. {/block:PermalinkPage}
  459. background-color:{color:posts};
  460. border-radius:6px;
  461. border:1px solid {color:border};
  462. box-shadow:rgba(0,0,0,.05) 1px 1px 3px;
  463. }
  464.  
  465. .post img {
  466. max-width:100%;
  467. height:auto;
  468. }
  469.  
  470. /* --- texts --- */
  471.  
  472. .title {
  473. font-weight:normal;
  474. font-size:22px;
  475. line-height:24px;
  476. color:{color:accent three};
  477. text-align:left;
  478. }
  479.  
  480. .title a {
  481. color:{color:accent three};
  482. }
  483.  
  484. .more a {
  485. font-size:18px;
  486. color:{color:accent three};
  487. }
  488.  
  489. .txt {
  490. margin-bottom:20px;
  491. }
  492.  
  493. .txt img {
  494. max-width:200px;
  495. border-radius:6px;
  496. {block:ifimagewrap}
  497. float:left;
  498. margin-right:10px;
  499. {/block:ifimagewrap}
  500. }
  501.  
  502. .txt blockquote img {
  503. {block:ifimagewrap}
  504. float:right;
  505. margin-left:10px;
  506. margin-right:0px;
  507. {/block:ifimagewrap}
  508. }
  509.  
  510. .txt blockquote blockquote img {
  511. {block:ifimagewrap}
  512. float:left;
  513. margin-left:0px;
  514. margin-right:10px;
  515. margin-top:0px;
  516. {/block:ifimagewrap}
  517. }
  518.  
  519. /* --- photos --- */
  520.  
  521. .photo {
  522. margin:-20px -20px 0px -20px;
  523. }
  524.  
  525. .photo-slideshow {
  526. margin:-20px -20px 0px -20px;
  527. }
  528.  
  529. .photo-slideshow img {
  530. border-radius:0px;
  531. }
  532.  
  533. /* --- quotes --- */
  534.  
  535. .quote {
  536. text-align:left;
  537. font-size:18px;
  538. line-height:25px;
  539. }
  540.  
  541. .source {
  542. margin-top:4px;
  543. text-align:right;
  544. }
  545.  
  546. /* --- audio --- */
  547.  
  548. .audio {
  549. float:left;
  550. width:70px;
  551. height:70px;
  552. position:relative;
  553. overflow:hidden;
  554. }
  555.  
  556. .audio:hover .play {opacity:1;width:30px;}
  557. .audio:hover img {margin-left:30px;}
  558.  
  559. .cover img {
  560. width:70px;
  561. position:absolute;
  562. transition:0.5s ease;
  563. -o-transition:0.5s ease;
  564. -moz-transition:0.5s ease;
  565. -webkit-transition:0.5s ease;
  566. }
  567.  
  568. .play {
  569. overflow:hidden;
  570. width:0px;
  571. height:30px;
  572. background:{color:posts};
  573. position:absolute;
  574. padding:20px 0px;
  575. transition:0.5s ease;
  576. -o-transition:0.5s ease;
  577. -moz-transition:0.5s ease;
  578. -webkit-transition:0.5s ease;
  579. }
  580.  
  581. .au b {
  582. color:{color:accent one};
  583. font-weight:700;
  584. margin-right:2px;
  585. }
  586.  
  587. .au {
  588. height:45px;
  589. overflow:hidden;
  590. padding:12px 10px;
  591. line-height:15px;
  592. margin-left:70px;
  593. text-align:left;
  594. }
  595.  
  596. /* --- asks --- */
  597.  
  598. .question {
  599. margin:0px 0px 10px 0px;
  600. border-radius:6px;
  601. border:1px solid {color:border};
  602. padding:20px;
  603. }
  604.  
  605. .asker {
  606. float:left;
  607. margin-right:2px;
  608. color:{color:accent one};
  609. font-weight:bold;
  610. text-transform:lowercase;
  611. }
  612.  
  613. /* --- chat --- */
  614.  
  615. .chat ul {
  616. list-style-type:none;
  617. padding-left:0px;
  618. margin-bottom:20px;
  619. }
  620.  
  621. .chat ul li:before {
  622. content: none;
  623. text-indent: 0px;
  624. }
  625.  
  626. .chat ul li {
  627. margin-bottom:5px;
  628. }
  629.  
  630. .chat .label {
  631. text-transform:uppercase;
  632. font-weight:700;
  633. color:{color:accent one};
  634. }
  635.  
  636. /* --- permalinks --- */
  637.  
  638. .permalink {
  639. font-weight:700;
  640. margin:0px -20px -20px -20px;
  641. padding:10px;
  642. font-size:8px;
  643. letter-spacing:0px;
  644. text-transform:uppercase;
  645. background-color:{color:posts};
  646. border-top:1px solid {color:border};
  647. border-radius:0px 0px 6px 6px;
  648. color:{color:text};
  649. }
  650.  
  651. .permalink a {
  652. display:inline-block;
  653. color:{color:text};
  654. }
  655.  
  656. .reb {
  657. display:inline-block;
  658. vertical-align:middle;
  659. float:right;
  660. font-size:10px;
  661. }
  662.  
  663. .reb i {
  664. color:{color:text};
  665. }
  666.  
  667. /* --- tags --- */
  668.  
  669. .tags {
  670. margin-top:0px;
  671. -webkit-transition-duration: 0.6s;
  672. transition-duration: 0.6s;
  673. text-align:justify;
  674. font-weight:400;
  675. }
  676.  
  677. .tags a {
  678. display:inline;
  679. text-transform:none;
  680. line-height:14px;
  681. padding-bottom:1px;
  682. margin:2px 4px 0px 0px;
  683. color:{color:text};
  684. border-bottom:1px solid transparent;
  685. }
  686.  
  687. .tags a:hover {
  688. border-bottom:1px solid {color:text};
  689. }
  690.  
  691. /* --- notes --- */
  692.  
  693. .pagenotes {
  694. {block:IndexPage}
  695. display: none!important;
  696. {/block:IndexPage}
  697. width:400px;
  698. text-align:left;
  699. background-color:{color:posts};
  700. padding:20px;
  701. margin-bottom:20px;
  702. border-radius:6px;
  703. border:1px solid {color:border};
  704. box-shadow:rgba(0,0,0,.05) 1px 1px 3px;
  705. }
  706.  
  707. .pagenotes img {
  708. display:none;
  709. }
  710.  
  711. .pagenotes a {
  712. color:{color:accent three};
  713. font-weight:bold;
  714. }
  715.  
  716. .pagenotes ol {
  717. list-style-type:none;
  718. margin:0px;
  719. padding:0px;
  720. }
  721.  
  722. .pagenotes ol li {
  723. margin:5px;
  724. }
  725.  
  726. /* --- credit --- */
  727.  
  728. .credit a {
  729. position:fixed;
  730. font-size:14px;
  731. right:10px;
  732. bottom:10px;
  733. text-align:center;
  734. width:15px;
  735. height:15px;
  736. line-height:15px;
  737. color:{color:accent one};
  738. }
  739.  
  740.  
  741. {CustomCSS}
  742.  
  743. </style>
  744. </head>
  745. <body>
  746.  
  747.  
  748. <div class="container">
  749.  
  750.  
  751. <!-- start of sidebar -->
  752.  
  753. <div class="sidebar">
  754.  
  755. <img src="{image:sidebar}">
  756.  
  757. <div class="description">
  758. {Description}
  759. </div>
  760.  
  761. <!-- start of navigation -->
  762.  
  763. <div class="nav">
  764. <a href="{text:link 1 url}">{text:link 1 title}</a>
  765. <a href="{text:link 2 url}">{text:link 2 title}</a>
  766. <a href="{text:link 3 url}">{text:link 3 title}</a>
  767. <a href="{text:link 4 url}">{text:link 4 title}</a>
  768. </div>
  769.  
  770. {block:Pagination}
  771. <div class="pagination">
  772. {block:PreviousPage}
  773. <a href="{PreviousPage}"><span class="sf sf-chevron-left"></span></a>
  774. {/block:PreviousPage}
  775.  
  776. {CurrentPage} of {TotalPages}
  777.  
  778. {block:NextPage}
  779. <a href="{NextPage}"><span class="sf sf-chevron-right"></span></a>
  780. {/block:NextPage}
  781. </div>
  782. {/block:Pagination}
  783.  
  784. </div>
  785.  
  786. <!-- start of posts -->
  787.  
  788. <div class="entries">
  789.  
  790. {block:Posts}
  791. <div class="post" id="{PostID}">
  792.  
  793.  
  794. {block:Quote}
  795. <div class="txt">
  796. <div class="quote">{Quote}</div>
  797. {block:Source}
  798. <div class="source"><p>&mdash; {Source}</p></div>
  799. {/block:Source}
  800. </div>
  801. {/block:Quote}
  802.  
  803.  
  804. {block:Text}
  805. <div class="txt">
  806. {block:Title}
  807. <div class="title">{Title}</div>
  808. {/block:Title}
  809.  
  810. {Body}
  811.  
  812. {block:More}
  813. <div class="more">
  814. <a href="{Permalink}">continue reading...</a>
  815. </div>
  816. {/block:More}
  817. </div>
  818. {/block:Text}
  819.  
  820. {block:Link}
  821. <div class="txt">
  822. <div class="title">
  823. <a href="{URL}">{Name}</a>
  824. </div>
  825.  
  826. {block:Description}{Description}{/block:Description}
  827. </div>
  828. {/block:Link}
  829.  
  830. {block:Chat}
  831. {block:Title}
  832. <div class="title">{Title}</div>
  833. {/block:Title}
  834.  
  835. <div class="chat">
  836. <ul>
  837. {block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}
  838. {Line}</li>{/block:Lines}
  839. </ul>
  840. </div>
  841. {/block:Chat}
  842.  
  843. {block:Photo}
  844. <div class="photo">
  845. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  846. </div>
  847. {block:Caption}<div class="txt">{Caption}</div>{/block:Caption}
  848. {/block:Photo}
  849.  
  850. {block:Photoset}
  851. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  852. {block:Photos}
  853. <div class="photo-data">
  854. <div class="pxu-photo">
  855. <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
  856. </div>
  857.  
  858. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  859. </div>
  860. {/block:Photos}
  861. </div>
  862. {block:Caption}<div class="txt">{Caption}</div>{/block:Caption}
  863. {/block:Photoset}
  864.  
  865. {block:Video}
  866. <div class="photo">{Video-500}</div>
  867. {block:Caption}<div class="txt">{Caption}</div>{/block:Caption}
  868. {/block:Video}
  869.  
  870. {block:Audio}
  871. <div class="txt">
  872. <div class="audio">
  873. {block:AlbumArt}
  874. <div class="cover">
  875. <img src="{AlbumArtURL}">
  876. </div>
  877. {/block:AlbumArt}
  878.  
  879. {block:AudioPlayer}
  880. <div class="play">{AudioPlayerWhite}</div>
  881. {/block:AudioPlayer}
  882. </div>
  883.  
  884. <div class="au">
  885. {block:TrackName}<b>Track:</b> {block:TrackName}{TrackName}<br>{/block:TrackName}
  886. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  887. <b>Plays:</b> {FormattedPlayCount}
  888. </div>
  889.  
  890. {block:Caption}{Caption}{/block:Caption}
  891. </div>
  892. {/block:Audio}
  893.  
  894. {block:Answer}
  895. <div class="txt">
  896. <div class="question">
  897. <div class="asker">{Asker}</div> said, &ldquo;{Question}&rdquo;
  898. </div>
  899. {Answer}
  900. </div>
  901. {/block:Answer}
  902.  
  903.  
  904. {block:Date}
  905. <div style="clear:both;"></div>
  906.  
  907. <div class="permalink">
  908. <a href="{Permalink}">
  909. posted {TimeAgo}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  910. </a>
  911.  
  912. <a class="reb" href="{ReblogURL}">
  913. <span class="sf sf-reblog"></span>
  914. </a>
  915.  
  916. {block:PermalinkPage}
  917. {block:RebloggedFrom}
  918. <br>
  919. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  920. &nbsp;
  921. {/block:RebloggedFrom}
  922.  
  923. {block:ContentSource}
  924. source: <a href="{SourceURL}">{SourceTitle}</a>
  925. {/block:ContentSource}
  926. {/block:PermalinkPage}
  927.  
  928. <br>
  929.  
  930. {block:HasTags}
  931. <div class="tags">
  932. {block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}
  933. </div>
  934. {/block:HasTags}
  935. </div>
  936. {/block:Date}
  937.  
  938.  
  939. </div> <!-- end of .post -->
  940.  
  941.  
  942. {block:PostNotes}
  943. <div class="pagenotes">
  944. {PostNotes}
  945. </div>
  946. {/block:PostNotes}
  947.  
  948.  
  949. {/block:Posts}
  950.  
  951. </div> <!-- end of .entries -->
  952.  
  953. </div> <!-- end of .container -->
  954.  
  955. <div class="credit"><a class="sf sf-boat" href="http://pirateskinned.tumblr.com/" title="coded by pirateskinned"></a></div>
  956.  
  957. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment