rollyjogered

theme #46: stay gold

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