rollyjogered

theme seven: sour diesel

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