Advertisement
Katting

Wednesdays

Nov 5th, 2017
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!-----------------------------------------------------------------------
  5.  
  6. *** PLEASE READ THIS AS IT CONTAINS IMPORTANT INFO ***
  7.  
  8. Feline Themes Presents: Wednesdays
  9.  
  10. You may make as many cosmetic changes as you'd like to this theme such as changing fonts, colors, and simple stuff like that. Just please don't make this theme look like an entirely new theme, okay? :)
  11.  
  12. Do not use as a base code! And do not reupload this theme as your own, no matter how much you edit it, and keep both credit links intact (although you may edit the credit link in the sidebar to be a credit popup if you'd like).
  13.  
  14. You may look at my coding to see how I did certain things, but please don't copy & paste any of the CSS/HTML.
  15.  
  16.  
  17. *FONTS USED*
  18.  
  19. - Raleway [Google Font]
  20. - Sweetie Pie [dafont.com]
  21. - Sabrina [dafont.com]
  22.  
  23. *INCLUDED PLUGINS*
  24.  
  25. - jQuery (YOU DO NOT NEED TO ADD THIS AGAIN FOR POPUPS OR ANYTHING ELSE)
  26. - Infinite Scroll
  27. - Masonry
  28. - Unnest
  29. - PXU
  30. - Styled Tooltips
  31.  
  32. *OTHER INFO*
  33.  
  34. - I have tested the following post types: Text, Photos/Photosets, Quotes, Asks, Videos, Chats. I didn't really touch the audio posts as I don't see them used often.
  35.  
  36. Enjoy and let me know if you use it so I can see! :)
  37.  
  38.  
  39. © Feline Themes 2017
  40.  
  41. ------------------------------------------------------------------------>
  42.  
  43. <head>
  44.  
  45. <!---------------------------------------------------------------------->
  46.  
  47. <title>{Title}</title>
  48.  
  49. <link href="{Favicon}" rel="icon" type="image/x-icon" />
  50.  
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  52.  
  53. {block:Description}
  54. <meta name="description" content="{MetaDescription}"/>
  55. {/block:Description}
  56.  
  57. <!---------------------------------------------------------------------->
  58.  
  59. <meta name="color:Main Font Color" content="#000000"/>
  60. <meta name="color:Color 1" content="#eda5c5"/>
  61. <meta name="color:Color 2" content="#d15878"/>
  62. <meta name="color:Color 3" content="#dfadb0"/>
  63.  
  64. <meta name="text:Title Font Size" content="28px"/>
  65.  
  66. <meta name="if:Scroll To Top Button" content="1"/>
  67. <meta name="if:Loading Screen" content="1"/>
  68.  
  69. <meta name="select:Photoset Gutter Size" content="3px"/>
  70. <meta name="select:Photoset Gutter Size" content="5px"/>
  71. <meta name="select:Photoset Gutter Size" content="7px"/>
  72.  
  73. <meta name="if:Archive Link" content="1"/>
  74.  
  75. <meta name="text:Link 1 URL" content="/linkone"/>
  76. <meta name="text:Link 1 Text" content="Link One"/>
  77. <meta name="text:Link 2 URL" content="/linktwo"/>
  78. <meta name="text:Link 2 Text" content="Link Two"/>
  79.  
  80. <meta name="text:Your Name" content="Name/Nickname"/>
  81.  
  82. <!---------------------------------------------------------------------->
  83.  
  84. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <!-- jQuery, you only need ONE of these libraries! -->
  85.  
  86. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <!-- Style My Tooltips-->
  87.  
  88. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script> <!--- Infinite Scroll--->
  89.  
  90. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script> <!--- Masonry --->
  91.  
  92. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script> <!-- Images Loaded -->
  93.  
  94. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script> <!-- PXU -->
  95.  
  96. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/> <!--- PXU Styling --->
  97.  
  98. <script src="//static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script> <!-- Unnest Caption -->
  99.  
  100. <script type="text/javascript" src="//static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script> <!--- To Top Button ---->
  101.  
  102. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <!--Font Awesome Icons-->
  103.  
  104. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css"> <!--- Linear Icons --->
  105.  
  106. <link href="http://static.tumblr.com/dq6g0mp/EI1oyye4i/sabrina.css" rel="stylesheet"> <!--- Sabrina Font --->
  107.  
  108. <link href="http://static.tumblr.com/dq6g0mp/Zd8opm2zy/sweetie.css" rel="stylesheet"> <!-- Sweetie Pie Font -->
  109.  
  110. <link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Raleway" rel="stylesheet"> <!--- FONTS --->
  111.  
  112.  
  113. <style type="text/css">
  114.  
  115.  
  116. /*------------------------------ SIDEBAR ------------------------------*/
  117.  
  118. /*---- General Sidebar ----*/
  119.  
  120. #sidebar{
  121. position:fixed;
  122. z-index:100;
  123. top:170px;
  124. left:6%;
  125. width:270px;
  126. text-align:center;
  127. }
  128.  
  129. /*---- Blogtitle ----*/
  130.  
  131. #sb-blogtitle{
  132. margin:0px 0px -15px 75px;
  133. text-align:left;
  134. font-family: 'sabrina_atregular';
  135. font-size:{text:Title Font Size};
  136. color:#000000;
  137. }
  138.  
  139. /*----- Avatar -----*/
  140.  
  141. #sb-icon{
  142. width:70px;
  143. box-shadow:-5px -5px 0px {color:Color 3};
  144. }
  145.  
  146. /*----- Description -----*/
  147.  
  148. #sb-description{
  149. margin:-60px 0px 5px 60px;
  150. padding:10px 10px 10px 20px;
  151. background-color:{color:Color 1};
  152. box-shadow:5px 5px 0px {color:Color 2};
  153. color:#ffffff;
  154. }
  155.  
  156. /*----- Links -----*/
  157.  
  158. #sb-links{
  159. text-align:right;
  160. }
  161.  
  162. .links{
  163. display:inline-block;
  164. margin:5px 0px 0px 0px;
  165. padding:0px;
  166. }
  167.  
  168. .links:after {
  169. display:inline-block;
  170. clear:both;
  171. }
  172.  
  173. .links li {
  174. display:inline-block;
  175. list-style:none;
  176. margin:0px 3px 0px 3px;
  177. width:7px;
  178. height:7px;
  179. }
  180.  
  181. .links a {
  182. display:inline-block;
  183. width:7px;
  184. height:7px;
  185. border-radius:100%;
  186. background-color:#000000;
  187. -webkit-transition: all .9s ease;
  188. -moz-transition: all .9s ease;
  189. -o-transition: all .9s ease;
  190. -ms-transition: all .9s ease;
  191. transition: all .9s ease;
  192. }
  193.  
  194. .links span{
  195. position:relative;
  196. width:10px;
  197. height:10px;
  198. }
  199.  
  200. .links li:hover a{
  201. background-color:{color:Color 3};
  202. }
  203.  
  204. /*------------------------------ SIDEBAR ------------------------------*/
  205.  
  206.  
  207. /*------------------------------ POSTS --------------------------------*/
  208.  
  209. #container{
  210. position:absolute;
  211. left:56%;
  212. transform:translateX(-50%);
  213. width:570px;
  214. {block:IndexPage}
  215. top:70px;
  216. {/block:IndexPage}
  217. {block:PermalinkPage}
  218. top:90px;
  219. {/block:PermalinkPage}
  220. }
  221.  
  222. .entry{
  223. position:relative;
  224. margin:0px 0px 60px 0px;
  225. {block:IndexPage}
  226. width:250px;
  227. {/block:IndexPage}
  228. {block:PermalinkPage}
  229. width:570px;
  230. {/block:PermalinkPage}
  231. }
  232.  
  233. .thepost{
  234. {block:IndexPage}
  235. width:250px;
  236. {/block:IndexPage}
  237. {block:PermalinkPage}
  238. width:400px;
  239. {/block:PermalinkPage}
  240. }
  241.  
  242. .postcontents{
  243. position:relative;
  244. }
  245.  
  246. iframe, img, embed, object, video {
  247. max-width: 100%;
  248. }
  249.  
  250. /*---- Text Post ----*/
  251.  
  252. .tp-title, .cp-title{
  253. margin-bottom:3px;
  254. text-align:center;
  255. font-family: 'sabrina_atregular';
  256. color:#000000;
  257. }
  258.  
  259. .tp-title{
  260. font-size:28px;
  261. }
  262.  
  263. .tp-body, .qp-body{
  264. padding:15px;
  265. background-color:{color:Color 1};
  266. {block:PermalinkPage}
  267. min-height: 100px;
  268. {/block:PermalinkPage}
  269. {block:IndexPage}
  270. box-shadow:-3px 3px 0px #000000;
  271. {/block:IndexPage}
  272. }
  273.  
  274. .tp-body a, .qp-source a{
  275. color:{color:Color 2};
  276. }
  277.  
  278. /*---- Quote Post ----*/
  279.  
  280. .qp-body{
  281. text-align:left;
  282. font-family: 'sabrina_atregular';
  283. }
  284.  
  285. .qp-source{
  286. text-align:right;
  287. font-family: 'Raleway';
  288. font-size:9px;
  289. }
  290.  
  291. .short{
  292. font-size:18px;
  293. }
  294.  
  295. .medium{
  296. font-size:16px;
  297. }
  298.  
  299. .long{
  300. font-size:14px;
  301. }
  302.  
  303. /*---- Link Post ----*/
  304.  
  305. a.p-link{
  306. display:block;
  307. padding:10px;
  308. border-radius:5px;
  309. background: {color:Color 3}; /* For browsers that do not support gradients */
  310. background: -webkit-linear-gradient(left, {color:Color 3}, {color:Color 2}); /* For Safari 5.1 to 6.0 */
  311. background: -o-linear-gradient(left, {color:Color 3}, {color:Color 2}); /* For Opera 11.1 to 12.0 */
  312. background: -moz-linear-gradient(left, {color:Color 3}, {color:Color 2}); /* For Firefox 3.6 to 15 */
  313. background: linear-gradient(left, {color:Color3}, {color:Color 2}); /* Standard syntax */
  314. font-family: 'sabrina_atregular';
  315. font-size:15px;
  316. color:#ffffff;
  317. }
  318.  
  319. a.p-link:hover{
  320. background: {color:Color 3}; /* For browsers that do not support gradients */
  321. background: -webkit-linear-gradient(left, {color:Color 3}, {color:Color 1}); /* For Safari 5.1 to 6.0 */
  322. background: -o-linear-gradient(left, {color:Color 3}, {color:Color 1}); /* For Opera 11.1 to 12.0 */
  323. background: -moz-linear-gradient(left, {color:Color 3}, {color:Color 1}); /* For Firefox 3.6 to 15 */
  324. background: linear-gradient(left, {color:Color 3}, {color:Color 1}); /* Standard syntax */
  325. }
  326.  
  327. /*---- Chat Posts ----*/
  328.  
  329. .cp-title{
  330. font-size:15px;
  331. }
  332.  
  333. .cp-body{
  334. font-size:10px;
  335. }
  336.  
  337. .chat-line{
  338. margin:10px 0px 10px 0px;
  339. }
  340.  
  341. .odd .c-line, .even .c-line{
  342. position:relative;
  343. margin-bottom:5px;
  344. padding:10px;
  345. border-radius:3px;
  346. color:#ffffff;
  347. }
  348.  
  349. .even .c-line{
  350. margin-right:10px;
  351. background-color:{color:Color 2};
  352. }
  353.  
  354. .odd .c-line{
  355. margin-left:10px;
  356. background-color:{color:Color 3};
  357. }
  358.  
  359. .odd .c-user, .even .c-user{
  360. white-space: nowrap;
  361. overflow:hidden;
  362. font-size:9px;
  363. color:#aaaaaa;
  364. }
  365.  
  366. .c-user hider /*-- hides semicolor --*/{
  367. display:inline-block;
  368. white-space: nowrap;
  369. overflow:hidden;
  370. background-color:#ffffff;
  371. margin-left:-2px;
  372. width:10px;
  373. height:9px;
  374. }
  375.  
  376. .odd .c-user{
  377. margin-left:9px;
  378. text-align:right;
  379. }
  380.  
  381. .even .c-user{
  382. text-align:left;
  383. }
  384.  
  385. .chat-chatter{
  386. position:absolute;
  387. bottom:10px;
  388. width:10px;
  389. height:10px;
  390. transform:rotate(45deg);
  391. }
  392.  
  393. .even .chat-chatter{
  394. right:-5px;
  395. background-color:{color:Color 2};
  396. }
  397.  
  398. .odd .chat-chatter{
  399. left:-5px;
  400. background-color:{color:Color 3};
  401. }
  402.  
  403. /*----- Photosets -----*/
  404.  
  405. {block:IndexPage}
  406. .thephotoset{
  407. position:relative;
  408. overflow:hidden;
  409. }
  410.  
  411. .thephotoset img{
  412. -webkit-transition: all .4s ease;
  413. -moz-transition: all .4s ease;
  414. -o-transition: all .4s ease;
  415. transition: all .4s ease;
  416. }
  417.  
  418. #photopost:hover .thephotoset img{
  419. filter:grayscale(100%);
  420. }
  421. {/block:IndexPage}
  422.  
  423. /*---- Photo Post ----*/
  424.  
  425. #photopost{
  426. {block:IndexPage}
  427. position:relative;
  428. overflow:hidden;
  429. padding:10px;
  430. border:1px solid #eeeeee;
  431. {block:IndexPage}
  432. }
  433.  
  434. .thephoto{
  435. position:relative;
  436. overflow:hidden;
  437. }
  438.  
  439. {block:IndexPage}
  440. .thephoto img{
  441. -webkit-transition: all .4s ease;
  442. -moz-transition: all .4s ease;
  443. -o-transition: all .4s ease;
  444. transition: all .4s ease;
  445. }
  446.  
  447. #photopost:hover .thephoto img{
  448. filter:grayscale(100%);
  449. }
  450. {/block:IndexPage}
  451.  
  452. .photohovereffect{
  453. position:absolute;
  454. z-index:0;
  455. top:0px;
  456. bottom:0px;
  457. left:0px;
  458. right:0px;
  459. opacity:0;
  460. background: {color:Color 2}; /* For browsers that do not support gradients */
  461. background: -webkit-linear-gradient({color:Color 2}, {color:Color 3}); /* For Safari 5.1 to 6.0 */
  462. background: -o-linear-gradient({color:Color 2}, {color:Color 3}); /* For Opera 11.1 to 12.0 */
  463. background: -moz-linear-gradient({color:Color 2}, {color:Color 3}); /* For Firefox 3.6 to 15 */
  464. background: linear-gradient({color:Color 2}, {color:Color 3}); /* Standard syntax */
  465. -webkit-transition: all .4s ease;
  466. -moz-transition: all .4s ease;
  467. -o-transition: all .4s ease;
  468. transition: all .4s ease;
  469. }
  470.  
  471. .entry:hover .photohovereffect{
  472. opacity:0.8;
  473. }
  474.  
  475. /*--Photo Perma--*/
  476.  
  477. .p-permalinks{
  478. position:absolute;
  479. top:50%;
  480. left:50%;
  481. width:200px;
  482. transform:translate(-50%,-50%);
  483. opacity:0;
  484. text-align:center;
  485. -webkit-transition: all .4s ease;
  486. -moz-transition: all .4s ease;
  487. -o-transition: all .4s ease;
  488. transition: all .4s ease;
  489. transition-delay:0s;
  490. }
  491.  
  492. .entry:hover .p-permalinks{
  493. opacity:1;
  494. transition-delay:0.4s;
  495. }
  496.  
  497. a.photo-perma{
  498. display:inline-block;
  499. position:relative;
  500. margin:3px;
  501. width:40px;
  502. overflow:hidden;
  503. color:#ffffff;
  504. }
  505.  
  506. .photo-perma i{
  507. position:relative;
  508. width:40px;
  509. font-size:30px;
  510. -webkit-transition: all .4s ease;
  511. -moz-transition: all .4s ease;
  512. -o-transition: all .4s ease;
  513. }
  514.  
  515. .photo-perma label{
  516. display:block;
  517. margin-top:5px;
  518. font-size:10px;
  519. }
  520.  
  521. .like .like_button {
  522. position:relative;
  523.  
  524. }
  525.  
  526. .like .like_button iframe {
  527. position:absolute;
  528. z-index:2;
  529. top:0px;
  530. bottom:0px;
  531. left:0px;
  532. right:0px;
  533. opacity:1;
  534. zoom:750%;
  535. }
  536.  
  537.  
  538. .p-postinfo{
  539. margin-top:7px;
  540. padding:5px 7px 5px 7px;
  541. text-align:right;
  542. font-size:15px;
  543. font-family: 'sabrina_atregular';
  544. color:#aaaaaa;
  545. }
  546.  
  547. /*--- Question Posts ---*/
  548.  
  549. .asked{
  550. position:relative;
  551. }
  552.  
  553. .asker-icon{
  554. width:40px;
  555. height:40px;
  556. }
  557.  
  558. .asker-icon img{
  559. width:40px;
  560. height:40px;
  561. border-radius:3px;
  562. }
  563.  
  564. .askerquestion{
  565. position:relative;
  566. z-index:1;
  567. margin:-40px 0px 0px 50px;
  568. min-height: 40px;
  569. padding:5px;
  570. border-radius:2px;
  571. background-color:{color:Color 3};
  572. color:#ffffff;
  573. }
  574.  
  575. .askerquestion a{
  576. color:#ffffff;
  577. }
  578.  
  579. .asked-chatter{
  580. position:absolute;
  581. z-index:-1;
  582. top:10px;
  583. left:-5px;
  584. width:10px;
  585. height:10px;
  586. transform:rotate(45deg);
  587. background-color:{color:Color 3};
  588. }
  589.  
  590. .theanswer{
  591. position:relative;
  592. margin-top:5px;
  593. }
  594.  
  595. .answered-q{
  596. padding:5px;
  597. background-color:{color:Color 1};
  598. color:#ffffff;
  599. }
  600.  
  601. /*---- Text Based Permas ----*/
  602.  
  603. #textperma{
  604. position:relative;
  605. margin:5px -3px 0px 0px;
  606. text-align:right;
  607. }
  608.  
  609. #textperma a{
  610. display:inline-block;
  611. margin-right:3px;
  612. width:7px;
  613. height:7px;
  614. border-radius:100%;
  615. background-color:#000000;
  616. text-align:center;
  617. font-size:10px;
  618. color:#ffffff;
  619. -webkit-transition: all .4s ease;
  620. -moz-transition: all .4s ease;
  621. -o-transition: all .4s ease;
  622. transition: all .4s ease;
  623. }
  624.  
  625. #textperma a:hover{
  626. background-color:{color:Color 2};
  627. }
  628.  
  629. /*----Like Button Style----*/
  630.  
  631. #textperma .like .like_button iframe {
  632. position:absolute;
  633. z-index:2;
  634. top:0px;
  635. bottom:0px;
  636. left:0px;
  637. right:0px;
  638. opacity:0;
  639. }
  640.  
  641. /*----------------------PERMALINK PAGE---------------------*/
  642.  
  643. .thepostinfo{
  644. position:absolute;
  645. top:0px;
  646. right:0px;
  647. width:160px;
  648. }
  649.  
  650. .postinfo{
  651. margin:0px 0px 5px 0px;
  652. padding:7px;
  653. background-color:#000000;
  654. font-size:10px;
  655. color:#ffffff;
  656. }
  657.  
  658. .postinfo a{
  659. color:#ffffff;
  660. }
  661.  
  662. .caption{
  663. margin-top:10px;
  664. padding:10px;
  665. border:1px solid #eeeeee;
  666. background-color:#ffffff;
  667. color:#aaaaaa;
  668. }
  669.  
  670. .caption a{
  671. color:{color:Color 2};
  672. }
  673.  
  674. .caption b{
  675. color:{color:Color 1};
  676. }
  677.  
  678. .caption h2{
  679. text-align:left;
  680. color:{color:Color 2};
  681. }
  682.  
  683. .tumblr_parent {
  684. margin:0px 0px 5px 0px;
  685. }
  686.  
  687. .tumblr_avatar{
  688. display:none;
  689. }
  690.  
  691. ol.notes{
  692. margin:10px 0px 0px 0px;
  693. max-height:200px;
  694. overflow:auto;
  695. padding:0px;
  696. background-color:{color:Color 3};
  697. list-style-type:none;
  698. }
  699.  
  700. /*NOTES SPECIFIC SCROLLBARS*/
  701.  
  702. ol.notes::-webkit-scrollbar {
  703. width: 5px;
  704. }
  705.  
  706. ol.notes::-webkit-scrollbar-track {
  707. background-color:#ffffff;
  708. border-top:5px solid {color:Color 2};
  709. border-bottom:5px solid {color:Color 2};
  710. border-left:2px solid {color:Color 2};
  711. border-right:2px solid {color:Color 2};
  712. }
  713.  
  714. ol.notes::-webkit-scrollbar-thumb {
  715. border-top:5px solid {color:Color 2};
  716. border-bottom:5px solid {color:Color 2};
  717. border-left:2px solid {color:Color 2};
  718. border-right:2px solid {color:Color 2};
  719. background-color:#000000;
  720. }
  721.  
  722. ol.notes li{
  723. position:relative;
  724. margin-top:-1px;
  725. padding:10px 25px 10px 10px;
  726. border-top:1px solid #ffffff;
  727. }
  728.  
  729. ol.notes blockquote{
  730. display:inline-block;
  731. font-size:11px;
  732. }
  733.  
  734. ol.notes a{
  735. color:#ffffff;
  736. }
  737.  
  738. ol.notes img{
  739. display:none;
  740. }
  741.  
  742. /*------------------------------ POSTS --------------------------------*/
  743.  
  744.  
  745. /*------------------------- LOADING SCREEN ----------------------------*/
  746. #loading {
  747. position:fixed;
  748. top:0px;
  749. bottom:0px;
  750. left:0px;
  751. right:0px;
  752. z-index: 1000;
  753. background-color:#ffffff;
  754. }
  755.  
  756. #loadmessage{
  757. position:fixed;
  758. top:50%;
  759. left:50%;
  760. transform:translate(-50%,-50%);
  761. font-family: 'sabrina_atregular';
  762. font-size:80px;
  763. color:#000000;
  764. }
  765. /*---------------------------------------------------------------------*/
  766.  
  767.  
  768. #tl-corner1, #br-corner1, #left1, #bottom1, #right1, #top1, #borderbg-left, #borderbg-right, #borderbg-top, #borderbg-bottom, #left2, #bottom2, #right2, #top2{
  769. position:fixed;
  770. z-index:900000 !important;
  771. }
  772.  
  773. #tl-corner1, #br-corner1{
  774. width:250px;
  775. height:250px;
  776. transform:rotate(45deg);
  777. background-color:#ffffff;
  778. box-shadow:0px 0px 1px #888888;
  779. }
  780.  
  781. #tl-corner1{
  782. top:-125px;
  783. left:-125px;
  784. }
  785.  
  786. #br-corner1{
  787. bottom:-125px;
  788. right:-125px;
  789. }
  790.  
  791. #left1, #right1{
  792. top:0px;
  793. bottom:0px;
  794. width:15px;
  795. }
  796.  
  797. #left1{
  798. left:0px;
  799. background: {color:Color 3}; /* For browsers that do not support gradients */
  800. background: -webkit-linear-gradient({color:Color 3}, {color:Color 1}); /* For Safari 5.1 to 6.0 */
  801. background: -o-linear-gradient({color:Color 3}, {color:Color 1}); /* For Opera 11.1 to 12.0 */
  802. background: -moz-linear-gradient({color:Color 3}, {color:Color 1}); /* For Firefox 3.6 to 15 */
  803. background: linear-gradient({color:Color 3}, {color:Color 1}); /* Standard syntax */
  804. }
  805.  
  806. #right1{
  807. right:0px;
  808. background: {color:Color 1}; /* For browsers that do not support gradients */
  809. background: -webkit-linear-gradient({color:Color 1}, {color:Color 2}); /* For Safari 5.1 to 6.0 */
  810. background: -o-linear-gradient({color:Color 1}, {color:Color 2}); /* For Opera 11.1 to 12.0 */
  811. background: -moz-linear-gradient({color:Color 1}, {color:Color 2}); /* For Firefox 3.6 to 15 */
  812. background: linear-gradient({color:Color 1}, {color:Color 2}); /* Standard syntax */
  813. }
  814.  
  815. #top1, #bottom1{
  816. height:15px;
  817. left:0px;
  818. right:0px;
  819. }
  820.  
  821. #top1{
  822. top:0px;
  823. right:0px;
  824. background: {color:Color 1}; /* For browsers that do not support gradients */
  825. background: -webkit-linear-gradient(left, {color:Color 2}, {color:Color 1}); /* For Safari 5.1 to 6.0 */
  826. background: -o-linear-gradient(left, {color:Color 2}, {color:Color 1}); /* For Opera 11.1 to 12.0 */
  827. background: -moz-linear-gradient(left, {color:Color 2}, {color:Color 1}); /* For Firefox 3.6 to 15 */
  828. background: linear-gradient(left, {color:Color 2}, {color:Color 1}); /* Standard syntax */
  829. }
  830.  
  831. #bottom1{
  832. bottom:0px;
  833. background: {color:Color 3}; /* For browsers that do not support gradients */
  834. background: -webkit-linear-gradient(left, {color:Color 1}, {color:Color 3}); /* For Safari 5.1 to 6.0 */
  835. background: -o-linear-gradient(left, {color:Color 1}, {color:Color 3}); /* For Opera 11.1 to 12.0 */
  836. background: -moz-linear-gradient(left, {color:Color 1}, {color:Color 3}); /* For Firefox 3.6 to 15 */
  837. background: linear-gradient(left, {color:Color 1}, {color:Color 3}); /* Standard syntax */
  838. }
  839.  
  840. #borderbg-left, #borderbg-right, #borderbg-top, #borderbg-bottom{
  841. background-color:#ffffff;
  842. }
  843.  
  844. #borderbg-left, #borderbg-right{
  845. top:15px;
  846. bottom:15px;
  847. width:5px;
  848. }
  849.  
  850. #borderbg-left{
  851. left:15px;
  852. }
  853.  
  854. #borderbg-right{
  855. right:15px;
  856. }
  857.  
  858. #borderbg-top, #borderbg-bottom{
  859. left:15px;
  860. right:15px;
  861. height:5px;
  862. }
  863.  
  864. #borderbg-top{
  865. top:15px;
  866. }
  867.  
  868. #borderbg-bottom{
  869. bottom:15px;
  870. }
  871.  
  872. #left2, #bottom2, #right2, #top2{
  873. background-color:#000000;
  874. }
  875.  
  876. #left2, #right2{
  877. width:1px;
  878. }
  879.  
  880. #bottom2, #top2{
  881. height:1px;
  882. }
  883.  
  884. #left2{
  885. top:170px;
  886. bottom:20px;
  887. left:20px;
  888. }
  889.  
  890. #bottom2{
  891. bottom:20px;
  892. left:20px;
  893. right:170px;
  894. }
  895.  
  896. #right2{
  897. top:20px;
  898. bottom:170px;
  899. right:20px;
  900. }
  901.  
  902. #top2{
  903. top:20px;
  904. right:20px;
  905. left:170px;
  906. }
  907.  
  908. /*------------------------------ BASICS -------------------------------*/
  909.  
  910.  
  911. #infscr-loading {
  912. display: none !important;
  913. }
  914.  
  915. #scrollToTop:link,
  916. #scrollToTop:visited {
  917. display:none;
  918. position:fixed;
  919. bottom:25px;
  920. left:25px;
  921. font-size:20px;
  922. color:{color:Color 2};
  923. }
  924.  
  925. #s-m-t-tooltip {
  926. margin:15px 0px 0px 10px;
  927. padding:7px;
  928. background-color:#ffffff;
  929. border:1px solid #cccccc;
  930. font-size:10px;
  931. text-align:center;
  932. color:#cccccc;
  933. z-index:99999999999999999999999999999999999;
  934. }
  935.  
  936. ::-moz-selection { /* Code for Firefox */
  937. color: #ffffff;
  938. background: {color:Color 1};
  939. }
  940.  
  941. ::selection {
  942. color: #ffffff;
  943. background: {color:Color 1};
  944. }
  945.  
  946.  
  947. body{
  948. background-color:#ffffff;
  949. font-family:'Raleway';
  950. font-size:11px;
  951. }
  952.  
  953. body::-webkit-scrollbar{
  954. width:0px;
  955. }
  956.  
  957. blockquote{
  958. margin:0px;
  959. }
  960.  
  961. img{
  962. vertical-align:middle;
  963. }
  964.  
  965. hr{
  966. margin:5px 0px 5px 0px;
  967. height:1px;
  968. border:none;
  969. background-color:#cccccc;
  970. }
  971.  
  972. h1{
  973. margin:0px 0px 5px 0px;
  974. font-family: 'sabrina_atregular';
  975. font-size:20px;
  976. color:{color:Color 1};
  977. }
  978.  
  979. h2{
  980. font-family: 'sabrina_atregular';
  981. font-size:15px;
  982. }
  983.  
  984. p{
  985. margin:5px 0px 5px 0px;
  986. text-align:justify;
  987. font-family: 'Raleway';
  988. font-size:11px;
  989. }
  990.  
  991. ol{
  992. text-align:left;
  993. font-family: 'Raleway';
  994. font-size:11px;
  995. }
  996.  
  997. ul{
  998. text-align:left;
  999. font-family: 'Raleway';
  1000. font-size:11px;
  1001. }
  1002.  
  1003. a{
  1004. text-decoration:none;
  1005. color:{color:Color 3};
  1006. }
  1007.  
  1008. i{
  1009. font-family:'sweetie_pieregular';
  1010. }
  1011.  
  1012. iframe.tmblr-iframe {
  1013. z-index:99999999999999!important;
  1014. top:20px!important;
  1015. right:20px!important;
  1016. opacity:0.7;
  1017. transform:scale(0.6);
  1018. transform-origin:100% 0;
  1019. -webkit-transform:scale(0.6);
  1020. -webkit-transform-origin:100% 0;
  1021. -o-transform:scale(0.6);
  1022. -o-transform-origin:100% 0;
  1023. -moz-transform:scale(0.6);
  1024. -moz-transform-origin:100% 0;
  1025. -ms-transform:scale(0.6);
  1026. -ms-transform-origin:100% 0;
  1027. }
  1028.  
  1029. /*------------------------------ BASICS -------------------------------*/
  1030.  
  1031. </style>
  1032.  
  1033. </head>
  1034.  
  1035.  
  1036. <body>
  1037.  
  1038.  
  1039. <!------------------------------ SIDEBAR ------------------------------->
  1040. <div id="sidebar">
  1041. <!--------------------------->
  1042. <div id="sb-blogtitle" title="Refresh">{Title}</div>
  1043. <!--------------------------->
  1044. <div id="sb-icon"><img src="{Favicon}"></div>
  1045. <!--------------------------->
  1046. <div id="sb-description">{Description}</div>
  1047. <!--------------------------->
  1048. <div id="sb-links">
  1049. <ul class="links">
  1050. <li><a href="/" title="Home"></a></li>
  1051.  
  1052. {block:AskEnabled}
  1053. <li><a href="/ask" title="Ask"></a></li>
  1054. {/block:AskEnabled}
  1055.  
  1056. {block:ifLink1URL}
  1057. <li><a href="{text:Link 1 URL}" title="{text:Link 1 Text}"></a></li>
  1058. {/block:ifLink1URL}
  1059.  
  1060. {block:ifLink2URL}
  1061. <li><a href="{text:Link 2 URL}" title="{text:Link 2 Text}"></a></li>
  1062. {/block:ifLink2URL}
  1063.  
  1064. {block:ifArchiveLink}
  1065. <li><a href="/archive" title="Archive"></a></li>
  1066. {/block:ifArchiveLink}
  1067.  
  1068. <li><a href="http://katting.tk" title="Theme Credit"></a></li>
  1069. </ul>
  1070. </div>
  1071. <!--------------------------->
  1072. </div>
  1073. <!------------------------------ SIDEBAR ------------------------------->
  1074.  
  1075.  
  1076.  
  1077. <!---------------------------------------------------------------------->
  1078. <div id="container">
  1079. {block:Posts}
  1080. <div class="entry">
  1081. <!-------------------------------------------------------------------->
  1082. <div class="thepost {PostType}">
  1083. <!----------------------------------------------------->
  1084. {block:Text}
  1085. <div class="post text">
  1086. {block:Title}<div class="tp-title">{Title}</div>{/block:Title}
  1087. <div class="tp-body">{Body}</div>
  1088. <!----------------------->
  1089. {block:IndexPage}
  1090. <div id="textperma">
  1091. <a href="#" title="Like" class="like"><likebutton>{LikeButton}</likebutton></a>
  1092.  
  1093. <a href="{ReblogURL}" title="Reblog" target="blank"></a>
  1094.  
  1095. <a href="{Permalink}" title="{TimeAgo} with {NoteCountWithLabel}"></a>
  1096. </div>
  1097. {/block:IndexPage}
  1098. <!----------------------->
  1099. </div>
  1100. {/block:Text}
  1101. <!----------------------------------------------------->
  1102.  
  1103.  
  1104. <!----------------------------------------------------->
  1105. {block:Quote}
  1106. <div class="post quote {Length}">
  1107. <div class="qp-body">
  1108. "{Quote}"
  1109. {block:Source}<div class="qp-source">- {Source}</div>{/block:Source}
  1110. </div>
  1111. <!----------------------->
  1112. {block:IndexPage}
  1113. <div id="textperma">
  1114. <a href="#" title="Like" class="like"><likebutton>{LikeButton}</likebutton></a>
  1115.  
  1116. <a href="{ReblogURL}" title="Reblog" target="blank"></a>
  1117.  
  1118. <a href="{Permalink}" title="{TimeAgo} with {NoteCountWithLabel}"></a>
  1119. </div>
  1120. {/block:IndexPage}
  1121. <!----------------------->
  1122. </div>
  1123. {/block:Quote}
  1124. <!----------------------------------------------------->
  1125.  
  1126.  
  1127. <!----------------------------------------------------->
  1128. {block:Link}
  1129. <div class="post link">
  1130. <div class="lp-bg">
  1131. <a href="{URL}" class="p-link {Target}" target="blank">{Name}</a>
  1132. </div>
  1133. <!----------------------->
  1134. {block:IndexPage}
  1135. <div id="textperma">
  1136. <a href="#" title="Like" class="like"><likebutton>{LikeButton}</likebutton></a>
  1137.  
  1138. <a href="{ReblogURL}" title="Reblog" target="blank"></a>
  1139.  
  1140. <a href="{Permalink}" title="{TimeAgo} with {NoteCountWithLabel}"></a>
  1141. </div>
  1142. {/block:IndexPage}
  1143. <!----------------------->
  1144. </div>
  1145. {/block:Link}
  1146. <!----------------------------------------------------->
  1147.  
  1148.  
  1149. <!----------------------------------------------------->
  1150. {block:Chat}
  1151. <div class="post chat">
  1152. {block:Title}<div class="cp-title">{Title}</div>{/block:Title}
  1153.  
  1154. <div class="cp-body">
  1155. {block:Lines}
  1156. <div class="chat-line">
  1157. <div class="{Alt} user_{UserNumber}"><div class="c-line">
  1158. <div class="chat-chatter"></div>
  1159. {Line}
  1160. </div></div>
  1161. <div class="{Alt} user_{UserNumber}">
  1162. {block:Label}<div class="c-user">{Label}<hider></hider></div>{/block:Label}
  1163. </div>
  1164. </div>
  1165. {/block:Lines}
  1166. </div>
  1167.  
  1168. <!----------------------->
  1169. {block:IndexPage}
  1170. <div id="textperma">
  1171. <a href="#" title="Like" class="like"><likebutton>{LikeButton}</likebutton></a>
  1172.  
  1173. <a href="{ReblogURL}" title="Reblog" target="blank"></a>
  1174.  
  1175. <a href="{Permalink}" title="{TimeAgo} with {NoteCountWithLabel}"></a>
  1176. </div>
  1177. {/block:IndexPage}
  1178. <!----------------------->
  1179. </div>
  1180. {/block:Chat}
  1181. <!----------------------------------------------------->
  1182.  
  1183.  
  1184. <!----------------------------------------------------->
  1185. {block:Video}
  1186. <div class="post video">
  1187. {block:IndexPage}{Video-250}{/block:IndexPage}
  1188. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  1189. </div>
  1190. <!----------------------->
  1191. {block:IndexPage}
  1192. <div id="textperma">
  1193. <a href="#" title="Like" class="like"><likebutton>{LikeButton}</likebutton></a>
  1194.  
  1195. <a href="{ReblogURL}" title="Reblog" target="blank"></a>
  1196.  
  1197. <a href="{Permalink}" title="{TimeAgo} with {NoteCountWithLabel}"></a>
  1198. </div>
  1199. {/block:IndexPage}
  1200. <!----------------------->
  1201. {block:Video}
  1202. <!----------------------------------------------------->
  1203.  
  1204.  
  1205.  
  1206. <!----------------------------------------------------->
  1207. {block:Audio}
  1208. <div class="post audio">
  1209. {block:AudioEmbed}
  1210. {block:IndexPage}{block:AudioEmbed-250}{/block:IndexPage}
  1211. {block:PermalinkPage}{AudioEmbed-500}{/block:PermalinkPage}
  1212. {/block:AudioEmbed}
  1213.  
  1214. {block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}
  1215. </div>
  1216. {/block:Audio}
  1217. <!----------------------------------------------------->
  1218.  
  1219.  
  1220. <!----------------------------------------------------->
  1221. {block:Photoset}
  1222. <div class="post photoset">
  1223. <div id="photopost">
  1224. <div class="thephotoset">
  1225. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  1226. {block:Photos}
  1227. <div class="photo-data"><div class="pxu-photo">
  1228. <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
  1229. </div>
  1230. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  1231. </div>
  1232. {/block:Photos}
  1233. </div>
  1234. {block:IndexPage}
  1235. <!---------------------------------->
  1236. <div class="photohovereffect"></div>
  1237. <div class="p-permalinks">
  1238. <a href="{ReblogURL}" class="photo-perma"><i class="lnr lnr-redo"></i><label>Reblog</label></a>
  1239.  
  1240. <a href="{Permalink}" class="photo-perma"><i class="lnr lnr-bubble"></i><label>Details</label></a>
  1241.  
  1242. <a href="#" class="photo-perma like"><likebutton>{LikeButton}<i class="lnr lnr-heart"></i><label>Like</label></likebutton></a>
  1243. </div>
  1244. <!---------------------------------->
  1245. {/block:IndexPage}
  1246. </div>
  1247. {block:IndexPage}
  1248. <div class="p-postinfo">{TimeAgo} • {NoteCountWithLabel}</div>
  1249. {/block:IndexPage}
  1250. </div>
  1251. </div>
  1252. {/block:Photoset}
  1253. <!----------------------------------------------------->
  1254.  
  1255.  
  1256. <!----------------------------------------------------->
  1257. {block:Photo}
  1258. <div class="post photo">
  1259. <div id="photopost">
  1260. <div class="thephoto">
  1261. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  1262. {block:IndexPage}
  1263. <!---------------------------------->
  1264. <div class="photohovereffect"></div>
  1265. <div class="p-permalinks">
  1266. <a href="{ReblogURL}" class="photo-perma"><i class="lnr lnr-redo"></i><label>Reblog</label></a>
  1267.  
  1268. <a href="{Permalink}" class="photo-perma"><i class="lnr lnr-bubble"></i><label>Details</label></a>
  1269.  
  1270. <a href="#" class="photo-perma like"><likebutton>{LikeButton}<i class="lnr lnr-heart"></i><label>Like</label></likebutton></a>
  1271. </div>
  1272. <!---------------------------------->
  1273. {/block:IndexPage}
  1274. </div>
  1275. {block:IndexPage}
  1276. <div class="p-postinfo">{TimeAgo} • {NoteCountWithLabel}</div>
  1277. {/block:IndexPage}
  1278. </div>
  1279. </div>
  1280. {/block:Photo}
  1281. <!----------------------------------------------------->
  1282.  
  1283.  
  1284. <!----------------------------------------------------->
  1285. {block:Answer}
  1286. <div class="post answer">
  1287.  
  1288. <div class="asked">
  1289. <div class="thequestion">
  1290. <div class="asker-icon"><img src="{AskerPortraitURL-96}"></div>
  1291. <div class="askerquestion">
  1292. <div class="asked-chatter"></div>
  1293. {Asker} asked: {Question}
  1294. </div>
  1295. </div>
  1296. </div>
  1297.  
  1298. {block:NotReblog}
  1299. <div class="theanswer">
  1300. <div class="answered-q">
  1301. {text:Your Name} Replied:
  1302. {Answer}
  1303. </div>
  1304. </div>
  1305. {/block:NotReblog}
  1306.  
  1307.  
  1308. {block:IndexPage}
  1309. <div id="textperma">
  1310. <a href="#" title="Like" class="like"><likebutton>{LikeButton}</likebutton></a>
  1311.  
  1312. <a href="{ReblogURL}" title="Reblog" target="blank"></a>
  1313.  
  1314. <a href="{Permalink}" title="{TimeAgo} with {NoteCountWithLabel}"></a>
  1315. </div>
  1316. {/block:IndexPage}
  1317. <!----------------------->
  1318. </div>
  1319. {/block:Answer}
  1320. <!----------------------------------------------------->
  1321. </div>
  1322. {block:PermalinkPage}
  1323. <div class="thepostinfo">
  1324. <div class="postinfo">
  1325. <info>{Month} {DayOfMonth}, {Year}</info>
  1326. </div>
  1327.  
  1328. {block:RebloggedFrom}
  1329. <a href="{ReblogParentURL}" target="blank"><div class="postinfo">
  1330. via {ReblogParentName}
  1331. </div></a>
  1332. {/block:RebloggedFrom}
  1333.  
  1334. {block:ContentSource}
  1335. <a href="{SourceURL}" target="blank"><div class="postinfo">
  1336. Source : {SourceTitle}
  1337. </div></a>
  1338. {block:ContentSource}
  1339.  
  1340. <div class="postinfo">
  1341. {NoteCountWithLabel}
  1342. </div>
  1343. </div>
  1344.  
  1345. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1346.  
  1347. {block:PostNotes}
  1348. {PostNotes-64}
  1349. {/block:PostNotes}
  1350.  
  1351. {/block:PermalinkPage}
  1352. </div>
  1353. {/block:Posts}
  1354. </div>
  1355. </div>
  1356.  
  1357. <!---------------------------------------------------------------------->
  1358.  
  1359.  
  1360. <div id="top2"></div>
  1361. <div id="bottom2"></div>
  1362. <div id="left2"></div>
  1363. <div id="right2"></div>
  1364. <div id="top1"></div>
  1365. <div id="bottom1"></div>
  1366. <div id="left1"></div>
  1367. <div id="right1"></div>
  1368. <div id="borderbg-left"></div>
  1369. <div id="borderbg-right"></div>
  1370. <div id="borderbg-top"></div>
  1371. <div id="borderbg-bottom"></div>
  1372. <div id="tl-corner1"></div>
  1373. <div id="br-corner1"></div>
  1374.  
  1375. <style>
  1376. #cred{
  1377. position:fixed;
  1378. z-index:999999990000;
  1379. bottom:5px;
  1380. right:5px;
  1381. width:15px;
  1382. height:15px;
  1383. padding:5px;
  1384. border-radius:90px;
  1385. background-color:{color:Color 2};
  1386. display: flex;
  1387. align-items: center;
  1388. justify-content: center;
  1389. text-align:center;
  1390. font-size:14px;
  1391. color:#ffffff;
  1392. webkit-transition: all 1s ease;
  1393. -moz-transition: all 1s ease;
  1394. -o-transition: all 1s ease;
  1395. transition:all 1s ease; /*smooth transitions*/
  1396. }
  1397.  
  1398. #cred i{
  1399. color:#ffffff;
  1400. }
  1401.  
  1402. #cred:hover{
  1403. background-color:{color:Color 3};
  1404. }
  1405. </style>
  1406. <a href="http://felinethemes.tumblr.com" title="Feline Themes" target="blank"><div id="cred"><i class="fa fa-paw"></i></div></a>
  1407.  
  1408. <!---------------------------- LOADING SCREEN -------------------------->
  1409.  
  1410. {block:ifLoadingScreen}
  1411. <div id="loading">
  1412. <div id="loadmessage">Loading </div>
  1413. </div>
  1414. {/block:ifLoadingScreen}
  1415. <!---------------------------------------------------------------------->
  1416.  
  1417. {block:ifScrollToTopButton}
  1418. <a href="javascript:;" id="scrollToTop" rel="nofollow" title="Back To Top"><i class="fa fa-arrow-up"></i></a>
  1419. {/block:ifScrollToTopButton}
  1420.  
  1421. <!-------------------- PAGINATION - DON'T REMOVE ----------------------->
  1422. {block:Pagination}
  1423. <div class="pagination" style="visibility:hidden;">
  1424. {block:NextPage}
  1425. <a href="{NextPage}" id="next">Next</a>
  1426. {/block:NextPage}
  1427. </div>
  1428. {/block:Pagination}
  1429.  
  1430. <!------------ Functionality [BE CAREFUL, EASY TO FUCK UP] ------------->
  1431. <script>
  1432. $(function(){
  1433.  
  1434. // ------------------------- LOADING SCREEN ----------------------------
  1435.  
  1436. {block:ifLoadingScreen}
  1437. $(window).load(function () {
  1438. setTimeout(function() {
  1439. $("#loading").fadeOut("slow");
  1440. }, 6600);
  1441. });
  1442. {/block:ifLoadingScreen}
  1443.  
  1444. // ------------------------- Style My Tooltips -------------------------
  1445.  
  1446. (function($){
  1447. $(document).ready(function(){
  1448. $("a[title]").style_my_tooltips({
  1449. tip_follows_cursor:true,
  1450. tip_delay_time:90,
  1451. tip_fade_speed:600,
  1452. attribute:"title"
  1453. });
  1454. });
  1455. })(jQuery);
  1456.  
  1457.  
  1458. // ----------------------- Unnest by NEO --------------------------------
  1459.  
  1460. $('.entry').unnest({ //posts themselves
  1461. yourCaption: ".caption", //caption div
  1462. wrapName: ".tumblr_parent", //unnested captions
  1463. newCaptionUsername: true, //add username
  1464. originalPostCaptionUsername: true, //adds username regardless
  1465. tumblrAvatars: true, // user avatars
  1466. tumblrAvatarClass: ".tumblr_avatar", // avatar class
  1467. usernameColon: false
  1468. });
  1469.  
  1470. //---------------------------- PXU Photosets ----------------------------
  1471.  
  1472. $('.photo-slideshow').pxuPhotoset({
  1473. lightbox: false,
  1474. rounded: false,
  1475. gutter: '{select:Photoset Gutter Size}',
  1476. photoset: '.photo-slideshow',
  1477. photoWrap: '.photo-data',
  1478. photo: '.pxu-photo'
  1479. });
  1480.  
  1481. });
  1482.  
  1483. // -------------------------- Infinite Scroll ---------------------------
  1484.  
  1485. {block:IndexPage}
  1486. (function () {
  1487. var $blogcontent = $('#container'); //posts container
  1488. $blogcontent.imagesLoaded(function () {
  1489. $blogcontent.masonry({
  1490. itemSelector: '.entry', //posts themselves
  1491. isAnimated:false,
  1492. columnWidth:250,
  1493. gutterWidth:60,
  1494. });
  1495. });
  1496. $blogcontent.infinitescroll({
  1497. navSelector : "div.pagination", //pagination div
  1498. nextSelector : ".pagination a#next", //pagination next
  1499. itemSelector : ".entry",
  1500. loading: {
  1501. finishedMsg: "<p>You have reached the end of the internet. Now go outside and get some fresh air.</p>", // if you scroll that far
  1502. msg: null,
  1503. msgText: "",
  1504. },
  1505. },
  1506.  
  1507. function( newElements ) {
  1508. var $newElems = $( newElements );
  1509. $newElems.find('.photo-slideshow').pxuPhotoset({ //pxu callback
  1510. lightbox: false,
  1511. rounded: false,
  1512. gutter: '3px',
  1513. photoset: '.photo-slideshow',
  1514. photoWrap: '.photo-data',
  1515. photo: '.pxu-photo'
  1516. },
  1517.  
  1518. function(){
  1519. $blogcontent.masonry({
  1520. itemSelector: '.entry',
  1521. columnWidth:250,
  1522. gutterWidth:60,
  1523. });
  1524. });
  1525. var $newElems = $(newElements).css({
  1526. opacity: 0,
  1527. zIndex: -1,
  1528. });
  1529. $newElems.imagesLoaded(function(){
  1530. $newElems.animate({ opacity: 1, zIndex: 1 });
  1531. $blogcontent.masonry( 'appended', $newElems );
  1532. });
  1533.  
  1534. });
  1535. })();
  1536. {/block:IndexPage}
  1537. </script>
  1538. <!---------------------------------------------------------------------->
  1539.  
  1540. </body>
  1541.  
  1542.  
  1543. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement