rollyjogered

theme #61: strawberry

Feb 15th, 2021 (edited)
4,742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. theme #61: strawberry 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. <meta name="image:sidebar 2" content=""/>
  31.  
  32. <meta name="color:background" content="#eaeaea"/>
  33. <meta name="color:container" content="#eef0e9"/>
  34. <meta name="color:posts" content="#ffffff"/>
  35. <meta name="color:border" content="#e7e7e7"/>
  36. <meta name="color:text" content="#4f4e4e"/>
  37. <meta name="color:link" content="#e5e3df"/>
  38. <meta name="color:accent one" content="#ebb8b4"/>
  39. <meta name="color:accent two" content="#b0c8b0"/>
  40.  
  41. <meta name="if:background pattern" content="1"/>
  42. <meta name="if:image wrap" content="1"/>
  43. <meta name="if:500px posts" content="0"/>
  44.  
  45. <meta name="select:fontsize" content="11px" title="11px">
  46. <meta name="select:fontsize" content="12px" title="12px">
  47. <meta name="select:fontsize" content="13px" title="13px">
  48. <meta name="select:fontsize" content="14px" title="14px">
  49. <meta name="select:fontsize" content="15px" title="15px">
  50.  
  51. <meta name="text:link 1 url" content="/" />
  52. <meta name="text:link 1 title" content="link one" />
  53. <meta name="text:link 2 url" content="/" />
  54. <meta name="text:link 2 title" content="link two" />
  55. <meta name="text:link 3 url" content="/" />
  56. <meta name="text:link 3 title" content="link three" />
  57. <meta name="text:link 4 url" content="/" />
  58. <meta name="text:link 4 title" content="link four" />
  59.  
  60. <!-- scripts -->
  61.  
  62. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  63. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  64.  
  65. <!-- fonts -->
  66.  
  67. <link href="https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;700&display=swap" rel="stylesheet">
  68. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;800&display=swap" rel="stylesheet">
  69.  
  70. <!-- icon font -- http://suiomi.com/font -->
  71.  
  72. <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet">
  73.  
  74. <!-- tooltips -->
  75.  
  76. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  77.  
  78. <script>
  79. (function($){
  80. $(document).ready(function(){
  81. $("a[title], div[title], span[title]").style_my_tooltips({
  82. tip_follows_cursor:true,
  83. tip_delay_time:30,
  84. tip_fade_speed:300,
  85. attribute:"title"
  86. });
  87. });
  88. })(jQuery);
  89. </script>
  90.  
  91. <!-- photosets -->
  92.  
  93. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  94.  
  95. <script>
  96. $(document).ready(function(){
  97. $('.photo-slideshow').pxuPhotoset({
  98. lightbox: true,
  99. rounded: false,
  100. gutter: '1px',
  101. borderRadius: '0px',
  102. photoset: '.photo-slideshow',
  103. photoWrap: '.photo-data',
  104. photo: '.pxu-photo'
  105. });
  106. });
  107.  
  108. </script>
  109.  
  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 7px;
  164. background:{color:posts};
  165. color:{color:text};
  166. font-size:{select:fontsize};
  167. border:1px solid {color:border};
  168. border-radius:40px;
  169. }
  170.  
  171. ::-webkit-scrollbar-thumb {background-color:{color:accent two};}
  172. ::-webkit-scrollbar {background-color:transparent; width:1px; height:1px;}
  173.  
  174. /* --- basics --- */
  175.  
  176. body {
  177. background-color:{color:background};
  178. background-image:url('{image:background}');
  179. background-attachment:fixed;
  180. background-position:center center;
  181. {block:ifnotbackgroundpattern}
  182. background-repeat:no-repeat;
  183. background-size:cover;
  184. {/block:ifnotbackgroundpattern}
  185. {block:ifbackgroundpattern}
  186. background-repeat:repeat;
  187. background-size:auto;
  188. {/block:ifbackgroundpattern}
  189. color:{color:text};
  190. font-family: 'Karla', sans-serif;
  191. font-size:{select:fontsize};
  192. line-height:calc({select:fontsize} + 6px);
  193. font-weight:300;
  194. text-align:justify;
  195. margin:0;
  196. }
  197.  
  198. a {
  199. color:{color:text};
  200. text-decoration:none;
  201. -moz-transition-duration: 0.5s;
  202. -o-transition-duration: 0.5s;
  203. -webkit-transition-duration: 0.5s;
  204. transition-duration: 0.5s;
  205. }
  206.  
  207. a:hover {
  208. color:{color:text};
  209. text-decoration:none;
  210. }
  211.  
  212. p a, .side-desc a, li a
  213. {box-shadow:{color:border} 0px -1px 0px inset;}
  214. p a:hover, .side-desc a:hover, li a:hover
  215. {box-shadow:{color:link} 0px -12px 0px inset;}
  216.  
  217. img {
  218. border:none;
  219. text-decoration:none;
  220. }
  221.  
  222. b, strong, bold {
  223. color:{color:accent one};
  224. font-weight:800;
  225. }
  226.  
  227. i, em, italic {
  228. color:{color:accent one};
  229. }
  230.  
  231. u {
  232. text-decoration:none;
  233. }
  234.  
  235. .firstletter, u {
  236. display:block;
  237. float:left;
  238. padding:12px 14px;
  239. background:{color:accent two};
  240. color:{color:posts};
  241. font-weight:800;
  242. font-family:'Poppins', sans-serif;
  243. text-transform:uppercase;
  244. font-size:calc({select:fontsize} + 4px);
  245. margin:0px 10px 0px 0px;
  246. border:1px solid {color:border};
  247. border-radius:5px;
  248. }
  249.  
  250. s, strike {
  251. text-decoration-color:{color:accent one};
  252. }
  253.  
  254. small, sub, sup, big {
  255. font-size:{select:fontsize};
  256. line-height:calc({select:fontsize} + 6px);
  257. vertical-align:baseline;
  258. }
  259.  
  260. blockquote {
  261. padding:0px 5px 0px 15px;
  262. border-left:1px solid {color:border};
  263. margin-left:5px;
  264. margin-right:0px;
  265. }
  266.  
  267. blockquote img {
  268. max-width:360px;
  269. height:auto;
  270. }
  271.  
  272. blockquote blockquote {
  273. margin-right:0px;
  274. }
  275.  
  276. blockquote blockquote img {
  277. max-width:350px;
  278. height:auto;
  279. margin-top:10px;
  280. }
  281.  
  282. pre {
  283. font-family: 'Poppins', sans-serif;
  284. font-weight:600;
  285. font-size:calc({select:fontsize} + 2px);
  286. text-align:center;
  287. padding:10px;
  288. margin:0px;
  289. border:1px solid {color:border};
  290. border-radius:40px;
  291. }
  292.  
  293. pre i, pre em, pre b, pre strong, pre a {
  294. color:{color:text};
  295. }
  296.  
  297. ul {
  298. padding-left:15px;
  299. }
  300.  
  301. ul li {
  302. list-style-type:none;
  303. }
  304.  
  305. ul li:before {
  306. content: "— ";
  307. text-indent: -5px;
  308. }
  309.  
  310. hr {
  311. border:none;
  312. border-bottom:1px solid {color:border};
  313. width:calc(100% - 150px);
  314. margin:0px auto 20px auto;
  315. }
  316.  
  317. /* --- header styles --- */
  318.  
  319. h1 {
  320. margin:0px 0px 20px 0px;
  321. font-family: 'Poppins', sans-serif;
  322. font-weight:600;
  323. color:{color:accent one};
  324. font-size:calc({select:fontsize} + 8px);
  325. }
  326.  
  327. h2 {
  328. font-weight:400;
  329. color:{color:accent one};
  330. text-align:left;
  331. text-transform:uppercase;
  332. font-size:calc({select:fontsize} + 2px);
  333. letter-spacing:1px;
  334. word-spacing:2px;
  335. }
  336.  
  337. h2 b, b h2, h2 i, i h2,
  338. h2 strong, strong h2, h2 em, em h2 {
  339. color:{color:accent one};
  340. }
  341.  
  342. h3 {
  343. font-size:calc({select:fontsize} + 4px);
  344. font-weight:400;
  345. margin:10px 0px;
  346. }
  347.  
  348. /* --- container --- */
  349.  
  350. .container {
  351. position:absolute;
  352. z-index:600;
  353. top:calc(50% - 301px);
  354. {block:ifnot500pxposts}
  355. width:1000px;
  356. left:calc(50% - 501px);
  357. {/block:ifnot500pxposts}
  358. {block:if500pxposts}
  359. width:1100px;
  360. left:calc(50% - 551px);
  361. {/block:if500pxposts}
  362. height:600px;
  363. background-color:{color:container};
  364. border-radius:10px;
  365. border:1px solid {color:border};
  366. overflow:hidden;
  367. }
  368.  
  369. /* --- sidebar --- */
  370.  
  371. .sidebar {
  372. position:absolute;
  373. z-index:5;
  374. top:0px;
  375. left:0px;
  376. width:390px;
  377. height:600px;
  378. background-color:rgba({RGBcolor:posts},0.75);
  379. border-right:1px solid {color:border};
  380. }
  381.  
  382. .side-img {
  383. position:absolute;
  384. z-index:10;
  385. top:80px;
  386. left:60px;
  387. width:300px;
  388. height:200px;
  389. background-image:url('{image:sidebar}');
  390. background-position:center center;
  391. background-repeat:no-repeat;
  392. background-size:cover;
  393. border-radius:5px;
  394. border:10px solid {color:posts};
  395. border-right:40px solid {color:posts};
  396. }
  397.  
  398. .side-img:after {
  399. content:'';
  400. position:absolute;
  401. top:-10px;
  402. left:-10px;
  403. width:348px;
  404. height:218px;
  405. border-radius:5px;
  406. border:1px solid {color:border};
  407. }
  408.  
  409. .side-blob {
  410. position:absolute;
  411. z-index:2;
  412. top:-30px;
  413. left:-30px;
  414. width:300px;
  415. height:300px;
  416. transform:rotate(50deg);
  417. pointer-events:none;
  418. }
  419.  
  420. .side-blob-bg {
  421. position:absolute;
  422. z-index:1;
  423. top:-40px;
  424. left:-60px;
  425. width:330px;
  426. height:330px;
  427. transform:rotate(30deg);
  428. pointer-events:none;
  429. }
  430.  
  431. .side-img-2 {
  432. position:absolute;
  433. z-index:10;
  434. top:250px;
  435. left:260px;
  436. width:160px;
  437. height:220px;
  438. background-image:url('{image:sidebar 2}');
  439. background-position:center center;
  440. background-repeat:no-repeat;
  441. background-size:cover;
  442. border-radius:5px;
  443. border:10px solid {color:posts};
  444. border-bottom:40px solid {color:posts};
  445. }
  446.  
  447. .side-img-2:before {
  448. content:'';
  449. position:absolute;
  450. z-index:2;
  451. top:-20px;
  452. left:20px;
  453. width:100px;
  454. height:25px;
  455. background-color:rgba({RGBcolor:accent two},0.7);
  456. transform:skew(3deg,3deg);
  457. }
  458.  
  459. .side-img-2:after {
  460. content:'';
  461. position:absolute;
  462. z-index:1;
  463. top:-10px;
  464. left:-10px;
  465. width:178px;
  466. height:268px;
  467. border-radius:5px;
  468. border:1px solid {color:border};
  469. }
  470.  
  471. .side-title {
  472. position:absolute;
  473. z-index:20;
  474. top:210px;
  475. left:40px;
  476. width:280px;
  477. height:100px;
  478. text-align:right;
  479. font-family:'Poppins', sans-serif;
  480. font-weight:800;
  481. color:{color:accent one};
  482. font-size:40px;
  483. line-height:38px;
  484. -webkit-text-stroke:1px {color:posts};
  485. text-shadow:2px 2px 0px {color:container};
  486. display:flex;
  487. flex-wrap:wrap;
  488. justify-content:flex-end;
  489. align-items:flex-end;
  490. }
  491.  
  492. .side-desc {
  493. position:absolute;
  494. z-index:15;
  495. top:330px;
  496. left:30px;
  497. width:160px;
  498. height:140px;
  499. max-height:120px;
  500. overflow:auto;
  501. padding:20px;
  502. background-color:{color:posts};
  503. border-radius:5px 5px 0px 0px;
  504. border:1px solid {color:border};
  505. }
  506.  
  507. .side-nav {
  508. position:absolute;
  509. z-index:16;
  510. top:492px;
  511. left:30px;
  512. width:160px;
  513. height:auto;
  514. padding:20px;
  515. text-align:center;
  516. font-family:'Poppins', sans-serif;
  517. background-color:{color:posts};
  518. border-radius:0px 0px 5px 5px;
  519. border:1px solid {color:border};
  520. border-top:none;
  521. display:flex;
  522. flex-wrap:wrap;
  523. justify-content:center;
  524. align-content:center;
  525. }
  526.  
  527. .side-nav a {
  528. display:block;
  529. width:auto;
  530. margin:0px 3px;
  531. font-weight:300;
  532. }
  533.  
  534. .side-nav a:hover {
  535. font-weight:600;
  536. color:{color:accent one};
  537. }
  538.  
  539. .side-nav:before {
  540. content:'\e2bd';
  541. font-family:'saturnicons';
  542. position:absolute;
  543. top:-13px;
  544. left:87px;
  545. width:24px;
  546. height:24px;
  547. font-size:12px;
  548. line-height:26px;
  549. color:{color:accent one};
  550. background-color:{color:posts};
  551. border:1px solid {color:border};
  552. border-radius:20px;
  553. }
  554.  
  555. .side-blob-2 {
  556. position:absolute;
  557. z-index:2;
  558. top:340px;
  559. left:140px;
  560. width:300px;
  561. height:300px;
  562. transform:rotate(80deg);
  563. pointer-events:none;
  564. }
  565.  
  566. .side-blob-2-bg {
  567. position:absolute;
  568. z-index:1;
  569. top:340px;
  570. left:130px;
  571. width:330px;
  572. height:330px;
  573. transform:rotate(70deg);
  574. pointer-events:none;
  575. }
  576.  
  577. /* --- pagination --- */
  578.  
  579. .pagination {
  580. width:100%;
  581. height:20px;
  582. left:0px!important;
  583. margin-top:-20px;
  584. text-align:center;
  585. padding:0px 0px 40px 0px!important;
  586. color:{color:text};
  587. }
  588.  
  589. .pagination a {
  590. color:{color:text};
  591. line-height:20px;
  592. }
  593.  
  594. .pagination .sf {
  595. font-size:7px;
  596. }
  597.  
  598. /* --- entries --- */
  599.  
  600. .entries {
  601. position:absolute;
  602. z-index:200;
  603. top:0px;
  604. right:0px;
  605. {block:ifnot500pxposts}
  606. width:442px;
  607. {/block:ifnot500pxposts}
  608. {block:if500pxposts}
  609. width:542px;
  610. {/block:if500pxposts}
  611. height:530px;
  612. overflow:auto;
  613. padding:70px 70px 0px 70px;
  614. }
  615.  
  616. /* --- posts --- */
  617.  
  618. .post {
  619. {block:ifnot500pxposts}
  620. width:400px;
  621. {/block:ifnot500pxposts}
  622. {block:if500pxposts}
  623. width:500px;
  624. {/block:if500pxposts}
  625. margin-bottom:60px;
  626. background-color:{color:posts};
  627. padding:20px;
  628. overflow:hidden;
  629. border-radius:5px;
  630. border:1px solid {color:border};
  631. }
  632.  
  633. .post img {
  634. max-width:100%;
  635. height:auto;
  636. display:block;
  637. }
  638.  
  639. /* --- texts --- */
  640.  
  641. .title {
  642. font-size:calc({select:fontsize} + 12px);
  643. line-height:calc({select:fontsize} + 14px);
  644. text-align:left;
  645. width:100%;
  646. font-family: 'Poppins', sans-serif;
  647. font-weight:600;
  648. color:{color:accent one};
  649. margin-bottom:20px;
  650. }
  651.  
  652. .title a {
  653. color:{color:accent one};
  654. }
  655.  
  656. .more a {
  657. font-size:calc({select:fontsize} + 8px);
  658. color:{color:accent one};
  659. }
  660.  
  661. .txt {
  662. margin:0px 0px 20px 0px;
  663. }
  664.  
  665. .photo .txt {
  666. margin:20px 0px 20px 0px;
  667. }
  668.  
  669. .txt img {
  670. {block:ifimagewrap}
  671. max-width:100%;
  672. height:auto;
  673. float:left;
  674. margin-right:10px;
  675. {/block:ifimagewrap}
  676. }
  677.  
  678. .txt blockquote img {
  679. {block:ifimagewrap}
  680. float:right;
  681. margin-left:10px;
  682. margin-right:0px;
  683. {/block:ifimagewrap}
  684. }
  685.  
  686. .txt blockquote blockquote img {
  687. {block:ifimagewrap}
  688. float:left;
  689. margin-left:0px;
  690. margin-right:10px;
  691. margin-top:0px;
  692. {/block:ifimagewrap}
  693. }
  694.  
  695. /* --- photos --- */
  696.  
  697. .photo-p, .photo-slideshow {
  698. margin:-20px -20px 0px -20px;
  699. }
  700.  
  701. .photo-p img {
  702. display:block;
  703. }
  704.  
  705. .photo-slideshow img {
  706. border-radius:0px;
  707. }
  708.  
  709. /* --- quotes --- */
  710.  
  711. .quote-p {
  712. font-family: 'Poppins', sans-serif;
  713. font-weight:600;
  714. text-align:left;
  715. font-size:calc({select:fontsize} + 8px);
  716. line-height:calc({select:fontsize} + 12px);
  717. }
  718.  
  719. .source {
  720. margin-top:4px;
  721. text-align:right;
  722. }
  723.  
  724. /* --- audio --- */
  725.  
  726. .audio-p {
  727. float:left;
  728. width:70px;
  729. height:70px;
  730. position:relative;
  731. overflow:hidden;
  732. }
  733.  
  734. .audio-p:hover .play {opacity:1;width:30px;}
  735. .audio-p:hover img {margin-left:30px;}
  736.  
  737. .cover img {
  738. width:70px;
  739. position:absolute;
  740. transition:0.5s ease;
  741. }
  742.  
  743. .play {
  744. overflow:hidden;
  745. width:0px;
  746. height:30px;
  747. background:{color:posts};
  748. position:absolute;
  749. padding:20px 0px;
  750. transition:0.5s ease;
  751. }
  752.  
  753. .au b {
  754. color:{color:accent one};
  755. font-weight:800;
  756. margin-right:2px;
  757. }
  758.  
  759. .au {
  760. height:45px;
  761. overflow:hidden;
  762. padding:12px 10px;
  763. line-height:calc({select:fontsize} + 5px);
  764. margin-left:70px;
  765. text-align:left;
  766. }
  767.  
  768. /* --- asks --- */
  769.  
  770. .question {
  771. margin:0px -20px 20px -20px;
  772. border-bottom:1px solid {color:border};
  773. padding:0px 20px 20px 20px;
  774. font-weight:400;
  775. }
  776.  
  777. .question img {
  778. width:40px;
  779. height:40px;
  780. border-radius:40px;
  781. float:left;
  782. margin:-10px 10px 0px 0px;
  783. }
  784.  
  785. .question h1 {
  786. margin:10px 0px;
  787. font-family: 'Poppins', sans-serif;
  788. font-weight:600;
  789. color:{color:accent two};
  790. }
  791.  
  792. .question h1 a {
  793. color:{color:accent two};
  794. }
  795.  
  796. .question p {display:inline;}
  797.  
  798. /* --- chat --- */
  799.  
  800. .chat .txt {
  801. padding:0px;
  802. }
  803.  
  804. .chat .title {
  805. margin:-20px -20px 20px -20px;
  806. padding:20px;
  807. border-bottom:1px solid {color:border};
  808. }
  809.  
  810. .chat ul {
  811. list-style-type:none;
  812. padding-left:0px;
  813. margin:-20px;
  814. }
  815.  
  816. .chat ul li:before {
  817. content: none;
  818. text-indent: 0px;
  819. }
  820.  
  821. .chat ul li {
  822. padding:20px;
  823. border-bottom:1px solid {color:border};
  824. }
  825.  
  826. .chat ul li:nth-of-type(even) {
  827. background-color:rgba({RGBcolor:text},0.05);
  828. }
  829.  
  830. .chat ul li:last-of-type {
  831. border:none;
  832. }
  833.  
  834. .chat .label {
  835. text-transform:uppercase;
  836. font-weight:800;
  837. }
  838.  
  839. /* --- permalinks --- */
  840.  
  841. .permalink {
  842. width:100%;
  843. margin:0px -20px 0px -20px;
  844. padding:20px 20px 0px 20px;
  845. font-size:calc({select:fontsize} - 1px);
  846. letter-spacing:0px;
  847. text-transform:uppercase;
  848. color:{color:text};
  849. text-align:left;
  850. border-top:1px solid {color:border};
  851. display:flex;
  852. flex-wrap:wrap;
  853. justify-content:flex-start;
  854. }
  855.  
  856. .permalink a {
  857. color:{color:text};
  858. margin:0px 5px;
  859. line-height:calc({select:fontsize} + 6px);
  860. display:flex;
  861. flex-wrap:wrap;
  862. justify-content:flex-start;
  863. align-items:center;
  864. }
  865.  
  866. .permalink a span, .tags span {
  867. vertical-align:middle;
  868. line-height:{select:fontsize};
  869. }
  870.  
  871. /* --- tags --- */
  872.  
  873. .tags {
  874. transition-duration: 0.6s;
  875. font-weight:400;
  876. }
  877.  
  878. a.tags {
  879. display:inline;
  880. text-transform:none;
  881. line-height:calc({select:fontsize} + 6px);
  882. padding:4px 6px;
  883. margin:2px 4px 2px 0px;
  884. color:{color:text};
  885. border-radius:40px;
  886. background-color:{color:link};
  887. }
  888.  
  889. a.tags:hover {
  890. background-color:{color:border};
  891. }
  892.  
  893. /* --- notes --- */
  894.  
  895. .pagenotes {
  896. {block:IndexPage}
  897. display: none!important;
  898. {/block:IndexPage}
  899. width:{text:post size}px;
  900. text-align:left;
  901. margin-bottom:75px;
  902. padding:20px;
  903. background-color:{color:posts};
  904. border:1px solid {color:border};
  905. border-radius:3px;
  906. }
  907.  
  908. .pagenotes img {
  909. display:none;
  910. }
  911.  
  912. .pagenotes a {
  913. font-weight:800;
  914. }
  915.  
  916. .pagenotes ol {
  917. list-style-type:none;
  918. margin:0px;
  919. padding:0px;
  920. }
  921.  
  922. .pagenotes ol li {
  923. margin:5px;
  924. line-height:20px;
  925. }
  926.  
  927. /* --- credit --- */
  928.  
  929. .credit a {
  930. position:fixed;
  931. font-size:14px;
  932. right:10px;
  933. bottom:10px;
  934. text-align:center;
  935. width:30px;
  936. height:30px;
  937. line-height:34px;
  938. color:{color:accent one};
  939. background-color:{color:posts};
  940. border-radius:40px;
  941. border:1px solid {color:border};
  942. }
  943.  
  944. {CustomCSS}
  945.  
  946. </style>
  947. </head>
  948. <body>
  949.  
  950. <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>
  951.  
  952. <div class="container">
  953.  
  954. <!-- sidebar -->
  955.  
  956. <div class="sidebar">
  957.  
  958. <div class="side-img"></div>
  959. <div class="side-img-2"></div>
  960.  
  961. <svg class="side-blob" viewBox="0 0 200 200">
  962. <path fill="none" stroke="{color:text}" stroke-width="1" d="M34,-55.9C38.4,-43.5,32.6,-26.1,37.4,-12C42.2,2.1,57.6,12.9,60.5,24.5C63.4,36,53.7,48.3,41.5,53.7C29.3,59.2,14.7,57.8,0.7,56.8C-13.2,55.8,-26.4,55.1,-34.3,48.3C-42.2,41.4,-44.8,28.4,-47.9,16.2C-51,4,-54.6,-7.4,-50.5,-15.3C-46.4,-23.1,-34.6,-27.2,-24.9,-38C-15.2,-48.7,-7.6,-66,3.6,-70.9C14.8,-75.8,29.5,-68.4,34,-55.9Z" transform="translate(100 100)" />
  963. </svg>
  964.  
  965. <svg class="side-blob-bg" viewBox="0 0 200 200">
  966. <path fill="{color:accent one}" d="M34,-55.9C38.4,-43.5,32.6,-26.1,37.4,-12C42.2,2.1,57.6,12.9,60.5,24.5C63.4,36,53.7,48.3,41.5,53.7C29.3,59.2,14.7,57.8,0.7,56.8C-13.2,55.8,-26.4,55.1,-34.3,48.3C-42.2,41.4,-44.8,28.4,-47.9,16.2C-51,4,-54.6,-7.4,-50.5,-15.3C-46.4,-23.1,-34.6,-27.2,-24.9,-38C-15.2,-48.7,-7.6,-66,3.6,-70.9C14.8,-75.8,29.5,-68.4,34,-55.9Z" transform="translate(100 100)" />
  967. </svg>
  968.  
  969. <div class="side-title">
  970. {Title}
  971. </div>
  972.  
  973. <div class="side-desc">
  974. {Description}
  975. </div>
  976.  
  977. <div class="side-nav">
  978. {block:iflink1url}<a href="{text:link 1 url}">{text:link 1 title}</a>{/block:iflink1url}
  979. {block:iflink2url}<a href="{text:link 2 url}">{text:link 2 title}</a>{/block:iflink2url}
  980. {block:iflink3url}<a href="{text:link 3 url}">{text:link 3 title}</a>{/block:iflink3url}
  981. {block:iflink4url}<a href="{text:link 4 url}">{text:link 4 title}</a>{/block:iflink4url}
  982. </div>
  983.  
  984. <svg class="side-blob-2" viewBox="0 0 200 200">
  985. <path fill="none" stroke="{color:text}" stroke-width="1" d="M17.8,-31.5C23.1,-20.6,27.7,-15.5,33.1,-8.5C38.5,-1.5,44.7,7.6,42.8,14.1C41,20.6,30.9,24.7,22.4,36.8C13.9,49,7,69.3,-2.5,72.7C-11.9,76.1,-23.9,62.7,-37.1,52.1C-50.3,41.4,-64.8,33.6,-65.2,23.3C-65.6,13,-51.8,0.3,-44.8,-12.5C-37.8,-25.3,-37.5,-38.3,-31.2,-48.9C-24.8,-59.4,-12.4,-67.6,-3.1,-63.3C6.2,-59.1,12.4,-42.3,17.8,-31.5Z" transform="translate(100 100)" />
  986. </svg>
  987.  
  988. <svg class="side-blob-2-bg" viewBox="0 0 200 200">
  989. <path fill="{color:accent two}" d="M17.8,-31.5C23.1,-20.6,27.7,-15.5,33.1,-8.5C38.5,-1.5,44.7,7.6,42.8,14.1C41,20.6,30.9,24.7,22.4,36.8C13.9,49,7,69.3,-2.5,72.7C-11.9,76.1,-23.9,62.7,-37.1,52.1C-50.3,41.4,-64.8,33.6,-65.2,23.3C-65.6,13,-51.8,0.3,-44.8,-12.5C-37.8,-25.3,-37.5,-38.3,-31.2,-48.9C-24.8,-59.4,-12.4,-67.6,-3.1,-63.3C6.2,-59.1,12.4,-42.3,17.8,-31.5Z" transform="translate(100 100)" />
  990. </svg>
  991. </svg>
  992.  
  993. </div>
  994.  
  995. <!-- start of posts -->
  996.  
  997. <div class="entries">
  998.  
  999. {block:Posts}
  1000. <div class="post {PostType}" id="{PostID}">
  1001.  
  1002.  
  1003. {block:Quote}
  1004. <div class="txt">
  1005. <div class="quote-p">{Quote}</div>
  1006. {block:Source}
  1007. <div class="source"><p>&mdash; {Source}</p></div>
  1008. {/block:Source}
  1009. </div>
  1010. {/block:Quote}
  1011.  
  1012.  
  1013. {block:Text}
  1014. {block:Title}
  1015. <div class="title">{Title}</div>
  1016. {/block:Title}
  1017.  
  1018. {block:Body}
  1019. <div class="txt">
  1020. {Body}
  1021.  
  1022. {block:More}
  1023. <div class="more">
  1024. <a href="{Permalink}">continue reading...</a>
  1025. </div>
  1026. {/block:More}
  1027. </div>
  1028. {/block:Body}
  1029. {/block:Text}
  1030.  
  1031. {block:Link}
  1032. <div class="title">
  1033. <a href="{URL}">{Name}</a>
  1034. </div>
  1035.  
  1036. {block:Description}
  1037. <div class="txt">
  1038. {Description}
  1039.  
  1040. {block:More}
  1041. <div class="more">
  1042. <a href="{Permalink}">continue reading...</a>
  1043. </div>
  1044. {/block:More}
  1045. </div>
  1046. {/block:Description}
  1047. {/block:Link}
  1048.  
  1049. {block:Chat}
  1050. {block:Title}
  1051. <div class="title">{Title}</div>
  1052. {/block:Title}
  1053.  
  1054. <div class="chat">
  1055. <div class="txt">
  1056. <ul>
  1057. {block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}
  1058. {Line}</li>{/block:Lines}
  1059. </ul>
  1060. </div>
  1061. </div>
  1062. {/block:Chat}
  1063.  
  1064. {block:Photo}
  1065. <div class="photo-p">
  1066. <img src="{PhotoURL-1280}" alt="{PhotoAlt}">
  1067. </div>
  1068. {block:Caption}
  1069. <div class="txt">
  1070. {Caption}
  1071.  
  1072. {block:More}
  1073. <div class="more">
  1074. <a href="{Permalink}">continue reading...</a>
  1075. </div>
  1076. {/block:More}
  1077. </div>
  1078. {/block:Caption}
  1079. {/block:Photo}
  1080.  
  1081. {block:Photoset}
  1082. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  1083. {block:Photos}
  1084. <div class="photo-data">
  1085. <div class="pxu-photo">
  1086. <img src="{PhotoURL-1280}" width="{PhotoWidth-1280}" height="{PhotoHeight-1280}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
  1087. </div>
  1088.  
  1089. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  1090. </div>
  1091. {/block:Photos}
  1092. </div>
  1093. {block:Caption}
  1094. <div class="txt">
  1095. {Caption}
  1096.  
  1097. {block:More}
  1098. <div class="more">
  1099. <a href="{Permalink}">continue reading...</a>
  1100. </div>
  1101. {/block:More}
  1102. </div>
  1103. {/block:Caption}
  1104. {/block:Photoset}
  1105.  
  1106. {block:Video}
  1107. <div class="photo">{Video-500}</div>
  1108. {block:Caption}
  1109. <div class="txt">
  1110. {Caption}
  1111.  
  1112. {block:More}
  1113. <div class="more">
  1114. <a href="{Permalink}">continue reading...</a>
  1115. </div>
  1116. {/block:More}
  1117. </div>
  1118. {/block:Caption}
  1119. {/block:Video}
  1120.  
  1121. {block:Audio}
  1122. <div class="txt">
  1123. <div class="audio-p">
  1124. {block:AlbumArt}
  1125. <div class="cover">
  1126. <img src="{AlbumArtURL}">
  1127. </div>
  1128. {/block:AlbumArt}
  1129.  
  1130. {block:AudioPlayer}
  1131. <div class="play">{AudioPlayerWhite}</div>
  1132. {/block:AudioPlayer}
  1133. </div>
  1134.  
  1135. <div class="au">
  1136. {block:TrackName}<b>Track:</b> {block:TrackName}{TrackName}<br>{/block:TrackName}
  1137. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  1138. <b>Plays:</b> {FormattedPlayCount}
  1139. </div>
  1140.  
  1141. {block:Caption}{Caption}{/block:Caption}
  1142. </div>
  1143. {/block:Audio}
  1144.  
  1145. {block:Answer}
  1146. <div class="txt">
  1147. <div class="question">
  1148. <img src="{AskerPortraitURL-128}">
  1149. <h1>{Asker} said,</h1>
  1150. &ldquo;{Question}&rdquo;
  1151. </div>
  1152.  
  1153. {Answer}
  1154.  
  1155. {block:More}
  1156. <div class="more">
  1157. <a href="{Permalink}">continue reading...</a>
  1158. </div>
  1159. {/block:More}
  1160. </div>
  1161. {/block:Answer}
  1162.  
  1163.  
  1164. {block:Date}
  1165. <div style="clear:both;"></div>
  1166.  
  1167. <div class="permalink">
  1168. <a href="{Permalink}" title="posted {TimeAgo} on {ShortDayOfWeek} {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}">
  1169. <span class="sf sf-clock-3"></span>
  1170. </a>
  1171.  
  1172. {block:NoteCount}
  1173. <a href="{Permalink}" title="{NoteCountWithLabel}">
  1174. <span class="sf sf-hearts"></span>
  1175. </a>
  1176. {/block:NoteCount}
  1177.  
  1178. {block:RebloggedFrom}
  1179. <a href="{ReblogParentURL}" title="reblogged from {ReblogParentName}">
  1180. <span class="sf sf-paper-plane"></span>
  1181. </a>
  1182. {/block:RebloggedFrom}
  1183.  
  1184. {block:ContentSource}
  1185. <a href="{SourceURL}" title="post source">
  1186. <span class="sf sf-write"></span>
  1187. </a>
  1188. {/block:ContentSource}
  1189.  
  1190. <a href="{ReblogURL}" title="reblog">
  1191. <span class="sf sf-reblog"></span>
  1192. </a>
  1193.  
  1194. &nbsp; &nbsp;
  1195.  
  1196. {block:HasTags}
  1197. {block:Tags} <a href="{TagURL}" class="tags">#{Tag}</a>{/block:Tags}
  1198. {/block:HasTags}
  1199.  
  1200. </div>
  1201. {/block:Date}
  1202.  
  1203.  
  1204. </div> <!-- end of .post -->
  1205.  
  1206.  
  1207. {block:PostNotes}
  1208. <div class="pagenotes">
  1209. {PostNotes}
  1210. </div>
  1211. {/block:PostNotes}
  1212.  
  1213.  
  1214. {/block:Posts}
  1215.  
  1216. {block:Pagination}
  1217. <div class="pagination">
  1218. {block:PreviousPage}
  1219. <a href="{PreviousPage}"><span class="sf sf-chevron-left"></span></a>
  1220. {/block:PreviousPage}
  1221.  
  1222. {CurrentPage} of {TotalPages}
  1223.  
  1224. {block:NextPage}
  1225. <a href="{NextPage}"><span class="sf sf-chevron-right"></span></a>
  1226. {/block:NextPage}
  1227. </div>
  1228. {/block:Pagination}
  1229.  
  1230. </div> <!-- end of entries -->
  1231.  
  1232. </div> <!-- end of container -->
  1233.  
  1234. <div class="credit"><a class="sf sf-code" href="http://pirateskinned.tumblr.com/" title="coded by pirateskinned"></a></div>
  1235.  
  1236. </body></html>
Add Comment
Please, Sign In to add comment