rollyjogered

theme #49: whistling trees

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