rollyjogered

theme eighteen: chocolate

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