Advertisement
rollyjogered

theme #37: my way

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