rollyjogered

theme #35: colour in your heart

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