rollyjogered

theme twenty-one: tiny love

Oct 16th, 2019 (edited)
3,758
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.39 KB | None | 1 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. theme twenty-one: tiny love 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="#f6f6f6"/>
  36. <meta name="color:container" content="#e5e5e5"/>
  37. <meta name="color:posts" content="#f3f3f3"/>
  38. <meta name="color:border" content="#be946c"/>
  39. <meta name="color:text" content="#4f4e4e"/>
  40. <meta name="color:link" content="#d9bf9a"/>
  41. <meta name="color:accent" content="#978084"/>
  42.  
  43. <meta name="if:background pattern" content="0"/>
  44. <meta name="if:image wrap" content="1"/>
  45. <meta name="if:500px posts" content="0"/>
  46.  
  47. <meta name="text:link 1 url" content="/" />
  48. <meta name="text:link 1 title" content="link one" />
  49. <meta name="text:link 2 url" content="/" />
  50. <meta name="text:link 2 title" content="link two" />
  51. <meta name="text:link 3 url" content="/" />
  52. <meta name="text:link 3 title" content="link three" />
  53. <meta name="text:link 4 url" content="/" />
  54. <meta name="text:link 4 title" content="link four" />
  55. <meta name="text:link 5 url" content="/" />
  56. <meta name="text:link 5 title" content="link five" />
  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=Karla:400,400i,700,700i&display=swap" rel="stylesheet">
  66. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400&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: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:10px;
  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:10px;
  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: 'Josefin Sans', sans-serif;
  278. font-size:12px;
  279. text-transform:lowercase;
  280. font-weight:700;
  281. padding:10px;
  282. background-color:{color:accent};
  283. color:{color:posts};
  284. text-align:center;
  285. letter-spacing:1px;
  286. margin:0px;
  287. }
  288.  
  289. pre i, pre em, pre b, pre strong, pre a {
  290. color:{color:posts};
  291. }
  292.  
  293. ul {
  294. padding-left:15px;
  295. }
  296.  
  297. ul li {
  298. list-style-type:none;
  299. }
  300.  
  301. ul li:before {
  302. content: "— ";
  303. text-indent: -5px;
  304. }
  305.  
  306. /* --- header styles --- */
  307.  
  308. h1 {
  309. margin:0px 0px 10px 0px;
  310. font-weight:bold;
  311. color:{color:accent};
  312. text-align:left;
  313. }
  314.  
  315. h2 {
  316. font-weight:normal;
  317. color:{color:accent};
  318. text-align:left;
  319. text-transform:uppercase;
  320. font-size:12px;
  321. letter-spacing:1px;
  322. word-spacing:2px;
  323. }
  324.  
  325. h2 b, b h2, h2 i, i h2,
  326. h2 strong, strong h2, h2 em, em h2 {
  327. color:{color:accent};
  328. }
  329.  
  330. /* --- container --- */
  331.  
  332. .container-fake {
  333. position:absolute;
  334. z-index:9;
  335. margin-top:-300px;
  336. top:50%;
  337. left:50%;
  338. {block:ifnot500pxposts}
  339. margin-left:-535px;
  340. width:1070px;
  341. {/block:ifnot500pxposts}
  342. {block:if500pxposts}
  343. margin-left:-585px;
  344. width:1170px;
  345. {/block:if500pxposts}
  346. height:600px;
  347. background-color:{color:container};
  348. clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
  349. filter: blur(4px);
  350. background-image:url('{image:background}');
  351. background-attachment:fixed;
  352. background-position:center center;
  353. {block:ifnotbackgroundpattern}
  354. background-repeat:no-repeat;
  355. background-size:cover;
  356. {/block:ifnotbackgroundpattern}
  357. {block:ifbackgroundpattern}
  358. background-repeat:repeat;
  359. background-size:auto;
  360. {/block:ifbackgroundpattern}
  361. }
  362.  
  363. .container {
  364. position:absolute;
  365. z-index:10;
  366. margin-top:-300px;
  367. top:50%;
  368. left:50%;
  369. {block:ifnot500pxposts}
  370. margin-left:-535px;
  371. width:1070px;
  372. {/block:ifnot500pxposts}
  373. {block:if500pxposts}
  374. margin-left:-585px;
  375. width:1170px;
  376. {/block:if500pxposts}
  377. height:600px;
  378. background-color:transparent;
  379. }
  380.  
  381. /* --- sidebar --- */
  382.  
  383. .sidebar {
  384. position:absolute;
  385. z-index:9876;
  386. top:70px;
  387. left:50px;
  388. width:400px;
  389. height:470px;
  390. }
  391.  
  392. /* --- sidebar title --- */
  393.  
  394. .sidebar-title {
  395. position:absolute;
  396. z-index:800;
  397. top:320px;
  398. left:130px;
  399. width:330px;
  400. height:60px;
  401. text-align:center;
  402. font-size:50px;
  403. line-height:60px;
  404. transform:rotate(-5deg);
  405. font-family: 'Josefin Sans', sans-serif;
  406. font-weight:400;
  407. letter-spacing:-1px;
  408. color:{color:text};
  409. text-shadow:2px 2px 0px {color:accent};
  410. -webkit-text-stroke:1px {color:text};
  411. -webkit-text-fill-color:transparent;
  412. }
  413.  
  414. .sidebar-title a {
  415. color:{color:text};
  416. }
  417.  
  418. /* --- sidebar images --- */
  419.  
  420. .side-img-1 {
  421. position:absolute;
  422. z-index:500;
  423. width:200px;
  424. height:180px;
  425. top:100px;
  426. left:0px;
  427. background-image:url('{image:sidebar one}');
  428. background-position:center center;
  429. background-repeat:no-repeat;
  430. background-size:cover;
  431. }
  432.  
  433. .side-img-2 {
  434. position:absolute;
  435. z-index:500;
  436. width:200px;
  437. height:180px;
  438. top:290px;
  439. left:0px;
  440. background-image:url('{image:sidebar two}');
  441. background-position:center center;
  442. background-repeat:no-repeat;
  443. background-size:cover;
  444. }
  445.  
  446. /* --- description --- */
  447.  
  448. .description {
  449. position:absolute;
  450. z-index:300;
  451. right:0px;
  452. top:0px;
  453. width:160px;
  454. height:240px;
  455. padding:20px;
  456. overflow:auto;
  457. text-align:justify;
  458. background-color:{color:posts};
  459. border-top:50px solid {color:posts};
  460. border-left:50px solid {color:posts};
  461. border-bottom:50px solid {color:posts};
  462. }
  463.  
  464. /* --- navigation --- */
  465.  
  466. .nav {
  467. z-index:600;
  468. position:absolute;
  469. top:20px;
  470. left:170px;
  471. width:200px;
  472. height:20px;
  473. font-size:16px;
  474. text-align:left;
  475. }
  476.  
  477. .nav a {
  478. display:inline-block;
  479. color:{color:text};
  480. width:auto;
  481. line-height:20px;
  482. margin:0px 10px 0px 0px;
  483. }
  484.  
  485. .nav a:hover {
  486. color:{color:link};
  487. }
  488.  
  489.  
  490. /* --- pagination --- */
  491.  
  492. .pagination {
  493. position:absolute;
  494. z-index:200;
  495. bottom:40px;
  496. right:-40px;
  497. width:80px;
  498. height:40px;
  499. z-index:999;
  500. padding:0px!important;
  501. color:{color:text};
  502. font-size:12px;
  503. }
  504.  
  505. .pagination a {
  506. display:inline-block;
  507. width:40px;
  508. height:40px;
  509. color:{color:text};
  510. line-height:40px;
  511. font-weight:700;
  512. text-align:center;
  513. }
  514.  
  515. .pagination .prev {
  516. position:absolute;
  517. left:0px!important;
  518. background-color:{color:background};
  519. }
  520.  
  521. .pagination .next {
  522. position:absolute;
  523. left:40px!important;
  524. background-color:{color:posts};
  525. }
  526.  
  527. /* --- entries --- */
  528.  
  529. .entries {
  530. position:absolute;
  531. z-index:3;
  532. top:0px;
  533. right:0px;
  534. {block:ifnot500pxposts}
  535. width:1070px;
  536. {/block:ifnot500pxposts}
  537. {block:if500pxposts}
  538. width:1170px;
  539. {/block:if500pxposts}
  540. height:600px;
  541. overflow-x:hidden;
  542. overflow-y:auto;
  543. background-color:transparent;
  544. box-sizing:border-box;
  545. padding:70px 70px 0px 556px;
  546. }
  547.  
  548. /* --- posts --- */
  549.  
  550. .post {
  551. {block:ifnot500pxposts}
  552. width:400px;
  553. {/block:ifnot500pxposts}
  554. {block:if500pxposts}
  555. width:500px;
  556. {/block:if500pxposts}
  557. padding:20px 20px 0px 20px;
  558. {block:IndexPage}
  559. margin-bottom:70px;
  560. {/block:IndexPage}
  561. {block:PermalinkPage}
  562. margin-bottom:70px;
  563. {/block:PermalinkPage}
  564. background-color:{color:posts};
  565. overflow:hidden;
  566. }
  567.  
  568. .post img {
  569. max-width:100%;
  570. height:auto;
  571. }
  572.  
  573. /* --- texts --- */
  574.  
  575. .title {
  576. font-weight:normal;
  577. font-size:22px;
  578. line-height:24px;
  579. color:{color:posts};
  580. text-align:center;
  581. {block:ifnot500pxposts}
  582. width:400px;
  583. {/block:ifnot500pxposts}
  584. {block:if500pxposts}
  585. width:500px;
  586. {/block:if500pxposts}
  587. margin:-20px -20px 0px -20px;
  588. padding:20px;
  589. background-color:{color:accent};
  590. text-transform:lowercase;
  591. font-weight:700;
  592. font-family: 'Josefin Sans', sans-serif;
  593. letter-spacing:1px;
  594. }
  595.  
  596. .title a {
  597. color:{color:posts};
  598. }
  599.  
  600. .more a {
  601. font-size:18px;
  602. color:{color:accent};
  603. }
  604.  
  605. .txt {
  606. margin-bottom:20px;
  607. }
  608.  
  609. .txt img {
  610. {block:ifimagewrap}
  611. max-width:200px;
  612. float:left;
  613. margin-right:10px;
  614. {/block:ifimagewrap}
  615. }
  616.  
  617. .txt blockquote img {
  618. {block:ifimagewrap}
  619. float:right;
  620. margin-left:10px;
  621. margin-right:0px;
  622. {/block:ifimagewrap}
  623. }
  624.  
  625. .txt blockquote blockquote img {
  626. {block:ifimagewrap}
  627. float:left;
  628. margin-left:0px;
  629. margin-right:10px;
  630. margin-top:0px;
  631. {/block:ifimagewrap}
  632. }
  633.  
  634. /* --- photos --- */
  635.  
  636. .photo {
  637. margin:-20px -20px 0px -20px;
  638. }
  639.  
  640. .photo img {
  641. display:block;
  642. }
  643.  
  644. .photo-slideshow {
  645. margin:-20px -20px 0px -20px;
  646. }
  647.  
  648. .photo-slideshow img {
  649. border-radius:0px;
  650. }
  651.  
  652. /* --- quotes --- */
  653.  
  654. .quote {
  655. text-align:left;
  656. font-size:18px;
  657. line-height:25px;
  658. font-weight:700;
  659. font-family: 'Josefin Sans', sans-serif;
  660. }
  661.  
  662. .source {
  663. margin-top:4px;
  664. text-align:right;
  665. }
  666.  
  667. /* --- audio --- */
  668.  
  669. .audio {
  670. float:left;
  671. width:70px;
  672. height:70px;
  673. position:relative;
  674. overflow:hidden;
  675. }
  676.  
  677. .audio:hover .play {opacity:1;width:30px;}
  678. .audio:hover img {margin-left:30px;}
  679.  
  680. .cover img {
  681. width:70px;
  682. position:absolute;
  683. transition:0.5s ease;
  684. }
  685.  
  686. .play {
  687. overflow:hidden;
  688. width:0px;
  689. height:30px;
  690. background:{color:posts};
  691. position:absolute;
  692. padding:20px 0px;
  693. transition:0.5s ease;
  694. }
  695.  
  696. .au b {
  697. color:{color:accent};
  698. font-weight:700;
  699. margin-right:2px;
  700. }
  701.  
  702. .au {
  703. height:45px;
  704. overflow:hidden;
  705. padding:12px 10px;
  706. line-height:15px;
  707. margin-left:70px;
  708. text-align:left;
  709. }
  710.  
  711. /* --- asks --- */
  712.  
  713. .question {
  714. margin:-20px -20px 20px -20px;
  715. padding:20px;
  716. background-color:{color:accent};
  717. color:{color:posts};
  718. }
  719.  
  720. .asker {
  721. float:left;
  722. margin-right:2px;
  723. color:{color:posts};
  724. font-weight:700;
  725. text-transform:lowercase;
  726. }
  727.  
  728. /* --- chat --- */
  729.  
  730. .chat .txt {
  731. padding:0px;
  732. }
  733.  
  734. .chat .title {
  735. margin-bottom:20px;
  736. }
  737.  
  738. .chat ul {
  739. list-style-type:none;
  740. padding-left:0px;
  741. margin:-20px -20px -20px -20px;
  742. }
  743.  
  744. .chat ul li:before {
  745. content: none;
  746. text-indent: 0px;
  747. }
  748.  
  749. .chat ul li {
  750. box-sizing:border-box;
  751. padding:10px;
  752. background-color:{color:background};
  753. }
  754.  
  755. .chat ul li:nth-of-type(even) {
  756. background-color:rgba({RGBcolor:posts},0.5);
  757. }
  758.  
  759. .chat .label {
  760. text-transform:uppercase;
  761. font-weight:700;
  762. }
  763.  
  764. /* --- permalinks --- */
  765.  
  766. .permalink {
  767. font-weight:700;
  768. margin:0px -20px 0px -20px;
  769. padding:10px;
  770. font-size:9px;
  771. letter-spacing:0px;
  772. text-transform:uppercase;
  773. background-color:{color:accent};
  774. color:{color:posts};
  775. font-family: 'Karla', sans-serif;
  776. }
  777.  
  778. .permalink a {
  779. display:inline-block;
  780. color:{color:posts};
  781. }
  782.  
  783. .reb {
  784. display:inline-block;
  785. vertical-align:middle;
  786. float:right;
  787. font-size:10px;
  788. }
  789.  
  790. .reb i {
  791. color:{color:posts};
  792. }
  793.  
  794. /* --- tags --- */
  795.  
  796. .tags {
  797. margin-top:0px;
  798. transition-duration: 0.6s;
  799. text-align:justify;
  800. font-weight:400;
  801. }
  802.  
  803. .tags a {
  804. display:inline;
  805. text-transform:none;
  806. line-height:14px;
  807. padding-bottom:1px;
  808. margin:2px 4px 0px 0px;
  809. color:{color:posts};
  810. border-bottom:1px solid transparent;
  811. }
  812.  
  813. .tags a:hover {
  814. border-bottom:1px solid {color:posts};
  815. }
  816.  
  817. /* --- notes --- */
  818.  
  819. .pagenotes {
  820. {block:IndexPage}
  821. display: none!important;
  822. {/block:IndexPage}
  823. {block:ifnot500pxposts}
  824. width:400px;
  825. {/block:ifnot500pxposts}
  826. {block:if500pxposts}
  827. width:500px;
  828. {/block:if500pxposts}
  829. text-align:left;
  830. background-color:{color:posts};
  831. padding:20px;
  832. margin-bottom:75px;
  833. }
  834.  
  835. .pagenotes img {
  836. display:none;
  837. }
  838.  
  839. .pagenotes a {
  840. color:{color:accent};
  841. font-weight:bold;
  842. }
  843.  
  844. .pagenotes ol {
  845. list-style-type:none;
  846. margin:0px;
  847. padding:0px;
  848. }
  849.  
  850. .pagenotes ol li {
  851. margin:5px;
  852. }
  853.  
  854. /* --- credit --- */
  855.  
  856. .credit a {
  857. position:fixed;
  858. font-size:14px;
  859. right:10px;
  860. bottom:10px;
  861. text-align:center;
  862. width:15px;
  863. height:15px;
  864. line-height:15px;
  865. color:{color:accent};
  866. }
  867.  
  868.  
  869. {CustomCSS}
  870.  
  871. </style>
  872. </head>
  873. <body>
  874.  
  875. <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>
  876.  
  877. <div class="container-fake"></div>
  878.  
  879. <div class="container">
  880.  
  881. <!-- sidebar -->
  882.  
  883. <div class="sidebar">
  884.  
  885. <div class="side-img-1"></div>
  886. <div class="side-img-2"></div>
  887.  
  888. <div class="sidebar-title">
  889. <a href="/">{Title}</a>
  890. </div>
  891.  
  892. <div class="description">{Description}</div>
  893.  
  894. <div class="nav">
  895. {block:iflink1url}<a class="sf sf-bee-o" href="{text:link 1 url}" title="{text:link 1 title}"></a>{/block:iflink1url}
  896. {block:iflink2url}<a class="sf sf-frog-o" href="{text:link 2 url}" title="{text:link 2 title}"></a>{/block:iflink2url}
  897. {block:iflink3url}<a class="sf sf-jellyfish-o" href="{text:link 3 url}" title="{text:link 3 title}"></a>{/block:iflink3url}
  898. {block:iflink4url}<a class="sf sf-whale-o" href="{text:link 4 url}" title="{text:link 4 title}"></a>{/block:iflink4url}
  899. {block:iflink5url}<a class="sf sf-tiger-o" href="{text:link 5 url}" title="{text:link 5 title}"></a>{/block:iflink5url}
  900. </div>
  901.  
  902. </div>
  903.  
  904. <!-- pagination -->
  905.  
  906. {block:Pagination}
  907. <div class="pagination">
  908. {block:PreviousPage}
  909. <a href="{PreviousPage}" class="prev">
  910. <span class="sf sf-chevron-left"></span>
  911. </a>
  912. {/block:PreviousPage}
  913.  
  914. {block:NextPage}
  915. <a href="{NextPage}" class="next">
  916. <span class="sf sf-chevron-right"></span>
  917. </a>
  918. {/block:NextPage}
  919. </div>
  920. {/block:Pagination}
  921.  
  922. <!-- start of posts -->
  923.  
  924. <div class="entries">
  925.  
  926. {block:Posts}
  927. <div class="post" id="{PostID}">
  928.  
  929. {block:Quote}
  930. <div class="txt">
  931. <div class="quote">{Quote}</div>
  932. {block:Source}
  933. <div class="source"><p>&mdash; {Source}</p></div>
  934. {/block:Source}
  935. </div>
  936. {/block:Quote}
  937.  
  938. {block:Text}
  939. {block:Title}
  940. <div class="title">{Title}</div>
  941. {/block:Title}
  942.  
  943. {block:Body}
  944. <div class="txt">
  945. {Body}
  946.  
  947. {block:More}
  948. <div class="more">
  949. <a href="{Permalink}">continue reading...</a>
  950. </div>
  951. {/block:More}
  952. </div>
  953. {/block:Body}
  954. {/block:Text}
  955.  
  956. {block:Link}
  957. <div class="title">
  958. <a href="{URL}">{Name}</a>
  959. </div>
  960.  
  961. {block:Description}
  962. <div class="txt">
  963. {Description}
  964.  
  965. {block:More}
  966. <div class="more">
  967. <a href="{Permalink}">continue reading...</a>
  968. </div>
  969. {/block:More}
  970. </div>
  971. {/block:Description}
  972. {/block:Link}
  973.  
  974. {block:Chat}
  975. <div class="chat">
  976. {block:Title}
  977. <div class="title">{Title}</div>
  978. {/block:Title}
  979.  
  980. <div class="txt">
  981. <ul>
  982. {block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}
  983. {Line}</li>{/block:Lines}
  984. </ul>
  985. </div>
  986. </div>
  987. {/block:Chat}
  988.  
  989. {block:Photo}
  990. <div class="photo">
  991. <img src="{PhotoURL-1280}" alt="{PhotoAlt}">
  992. </div>
  993. {block:Caption}
  994. <div class="txt">
  995. {Caption}
  996.  
  997. {block:More}
  998. <div class="more">
  999. <a href="{Permalink}">continue reading...</a>
  1000. </div>
  1001. {/block:More}
  1002. </div>
  1003. {/block:Caption}
  1004. {/block:Photo}
  1005.  
  1006. {block:Photoset}
  1007. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  1008. {block:Photos}
  1009. <div class="photo-data">
  1010. <div class="pxu-photo">
  1011. <img src="{PhotoURL-1280}" width="{PhotoWidth-1280}" height="{PhotoHeight-1280}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
  1012. </div>
  1013.  
  1014. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  1015. </div>
  1016. {/block:Photos}
  1017. </div>
  1018. {block:Caption}
  1019. <div class="txt">
  1020. {Caption}
  1021.  
  1022. {block:More}
  1023. <div class="more">
  1024. <a href="{Permalink}">continue reading...</a>
  1025. </div>
  1026. {/block:More}
  1027. </div>
  1028. {/block:Caption}
  1029. {/block:Photoset}
  1030.  
  1031. {block:Video}
  1032. <div class="photo">{Video-500}</div>
  1033. {block:Caption}<div class="txt">{Caption}</div>{/block:Caption}
  1034. {/block:Video}
  1035.  
  1036. {block:Audio}
  1037. <div class="txt">
  1038. <div class="audio">
  1039. {block:AlbumArt}
  1040. <div class="cover">
  1041. <img src="{AlbumArtURL}">
  1042. </div>
  1043. {/block:AlbumArt}
  1044.  
  1045. {block:AudioPlayer}
  1046. <div class="play">{AudioPlayerWhite}</div>
  1047. {/block:AudioPlayer}
  1048. </div>
  1049.  
  1050. <div class="au">
  1051. {block:TrackName}<b>Track:</b> {block:TrackName}{TrackName}<br>{/block:TrackName}
  1052. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  1053. <b>Plays:</b> {FormattedPlayCount}
  1054. </div>
  1055.  
  1056. {block:Caption}{Caption}{/block:Caption}
  1057. </div>
  1058. {/block:Audio}
  1059.  
  1060. {block:Answer}
  1061. <div class="txt">
  1062. <div class="question">
  1063. <div class="asker">{Asker}</div> said, &ldquo;{Question}&rdquo;
  1064. </div>
  1065. {Answer}
  1066.  
  1067. {block:More}
  1068. <div class="more">
  1069. <a href="{Permalink}">continue reading...</a>
  1070. </div>
  1071. {/block:More}
  1072. </div>
  1073. {/block:Answer}
  1074.  
  1075.  
  1076. {block:Date}
  1077. <div style="clear:both;"></div>
  1078.  
  1079. <div class="permalink">
  1080. <a href="{Permalink}">
  1081. posted {TimeAgo}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  1082. </a>
  1083.  
  1084. <a class="reb" href="{ReblogURL}">
  1085. <span class="sf sf-reblog"></span>
  1086. </a>
  1087.  
  1088. {block:PermalinkPage}
  1089. {block:RebloggedFrom}
  1090. <br>
  1091. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1092. &nbsp;
  1093. {/block:RebloggedFrom}
  1094.  
  1095. {block:ContentSource}
  1096. source: <a href="{SourceURL}">{SourceTitle}</a>
  1097. {/block:ContentSource}
  1098. {/block:PermalinkPage}
  1099.  
  1100. <br>
  1101.  
  1102. {block:HasTags}
  1103. <div class="tags">
  1104. {block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}
  1105. </div>
  1106. {/block:HasTags}
  1107. </div>
  1108. {/block:Date}
  1109.  
  1110.  
  1111. </div> <!-- end of .post -->
  1112.  
  1113.  
  1114. {block:PostNotes}
  1115. <div class="pagenotes">
  1116. {PostNotes}
  1117. </div>
  1118. {/block:PostNotes}
  1119.  
  1120.  
  1121. {/block:Posts}
  1122.  
  1123. </div> <!-- end of .entries -->
  1124.  
  1125. </div> <!-- end of .container -->
  1126.  
  1127. <div class="credit"><a class="sf sf-boat" href="http://pirateskinned.tumblr.com/" title="coded by pirateskinned"></a></div>
  1128.  
  1129. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment