rollyjogered

theme twenty-seven: sunday

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