Advertisement
Seedfawn

Theme 42

Jun 5th, 2016
1,269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.42 KB | None | 0 0
  1. <!--
  2. > This theme was made by seedfawn aka kara-themes
  3. > Problem? Contact me: kara-themes.tumblr.com/faq
  4. > Credits:
  5. PXU Photoset / Video Resize - shythemes
  6. > KEEP THE CREDITS!
  7. -->
  8.  
  9. <html>
  10.  
  11. <head>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14.  
  15. <title>{Title}</title>
  16.  
  17. <meta name="image:Background" content=""/>
  18. <meta name="image:Sidebar" content=""/>
  19. <meta name="select:Posts" content="250px" title="250px">
  20. <meta name="color:Background" content="#fff"/>
  21. <meta name="color:Text" content="#aaa"/>
  22. <meta name="color:Link" content="#984d51"/>
  23. <meta name="color:Hover" content="#661833"/>
  24. <meta name="color:Blogtitle" content="#984d51"/>
  25. <meta name="color:Navigation" content="#984d51"/>
  26. <meta name="color:Permalink" content="#984d51"/>
  27. <meta name="color:Ask" content="#984d51"/>
  28. <meta name="color:Scrollbar" content="#984d51"/>
  29. <meta name="color:Lightbox" content="#fff"/>
  30. <meta name="text:Blogtitle" content="Paradise" />
  31. <meta name="text:Link 1 Title" content="Ask" />
  32. <meta name="text:Link 2 Title" content="Links" />
  33. <meta name="text:Link 3 Title" content="Blogroll" />
  34. <meta name="text:Link 4 Title" content="Archive" />
  35. <meta name="text:Link 5 Title" content="Credit" />
  36. <meta name="text:Link 1 URL" content="/ask" />
  37. <meta name="text:Link 2 URL" content="" />
  38. <meta name="text:Link 3 URL" content="" />
  39. <meta name="text:Link 4 URL" content="" />
  40. <meta name="text:Link 5 URL" content="http://seedfawn.tumblr.com" />
  41.  
  42. <!-- tooltips -->
  43. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  44. <script src="http://static.tumblr.com/p3mk1pa/L7do5le7m/jquery.style-my-tooltips.min.js"></script>
  45. <script>
  46. (function($){
  47. $(document).ready(function(){
  48. $("[title]").style_my_tooltips({
  49. tip_follows_cursor:true,
  50. tip_delay_time:30,
  51. tip_fade_speed:300,
  52. attribute:"title"
  53. });
  54. });
  55. })(jQuery);
  56. </script>
  57. <!-- tooltips end -->
  58.  
  59. <style type="text/css">
  60.  
  61. img:not(.lightbox-image) {
  62. max-width:100%;
  63. height:auto;
  64. vertical-align:middle;
  65. }
  66.  
  67. blockquote img{
  68. width:100%;
  69. }
  70.  
  71. .tmblr-iframe{
  72. top:2px!important;
  73. right:2px!important;
  74. -webkit-filter:invert(100%);
  75. -moz-filter:invert(100%);
  76. -o-filter:invert(100%);
  77. -ms-filter:invert(100%);
  78. filter: invert(100%);
  79. opacity:.2;
  80. z-index:999999999!important;
  81. transition:.5s ease-in-out;
  82. -webkit-transition:.5s ease-in-out;
  83. -moz-transition:.5s ease-in-out;
  84. -o-transition:.5s ease-in-out;
  85. }
  86.  
  87. .tmblr-iframe:hover{
  88. opacity:.8;
  89. }
  90.  
  91. *{
  92. cursor: url(http://static.tumblr.com/p3mk1pa/DFKnysvin/tumblr_lqs4qduu8n1qfoi4t.png), auto;
  93. }
  94.  
  95. body{
  96. background:{color:background};
  97. background-image:url({image:background});
  98. font-family: 'Open Sans', sans-serif;
  99. font-size:9px;
  100. line-height:2em;
  101. color:{color:text};
  102. font-weight:400;
  103. cursor: url(http://static.tumblr.com/p3mk1pa/DFKnysvin/tumblr_lqs4qduu8n1qfoi4t.png), auto;
  104. }
  105.  
  106. a{
  107. color:{color:link};
  108. text-transform:uppercase;
  109. text-decoration:underline;
  110. font-weight:400;
  111. letter-spacing:1px;
  112. transition:all 0.5s ease;
  113. -webkit-transition:all 0.5s ease;
  114. -moz-transition:all 0.5s ease;
  115. -o-transition:all 0.5s ease;
  116. cursor:cursor: url(http://static.tumblr.com/p3mk1pa/DFKnysvin/tumblr_lqs4qduu8n1qfoi4t.png), auto;
  117. }
  118.  
  119. a:hover{
  120. color:{color:hover};
  121. font-weight:400;
  122. cursor: url(http://static.tumblr.com/p3mk1pa/4eKnysvj3/help.png), help;
  123. }
  124.  
  125. blockquote{
  126. border-left: solid 1px #eee;
  127. margin: 0;
  128. padding-left:10px;
  129. margin-left:10px;
  130. }
  131.  
  132. #s-m-t-tooltip{
  133. max-width:300px;
  134. margin:10px;
  135. padding:10px 10px;
  136. color:#ffffff;
  137. letter-spacing:2px;
  138. background:rgba(0, 0, 0, .85);
  139. z-index:9999999999!important;
  140. }
  141.  
  142. ::-webkit-scrollbar-thumb{
  143. background-color:{color:scrollbar};
  144. border:4px solid {color:background};
  145. height:auto;
  146. }
  147.  
  148. ::-webkit-scrollbar{
  149. height:9px;
  150. width:9px;
  151. background-color:#dbdbdb;
  152. border:4px solid {color:background};
  153. }
  154.  
  155. .pagination{
  156. display:none;
  157. }
  158.  
  159. #entry{
  160. position:relative;
  161. {block:indexpage}
  162. width:calc({select:posts} * 2 + 100px);
  163. left:25px;
  164. {/block:indexpage}
  165. top:60px;
  166. margin:0px auto;
  167. {block:PermalinkPage}
  168. width:550px;
  169. {/block:PermalinkPage}
  170. }
  171.  
  172. .posts{
  173. overflow:hidden;
  174. width:{select:posts};
  175. float:left;
  176. margin:0px 50px 50px 0px;
  177. {block:PermalinkPage}
  178. width:550px;
  179. {/block:PermalinkPage}
  180. }
  181.  
  182. .posts img{
  183. {block:indexpage}
  184. width:{select:posts};
  185. max-width:{select:posts};
  186. -moz-transform: scale(1.2);
  187. -webkit-transform: scale(1.2);
  188. -o-transform: scale(1.2);
  189. -ms-transform: scale(1.2);
  190. transform: scale(1.2);
  191. transition:.3s ease-in-out;
  192. -webkit-transition:.3s ease-in-out;
  193. -moz-transition:.3s ease-in-out;
  194. -o-transition:.3s ease-in-out;
  195. {/block:indexpage}
  196. {block:PermalinkPage}
  197. width:550px;
  198. {/block:PermalinkPage}
  199. }
  200.  
  201. .posts:hover img, .cover img, .askerimg img, .askerimg, .aimg, .aimg img{
  202. -moz-transform: scale(1);
  203. -webkit-transform: scale(1);
  204. -o-transform: scale(1);
  205. -ms-transform: scale(1);
  206. transform: scale(1);
  207. }
  208.  
  209. .posts .perma{
  210. position:absolute;
  211. bottom:-40px;
  212. width:100%;
  213. text-align:center;
  214. font-size:10px;
  215. z-index:99;
  216. transition:.3s ease-in-out;
  217. -webkit-transition:.3s ease-in-out;
  218. -moz-transition:.3s ease-in-out;
  219. -o-transition:.3s ease-in-out;
  220. }
  221.  
  222. .posts:hover .perma{
  223. bottom:calc(50% - 20px);
  224. }
  225.  
  226. .perma a{
  227. width:20px;
  228. height:20px;
  229. display:inline-block;
  230. padding:10px;
  231. color:white;
  232. line-height:20px;
  233. text-align:center;
  234. background:{color:permalink};
  235. }
  236.  
  237. .posts .fade{
  238. position:absolute;
  239. width:250px;
  240. height:0%;
  241. background:white;
  242. opacity:.6;
  243. z-index:9;
  244. transition:.3s ease-in-out;
  245. -webkit-transition:.3s ease-in-out;
  246. -moz-transition:.3s ease-in-out;
  247. -o-transition:.3s ease-in-out;
  248. }
  249.  
  250. .posts:hover .fade{
  251. height:100%;
  252. }
  253.  
  254. .title{
  255. font-size:20px;
  256. font-weight:300;
  257. letter-spacing:1px;
  258. line-height:1.2em;
  259. }
  260.  
  261. .quotetitle{
  262. width:250px;
  263. font-size:20px;
  264. font-weight:300;
  265. letter-spacing:1px;
  266. line-height:1.2em;
  267. margin-left:-25px;
  268. margin-bottom:12px;
  269. padding:0px 25px 12px 25px;
  270. border-bottom:1px solid #eee
  271. }
  272. .source{
  273. margin-left:20px;
  274. }
  275.  
  276. .linktitle{
  277. font-size:20px;
  278. letter-spacing:1px;
  279. line-height:1.2em;
  280. text-align:center;
  281. }
  282. .linktitle a{
  283. font-weight:300;
  284. text-decoration:none;
  285. }
  286.  
  287. .chat, .chat ol{
  288. padding:0;
  289. list-style:none;
  290. }
  291. .line{
  292. padding:5px 5px;
  293. }
  294. .odd{
  295. background:#fbfbfb;
  296. border-left:1px solid #eee;
  297. }
  298. span.label{
  299. font-weight:bold;
  300. font-family:arial;
  301. letter-spacing:1px;
  302. }
  303.  
  304. .askerimg, .askerimg img{
  305. width:64px;
  306. background:#fff;
  307. }
  308. .askerimg img, .aimg img{
  309. padding:10px;
  310. border:1px solid {color:ask};
  311. }
  312.  
  313. .q{
  314. width:145px;
  315. min-height:36px;
  316. margin-top:-51px;
  317. margin-left:86px;
  318. padding:5px 10px 10px 10px;
  319. }
  320.  
  321. .as{
  322. position:absolute;
  323. left:85px;
  324. margin-top:10px;
  325. width:100%;
  326. padding:0px 0px 5px 10px;
  327. z-index:9999;
  328. border-bottom:1px solid {color:ask};
  329. }
  330. .as a{
  331. color:{color:ask};
  332. text-decoration:none;
  333. font-size:12px;
  334. }
  335.  
  336. .a{
  337. width:calc(100% - 30px);
  338. margin:10px 0px 10px 0px;
  339. padding:5px 15px 5px 15px;
  340. line-height:14px;
  341. background:{color:ask};
  342. color:white;
  343. }
  344.  
  345. .audio{
  346. position:relative;
  347. }
  348. .cover{
  349. position:relative;
  350. height:250px;
  351. background:#fbfbfb;
  352. z-index:1px;
  353. -moz-transform: scale(1);
  354. -webkit-transform: scale(1);
  355. -o-transform: scale(1);
  356. -ms-transform: scale(1);
  357. transform: scale(1);
  358. }
  359. .playbox{
  360. position:absolute;
  361. margin-top:96px;
  362. margin-left:95px;
  363. background-color:#000;
  364. opacity:0.7;
  365. z-index:1000;
  366. }
  367. .playbutton{
  368. overflow:hidden;
  369. position:relative;
  370. width:20px;
  371. height:30px;
  372. background-color:#000;
  373. margin:15px 24px 13px 16px;
  374. z-index:1000;
  375. }
  376. .artist, .trackname{
  377. position:relative;
  378. margin-top:8px;
  379. padding:3px 10px 3px 10px;
  380. background:#fbfbfb;
  381. border-left:1px solid #eee;
  382. }
  383. .trackname{
  384. margin-top:0px;
  385. border-top:1px solid #eee;
  386. }
  387.  
  388. #sidebar{
  389. position:fixed;
  390. margin-top:100px;
  391. margin-left:150px;
  392. background:#fff;
  393. z-index:9999;
  394. }
  395.  
  396. .sidebarimg{
  397. width:150px;
  398. }
  399.  
  400. .sidebarimg img{
  401. width:100%;
  402. }
  403.  
  404. .blogtitle{
  405. position:absolute;
  406. margin-top:-22px;
  407. font-size:15px;
  408. font-weight:300;
  409. color:{color:blogtitle};
  410. text-transform:uppercase;
  411. letter-spacing:3px;
  412. }
  413.  
  414. .links{
  415. position:fixed;
  416. margin-left:calc(50% - 283px);
  417. top:0;
  418. width:550px;
  419. height:30px;
  420. background:{color:navigation};
  421. line-height:30px;
  422. text-align:center;
  423. color:white;
  424. z-index:9999;
  425. }
  426.  
  427. .links a{
  428. margin:5px;
  429. padding:5px 2px 1px 2px;
  430. border-bottom:1px solid transparent;
  431. text-transform:none;
  432. color:white;
  433. transition:.5s ease-in-out;
  434. -webkit-transition:.5s ease-in-out;
  435. -moz-transition:.5s ease-in-out;
  436. -o-transition:.5s ease-in-out;
  437. }
  438.  
  439. .links a:hover{
  440. letter-spacing:5px;
  441. }
  442.  
  443. .links a, .credit a, .permalink a{
  444. text-decoration:none;
  445. }
  446.  
  447. .top{
  448. position:fixed;
  449. top:0;
  450. left:0;
  451. width:100%;
  452. height:30px;
  453. background:{color:navigation};
  454. opacity:.75;
  455. z-index:999;
  456. }
  457.  
  458. .desc{
  459. position:absolute;
  460. text-align:left;
  461. padding:5px 10px 0px 10px;
  462. background:{color:background};
  463. }
  464.  
  465. .vignette, #vignette {
  466. opacity:0;
  467. }
  468.  
  469. .tmblr-lightbox, #tumblr_lightbox {
  470. background-color:rgba({RGBcolor:Lightbox},.5) !important;
  471. }
  472.  
  473. .lightbox-image, #tumblr_lightbox img {
  474. box-shadow:none !important;
  475. border-radius:0 !important;
  476. max-width:none;
  477. }
  478.  
  479. .lightbox-caption, #tumblr_lightbox_caption {
  480. visibility:hidden;
  481. }
  482.  
  483. .caption{
  484. position:relative;
  485. margin-top:10px;
  486. padding:3px 10px 3px 10px;
  487. background:#fbfbfb;
  488. border-left:1px solid #eee;
  489. }
  490.  
  491. .credit{
  492. position:fixed;
  493. bottom:5px;
  494. right:5px;
  495. padding:10px;
  496. }
  497.  
  498. .credit a{
  499. border-bottom:0px;
  500. }
  501.  
  502. img.emoji {
  503. width:15px;
  504. padding:5px;
  505. margin:0px !important;
  506. display:inline !important;
  507. vertical-align:middle;
  508. }
  509.  
  510. ol.notes{
  511. width:100%;
  512. padding:0px;
  513. margin:25px 0px;
  514. list-style-type:none;
  515. }
  516.  
  517. ol.notes li.note{
  518. margin-bottom:25px;
  519. border:solid 1px #eee;
  520. background:#fff;
  521. padding:10px;
  522. }
  523.  
  524. ol.notes li.note img.avatar {
  525. width:64px;
  526. height:64px;
  527. }
  528.  
  529. ol.notes li.note span.action{
  530. position:absolute;
  531. overflow:hidden;
  532. width:calc(100% - 102px);
  533. margin-left:0px;
  534. padding:0px 10px 0px 10px;
  535. font-weight:400;
  536. }
  537.  
  538. ol.notes li.note span.action a, ol.notes li.note .answer_content a{
  539. text-decoration:none;
  540. }
  541.  
  542. ol.notes li.note .answer_content{
  543. margin-top:-50px;
  544. font-weight:normal;
  545. }
  546.  
  547. ol.notes li.note blockquote{
  548. border-color:#eee;
  549. padding:4px 10px;
  550. margin:10px 0px 0px 32px;
  551. }
  552.  
  553. ol.notes li.note blockquote a{
  554. text-decoration:none;
  555. }
  556.  
  557. .permapage{
  558. margin-top:25px;
  559. width:calc(100% - 22px);
  560. padding:10px;
  561. background:#fff;
  562. border:1px solid #eee;
  563. z-index:9999;
  564. }
  565.  
  566. .permalink{
  567. position: relative;
  568. text-align:right;
  569. }
  570.  
  571. .permalink:after{
  572. position: absolute;
  573. left: 0;
  574. right: 0;
  575. top: 50%;
  576. height: 1px;
  577. content: "";
  578. background:{color:permalink};
  579. }
  580.  
  581. .permalink h2, .permalink h2 a{
  582. display: inline;
  583. position: relative;
  584. z-index: 1;
  585. margin: 0;
  586. padding:5px;
  587. background: #fff;
  588. font-size:9px;
  589. font-weight:300;
  590. font-family:arial;
  591. letter-spacing:1px;
  592. }
  593.  
  594. .p{
  595. position:relative;
  596. margin-top:-5px;
  597. z-index:9;
  598. padding:5px;
  599. background: #fff;
  600. font-weight:300;
  601. float:left;
  602. }
  603.  
  604. {CustomCSS}
  605.  
  606. </style>
  607.  
  608. </head>
  609.  
  610. <body>
  611.  
  612. <div class="top"></div>
  613.  
  614. <div id="sidebar">
  615.  
  616. <div class="blogtitle">{text:Blogtitle}</div>
  617.  
  618. <div class="sidebarimg"><img src="{image:Sidebar}"></div>
  619.  
  620. <div class="desc">{Description}</div>
  621.  
  622. </div>
  623.  
  624. <div class="links">
  625. <a href="/">Refresh</a>
  626. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  627. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  628. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
  629. <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
  630. <a href="{text:Link 5 URL}">{text:Link 5 Title}</a>
  631. </div>
  632.  
  633. <div id="entry">
  634. {block:Posts}
  635. <div class="posts" id="{PostID}">
  636.  
  637. {block:Text}
  638. {block:Title}
  639. <div class="title">{Title}</div>
  640. {/block:Title}
  641. {Body}
  642. {block:indexpage}
  643. <div class="permalink" style="margin-top:10px;">
  644. <h2>
  645. <div class="p">
  646. <a href="{ReblogURL}"><i class="fa fa-refresh"></i></a>
  647. </div>
  648. <a href="{Permalink}">{Month} {DayofMonth}, {Year}</a>
  649. </h2>
  650. </div>
  651. {/block:indexpage}
  652. {/block:Text}
  653.  
  654. {block:Photo}
  655. {block:indexpage}
  656. <div class="fade"></div>
  657. <div class="perma">
  658. <a href="{ReblogURL}" title="reblog" target="_blank"><i class="fa fa-refresh"></i></a>
  659. <a href="{Permalink}" title="more information" target="_blank"><i class="fa fa-info"></i></a>
  660. </div>
  661. {/block:indexpage}
  662. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="1000px;"/>
  663. {/block:Photo}
  664.  
  665. {block:Photoset}
  666. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  667. {block:indexpage}
  668. <div class="permalink" style="margin-top:10px;">
  669. <h2>
  670. <div class="p">
  671. <a href="{ReblogURL}"><i class="fa fa-refresh"></i></a>
  672. </div>
  673. <a href="{Permalink}">{Month} {DayofMonth}, {Year}</a>
  674. </h2>
  675. </div>
  676. {/block:indexpage}
  677. {/block:Photoset}
  678.  
  679. {block:Quote}
  680. <div class="quotetitle">"{Quote}"</div>
  681. {block:Source}
  682. <div class="source">&mdash; {Source}</div>
  683. {/block:Source}
  684. {block:indexpage}
  685. <div class="permalink" style="margin-top:10px;">
  686. <h2>
  687. <div class="p">
  688. <a href="{ReblogURL}"><i class="fa fa-refresh"></i></a>
  689. </div>
  690. <a href="{Permalink}">{Month} {DayofMonth}, {Year}</a>
  691. </h2>
  692. </div>
  693. {/block:indexpage}
  694. {/block:Quote}
  695.  
  696. {block:Link}
  697. <div class="linktitle"><a href="{URL}" {Target}><i class="ion-ios-upload-outline"></i> {Name}</a></div>
  698. {block:Description}
  699. {Description}
  700. {/block:Description}
  701. {block:indexpage}
  702. <div class="permalink" style="margin-top:10px;">
  703. <h2>
  704. <div class="p">
  705. <a href="{ReblogURL}"><i class="fa fa-refresh"></i></a>
  706. </div>
  707. <a href="{Permalink}">{Month} {DayofMonth}, {Year}</a>
  708. </h2>
  709. </div>
  710. {/block:indexpage}
  711. {/block:Link}
  712.  
  713. {block:Chat}
  714. {block:Title}
  715. <div class="title">{Title}</div>
  716. {/block:Title}
  717. <div class="chat">
  718. <ol>{block:Lines}
  719. <li class="line {Alt}">
  720. {block:Label}
  721. <span class="label">
  722. {Label}</span>
  723. {/block:Label}{Line}</li>
  724. {/block:Lines}
  725. </ol></div>
  726. {block:indexpage}
  727. <div class="permalink" style="margin-top:10px;">
  728. <h2>
  729. <div class="p">
  730. <a href="{ReblogURL}"><i class="fa fa-refresh"></i></a>
  731. </div>
  732. <a href="{Permalink}">{Month} {DayofMonth}, {Year}</a>
  733. </h2>
  734. </div>
  735. {/block:indexpage}
  736. {/block:Chat}
  737.  
  738. {block:Audio}
  739. <div class="audio">
  740. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  741. <div class="cover" style="border:1px solid #eee"><img src="http://static.tumblr.com/p3mk1pa/RbRo5nkq7/record-player-icon.png"/ ></div>
  742. {block:AlbumArt}<div class="cover" style="height:252px; background:#fff; margin-top:-252px"><img src="{AlbumArtURL}"/ ></div>{/block:AlbumArt}
  743. {block:Artist}<div class="artist">Artist: {Artist}</div>{/block:Artist}
  744. {block:TrackName}<div class="trackname">Title: {TrackName}</div>{/block:TrackName}
  745. {block:indexpage}
  746. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  747. {/block:indexpage}
  748. </div>
  749. {block:indexpage}
  750. <div class="permalink" style="margin-top:10px;">
  751. <h2>
  752. <div class="p">
  753. <a href="{ReblogURL}"><i class="fa fa-refresh"></i></a>
  754. </div>
  755. <a href="{Permalink}">{Month} {DayofMonth}, {Year}</a>
  756. </h2>
  757. </div>
  758. {/block:indexpage}
  759. {/block:Audio}
  760.  
  761. {block:Video}
  762. <div class="video" style="display:block;">{Video-500}</div>
  763. {block:indexpage}
  764. <div class="permalink" style="margin-top:10px;">
  765. <h2>
  766. <div class="p">
  767. <a href="{ReblogURL}"><i class="fa fa-refresh"></i></a>
  768. </div>
  769. <a href="{Permalink}">{Month} {DayofMonth}, {Year}</a>
  770. </h2>
  771. </div>
  772. {/block:indexpage}
  773. {/block:Video}
  774.  
  775. {block:Answer}
  776. <div class="as">{Asker}</div>
  777. <div class="askerimg"><img src="{AskerPortraitURL-64}">
  778. <div class="q">{Question}</div>
  779. </div>
  780. <div class="a">{Answer}</div>
  781. {block:indexpage}
  782. <div class="permalink" style="margin-top:10px;">
  783. <h2>
  784. <div class="p">
  785. <a href="{ReblogURL}"><i class="fa fa-refresh"></i></a>
  786. </div>
  787. <a href="{Permalink}">{Month} {DayofMonth}, {Year}</a>
  788. </h2>
  789. </div>
  790. {/block:indexpage}
  791. {/block:Answer}
  792.  
  793. {block:permalinkpage}
  794. <div class="permapage">
  795. {block:Date}<span class="label"><i class="fa fa-clock-o"></i> Posted:</span> {DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12Hour}:{Minutes} {AmPm} {/block:Date}<br>
  796. {block:NoteCount}<span class="label"><i class="fa fa-share-alt"></i> Notes:</span> {NoteCount}<br>{/block:NoteCount}
  797. {block:RebloggedFrom}<span class="label"><i class="fa fa-retweet"></i> Reblogged from:</span> <a href="{ReblogParentURL}">{ReblogParentName}</a><br><span class="label"><i class="fa fa-location-arrow"></i> Source:</span> <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  798. {block:HasTags}<div id="tags"><span class="label"><i class="fa fa-tags"></i> Tags:</span>
  799. {block:Tags}
  800. <a href="{TagURL}">#{Tag} </a>
  801. {/block:Tags}
  802. </div>
  803. {/block:HasTags}
  804. </div>
  805.  
  806. {block:PostNotes}
  807. {PostNotes-64}
  808. {/block:PostNotes}
  809. {/block:permalinkpage}
  810.  
  811. </div>
  812. {/block:Posts}
  813. </div>
  814.  
  815. <div class="pagination">
  816. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  817. </div>
  818.  
  819. <!-- infinite scroll -->
  820. <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-infinitescroll/2.0b2.120519/jquery.infinitescroll.min.js"></script>
  821. <script src="//cdnjs.cloudflare.com/ajax/libs/masonry/3.1.2/masonry.pkgd.js"></script>
  822. <script src="//cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.0.4/jquery.imagesloaded.min.js"></script>
  823. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  824. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  825.  
  826. <script>
  827. $(document).ready(function(){
  828. $('.photo-slideshow').pxuPhotoset({
  829. lightbox: true,
  830. rounded: false,
  831. gutter: '1px',
  832. borderRadius: '0px',
  833. photoset: '.photo-slideshow',
  834. photoWrap: '.photo-data',
  835. photo: '.pxu-photo'
  836. });
  837. });
  838.  
  839. (function() {
  840. var $container = $('#entry');
  841. $container.imagesLoaded(function(){
  842. $container.masonry({
  843. itemSelector: '.posts, .posts_photo',
  844. });
  845. });
  846.  
  847. $container.infinitescroll({
  848. navSelector: ".pagination",
  849. nextSelector : ".pagination a",
  850. itemSelector : ".posts, .posts_photo",
  851.  
  852. loading: {
  853. finishedMsg: 'No more pages to load.'
  854. }
  855. },
  856.  
  857.  
  858. function( newElements ) {
  859. var $newElems = $( newElements ).css({ opacity: 0 });
  860. $newElems.imagesLoaded(function(){
  861. $newElems.animate({ opacity: 1 });
  862. $container.masonry( 'appended', $newElems, true );
  863. });
  864. $( newElements ).find('.photo-slideshow').pxuPhotoset({
  865. lightbox: true,
  866. rounded: false,
  867. borderRadius: '0px',
  868. gutter: '1px',
  869. photoset: '.photo-slideshow',
  870. photoWrap: '.photo-data',
  871. photo: '.pxu-photo'
  872. });
  873.  
  874. });
  875. resizeVideos();
  876. })();
  877. </script>
  878. <!-- infinite scroll end -->
  879.  
  880. <!-- resize video -->
  881. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  882. <!-- resize video end -->
  883.  
  884. <!-- fonts -->
  885. <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  886.  
  887. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
  888.  
  889. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
  890.  
  891. <!-- emoji fix -->
  892. <script src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/2.0.5/twemoji.min.js"></script>
  893. <script src="http://static.tumblr.com/lxn1yld/MHfnxce9x/emoji.js"></script>
  894. <!-- emoji end -->
  895. <!-- fonts end -->
  896.  
  897. <!-- DO NOT REMOVE THIS -->
  898. <div class="credit" title="seedfawn"><a href="http://seedfawn.tumblr.com">sf</a></div>
  899. <!-- DO NOT REMOVE THIS -->
  900. </body>
  901. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement