rollyjogered

theme #60: green tea

Jan 26th, 2021
5,866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. theme #60: green tea 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. ------
  13.  
  14. image wrapping inspired by iniziare.tumblr.com
  15. tumblr controls styling by cyantists.tumblr.com
  16. icon font by suiomi.com/font
  17.  
  18. -->
  19.  
  20. <title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <!-- meta tags -->
  27.  
  28. <meta name="image:background" content=""/>
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="color:background" content="#eaeaea"/>
  32. <meta name="color:container" content="#f3efec"/>
  33. <meta name="color:posts" content="#ffffff"/>
  34. <meta name="color:border" content="#e7e7e7"/>
  35. <meta name="color:text" content="#4f4e4e"/>
  36. <meta name="color:link" content="#e5e3df"/>
  37. <meta name="color:accent one" content="#ae6f3a"/>
  38. <meta name="color:accent two" content="#973623"/>
  39.  
  40. <meta name="if:background pattern" content="1"/>
  41. <meta name="if:image wrap" content="1"/>
  42. <meta name="if:500px posts" content="0"/>
  43.  
  44. <meta name="select:fontsize" content="11px" title="11px">
  45. <meta name="select:fontsize" content="12px" title="12px">
  46. <meta name="select:fontsize" content="13px" title="13px">
  47. <meta name="select:fontsize" content="14px" title="14px">
  48. <meta name="select:fontsize" content="15px" title="15px">
  49.  
  50. <meta name="text:link 1 url" content="/" />
  51. <meta name="text:link 1 title" content="link one" />
  52. <meta name="text:link 2 url" content="/" />
  53. <meta name="text:link 2 title" content="link two" />
  54. <meta name="text:link 3 url" content="/" />
  55. <meta name="text:link 3 title" content="link three" />
  56. <meta name="text:link 4 url" content="/" />
  57. <meta name="text:link 4 title" content="link four" />
  58.  
  59. <!-- scripts -->
  60.  
  61. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  62. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  63.  
  64. <!-- fonts -->
  65.  
  66. <link href="https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;700&display=swap" rel="stylesheet">
  67. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap" 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], div[title], span[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.  
  107. </script>
  108.  
  109.  
  110. <style type="text/css">
  111.  
  112. /* --- tumblr controls styling by cyantists
  113. http://cyantists.tumblr.com/tumblr_controls/hover --- */
  114.  
  115. iframe.tmblr-iframe {
  116. z-index:99999999999999!important;
  117. top:-2px!important;
  118. right:0!important;
  119. opacity:0;
  120. padding-right:38px;
  121. /* delete invert(1) from here */
  122. filter:invert(1) contrast(150%);
  123. -webkit-filter:invert(1) contrast(150%);
  124. -o-filter:invert(1) contrast(150%);
  125. -moz-filter:invert(1) contrast(150%);
  126. -ms-filter:invert(1) contrast(150%);
  127. /* to here if your blog has a dark background */
  128. transform:scale(0.65);
  129. transform-origin:100% 0;
  130. -webkit-transform:scale(0.65);
  131. -webkit-transform-origin:100% 0;
  132. -o-transform:scale(0.65);
  133. -o-transform-origin:100% 0;
  134. -moz-transform:scale(0.65);
  135. -moz-transform-origin:100% 0;
  136. -ms-transform:scale(0.65);
  137. -ms-transform-origin:100% 0;}
  138.  
  139. iframe.tmblr-iframe:hover {
  140. opacity:0.6!important;}
  141.  
  142. .hcontrols {
  143. position:fixed;
  144. top:0;
  145. right:0;
  146. z-index:999999999;}
  147.  
  148. .hcontrols svg {
  149. width:14px;
  150. height:14px;
  151. padding:9px;}
  152.  
  153. .hcontrols svg path {
  154. fill:#888888;/* change this to change the color of the icon */}
  155.  
  156. /* --- tooltips & scrollbars --- */
  157.  
  158. #s-m-t-tooltip {
  159. position:absolute;
  160. margin-top: 15px;
  161. z-index:9999;
  162. padding:3px 7px;
  163. background:{color:posts};
  164. color:{color:text};
  165. font-size:{select:fontsize};
  166. border:1px solid {color:border};
  167. border-radius:40px;
  168. }
  169.  
  170. ::-webkit-scrollbar-thumb {background-color:{color:accent two};}
  171. ::-webkit-scrollbar {background-color:transparent; width:1px; height:1px;}
  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: 'Karla', sans-serif;
  190. font-size:{select:fontsize};
  191. line-height:calc({select:fontsize} + 6px);
  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, .side-desc a, li a
  212. {box-shadow:{color:border} 0px -1px 0px inset;}
  213. p a:hover, .side-desc a:hover, li a:hover
  214. {box-shadow:{color:link} 0px -12px 0px inset;}
  215.  
  216. img {
  217. border:none;
  218. text-decoration:none;
  219. }
  220.  
  221. b, strong, bold {
  222. color:{color:accent one};
  223. font-weight:800;
  224. }
  225.  
  226. i, em, italic {
  227. color:{color:accent one};
  228. }
  229.  
  230. u {
  231. text-decoration:none;
  232. }
  233.  
  234. .firstletter, u {
  235. display:block;
  236. float:left;
  237. padding:12px 14px;
  238. background:{color:posts};
  239. color:{color:accent two};
  240. font-weight:800;
  241. font-family:'Poppins', sans-serif;
  242. text-transform:uppercase;
  243. font-size:calc({select:fontsize} + 4px);
  244. margin:0px 10px 0px 0px;
  245. border:1px solid {color:border};
  246. border-radius:5px;
  247. }
  248.  
  249. s, strike {
  250. text-decoration-color:{color:accent one};
  251. }
  252.  
  253. small, sub, sup, big {
  254. font-size:{select:fontsize};
  255. line-height:calc({select:fontsize} + 6px);
  256. vertical-align:baseline;
  257. }
  258.  
  259. blockquote {
  260. padding:0px 5px 0px 15px;
  261. border-left:1px solid {color:border};
  262. margin-left:5px;
  263. margin-right:0px;
  264. }
  265.  
  266. blockquote img {
  267. max-width:360px;
  268. height:auto;
  269. }
  270.  
  271. blockquote blockquote {
  272. margin-right:0px;
  273. }
  274.  
  275. blockquote blockquote img {
  276. max-width:350px;
  277. height:auto;
  278. margin-top:10px;
  279. }
  280.  
  281. pre {
  282. font-family: 'Poppins', sans-serif;
  283. font-weight:600;
  284. font-size:calc({select:fontsize} + 2px);
  285. text-align:center;
  286. padding:10px;
  287. margin:0px;
  288. border:1px solid {color:border};
  289. border-radius:40px;
  290. }
  291.  
  292. pre i, pre em, pre b, pre strong, pre a {
  293. color:{color:text};
  294. }
  295.  
  296. ul {
  297. padding-left:15px;
  298. }
  299.  
  300. ul li {
  301. list-style-type:none;
  302. }
  303.  
  304. ul li:before {
  305. content: "— ";
  306. text-indent: -5px;
  307. }
  308.  
  309. hr {
  310. border:none;
  311. border-bottom:1px solid {color:border};
  312. width:calc(100% - 150px);
  313. margin:0px auto 20px auto;
  314. }
  315.  
  316. /* --- header styles --- */
  317.  
  318. h1 {
  319. margin:0px 0px 20px 0px;
  320. font-family: 'Poppins', sans-serif;
  321. font-weight:600;
  322. color:{color:accent one};
  323. font-size:calc({select:fontsize} + 8px);
  324. }
  325.  
  326. h2 {
  327. font-weight:400;
  328. color:{color:accent one};
  329. text-align:left;
  330. text-transform:uppercase;
  331. font-size:calc({select:fontsize} + 2px);
  332. letter-spacing:1px;
  333. word-spacing:2px;
  334. }
  335.  
  336. h2 b, b h2, h2 i, i h2,
  337. h2 strong, strong h2, h2 em, em h2 {
  338. color:{color:accent one};
  339. }
  340.  
  341. h3 {
  342. font-size:calc({select:fontsize} + 4px);
  343. font-weight:400;
  344. margin:10px 0px;
  345. }
  346.  
  347. /* --- container --- */
  348.  
  349. .container {
  350. position:absolute;
  351. z-index:600;
  352. top:calc(50% - 300px);
  353. {block:ifnot500pxposts}
  354. width:1000px;
  355. left:calc(50% - 501px);
  356. {/block:ifnot500pxposts}
  357. {block:if500pxposts}
  358. width:1100px;
  359. left:calc(50% - 551px);
  360. {/block:if500pxposts}
  361. height:600px;
  362. background-color:{color:container};
  363. border-radius:10px;
  364. border:1px solid {color:border};
  365. overflow:hidden;
  366. }
  367.  
  368. /* --- sidebar --- */
  369.  
  370. .sidebar {
  371. position:absolute;
  372. z-index:5;
  373. top:0px;
  374. left:0px;
  375. width:350px;
  376. height:600px;
  377. background-color:{color:posts};
  378. border-right:1px solid {color:border};
  379. }
  380.  
  381. .side-title {
  382. position:absolute;
  383. z-index:20;
  384. top:0px;
  385. left:60px;
  386. width:380px;
  387. height:140px;
  388. font-size:40px;
  389. line-height:44px;
  390. font-weight:800;
  391. font-family:'Poppins', sans-serif;
  392. text-align:left;
  393. letter-spacing:-0.5px;
  394. word-spacing:3px;
  395. color:{color:accent two};
  396. display:flex;
  397. flex-wrap:wrap;
  398. justify-content:flex-start;
  399. align-items:center;
  400. }
  401.  
  402. .side-img {
  403. position:absolute;
  404. z-index:1;
  405. top:140px;
  406. left:200px;
  407. width:240px;
  408. height:360px;
  409. background-image:url('{image:sidebar}');
  410. background-position:center center;
  411. background-repeat:no-repeat;
  412. background-size:cover;
  413. border-radius:5px;
  414. }
  415.  
  416. .side-img:after {
  417. content:'';
  418. position:absolute;
  419. bottom:-20px;
  420. left:130px;
  421. width:40px;
  422. height:40px;
  423. border-radius:50px;
  424. background-color:rgba({RGBcolor:accent one},0.7);
  425. }
  426.  
  427. .side-blob {
  428. position:absolute;
  429. z-index:5;
  430. top:-150px;
  431. left:200px;
  432. width:850px;
  433. height:850px;
  434. transform:rotate(-76deg);
  435. pointer-events:none;
  436. }
  437.  
  438. .side-blob-2 {
  439. position:absolute;
  440. z-index:2;
  441. top:-180px;
  442. left:-160px;
  443. width:450px;
  444. height:450px;
  445. transform:rotate(-53deg);
  446. pointer-events:none;
  447. }
  448.  
  449. .side-nav {
  450. position:absolute;
  451. z-index:15;
  452. top:250px;
  453. left:80px;
  454. width:100px;
  455. height:100px;
  456. text-align:right;
  457. display:flex;
  458. flex-wrap:wrap;
  459. justify-content:flex-end;
  460. align-content:flex-end;
  461. }
  462.  
  463. .side-nav a {
  464. display:block;
  465. width:100px;
  466. height:25px;
  467. color:{color:accent one};
  468. line-height:25px;
  469. font-family:'Poppins', sans-serif;
  470. }
  471.  
  472. .side-nav a:hover {
  473. font-weight:700;
  474. }
  475.  
  476. .side-desc {
  477. position:absolute;
  478. z-index:15;
  479. top:370px;
  480. left:30px;
  481. width:160px;
  482. height:auto;
  483. max-height:120px;
  484. overflow:auto;
  485. background-color:{color:container};
  486. padding:20px;
  487. border-radius:5px;
  488. border:1px solid {color:border};
  489. }
  490.  
  491. /* --- pagination --- */
  492.  
  493. .pagination {
  494. width:100%;
  495. height:20px;
  496. left:0px!important;
  497. margin-top:-20px;
  498. text-align:center;
  499. padding:0px 0px 40px 0px!important;
  500. color:{color:text};
  501. }
  502.  
  503. .pagination a {
  504. color:{color:text};
  505. line-height:20px;
  506. }
  507.  
  508. .pagination .sf {
  509. font-size:7px;
  510. }
  511.  
  512. /* --- entries --- */
  513.  
  514. .entries {
  515. position:absolute;
  516. z-index:200;
  517. top:0px;
  518. right:0px;
  519. {block:ifnot500pxposts}
  520. width:442px;
  521. {/block:ifnot500pxposts}
  522. {block:if500pxposts}
  523. width:542px;
  524. {/block:if500pxposts}
  525. height:530px;
  526. overflow:auto;
  527. padding:70px 70px 0px 70px;
  528. }
  529.  
  530. /* --- posts --- */
  531.  
  532. .post {
  533. {block:ifnot500pxposts}
  534. width:400px;
  535. {/block:ifnot500pxposts}
  536. {block:if500pxposts}
  537. width:500px;
  538. {/block:if500pxposts}
  539. margin-bottom:60px;
  540. background-color:{color:posts};
  541. padding:20px;
  542. overflow:hidden;
  543. border-radius:5px;
  544. border:1px solid {color:border};
  545. }
  546.  
  547. .post img {
  548. max-width:100%;
  549. height:auto;
  550. display:block;
  551. }
  552.  
  553. /* --- texts --- */
  554.  
  555. .title {
  556. font-size:calc({select:fontsize} + 12px);
  557. line-height:calc({select:fontsize} + 14px);
  558. text-align:left;
  559. width:100%;
  560. font-family: 'Poppins', sans-serif;
  561. font-weight:600;
  562. color:{color:accent one};
  563. margin-bottom:20px;
  564. }
  565.  
  566. .title a {
  567. color:{color:accent one};
  568. }
  569.  
  570. .more a {
  571. font-size:calc({select:fontsize} + 8px);
  572. color:{color:accent one};
  573. }
  574.  
  575. .txt {
  576. margin:0px 0px 20px 0px;
  577. }
  578.  
  579. .photo .txt {
  580. margin:20px 0px 20px 0px;
  581. }
  582.  
  583. .txt img {
  584. {block:ifimagewrap}
  585. max-width:100%;
  586. height:auto;
  587. float:left;
  588. margin-right:10px;
  589. {/block:ifimagewrap}
  590. }
  591.  
  592. .txt blockquote img {
  593. {block:ifimagewrap}
  594. float:right;
  595. margin-left:10px;
  596. margin-right:0px;
  597. {/block:ifimagewrap}
  598. }
  599.  
  600. .txt blockquote blockquote img {
  601. {block:ifimagewrap}
  602. float:left;
  603. margin-left:0px;
  604. margin-right:10px;
  605. margin-top:0px;
  606. {/block:ifimagewrap}
  607. }
  608.  
  609. /* --- photos --- */
  610.  
  611. .photo-p, .photo-slideshow {
  612. margin:-20px -20px 0px -20px;
  613. }
  614.  
  615. .photo-p img {
  616. display:block;
  617. }
  618.  
  619. .photo-slideshow img {
  620. border-radius:0px;
  621. }
  622.  
  623. /* --- quotes --- */
  624.  
  625. .quote-p {
  626. font-family: 'Poppins', sans-serif;
  627. font-weight:600;
  628. text-align:left;
  629. font-size:calc({select:fontsize} + 8px);
  630. line-height:calc({select:fontsize} + 12px);
  631. }
  632.  
  633. .source {
  634. margin-top:4px;
  635. text-align:right;
  636. }
  637.  
  638. /* --- audio --- */
  639.  
  640. .audio-p {
  641. float:left;
  642. width:70px;
  643. height:70px;
  644. position:relative;
  645. overflow:hidden;
  646. }
  647.  
  648. .audio-p:hover .play {opacity:1;width:30px;}
  649. .audio-p:hover img {margin-left:30px;}
  650.  
  651. .cover img {
  652. width:70px;
  653. position:absolute;
  654. transition:0.5s ease;
  655. }
  656.  
  657. .play {
  658. overflow:hidden;
  659. width:0px;
  660. height:30px;
  661. background:{color:posts};
  662. position:absolute;
  663. padding:20px 0px;
  664. transition:0.5s ease;
  665. }
  666.  
  667. .au b {
  668. color:{color:accent one};
  669. font-weight:800;
  670. margin-right:2px;
  671. }
  672.  
  673. .au {
  674. height:45px;
  675. overflow:hidden;
  676. padding:12px 10px;
  677. line-height:calc({select:fontsize} + 5px);
  678. margin-left:70px;
  679. text-align:left;
  680. }
  681.  
  682. /* --- asks --- */
  683.  
  684. .question {
  685. margin:0px -20px 20px -20px;
  686. border-bottom:1px solid {color:border};
  687. padding:0px 20px 20px 20px;
  688. font-weight:400;
  689. }
  690.  
  691. .question img {
  692. width:40px;
  693. height:40px;
  694. border-radius:40px;
  695. float:left;
  696. margin:-10px 10px 0px 0px;
  697. }
  698.  
  699. .question h1 {
  700. margin:10px 0px;
  701. font-family: 'Poppins', sans-serif;
  702. font-weight:600;
  703. color:{color:accent two};
  704. }
  705.  
  706. .question h1 a {
  707. color:{color:accent two};
  708. }
  709.  
  710. .question p {display:inline;}
  711.  
  712. /* --- chat --- */
  713.  
  714. .chat .txt {
  715. padding:0px;
  716. }
  717.  
  718. .chat .title {
  719. margin:-20px -20px 20px -20px;
  720. padding:20px;
  721. border-bottom:1px solid {color:border};
  722. }
  723.  
  724. .chat ul {
  725. list-style-type:none;
  726. padding-left:0px;
  727. margin:-20px;
  728. }
  729.  
  730. .chat ul li:before {
  731. content: none;
  732. text-indent: 0px;
  733. }
  734.  
  735. .chat ul li {
  736. padding:20px;
  737. border-bottom:1px solid {color:border};
  738. }
  739.  
  740. .chat ul li:nth-of-type(even) {
  741. background-color:rgba({RGBcolor:text},0.05);
  742. }
  743.  
  744. .chat ul li:last-of-type {
  745. border:none;
  746. }
  747.  
  748. .chat .label {
  749. text-transform:uppercase;
  750. font-weight:800;
  751. }
  752.  
  753. /* --- permalinks --- */
  754.  
  755. .permalink {
  756. width:100%;
  757. margin:0px -20px 0px -20px;
  758. padding:20px 20px 0px 20px;
  759. font-size:calc({select:fontsize} - 1px);
  760. letter-spacing:0px;
  761. text-transform:uppercase;
  762. color:{color:text};
  763. text-align:left;
  764. border-top:1px solid {color:border};
  765. display:flex;
  766. flex-wrap:wrap;
  767. justify-content:flex-start;
  768. }
  769.  
  770. .permalink a {
  771. color:{color:text};
  772. margin:0px 5px;
  773. line-height:calc({select:fontsize} + 6px);
  774. display:flex;
  775. flex-wrap:wrap;
  776. justify-content:flex-start;
  777. align-items:center;
  778. }
  779.  
  780. .permalink a span, .tags span {
  781. vertical-align:middle;
  782. line-height:{select:fontsize};
  783. }
  784.  
  785. /* --- tags --- */
  786.  
  787. .tags {
  788. transition-duration: 0.6s;
  789. font-weight:400;
  790. }
  791.  
  792. a.tags {
  793. display:inline;
  794. text-transform:none;
  795. line-height:calc({select:fontsize} + 6px);
  796. padding:4px 6px;
  797. margin:2px 4px 2px 0px;
  798. color:{color:text};
  799. border-radius:40px;
  800. background-color:{color:link};
  801. }
  802.  
  803. a.tags:hover {
  804. background-color:{color:border};
  805. }
  806.  
  807. /* --- notes --- */
  808.  
  809. .pagenotes {
  810. {block:IndexPage}
  811. display: none!important;
  812. {/block:IndexPage}
  813. width:{text:post size}px;
  814. text-align:left;
  815. margin-bottom:75px;
  816. padding:20px;
  817. background-color:{color:posts};
  818. border:1px solid {color:border};
  819. border-radius:3px;
  820. }
  821.  
  822. .pagenotes img {
  823. display:none;
  824. }
  825.  
  826. .pagenotes a {
  827. font-weight:800;
  828. }
  829.  
  830. .pagenotes ol {
  831. list-style-type:none;
  832. margin:0px;
  833. padding:0px;
  834. }
  835.  
  836. .pagenotes ol li {
  837. margin:5px;
  838. line-height:20px;
  839. }
  840.  
  841. /* --- credit --- */
  842.  
  843. .credit a {
  844. position:fixed;
  845. font-size:14px;
  846. right:10px;
  847. bottom:10px;
  848. text-align:center;
  849. width:30px;
  850. height:30px;
  851. line-height:34px;
  852. color:{color:accent one};
  853. background-color:{color:posts};
  854. border-radius:40px;
  855. border:1px solid {color:border};
  856. }
  857.  
  858. {CustomCSS}
  859.  
  860. </style>
  861. </head>
  862. <body>
  863.  
  864. <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>
  865.  
  866. <div class="container">
  867.  
  868. <!-- sidebar -->
  869.  
  870. <div class="sidebar">
  871.  
  872. <div class="side-title">
  873. {Title}
  874. </div>
  875.  
  876. <div class="side-img"></div>
  877.  
  878. <svg class="side-blob" viewBox="0 0 200 200">
  879. <path fill="{color:container}" d="M44.9,-61.6C51.3,-57.1,44.9,-34.8,49.1,-17.1C53.2,0.6,67.9,13.7,66,22C64.1,30.3,45.6,33.8,31.8,38.4C18.1,43.1,9,48.8,-5.1,55.8C-19.2,62.8,-38.4,71.1,-51.8,66.3C-65.2,61.6,-72.7,43.8,-78.5,25.6C-84.4,7.4,-88.4,-11.3,-80.8,-23.7C-73.3,-36,-54.1,-42.1,-38.7,-43.6C-23.3,-45.1,-11.6,-42.2,3.8,-47.4C19.2,-52.7,38.5,-66,44.9,-61.6Z" transform="translate(100 100)" />
  880. </svg>
  881.  
  882. <svg class="side-blob-2" viewBox="0 0 200 200">
  883. <path fill="rgba({RGBcolor:accent one},0.2)" d="M41.3,-55.1C53.3,-48.2,62.6,-35.8,68.5,-21.4C74.4,-7,77,9.4,71.8,22.8C66.7,36.1,53.9,46.4,40.7,46.9C27.4,47.4,13.7,38.2,3.5,33.4C-6.7,28.5,-13.4,28.1,-26.6,27.6C-39.7,27,-59.2,26.3,-67,18C-74.8,9.8,-70.9,-6,-64.1,-19C-57.4,-31.9,-47.7,-42.1,-36.5,-49.3C-25.3,-56.5,-12.7,-60.8,1,-62.2C14.7,-63.6,29.3,-62.1,41.3,-55.1Z" transform="translate(100 100)" />
  884. </svg>
  885.  
  886. <div class="side-nav">
  887. {block:iflink1url}<a href="{text:link 1 url}">{text:link 1 title}</a>{/block:iflink1url}
  888. {block:iflink2url}<a href="{text:link 2 url}">{text:link 2 title}</a>{/block:iflink2url}
  889. {block:iflink3url}<a href="{text:link 3 url}">{text:link 3 title}</a>{/block:iflink3url}
  890. {block:iflink4url}<a href="{text:link 4 url}">{text:link 4 title}</a>{/block:iflink4url}
  891. </div>
  892.  
  893. <div class="side-desc">
  894. {Description}
  895. </div>
  896.  
  897. </div>
  898.  
  899. <!-- start of posts -->
  900.  
  901. <div class="entries">
  902.  
  903. {block:Posts}
  904. <div class="post {PostType}" id="{PostID}">
  905.  
  906.  
  907. {block:Quote}
  908. <div class="txt">
  909. <div class="quote-p">{Quote}</div>
  910. {block:Source}
  911. <div class="source"><p>&mdash; {Source}</p></div>
  912. {/block:Source}
  913. </div>
  914. {/block:Quote}
  915.  
  916.  
  917. {block:Text}
  918. {block:Title}
  919. <div class="title">{Title}</div>
  920. {/block:Title}
  921.  
  922. {block:Body}
  923. <div class="txt">
  924. {Body}
  925.  
  926. {block:More}
  927. <div class="more">
  928. <a href="{Permalink}">continue reading...</a>
  929. </div>
  930. {/block:More}
  931. </div>
  932. {/block:Body}
  933. {/block:Text}
  934.  
  935. {block:Link}
  936. <div class="title">
  937. <a href="{URL}">{Name}</a>
  938. </div>
  939.  
  940. {block:Description}
  941. <div class="txt">
  942. {Description}
  943.  
  944. {block:More}
  945. <div class="more">
  946. <a href="{Permalink}">continue reading...</a>
  947. </div>
  948. {/block:More}
  949. </div>
  950. {/block:Description}
  951. {/block:Link}
  952.  
  953. {block:Chat}
  954. {block:Title}
  955. <div class="title">{Title}</div>
  956. {/block:Title}
  957.  
  958. <div class="chat">
  959. <div class="txt">
  960. <ul>
  961. {block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}
  962. {Line}</li>{/block:Lines}
  963. </ul>
  964. </div>
  965. </div>
  966. {/block:Chat}
  967.  
  968. {block:Photo}
  969. <div class="photo-p">
  970. <img src="{PhotoURL-1280}" alt="{PhotoAlt}">
  971. </div>
  972. {block:Caption}
  973. <div class="txt">
  974. {Caption}
  975.  
  976. {block:More}
  977. <div class="more">
  978. <a href="{Permalink}">continue reading...</a>
  979. </div>
  980. {/block:More}
  981. </div>
  982. {/block:Caption}
  983. {/block:Photo}
  984.  
  985. {block:Photoset}
  986. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  987. {block:Photos}
  988. <div class="photo-data">
  989. <div class="pxu-photo">
  990. <img src="{PhotoURL-1280}" width="{PhotoWidth-1280}" height="{PhotoHeight-1280}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
  991. </div>
  992.  
  993. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  994. </div>
  995. {/block:Photos}
  996. </div>
  997. {block:Caption}
  998. <div class="txt">
  999. {Caption}
  1000.  
  1001. {block:More}
  1002. <div class="more">
  1003. <a href="{Permalink}">continue reading...</a>
  1004. </div>
  1005. {/block:More}
  1006. </div>
  1007. {/block:Caption}
  1008. {/block:Photoset}
  1009.  
  1010. {block:Video}
  1011. <div class="photo">{Video-500}</div>
  1012. {block:Caption}<div class="txt">{Caption}</div>{/block:Caption}
  1013. {/block:Video}
  1014.  
  1015. {block:Audio}
  1016. <div class="txt">
  1017. <div class="audio-p">
  1018. {block:AlbumArt}
  1019. <div class="cover">
  1020. <img src="{AlbumArtURL}">
  1021. </div>
  1022. {/block:AlbumArt}
  1023.  
  1024. {block:AudioPlayer}
  1025. <div class="play">{AudioPlayerWhite}</div>
  1026. {/block:AudioPlayer}
  1027. </div>
  1028.  
  1029. <div class="au">
  1030. {block:TrackName}<b>Track:</b> {block:TrackName}{TrackName}<br>{/block:TrackName}
  1031. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  1032. <b>Plays:</b> {FormattedPlayCount}
  1033. </div>
  1034.  
  1035. {block:Caption}{Caption}{/block:Caption}
  1036. </div>
  1037. {/block:Audio}
  1038.  
  1039. {block:Answer}
  1040. <div class="txt">
  1041. <div class="question">
  1042. <img src="{AskerPortraitURL-128}">
  1043. <h1>{Asker} said,</h1>
  1044. &ldquo;{Question}&rdquo;
  1045. </div>
  1046.  
  1047. {Answer}
  1048.  
  1049. {block:More}
  1050. <div class="more">
  1051. <a href="{Permalink}">continue reading...</a>
  1052. </div>
  1053. {/block:More}
  1054. </div>
  1055. {/block:Answer}
  1056.  
  1057.  
  1058. {block:Date}
  1059. <div style="clear:both;"></div>
  1060.  
  1061. <div class="permalink">
  1062. <a href="{Permalink}" title="posted {TimeAgo} on {ShortDayOfWeek} {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}">
  1063. <span class="sf sf-clock-3"></span>
  1064. </a>
  1065.  
  1066. {block:NoteCount}
  1067. <a href="{Permalink}" title="{NoteCountWithLabel}">
  1068. <span class="sf sf-hearts"></span>
  1069. </a>
  1070. {/block:NoteCount}
  1071.  
  1072. {block:RebloggedFrom}
  1073. <a href="{ReblogParentURL}" title="reblogged from {ReblogParentName}">
  1074. <span class="sf sf-paper-plane"></span>
  1075. </a>
  1076. {/block:RebloggedFrom}
  1077.  
  1078. {block:ContentSource}
  1079. <a href="{SourceURL}" title="post source">
  1080. <span class="sf sf-write"></span>
  1081. </a>
  1082. {/block:ContentSource}
  1083.  
  1084. <a href="{ReblogURL}" title="reblog">
  1085. <span class="sf sf-reblog"></span>
  1086. </a>
  1087.  
  1088. &nbsp; &nbsp;
  1089.  
  1090. {block:HasTags}
  1091. {block:Tags} <a href="{TagURL}" class="tags">#{Tag}</a>{/block:Tags}
  1092. {/block:HasTags}
  1093.  
  1094. </div>
  1095. {/block:Date}
  1096.  
  1097.  
  1098. </div> <!-- end of .post -->
  1099.  
  1100.  
  1101. {block:PostNotes}
  1102. <div class="pagenotes">
  1103. {PostNotes}
  1104. </div>
  1105. {/block:PostNotes}
  1106.  
  1107.  
  1108. {/block:Posts}
  1109.  
  1110. {block:Pagination}
  1111. <div class="pagination">
  1112. {block:PreviousPage}
  1113. <a href="{PreviousPage}"><span class="sf sf-chevron-left"></span></a>
  1114. {/block:PreviousPage}
  1115.  
  1116. {CurrentPage} of {TotalPages}
  1117.  
  1118. {block:NextPage}
  1119. <a href="{NextPage}"><span class="sf sf-chevron-right"></span></a>
  1120. {/block:NextPage}
  1121. </div>
  1122. {/block:Pagination}
  1123.  
  1124. </div> <!-- end of entries -->
  1125.  
  1126.  
  1127. </div> <!-- end of container -->
  1128.  
  1129. <div class="credit"><a class="sf sf-code" href="http://pirateskinned.tumblr.com/" title="coded by pirateskinned"></a></div>
  1130.  
  1131. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment