Advertisement
rollyjogered

theme 65

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