Advertisement
rollyjogered

theme twelve: sea of sound

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