rollyjogered

theme nine: sunny days

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