Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
  5. <meta name="if:Show portrait" content="1"/>
  6. <meta name="if:Show title" content="1"/>
  7. <meta name="if:Show search" content="0"/>
  8. <meta name="if:Show date" content="0"/>
  9. <meta name="if:Show tags" content="0"/>
  10. <meta name="if:Show notes count" content="0"/>
  11.  
  12.  
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17. <title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. <!--[if lt IE 9]>
  23. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  24. <![endif]-->
  25. <style type="text/css">
  26. /* --------------------------------------------------------------------------
  27. $BODY-ELEMENTS
  28. /--------------------------------------------------------------------------*/
  29. body
  30. {
  31. margin:0;
  32. padding:20px 0;
  33. background-color:#030303;
  34. background-image:url(http://etc-mysitemyway.s3.amazonaws.com/icons/legacy-previews/icons-256/black-white-pearls-icons-people-things/060779-black-white-pearl-icon-people-things-knife-set-sc43.png);
  35. font-family:Century Gothic, sans-serif;;
  36. font-size:13.5px;
  37. color:#ffffff;
  38.  
  39.  
  40. line-height:auto;
  41.  
  42. }
  43.  
  44. a
  45. {
  46. text-decoration:none;
  47. color:#e82c2c;
  48. }
  49. a:hover
  50. {
  51. text-decoration:underline;
  52. color:#00bfff;
  53. }
  54.  
  55. blockquote
  56. {
  57. font-style:italic;
  58. border-left:5px solid #32aab5;
  59. margin-left:0;
  60. width:100%;
  61. background:#2e2e2e;
  62. }
  63.  
  64. blockquote p
  65. {
  66. margin:0;
  67. padding:10px;
  68. padding-left:40px;
  69. font-family:Georgia;
  70. font-size:15px;
  71. color:#ba2222;
  72. }
  73.  
  74. blockquote + cite
  75. {
  76. margin-top:-10px;
  77. display:block;
  78. text-align:right;
  79. font-style:normal;
  80. font-size:12px;
  81. color:#888;
  82. }
  83. blockquote + cite:before
  84. {
  85. content: '\2014\0020';
  86. }
  87.  
  88. /* --------------------------------------------------------------------------
  89. $LAYOUT
  90. /--------------------------------------------------------------------------*/
  91. .wrapper
  92. {
  93. width:84%;
  94. margin:0 auto;
  95. }
  96.  
  97. .sidebar,
  98. .content
  99. {
  100. float:left;
  101. /* Float both divs left */
  102. }
  103.  
  104. .content
  105. {
  106. width:70%;
  107. /* 70% of the wrapper */
  108. }
  109. .content > .inner
  110. {
  111. padding-bottom:20px;
  112. margin-left:30px;
  113. /* Spacing between sidebar and content */
  114. }
  115.  
  116. .sidebar
  117. {
  118. width:30%;
  119. /* Take 30% of wrapper width */
  120. word-wrap:break-word;
  121. /* Don't want overlap into content */
  122. }
  123. .sidebar.right
  124. {
  125. float:right;
  126. /* If we're positioning the sidebar on the right, float right and... */
  127. }
  128. .sidebar.right + .content > .inner
  129. {
  130. margin-left:0;
  131. margin-right:30px;
  132. /* ...and flip the margins */
  133. }
  134.  
  135.  
  136. .sidebar.top,
  137. .sidebar.top + .content
  138. {
  139. width:100%;
  140. }
  141. .sidebar.top
  142. {
  143. margin-bottom:30px;
  144. }
  145. .sidebar.top + .content > .inner
  146. {
  147. margin-left:0;
  148. }
  149.  
  150.  
  151. /* --------------------------------------------------------------------------
  152. $SIDEBAR
  153. /--------------------------------------------------------------------------*/
  154. .sidebar
  155. {
  156. text-align:center;
  157. background:#030303;
  158. border-radius:5px;
  159.  
  160. box-shadow:0 0 10px 2px rgba(60, 60, 60, 0.1);
  161. /* Drop shadow */
  162.  
  163. font-family:Copperplate / Copperplate Gothic Light, sans-serif;;
  164. }
  165. .sidebar .inner
  166. {
  167. padding-top:100px;
  168. padding-bottom:100px;
  169. padding-left:0px;
  170. padding-right:0px;
  171.  
  172. border-radius:5px;
  173. }
  174. .sidebar header
  175. {
  176. margin-bottom:20px;
  177. /* Give some bottom spacing from the sidebar header */
  178. }
  179.  
  180. .sidebar .portrait
  181. {
  182. width:138px;
  183. /* Set portrait image container width */
  184. box-shadow:0 0 10px 2px rgba(60, 60, 60, 0.1);
  185. /* Give thin border and drop-shadow */
  186. margin-top:0;
  187. margin-bottom:20px;
  188. margin-left:auto;
  189. margin-right:auto;
  190. /* Align center and give vertical spacing */
  191. }
  192. .portrait img
  193. {
  194. border:5px solid #00b7ff;
  195. /* Give thick white border */
  196. width:128px;
  197. height:128px;
  198. /* Set width */
  199. display:block;
  200. /* Clear inline whitepace */
  201. }
  202.  
  203. .sidebar header h1
  204. {
  205. /* Blog title */
  206. margin:0 0 10px;
  207. font-size:45px;
  208. }
  209. .sidebar header h1 a
  210. {
  211. color:#ff0000;
  212. /* Title link colour */
  213. text-decoration:none;
  214. /* Remove underline (on hover) */
  215. }
  216.  
  217. .sidebar header .menu-links a
  218. {
  219. color:#e82c2c!important;
  220. padding:0 2px;
  221. }
  222.  
  223. .sidebar header .menu-links a:after
  224. {
  225. content:' / ';
  226. }
  227. .sidebar header .menu-links a:last-child:after
  228. {
  229. content:'';
  230. }
  231.  
  232. .sidebar footer
  233. {
  234. margin-top:20px;
  235. /* Give some vertical spacing */
  236. }
  237.  
  238. /* --------------------------------------------------------------------------
  239. $POSTS
  240. /--------------------------------------------------------------------------*/
  241.  
  242. ol.posts
  243. {
  244. margin:0;
  245. padding:0;
  246. list-style:none;
  247. /* Remove list stylings from posts */
  248. }
  249.  
  250. ol.posts.masonry .post
  251. {
  252. float:left;
  253. }
  254. ol.posts.masonry .post .post-container
  255. {
  256. margin:0 20px;
  257. }
  258.  
  259. ol.posts.masonry.one-col .post
  260. {
  261. width:100%;
  262. }
  263.  
  264. ol.posts.masonry.two-col .post
  265. {
  266. width:49%;
  267. }
  268.  
  269. ol.posts.masonry.three-col .post
  270. {
  271. width:33%;
  272. }
  273.  
  274. ol.posts.masonry.four-col .post
  275. {
  276. width:24%;
  277. }
  278.  
  279. ol.posts.masonry.five-col .post
  280. {
  281. width:19%;
  282. }
  283.  
  284. .post
  285. {
  286. margin-bottom:30px;
  287. /* Give each post listing some vertical space */
  288. }
  289.  
  290. .post-body
  291. {
  292. padding:20px;
  293. /* Give some padding to the post content */
  294. background:#000000;
  295. /* Background of posts */
  296. border-radius:5px;
  297.  
  298.  
  299. box-shadow:0 0 10px 2px rgba(60, 60, 60, 0.1);
  300. /* Drop shadow */
  301.  
  302. text-shadow:none;
  303. color:inherit;
  304. /* Text styles */
  305.  
  306. position:relative;
  307. }
  308.  
  309. .post .title
  310. {
  311. margin:-20px;
  312. margin-bottom:10px;
  313. /* Title sticks to the top of the post-body */
  314. border-radius:5px 5px 0 0;
  315. /* Keep the top and right corners rounded */
  316. background:#5e1a24;
  317. /* Title background */
  318. border-bottom:1px solid #2cc2e8;
  319. /* Give subtle bottom-shadow line */
  320. color:#828282;
  321. text-shadow:rgba(0, 0, 0, 0.3) 0 5px 5px;
  322. font-size:23px;
  323. font-weight:normal;
  324. /* Text styles */
  325. }
  326. .post .title > a
  327. {
  328. color:inherit;
  329. /* inherit colour */
  330. text-decoration:none;
  331. /* No underline */
  332. display:block;
  333. padding:10px 20px;
  334. height:100%;
  335. /* Full width */
  336. }
  337.  
  338. .post-meta
  339. {
  340. margin-top:10px;
  341. /* Seperate from post-body */
  342. padding:0 10px;
  343. /* Give some horizontal spacing from edges */
  344. text-align:left;
  345. font-size:13px;
  346. font-family:Verdana, Geneva, sans-serif;;
  347. /* Text styles */
  348.  
  349. }
  350. .post-meta .tags,
  351. .tags li
  352. {
  353. margin:0;
  354. padding:0;
  355. list-style:none;
  356. text-align:left;
  357. display:inline;
  358. /* Remove list styling and display inline */
  359. }
  360. .tags a
  361. {
  362. color:#e82c2c!important;
  363. }
  364. .tags li:after
  365. {
  366. content:', ';
  367. }
  368. .tags li:last-child:after
  369. {
  370. content:'';
  371. }
  372.  
  373. /* --------------------------------------------------------------------------
  374. $PHOTO POSTS
  375. /--------------------------------------------------------------------------*/
  376. .post.photo .post-body
  377. {
  378. padding:0;
  379. /* Remove padding */
  380. position:relative;
  381. /* Set position to relative so we can absolute position the caption */
  382. overflow:hidden;
  383. }
  384. .post.photo .post-body img
  385. {
  386. display:block;
  387. width:100%;
  388. /* Full width, block image */
  389. border-radius:5px;
  390. }
  391. .post.photo .post-body .caption
  392. {
  393. position:absolute;
  394. bottom:0;
  395. /* Place caption at bottom, over image */
  396. border-radius:10 10 5px 5px;
  397. /* Rounded with post */
  398. background:transparent url(http://totallylayouts.com/tumblr-generator/themes/default/img/fff-0.7.png);
  399. /* Semi-transparent background */
  400. width:100%;
  401. /* And full width */
  402.  
  403. display:none;
  404. }
  405. .post.photo .post-body .caption > span
  406. {
  407. display:inline-block;
  408. padding:20px;
  409. /* Give some padding to the caption */
  410. font-size:16px;
  411. /* Increase the font size */
  412. text-shadow:#000000 0 5px 5px;
  413. }
  414.  
  415.  
  416.  
  417.  
  418. /* Media permalinks */
  419.  
  420. .media-permalink
  421. {
  422. position:absolute;
  423. top:0;
  424. left:0;
  425. width:100%;
  426. height:100%;
  427. background:transparent url(http://totallylayouts.com/tumblr-generator/themes/default/img/000-0.7.png);
  428. color:#fff;
  429. text-align:center;
  430.  
  431. border-radius:5px;
  432.  
  433.  
  434. opacity:0;
  435. -webkit-transition:opacity 0.5s;
  436. }
  437.  
  438. .media-permalink a
  439. {
  440. color:#fff;
  441. }
  442.  
  443. .photo img:hover + .media-permalink,
  444. .media-permalink:hover
  445. {
  446. opacity:1!important;
  447. }
  448.  
  449. .media-permalink span
  450. {
  451. display:block;
  452. position:absolute;
  453. top:50%;
  454. left:0;
  455. width:100%;
  456. text-align:center;
  457. margin-top:-10px;
  458. height:20px;
  459. }
  460.  
  461. .media-permalink.style5,
  462. .media-permalink.style6
  463. {
  464. background:none;
  465. }
  466. .media-permalink.style5 span,
  467. .media-permalink.style6 span
  468. {
  469. display:block;
  470. position:absolute;
  471. bottom:0;
  472. left:0;
  473. width:96%;
  474. padding:5px 2%;
  475. text-align:center;
  476. margin:0;
  477. top:auto;
  478. height:20px;
  479. background:transparent url(http://totallylayouts.com/tumblr-generator/themes/default/img/000-0.7.png);
  480. text-align:right;
  481.  
  482. border-radius:0 0 5px 5px;
  483. }
  484.  
  485. .media-permalink.style6 span
  486. {
  487. text-align:left;
  488. }
  489.  
  490.  
  491.  
  492.  
  493.  
  494. @media only screen and (max-width: 400px)
  495. {
  496. .post.photo > .post-body > .caption > span
  497. {
  498. padding:10px;
  499. font-size:12px;
  500. /* Decrease font-size/padding for Mobile */
  501. }
  502. }
  503.  
  504. /* --------------------------------------------------------------------------
  505. $PHOTOSET POSTS
  506. /--------------------------------------------------------------------------*/
  507. .post.photoset .post-body
  508. {
  509. padding:0;
  510. /* Remove padding */
  511. position:relative;
  512. /* Set position to relative so we can absolute position the caption */
  513. }
  514.  
  515. .post.photoset .post-body img
  516. {
  517. display:block;
  518. width:100%;
  519. /* Full width, block image */
  520. }
  521.  
  522. .photoset .photos
  523. {
  524. margin:0;
  525. padding:0;
  526. list-style:none;
  527. }
  528.  
  529. .photos li
  530. {
  531. margin-top:1px;
  532. }
  533.  
  534. .photoset .photos li:first-child
  535. {
  536. margin-top:0;
  537. }
  538. .photoset .photos li:first-child img
  539. {
  540. border-top-left-radius:5px;
  541. border-top-right-radius:5px;
  542. }
  543. .photoset .photos li:last-child img
  544. {
  545. border-bottom-left-radius:5px;
  546. border-bottom-right-radius:5px;
  547. }
  548.  
  549.  
  550. .post.photoset .post-body > .caption
  551. {
  552. position:absolute;
  553. bottom:50;
  554. /* Place caption at bottom, over image */
  555. border-radius:0 0 5px 5px;
  556. /* Rounded with post */
  557. background-image:url(http://server.myspace-shack.com/d21/000035308.png);
  558. /* Semi-transparent background */
  559. width:100%;
  560. /* And full width */
  561. }
  562. .post.photoset .post-body > .caption > span
  563. {
  564. display:inline-block;
  565. padding:20px;
  566. /* Give some padding to the caption */
  567. font-size:16px;
  568. /* Increase the font size */
  569. text-shadow:#fff 0 1px 1px;
  570. }
  571.  
  572.  
  573. /* --------------------------------------------------------------------------
  574. $QUOTE POSTS
  575. /--------------------------------------------------------------------------*/
  576. .post.quote blockquote p
  577. {
  578. padding:20px 0;
  579. text-align:center;
  580. /* Center align */
  581. font-size:26px;
  582. /* Increase the font size */
  583. }
  584.  
  585. @media only screen and (max-width: 400px)
  586. {
  587. .post.quote blockquote p
  588. {
  589. font-size:16px;
  590. /* Decrease font size for Mobile */
  591. }
  592. }
  593. /* --------------------------------------------------------------------------
  594. $LINK POSTS
  595. /--------------------------------------------------------------------------*/
  596. .post.link .post-body
  597. {
  598. padding-bottom:0;
  599. }
  600. /*
  601. .post.link .title
  602. {
  603. background:#eeb10e;
  604. border-bottom-color:#d69c01;
  605. }
  606. */
  607.  
  608. .post.link.no-desc .title
  609. {
  610. margin-bottom:0;
  611. border-radius:5px;
  612. /* Remove bottom margin and make all-rounded for links with no desc */
  613. }
  614. /* --------------------------------------------------------------------------
  615. $CHAT POSTS
  616. /--------------------------------------------------------------------------*/
  617. .post.chat .post-body
  618. {
  619. padding-bottom:15px;
  620. }
  621.  
  622. ul.conversation
  623. {
  624. margin:15px -10px 0;
  625. padding:0;
  626. list-style:none;
  627. border-left:5px solid #c14f1d;
  628. }
  629. ul.conversation li
  630. {
  631. padding:10px 20px;
  632. background:#eee;
  633. }
  634. ul.conversation li.line_even
  635. {
  636. background:#f7f7f7;
  637. }
  638.  
  639. /* --------------------------------------------------------------------------
  640. $VIDEO POSTS
  641. /--------------------------------------------------------------------------*/
  642. .post.video .post-body
  643. {
  644. padding:0;
  645. /* Remove padding */
  646. position:relative;
  647. /* Set position to relative so we can absolute position the caption */
  648. }
  649.  
  650. .post.video iframe
  651. {
  652. width:100%;
  653. height:400px;
  654. display:block;
  655. }
  656.  
  657. /* --------------------------------------------------------------------------
  658. $PAGINIATION
  659. /--------------------------------------------------------------------------*/
  660. ol.pagination
  661. {
  662. margin:10px 0;
  663. padding:0 0 10px 0;
  664. list-style:none;
  665. text-align:center;
  666. overflow:hidden;
  667. text-shadow:none;
  668. }
  669. ol.pagination li
  670. {
  671. display:inline-block;
  672. margin:0 2px 0 0;
  673. border-radius:10px;
  674. background:#000000;
  675. border:1px solid #d2d2d2;
  676. padding:5px 10px;
  677. color:#b0a7a7;
  678. }
  679. ol.pagination li a
  680. {
  681. text-decoration:none;
  682. }
  683.  
  684. .pagination.older-newer .previous
  685. {
  686. float:left;
  687. }
  688. .pagination.older-newer .next
  689. {
  690. float:right;
  691. }
  692.  
  693. /* --------------------------------------------------------------------------
  694. $MISC
  695. /--------------------------------------------------------------------------*/
  696. .subtle
  697. {
  698. color:inherit!important;
  699. /* Subltle links have no colour change */
  700. }
  701.  
  702. .meta
  703. {
  704. color:#b89e9e;
  705. /* Meta text is subtle on the background */
  706. }
  707. .meta a
  708. {
  709. color:inherit;
  710. }
  711.  
  712. .pull-right
  713. {
  714. float:right;
  715. /* Helper class to float right */
  716. }
  717.  
  718. .underlined
  719. {
  720. text-decoration:underline;
  721. }
  722.  
  723. .button
  724. {
  725. border:0;
  726. border-radius:5px;
  727. padding:5px 10px;
  728. cursor:pointer;
  729. background:#e82c2c;
  730. color:#fff;
  731. /*** Replace with something much better? */
  732. }
  733.  
  734.  
  735.  
  736.  
  737.  
  738. /* --------------------------------------------------------------------------
  739. $MEDIA-QUERIES
  740. /--------------------------------------------------------------------------*/
  741. @media only screen and (max-width: 600px)
  742. {
  743. .wrapper
  744. {
  745. width:auto;
  746. }
  747. .sidebar,
  748. .sidebar.right
  749. {
  750. float:none;
  751. width:100%;
  752. padding-top:0px;
  753. }
  754. .content
  755. {
  756. width:100%;
  757. float:none;
  758. }
  759. .content > .inner
  760. {
  761. padding-left:10px;
  762. padding-right:10px;
  763. margin-left:0!important;
  764. margin-right:0!important;
  765. }
  766.  
  767. .sidebar header .portrait
  768. {
  769. display:none!important;
  770. }
  771. .sidebar header .portrait img
  772. {
  773. border:none;
  774. width:100%!important;
  775. }
  776.  
  777. .pagination
  778. {
  779. font-size:18px;
  780. }
  781. .pagination .numbers
  782. {
  783. display:none;
  784. }
  785.  
  786.  
  787. }
  788.  
  789. #infscr-loading
  790. {
  791. display:none!important;
  792. }
  793.  
  794. .hidden
  795. {
  796. display:none!important;
  797. }
  798.  
  799. .clearfix
  800. {
  801. clear:both;
  802. }
  803.  
  804.  
  805.  
  806.  
  807. /* New Post veil stuff */
  808.  
  809.  
  810. .post-veil
  811. {
  812. position:absolute;
  813. top:0;
  814. left:0;
  815. width:100%;
  816. height:100%;
  817. background:transparent url(http://totallylayouts.com/tumblr-generator/themes/default/img/000-0.7.png);
  818. border-radius:5px;
  819. -webkit-transition:opacity 0.5s;
  820. opacity:0;
  821. }
  822. .post-veil.transparent
  823. {
  824. background:none;
  825. }
  826.  
  827. .post-veil.visible
  828. {
  829. opacity:1;
  830. }
  831.  
  832. .post-veil:hover
  833. {
  834. opacity:1;
  835. }
  836.  
  837. /* Media Icons */
  838.  
  839.  
  840.  
  841. .media-icons
  842. {
  843. position:absolute;
  844. margin:0;
  845. padding:0;
  846. top:5px;
  847. left:5px;
  848. width:102px;
  849. height:30px;
  850. list-style:none;
  851. overflow:hidden;
  852. }
  853. .photo img:hover + .media-icons,
  854. .media-icons:hover
  855. {
  856. display:block;
  857. opacity:1!important;
  858. }
  859.  
  860. .video iframe:hover + .media-icons,
  861. .media-icons:hover
  862. {
  863. display:block;
  864. opacity:1!important;
  865. }
  866.  
  867.  
  868. .media-icons li
  869. {
  870. float:left;
  871. background:transparent url(http://totallylayouts.com/tumblr-generator/themes/default/img/000-0.7.png);
  872. //background:red;
  873. padding:3px;
  874. border-radius:3px;
  875. margin:0 3px;
  876. width:22px;
  877. height:22px;
  878. }
  879.  
  880. .media-icons a
  881. {
  882. color:#fff;
  883. text-align:center;
  884. display:inline-block;
  885. width:100%;
  886. height:100%;
  887. text-decoration:none;
  888. }
  889. .media-icons a.icon
  890. {
  891. background:transparent url(http://static.tumblr.com/tpqedpr/Zbmm9zw4y/master.png) no-repeat;
  892. text-indent:-500px;
  893. overflow:hidden;
  894. -webkit-transition:background-position 0.5s;
  895. }
  896.  
  897. .media-icons a.like
  898. {
  899. background-position: -3px -5px;
  900. }
  901. .media-icons a.like:hover
  902. {
  903. background-position: -31px -5px;
  904. }
  905.  
  906. .media-icons a.reblog
  907. {
  908. background-position: -3px -62px;
  909. }
  910. .media-icons a.reblog:hover
  911. {
  912. background-position: -33px -62px;
  913. }
  914.  
  915. .media-icons a.notes
  916. {
  917. font-size:12px;
  918. padding-top:3px;
  919. margin-left:-1px;
  920. }
  921.  
  922.  
  923. /* Style 2 */
  924. .media-icons.style2
  925. {
  926. top:5px;
  927. left:auto;
  928. right:5px;
  929. }
  930.  
  931. /* Style 3 */
  932. .media-icons.style3
  933. {
  934. top:50%;
  935. left:50%;
  936. margin:-15px 0 0 -51px;
  937. }
  938.  
  939. .media-icons.style3 li
  940. {
  941. border-radius:50%;
  942. }
  943.  
  944.  
  945.  
  946.  
  947. {CustomCSS}
  948. </style>
  949.  
  950. <script>
  951. $(document).ready(function() {
  952.  
  953. $('#ask_form').parent().parent().children('.post-veil').remove();
  954. // remove the veil from ask form post
  955. });
  956. </script>
  957. </head>
  958. <body>
  959.  
  960.  
  961.  
  962. <!-- .wrapper -->
  963. <div class="wrapper">
  964. <!-- .sidebar -->
  965. <aside class="sidebar right">
  966. <!-- .inner -->
  967. <div class="inner">
  968. <!-- header -->
  969. <header>
  970.  
  971. {block:IfShowPortrait}
  972. <!-- .portrait -->
  973. <div class="portrait">
  974. <a href="/">
  975. <img src="{PortraitURL-128}" alt="{Title}">
  976. </a>
  977. </div>
  978. <!--/ .portrait -->
  979. <div class="clearfix"></div>
  980. {/block:IfShowPortrait}
  981.  
  982. {block:IfShowTitle}
  983. <h1>
  984. <a href="/">{Title}</a>
  985. </h1>
  986. {/block:IfShowTitle}
  987.  
  988. {block:Description}
  989. <p>{Description}</p>
  990. {/block:Description}
  991.  
  992.  
  993. <!-- .menu-links -->
  994. <nav class="menu-links meta">
  995. <a href="/">Home</a>
  996. {block:AskEnabled}<a href="/ask">{AskLabel}</a>{/block:AskEnabled}
  997. {block:SubmissionsEnabled}<a href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}
  998. <a href="/archive">{ArchiveLabel}</a>
  999. </nav>
  1000. <!--/ .menu-links -->
  1001.  
  1002. {block:HasPages}
  1003. <!-- .menu-links -->
  1004. <nav class="menu-links meta">
  1005. {block:Pages}
  1006. <a href="{URL}">{Label}</a>
  1007. {/block:Pages}
  1008. </nav>
  1009. <!--/ .menu-links -->
  1010. {/block:HasPages} </header>
  1011. <!--/ header -->
  1012.  
  1013. {block:IfShowSearch}
  1014. <!-- .search-form -->
  1015. <form action="/search" method="GET" class="search-form">
  1016. <input type="search" name="q" results="5" placeholder="Search for..." value="{SearchQuery}">
  1017. <input type="submit" value="Search" class="button">
  1018. </form>
  1019. <!--/ .search-form -->
  1020. {/block:IfShowSearch}
  1021.  
  1022. <!-- Insert any sidebar stuff here -->
  1023.  
  1024. <footer>
  1025. <small class="meta">
  1026. <a href="http://totallylayouts.com/tumblr-generator" class="underlined">Tumblr Theme Generator</a>
  1027. </small>
  1028. </footer>
  1029. </div>
  1030. <!--/ .inner -->
  1031. </aside>
  1032. <!--/ .sidebar -->
  1033.  
  1034. <!-- .content -->
  1035. <div class="content">
  1036. <!-- .inner -->
  1037. <div class="inner">
  1038. <!-- .posts -->
  1039. <ol class="posts masonry one-col">
  1040. {block:Posts}
  1041. {block:Text}
  1042. <!-- .post.text -->
  1043. <li class="post text masonry-item">
  1044. <!-- .post-container -->
  1045. <div class="post-container">
  1046. <!-- .post-body -->
  1047. <div class="post-body">
  1048.  
  1049. <div class="post-veil ">
  1050.  
  1051. <!-- .media-icons -->
  1052. <ul class="media-icons style2">
  1053. <li>
  1054. <a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
  1055. </li>
  1056. <li>
  1057. <a href="#" class="icon reblog">reblog</a>
  1058. </li>
  1059. <li>
  1060. <a href="#" class="notes">{NoteCount}</a>
  1061. </li>
  1062. </ul>
  1063. <!--/ .media-icons -->
  1064.  
  1065. </div>
  1066.  
  1067.  
  1068. {block:Title}
  1069. <!-- .title -->
  1070. <h2 class="title">
  1071. <a href="{Permalink}">{Title}</a>
  1072. </h2>
  1073. <!--/ .title -->
  1074. {/block:Title}
  1075. {Body}
  1076. </div>
  1077. <!--/ .post-body -->
  1078. <!-- .post-meta.meta -->
  1079. <div class="post-meta meta">
  1080. {block:IfShowDate}
  1081. Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
  1082. <ul class="tags">
  1083. {block:Tags}
  1084. <li><a href="{TagURL}">{Tag}</a>
  1085. {/block:Tags}
  1086. </ul>
  1087. {/block:HasTags}
  1088. {/block:IfShowTags}
  1089. {block:IfShowNotesCount}
  1090. {block:IfShowDate} with {/block:IfShowDate}
  1091. {block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
  1092. <a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
  1093. {/block:IfShowNotesCount}
  1094. </div>
  1095. <!--/ .post-meta.meta -->
  1096. </div>
  1097. <!--/ .post-container -->
  1098. </li>
  1099. <!--/ .post.text -->
  1100. {/block:Text}
  1101. {block:Answer}
  1102. <!-- .post.text -->
  1103. <li class="post text masonry-item">
  1104. <!-- .post-container -->
  1105. <div class="post-container">
  1106. <!-- .post-body -->
  1107. <div class="post-body">
  1108.  
  1109. <div class="post-veil ">
  1110.  
  1111. <!-- .media-icons -->
  1112. <ul class="media-icons style2">
  1113. <li>
  1114. <a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
  1115. </li>
  1116. <li>
  1117. <a href="#" class="icon reblog">reblog</a>
  1118. </li>
  1119. <li>
  1120. <a href="#" class="notes">{NoteCount}</a>
  1121. </li>
  1122. </ul>
  1123. <!--/ .media-icons -->
  1124.  
  1125. </div>
  1126.  
  1127. <!-- .title -->
  1128. <h2 class="title">
  1129. <a href="{Permalink}">{Question}</a>
  1130. </h2>
  1131. <!--/ .title -->
  1132.  
  1133. {Answer}
  1134. </div>
  1135. <!--/ .post-body -->
  1136. <!-- .post-meta.meta -->
  1137. <div class="post-meta meta">
  1138. {block:IfShowDate}
  1139. Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
  1140. <ul class="tags">
  1141. {block:Tags}
  1142. <li><a href="{TagURL}">{Tag}</a>
  1143. {/block:Tags}
  1144. </ul>
  1145. {/block:HasTags}
  1146. {/block:IfShowTags}
  1147. {block:IfShowNotesCount}
  1148. {block:IfShowDate} with {/block:IfShowDate}
  1149. {block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
  1150. <a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
  1151. {/block:IfShowNotesCount}
  1152. </div>
  1153. <!--/ .post-meta.meta -->
  1154. </div>
  1155. <!--/ .post-container -->
  1156. </li>
  1157. <!--/ .post.text -->
  1158. {/block:Answer}
  1159. {block:Photo}
  1160. <!-- .post.photo -->
  1161. <li class="post photo masonry-item">
  1162. <!-- .post-container -->
  1163. <div class="post-container">
  1164. <!-- .post-body -->
  1165. <div class="post-body">
  1166.  
  1167. <div class="post-veil ">
  1168.  
  1169. <!-- .media-icons -->
  1170. <ul class="media-icons style2">
  1171. <li>
  1172. <a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
  1173. </li>
  1174. <li>
  1175. <a href="#" class="icon reblog">reblog</a>
  1176. </li>
  1177. <li>
  1178. <a href="#" class="notes">{NoteCount}</a>
  1179. </li>
  1180. </ul>
  1181. <!--/ .media-icons -->
  1182.  
  1183. </div>
  1184.  
  1185.  
  1186. <img src="{PhotoURL-500}" alt="">
  1187.  
  1188. <!-- .caption -->
  1189. <div class="caption">
  1190. <span>{Caption}</span>
  1191. </div>
  1192. <!--/ .caption -->
  1193. </div>
  1194. <!--/ .post-body -->
  1195. </div>
  1196. <!--/ .post-container -->
  1197. </li>
  1198. <!--/ .post.photo -->
  1199. {/block:Photo}
  1200. {block:Photoset}
  1201. <!-- .post.photoset -->
  1202. <li class="post photoset masonry-item">
  1203. <!-- .post-container -->
  1204. <div class="post-container">
  1205. <!-- .post-body -->
  1206. <div class="post-body">
  1207.  
  1208. <div class="post-veil ">
  1209.  
  1210. <!-- .media-icons -->
  1211. <ul class="media-icons style2">
  1212. <li>
  1213. <a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
  1214. </li>
  1215. <li>
  1216. <a href="#" class="icon reblog">reblog</a>
  1217. </li>
  1218. <li>
  1219. <a href="#" class="notes">{NoteCount}</a>
  1220. </li>
  1221. </ul>
  1222. <!--/ .media-icons -->
  1223.  
  1224. </div>
  1225.  
  1226.  
  1227. <ul class="photos">
  1228. {block:Photos}
  1229. <li><img src="{PhotoURL-500}" alt=""></a>
  1230. {/block:Photos}
  1231. </ul>
  1232. <!-- .caption -->
  1233. <div class="caption">
  1234. <span>{Caption}</span>
  1235. </div>
  1236. <!--/ .caption -->
  1237. </div>
  1238. <!--/ .post-body -->
  1239. <!-- .post-meta.meta -->
  1240. <div class="post-meta meta">
  1241. {block:IfShowDate}
  1242. Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
  1243. <ul class="tags">
  1244. {block:Tags}
  1245. <li><a href="{TagURL}">{Tag}</a>
  1246. {/block:Tags}
  1247. </ul>
  1248. {/block:HasTags}
  1249. {/block:IfShowTags}
  1250. {block:IfShowNotesCount}
  1251. {block:IfShowDate} with {/block:IfShowDate}
  1252. {block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
  1253. <a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
  1254. {/block:IfShowNotesCount}
  1255. </div>
  1256. <!--/ .post-meta.meta -->
  1257. </div>
  1258. <!--/ .post-container -->
  1259. </li>
  1260. <!--/ .post.photoset -->
  1261. {/block:Photoset}
  1262. {block:Quote}
  1263. <!-- .post.quote -->
  1264. <li class="post quote masonry-item">
  1265. <!-- .post-container -->
  1266. <div class="post-container">
  1267. <!-- .post-body -->
  1268. <div class="post-body">
  1269.  
  1270. <div class="post-veil ">
  1271.  
  1272. <!-- .media-icons -->
  1273. <ul class="media-icons style2">
  1274. <li>
  1275. <a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
  1276. </li>
  1277. <li>
  1278. <a href="#" class="icon reblog">reblog</a>
  1279. </li>
  1280. <li>
  1281. <a href="#" class="notes">{NoteCount}</a>
  1282. </li>
  1283. </ul>
  1284. <!--/ .media-icons -->
  1285.  
  1286. </div>
  1287.  
  1288.  
  1289. <blockquote>
  1290. <p>
  1291. "{Quote}"
  1292. </p>
  1293. </blockquote>
  1294. {block:Source}
  1295. <cite>{Source}</cite>
  1296. {/block:Source}
  1297. </div>
  1298. <!--/ .post-body -->
  1299. <!-- .post-meta.meta -->
  1300. <div class="post-meta meta">
  1301. {block:IfShowDate}
  1302. Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
  1303. <ul class="tags">
  1304. {block:Tags}
  1305. <li><a href="{TagURL}">{Tag}</a>
  1306. {/block:Tags}
  1307. </ul>
  1308. {/block:HasTags}
  1309. {/block:IfShowTags}
  1310. {block:IfShowNotesCount}
  1311. {block:IfShowDate} with {/block:IfShowDate}
  1312. {block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
  1313. <a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
  1314. {/block:IfShowNotesCount}
  1315. </div>
  1316. <!--/ .post-meta.meta -->
  1317. </div>
  1318. <!--/ .post-container -->
  1319. </li>
  1320. <!--/ .post.quote -->
  1321. {/block:Quote}
  1322. {block:Link}
  1323. <!-- .post.link -->
  1324. <li class="post link masonry-item">
  1325. <!-- .post-container -->
  1326. <div class="post-container">
  1327. <!-- .post-body -->
  1328. <div class="post-body">
  1329.  
  1330. <div class="post-veil ">
  1331.  
  1332. <!-- .media-icons -->
  1333. <ul class="media-icons style2">
  1334. <li>
  1335. <a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
  1336. </li>
  1337. <li>
  1338. <a href="#" class="icon reblog">reblog</a>
  1339. </li>
  1340. <li>
  1341. <a href="#" class="notes">{NoteCount}</a>
  1342. </li>
  1343. </ul>
  1344. <!--/ .media-icons -->
  1345.  
  1346. </div>
  1347.  
  1348. <!-- .title -->
  1349. <h2 class="title">
  1350. <a href="{URL}" {Target}>{Name} <span class="pull-right">→</span></a>
  1351. </h2>
  1352. <!--/ .title -->
  1353. {block:Description}
  1354. <p>
  1355. {Description}
  1356. </p>
  1357. {/block:Description}
  1358. </div>
  1359. <!--/ .post-body -->
  1360. <!-- .post-meta.meta -->
  1361. <div class="post-meta meta">
  1362. {block:IfShowDate}
  1363. Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
  1364. <ul class="tags">
  1365. {block:Tags}
  1366. <li><a href="{TagURL}">{Tag}</a>
  1367. {/block:Tags}
  1368. </ul>
  1369. {/block:HasTags}
  1370. {/block:IfShowTags}
  1371. {block:IfShowNotesCount}
  1372. {block:IfShowDate} with {/block:IfShowDate}
  1373. {block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
  1374. <a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
  1375. {/block:IfShowNotesCount}
  1376. </div>
  1377. <!--/ .post-meta.meta -->
  1378. </div>
  1379. <!--/ .post-container -->
  1380. </li>
  1381. <!--/ .post.link -->
  1382. {/block:Link}
  1383. {block:Chat}
  1384. <!-- .post.chat -->
  1385. <li class="post chat masonry-item">
  1386. <!-- .post-container -->
  1387. <div class="post-container">
  1388. <!-- .post-body -->
  1389. <div class="post-body">
  1390.  
  1391. <div class="post-veil ">
  1392.  
  1393. <!-- .media-icons -->
  1394. <ul class="media-icons style2">
  1395. <li>
  1396. <a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
  1397. </li>
  1398. <li>
  1399. <a href="#" class="icon reblog">reblog</a>
  1400. </li>
  1401. <li>
  1402. <a href="#" class="notes">{NoteCount}</a>
  1403. </li>
  1404. </ul>
  1405. <!--/ .media-icons -->
  1406.  
  1407. </div>
  1408.  
  1409. {block:Title}
  1410. <!-- .title -->
  1411. <h2 class="title">
  1412. <a href="{Permalink}">{Title}</a>
  1413. </h2>
  1414. <!--/ .title -->
  1415. {/block:Title}
  1416. <!-- .conversation -->
  1417. <ul class="conversation">
  1418. {block:Lines}
  1419. <li class="line_{Alt}">
  1420. {block:Label}<strong>{Label}</strong> {block:Label}
  1421. {Line}
  1422. </li>
  1423. {/block:Lines}
  1424. </ul>
  1425. <!--/ .conversation -->
  1426. </div>
  1427. <!--/ .post-body -->
  1428. <!-- .post-meta.meta -->
  1429. <div class="post-meta meta">
  1430. {block:IfShowDate}
  1431. Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
  1432. <ul class="tags">
  1433. {block:Tags}
  1434. <li><a href="{TagURL}">{Tag}</a>
  1435. {/block:Tags}
  1436. </ul>
  1437. {/block:HasTags}
  1438. {/block:IfShowTags}
  1439. {block:IfShowNotesCount}
  1440. {block:IfShowDate} with {/block:IfShowDate}
  1441. {block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
  1442. <a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
  1443. {/block:IfShowNotesCount}
  1444. </div>
  1445. <!--/ .post-meta.meta -->
  1446. </div>
  1447. <!--/ .post-container -->
  1448. </li>
  1449. <!--/ .post.chat -->
  1450. {/block:Chat}
  1451. {block:Video}
  1452. <!-- .post.video -->
  1453. <li class="post video masonry-item">
  1454. <!-- .post-container -->
  1455. <div class="post-container">
  1456. <!-- .post-body -->
  1457. <div class="post-body">
  1458.  
  1459. <div class="post-veil ">
  1460.  
  1461. <!-- .media-icons -->
  1462. <ul class="media-icons style2">
  1463. <li>
  1464. <a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
  1465. </li>
  1466. <li>
  1467. <a href="#" class="icon reblog">reblog</a>
  1468. </li>
  1469. <li>
  1470. <a href="#" class="notes">{NoteCount}</a>
  1471. </li>
  1472. </ul>
  1473. <!--/ .media-icons -->
  1474.  
  1475. </div>
  1476.  
  1477.  
  1478. {VideoEmbed-700}
  1479. {block:AudioEmbed}
  1480. {AudioEmbed}
  1481. {/block:AudioEmbed}
  1482. <!-- .media-icons -->
  1483. <ul class="media-icons style2">
  1484. <li>
  1485. <a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">Like</a>
  1486. </li>
  1487. <li>
  1488. <a href="{ReblogURL}" class="icon reblog">Reblog</a>
  1489. </li>
  1490. <li>
  1491. <a href="#" class="notes">{NoteCount}</a>
  1492. </li>
  1493. </ul>
  1494. <!--/ .media-icons -->
  1495. </div>
  1496. <!--/ .post-body -->
  1497. <!-- .post-meta.meta -->
  1498. <div class="post-meta meta">
  1499. {block:IfShowDate}
  1500. Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
  1501. <ul class="tags">
  1502. {block:Tags}
  1503. <li><a href="{TagURL}">{Tag}</a>
  1504. {/block:Tags}
  1505. </ul>
  1506. {/block:HasTags}
  1507. {/block:IfShowTags}
  1508. {block:IfShowNotesCount}
  1509. {block:IfShowDate} with {/block:IfShowDate}
  1510. {block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
  1511. <a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
  1512. {/block:IfShowNotesCount}
  1513. </div>
  1514. <!--/ .post-meta.meta -->
  1515. </div>
  1516. <!--/ .post-container -->
  1517. </li>
  1518. <!--/ .post.video -->
  1519. {/block:Video}
  1520. {block:Audio}
  1521. <!-- .post.audio -->
  1522. <li class="post audio masonry-item">
  1523. <!-- .post-container -->
  1524. <div class="post-container">
  1525. <!-- .post-body -->
  1526. <div class="post-body">
  1527.  
  1528. <div class="post-veil ">
  1529.  
  1530. <!-- .media-icons -->
  1531. <ul class="media-icons style2">
  1532. <li>
  1533. <a href="javascript:likelink('{PostID}','{Permalink}','');" class="icon like">like</a>
  1534. </li>
  1535. <li>
  1536. <a href="#" class="icon reblog">reblog</a>
  1537. </li>
  1538. <li>
  1539. <a href="#" class="notes">{NoteCount}</a>
  1540. </li>
  1541. </ul>
  1542. <!--/ .media-icons -->
  1543.  
  1544. </div>
  1545.  
  1546. <!-- .title -->
  1547. <h2 class="title">
  1548. <a href="{Permalink}">{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}- {Artist}{/block:Artist} {block:Album}{Album}{/block:Album}</a>
  1549. </h2>
  1550. <!--/ .title -->
  1551.  
  1552. {block:AudioPlayer}
  1553. <br>
  1554. {AudioPlayer}
  1555. {/block:AudioPlayer}
  1556.  
  1557. {block:AudioEmbed}
  1558. <br>
  1559. {AudioEmbed}
  1560. {/block:AudioEmbed}
  1561.  
  1562. {block:Caption}
  1563. {Caption}
  1564. {/block:Caption}
  1565. </div>
  1566. <!--/ .post-body -->
  1567. <!-- .post-meta.meta -->
  1568. <div class="post-meta meta">
  1569. {block:IfShowDate}
  1570. Posted <a href="{Permalink}" class="subtle">{TimeAgo}</a>{/block:IfShowDate}{block:IfShowTags}{block:HasTags}{block:IfShowDate}, under {/block:IfShowDate}
  1571. <ul class="tags">
  1572. {block:Tags}
  1573. <li><a href="{TagURL}">{Tag}</a>
  1574. {/block:Tags}
  1575. </ul>
  1576. {/block:HasTags}
  1577. {/block:IfShowTags}
  1578. {block:IfShowNotesCount}
  1579. {block:IfShowDate} with {/block:IfShowDate}
  1580. {block:IfNotShowDate}{block:IfShowTags} with {/block:IfShowTags}{/block:IfNotShowDate}
  1581. <a href="{Permalink}" class="subtle">{NoteCountWithLabel}</a>
  1582. {/block:IfShowNotesCount}
  1583. </div>
  1584. <!--/ .post-meta.meta -->
  1585. <!--/ .post-container -->
  1586. </div>
  1587. </li>
  1588. <!--/ .post.audio -->
  1589. {/block:Audio}
  1590. {/block:Posts}
  1591. </ol>
  1592. <!--/ ol.posts -->
  1593.  
  1594. <div class="clearfix"></div>
  1595.  
  1596. <br><br>
  1597.  
  1598.  
  1599. {block:Pagination}
  1600.  
  1601. <!-- .pagination -->
  1602. <ol class="pagination ">
  1603. {block:PreviousPage}
  1604. <li class="previous"><a href="{PreviousPage}">← Previous</a></li>
  1605. {/block:PreviousPage}
  1606.  
  1607. {block:JumpPagination length="5"}
  1608.  
  1609. {block:CurrentPage}
  1610. <li class="numbers current">{PageNumber}</li>
  1611. {/block:CurrentPage}
  1612.  
  1613. {block:JumpPage}
  1614. <li class="numbers"><a href="{URL}">{PageNumber}</a></li>
  1615. {/block:JumpPage}
  1616. {/block:JumpPagination}
  1617.  
  1618. {block:NextPage}
  1619. <li class="next"><a href="{NextPage}">Next →</a></li>
  1620. {/block:NextPage}
  1621. </ol>
  1622. <!--/ .pagination --> {/block:Pagination}
  1623.  
  1624. </div>
  1625. <!--/ .inner -->
  1626. </div>
  1627. <!--/ .content -->
  1628. </div>
  1629. <!--/ .wrapper -->
  1630.  
  1631. <iframe id="likeiframe" style="width: 0px; height: 0px;"></iframe>
  1632.  
  1633.  
  1634. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
  1635. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  1636. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  1637. <script src="https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.js"></script>
  1638.  
  1639. </body>
  1640. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement