Advertisement
NIGGSEX

rerere

Aug 20th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.03 KB | None | 0 0
  1. <!----
  2.  
  3. — MADE BY @YNTENSE — http://yntense.tumblr.com
  4. — ORIGINAL DESIGN • 2017
  5. — DONT'T REMOVE MY CREDITS AND COPY
  6.  
  7. -->
  8.  
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <title> {Title} </title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}"/>
  17. {/block:Description}
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("[title]").style_my_tooltips({
  25.  tip_follows_cursor:true,
  26.  tip_delay_time:20,
  27.  tip_fade_speed:200,
  28.  attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>  
  33.  
  34. <meta name="if:Three Columns" content=""/>
  35.  
  36. <meta name="color:Background" content="#ffffff"/>
  37. <meta name="color:Background Image" content="#ffffff"/>
  38. <meta name="color:Borders" content="#f8f3f3"/>
  39. <meta name="color:Texts" content="#a5a5a5"/>
  40. <meta name="color:Title" content="#888888"/>
  41. <meta name="color:Scrollba" content="#f3f5f5"/>
  42. <meta name="color:Links" content="#a8a8a8"/>
  43. <meta name="color:Links Hover" content="#dddddd"/>
  44. <meta name="color:Link Image" content="#000000"/>
  45.  
  46. <meta name="text:Link 1 URL" content="/"/>
  47. <meta name="text:Link 1 Name" content="Link"/>
  48. <meta name="text:Link 2 URL" content="/"/>
  49. <meta name="text:Link 2 Name" content="Link"/>
  50. <meta name="text:Link 3 URL" content="/"/>
  51. <meta name="text:Link 3 Name" content="Link"/>
  52. <meta name="text:Link 4 URL" content="/"/>
  53. <meta name="text:Link 4 Name" content="Link"/>
  54.  
  55.  
  56.  
  57. </head>    
  58.  
  59. <link href="https://fonts.googleapis.com/css?family=Droid+Sans|Hind|PT+Sans|Source+Sans+Pro" rel="stylesheet">
  60.  
  61. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  62.  
  63. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  64.  
  65. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>  
  66.  
  67. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  68.  
  69.  
  70.  
  71. <style type="text/css">
  72. #tumblr_controls, iframe.tmblr-iframe {
  73.     display:block!important;
  74.     position:fixed!important;
  75.     top:0px!important;
  76.     right:0px!important;
  77.     opacity:0.5!important;
  78.     transition:0.6s ease;
  79.     -webkit-transform: scale(0.7);
  80.     -moz-transform: scale(0.7);
  81.     -o-transform: scale(0.7)
  82. }
  83. iframe.tmblr-iframe {
  84.     -webkit-filter:invert(100%);
  85.     opacity:0.3;
  86.     transition:0.6s;
  87. }
  88. #tumblr-controls:hover iframe.tmblr-iframe {
  89.     opacity:0.5;
  90.     transition:0.6s;
  91. }
  92.  
  93. #s-m-t-tooltip {
  94.     position:relative;
  95.     background:{color:background};
  96.     max-width:200px;
  97.     margin:15px;
  98.     font-family: 'Hind', sans-serif;
  99.     color:{color:Texts};
  100.     font-weight:bold;
  101.     text-transform:uppercase;
  102.     padding:5px;
  103.     line-height:100%;
  104.     letter-spacing:0.3px;
  105.     box-shadow:1px 1px 0px rgba({RGBcolor:Texts},0.1);
  106.     z-index:99999999;
  107. }
  108.  
  109. a, a:link, a:active, a:visited {
  110.     color:{color:Links};
  111.     text-decoration:none;
  112.     transition:0.5s ease;
  113. }
  114. a:hover {
  115.     color:{color:Links Hover};
  116.     transition:0.5s ease;
  117. }
  118.  
  119. ol, ul {
  120.     list-style:none;
  121. }
  122.  
  123. blockquote {
  124.     padding:7px!important;
  125.     margin:0!important;
  126. }
  127.  
  128. h1, h5 {
  129.     text-align:center;
  130.     text-transform:uppercase;
  131.     font-family: 'Hind', sans-serif;
  132.     color:{color:Texts};
  133.     font-size:11px;
  134.     background:#;
  135. }
  136.  
  137. ::selection {
  138.     font-weight:bold;
  139.     color:#000;
  140.     background:#0000;
  141. }
  142.  
  143. ::-webkit-scrollbar {
  144.     width:17px;
  145.     height:0px;
  146. }
  147. ::-webkit-scrollbar {
  148.     background:{color:Background};
  149. }
  150. ::-webkit-scrollbar-track {
  151.     background:{color:Background};
  152.     border:8px solid {color:Background};
  153. }
  154. ::-webkit-scrollbar-thumb {
  155.     background:{color:Scrollbar};
  156.     border:8px solid {color:Background};
  157. }
  158.  
  159. body {
  160.     background-color:{color:Background};
  161.     color:{color:Texts};
  162.     font-family: 'Hind', sans-serif;
  163.     font-size:10px;
  164.     text-transform:none;
  165.     font-style:normal;
  166.     font-weight:normal;
  167.     text-align:Justify;
  168. }
  169.  
  170. .credit {
  171.     position:fixed;
  172.     bottom:30px;
  173.     right:10px;
  174.     font-family:'Hind', sans-serif;
  175.     color:{color:Texts};
  176.     font-size:8.5px;
  177.     font-weight:bold;
  178.     background-color:{color:Background};
  179.     z-index:99999;}
  180. .credit a {
  181.     color:{color:Texts};
  182. }
  183. .credit a:hover {
  184.     color:{color:Texts};
  185. }
  186.  
  187. .perma {
  188.     position:relative;
  189.     width:500px;
  190.     height:auto;
  191.     overflow:auto;
  192.     margin:0px auto;
  193.     padding:10px;
  194.     font-family:'Hind', sans-serif;
  195.     font-size:9px;
  196.     text-align:left;
  197.     text-transform:uppercase;
  198.     letter-spacing:0.90px;
  199.     background-color:{color:Sidebar};
  200.     transition:0.70s ease;}
  201. .perma ol{
  202.     list-style-type:none;
  203. }
  204. ol.notes {
  205.     display:block;
  206.     padding:0;
  207.     overflow:auto;
  208.     margin-top:5px;
  209.     margin-left:10px;
  210.     width:460px;
  211.     transition:0.70s ease;
  212.     border-bottom:1px solid {color:Borders};
  213. }
  214. ol.notes li.note {
  215.     display:block;
  216.     padding:4px;
  217.     text-align:justify;
  218.     transition:0.70s ease;
  219.     border-bottom:1px solid {color:Borders};
  220. }
  221. ol.notes li.note img.avatar {
  222.     vertical-align:-4px;
  223.     margin-left:0px;
  224.     margin-right:10px;
  225.     width:17px;
  226.     height:17px;
  227.     border-radius:100%;
  228. }
  229. ol.notes li.note a{
  230.     color:{color:texts};
  231. }
  232.  
  233. ol.notes li.note:hover {
  234.     text-indent:20px;
  235.     transition: 0.70s ease;
  236.    
  237. }
  238.  
  239.  
  240. .vsanna {
  241.     display:none;
  242. }
  243.  
  244. .quote {
  245.     font-family: 'Hind', sans-serif;
  246.     font-size:11px;
  247.     text-align:Justify;
  248. }
  249.  
  250. .source {
  251.     text-align:left;
  252.     font-size:8px;
  253.     font-weight:bold;
  254.     font-style:italic;
  255.     text-transform:uppercase;
  256.     color:{color:Texts};
  257. }
  258.  
  259. .question{
  260.     z-index:1;
  261.     border-top: 1px solid {color:borders};
  262.     border-bottom: 1px solid {color:borders};
  263.     text-align:left;
  264.     font-size:11px;
  265.     padding:10px;
  266.     margin-left:-10px;
  267.     margin-right:-10px;
  268. }
  269.  
  270. .asker{
  271.     margin-bottom:2px;
  272.     margin-top:-6px;
  273.     margin-left:-10px;
  274.     margin-right:-10px;
  275.     font-family:'Hind', sans-serif;
  276.     padding:5px;
  277.     padding-bottom:7px;
  278.     font-size:9px;
  279.     letter-spacing:0.50px;
  280.     text-align:left;
  281.     text-transform:uppercase;
  282.     border-bottom:1px solid {color:borders};
  283.     text-indent:10px;
  284. }
  285.  
  286. .portrait img{
  287.     overflow:hidden;
  288.     display:block;
  289.     float:left;
  290.     width:18px;
  291.     height:18px;
  292.     border-radius:100%;
  293.     border:1px solid {color:Borders};
  294.     margin-left:5px;
  295.     margin-top:-6px;
  296. }
  297.  
  298. .answer{
  299.     margin-top:5px;
  300.     text-align:left;
  301.     font-size:11px;
  302.     padding-left:0px;
  303. }
  304.  
  305.  
  306. .chat {
  307.     line-height:13px;
  308.     list-style:none;
  309. }
  310. .chat ul {
  311.      list-style: none;
  312.      padding:5px;
  313. }
  314. .person1 {
  315.     color:{color:Texts};
  316.     padding:2px;
  317.     text-transform:Uppercase;
  318.     font-style:Italic;
  319.    
  320. }
  321. .person1 .label {
  322.     color:{color:Texts};
  323.     text-transform:Uppercase;
  324.     font-style:Italic;
  325.     font-weight:Bold;
  326. }
  327. .person2 {
  328.     color:{color:Texts};
  329.     padding:2px;
  330.     text-transform:Uppercase;
  331.     font-style:Italic;
  332. }
  333. .person2 .label {
  334.     color:{color:Texts};
  335.     text-transform:Uppercase;
  336.     font-style:Italic;
  337.     font-weight:Bold;
  338. }
  339.  
  340.  
  341. #albumcapa img {
  342.     width:82px;
  343.     position:absolute;
  344.     padding:5px;
  345.     border:1px solid {color:borders};}  
  346. .play{
  347.     margin-left:97px;
  348.     border:1px solid {color:borders};
  349.     overflow:hidden;
  350.     width:119px;}
  351. #cap {
  352.     margin-left:97px;
  353. }
  354. .list{
  355.     border:1px solid {color:borders};
  356.     height:17px;
  357.     line-height:20px;
  358.     margin-top:2px;
  359.     font-family:'Hind', sans-serif;
  360.     text-transform:uppercase;
  361.     font-size:9px;
  362.     word-spacing:-2px;
  363.     padding-left:8px;
  364. }
  365. .video {
  366.     display:block;
  367.     overflow:hidden;
  368.     width:100%;
  369. }
  370. .video, .video iframe {
  371.     display:block;
  372.     overflow:hidden;
  373. }
  374.  
  375.  
  376. .link {
  377.     margin: 0 0 5px 0;
  378.     text-align:center;
  379. }
  380. .link a {
  381.     font-size:10px;
  382.     color:{color:links};
  383.     text-transform:uppercase;
  384.     text-align:center;
  385.     letter-spacing:0.7px;
  386.     transition: 0.5s ease;
  387.    
  388. }
  389. .link a:hover {
  390.     color:{color:links hover};
  391.     transition: 0.50s ease;
  392. }
  393.  
  394.  
  395. .padding_posts {
  396.     padding:10px;
  397.     border:1px solid {color:Borders};
  398. }
  399.  
  400. .entry {
  401.    position:relative;
  402.    overflow:hidden;
  403.    margin:auto;
  404.    width:570px;
  405.    {block:IfThreeColumns}
  406.    Width:930px;
  407.   {/block:IfThreeColumns}
  408. }
  409.  
  410. #input {
  411.     position:relative;
  412.     width:570px;
  413.     {block:IfThreeColumns}
  414.     width:1000px
  415.     {/block:IfThreeColumns}
  416.     margin:0!important;
  417.     padding:10px;
  418. }
  419.  
  420.  
  421.  
  422.  
  423. .posts {
  424.     display:inline-block;
  425.     overflow:hidden;
  426.     margin:15px;
  427.     width:240px;
  428.     background-color:{color:Background};
  429.     padding:0!important;
  430.     font-family: 'Hind' , sans-serif;
  431.     font-size:10px;
  432.     text-align: Justify;
  433.     opacity:1;
  434.     z-index:1;
  435.     {block:PermalinkPage}
  436.     width:500px;
  437.     {/block:PermalinkPage}
  438. }
  439.  
  440. {block:Indexpage}
  441. .posts {
  442.     opacity:0;
  443.     z-index:-1;
  444.     transition:0.5s;
  445. }
  446. {/block:Indexpage}
  447.  
  448. .posts img {
  449.     width:100%;
  450. }
  451.  
  452.  
  453. .nots {
  454.     position:relative;
  455.     display:block;
  456.     margin-top:1px;
  457.     margin-left:-10px;
  458.     margin-right:-10px;
  459.     width:auto;
  460.     height:8px;
  461.     padding:1px;
  462.     border-top:1px solid #cccccc;
  463.     transition: 0.57s ease;
  464. }
  465. .nots a {
  466.     font-family:'Droid Sans' , sans-serif;
  467.     font-size:9.50px;
  468.     color: {color:Texts};
  469.     transition:0.57s ease;
  470. }
  471. .nots a:hover {
  472.     color:{Links Hover};
  473.     transition: 0.57s ease;
  474. }
  475. .nots .rblg a{
  476.     position:absolute;
  477.     right:5px;
  478.     font-size:15px;
  479. }
  480. .nots .pl a {
  481.     position:absolute;
  482.     right:22px;
  483.     font-size:15px;
  484.     line-height:17px;
  485. }
  486. .nots .total {
  487.     position:absolute;
  488.     left:5px;
  489.     font-size:10px;
  490.     text-transform:uppercase;
  491.     line-height:17px;
  492.     transition: 0.57s ease;}
  493. .nots .total:hover {
  494.     color:{color:Links Hover};
  495.     transition: 0.57s ease;
  496. }
  497.  
  498.  
  499. .side {position:fixed; margin-top:50px; margin-left:-100px; margin-bottom:0px; width:110px; background-color:{color:Sidebar}; z-index:99; text-align:center; overflow:hidden;}
  500.  
  501. .side .title {position:relative; margin:0px 0px; width:80px; background:{color:Title}; font-size:17px; color:#fff; padding:15px; height:auto; overflow:hidden; text-align:center;}
  502.  
  503.  
  504. .clean {position:relative; width:70px; text-align:center; margin-top:1px;}
  505. .clean a {display:inline-block; font-size:12px; color: {color:Title}; text-align:center; margin-left:0px; margin-right:0px; font-weight:bold; transition: 1.0s ease; text-transform:uppercase; padding:5px; width:106px;}
  506. .clean a:hover {color:{color:Sidebar}; transition: 1.0s ease; background:{color:Title};}
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513. </style>
  514. <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  515.  
  516. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  517.  
  518. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  519.  
  520. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  521.  
  522. <body>
  523.    
  524. <div class="entry">
  525.  
  526. <div class="side">
  527. <div class="title">{Title}</div>
  528. <div class="clean">
  529. <a href="{text:Link 1 URL}">
  530. {text:Link 1 Name}</a>
  531. <a href="{text:Link 2 URL}">
  532. {text:Link 2 Name}</a>
  533. <a href="{text:Link 3 URL}">
  534. {text:Link 3 Name}</a>
  535. <a href="{text:Link 4 URL}">
  536. {text:Link 4 Name}</a>
  537. </div>
  538. </div>
  539.  
  540.  
  541. <div id="input">
  542. {block:Posts}
  543. <div class="posts">
  544.    
  545. {block:Video}
  546. <div class="video padding_posts">
  547. {block:Indexpage}{Video-250}{/block:Indexpage}
  548. {block:PermalinkPage}{Video-500}{/block:Permalinkpage}
  549. {block:Indexpage}
  550. <div class="nots">
  551. <div class="rblg">
  552. <a href="{ReblogURL}" title="Reblog" target="_blank"><i class="ion-log-in"></i></a></div>
  553. <div class="pl">
  554. <a href="{Permalink}" title="Permalink"><i class="ion-paper-airplane"></i></a>
  555. </div>
  556. <div class="total">
  557. {NoteCountWithLabel}
  558. </div>
  559. </div>
  560. {/block:Indexpage}
  561. </div>
  562. {/block:Video}
  563.  
  564. {block:Photo}
  565. <div class="padding_posts">
  566. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
  567.  
  568. {block:Indexpage}
  569. <div class="nots">
  570. <div class="rblg">
  571. <a href="{ReblogURL}" title="Reblog" target="_blank"><i class="ion-log-in"></i></a></div>
  572. <div class="pl">
  573. <a href="{Permalink}" title="Permalink"><i class="ion-paper-airplane"></i></a>
  574. </div>
  575. <div class="total">
  576. {NoteCountWithLabel}
  577. </div>
  578. </div>
  579. {/block:Indexpage}
  580. </div>
  581. {/block:Photo}
  582.  
  583. {block:Photoset}
  584. <div class="padding_posts">
  585. <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>
  586. {block:Indexpage}
  587. <div class="nots">
  588. <div class="rblg">
  589. <a href="{ReblogURL}" title="Reblog" target="_blank"><i class="ion-log-in"></i></a></div>
  590. <div class="pl">
  591. <a href="{Permalink}" title="Permalink"><i class="ion-paper-airplane"></i></a>
  592. </div>
  593. <div class="total">
  594. {NoteCountWithLabel}
  595. </div>
  596. </div>
  597. {/block:Indexpage}
  598. </div>
  599. {/block:Photoset}
  600.  
  601. {block:Text}
  602. <div class="padding_posts">
  603. {block:Title} <h1> {Title} </h1> {block:Title}
  604. {Body}
  605.  
  606. {block:Indexpage}
  607. <div class="nots">
  608. <div class="rblg">
  609. <a href="{ReblogURL}" title="Reblog" target="_blank"><i class="ion-log-in"></i></a></div>
  610. <div class="pl">
  611. <a href="{Permalink}" title="Permalink"><i class="ion-paper-airplane"></i></a>
  612. </div>
  613. <div class="total">
  614. {NoteCountWithLabel}
  615. </div>
  616. </div>
  617. {/block:Indexpage}
  618. </div>
  619. {block:Text}
  620.  
  621. {block:Quote}
  622. <div class="quote"> {Quote} </div>
  623. {block:Source}<div class="source"> — {Source} </div>{/block:Source}
  624.  
  625. {block:Indexpage}
  626. <div class="nots">
  627. <div class="rblg">
  628. <a href="{ReblogURL}" title="Reblog" target="_blank"><i class="ion-log-in"></i></a></div>
  629. <div class="pl">
  630. <a href="{Permalink}" title="Permalink"><i class="ion-paper-airplane"></i></a>
  631. </div>
  632. <div class="total">
  633. {NoteCountWithLabel}
  634. </div>
  635. </div>
  636. {/block:Indexpage}
  637. {/block:Quote}
  638.  
  639. {block:Answer}
  640. <div class="padding_posts">
  641. <div class="portrait"><img src="{AskerPortraitURL-64}" style="width:18px; height:18px" /></div>
  642. <div class="asker">{Asker}</div>
  643. <div class="question">{Question}</div>
  644. <div class="answer">{Answer}</div>
  645.  
  646.  
  647. {block:Indexpage}
  648. <div class="nots">
  649. <div class="rblg">
  650. <a href="{ReblogURL}" title="Reblog" target="_blank"><i class="ion-log-in"></i></a></div>
  651. <div class="pl">
  652. <a href="{Permalink}" title="Permalink"><i class="ion-paper-airplane"></i></a>
  653. </div>
  654. <div class="total">
  655. {NoteCountWithLabel}
  656. </div>
  657. </div>
  658. {/block:Indexpage}
  659.    
  660. </div>
  661. {/block:Answer}
  662.  
  663. {block:Chat}
  664. <div class="padding_posts">
  665.  
  666. {block:Title} <h1> {Title} </h1> {/block:Title}
  667. <div class="chat">
  668. <ul>{block:Lines}
  669. <li class="person{UserNumber}">
  670. {block:Label}
  671. <span class="label">{Label}</span>
  672. {/block:Label}
  673. {Line}</li>{/block:Lines}</ul></div>
  674.  
  675.  {block:Indexpage}
  676. <div class="nots">
  677. <div class="rblg">
  678. <a href="{ReblogURL}" title="Reblog" target="_blank"><i class="ion-log-in"></i></a></div>
  679. <div class="pl">
  680. <a href="{Permalink}" title="Permalink"><i class="ion-paper-airplane"></i></a>
  681. </div>
  682. <div class="total">
  683. {NoteCountWithLabel}
  684. </div>
  685. </div>
  686. {/block:Indexpage}
  687. </div>
  688. {/block:Chat}
  689.    
  690. {block:Audio}
  691. <div class="padding_posts">
  692. <div class="audio">
  693. {block:AlbumArt}<div id="albumcapa"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  694. <div class="play">
  695. {AudioPlayerWhite}    
  696. </div>
  697. <div id="cap">
  698. <div class="list">Track: {block:TrackName} {TrackName} {/block:TrackName}</div>
  699. <div class="list">Artist: {block:Artist} {Artist} {/block:Artist}</div>
  700. <div class="list">Album: {block:Album} {Album} {/block:Album}</div>
  701. </div></div>
  702.    {block:Indexpage}
  703. <div class="nots">
  704. <div class="rblg">
  705. <a href="{ReblogURL}" title="Reblog" target="_blank"><i class="ion-log-in"></i></a></div>
  706. <div class="pl">
  707. <a href="{Permalink}" title="Permalink"><i class="ion-paper-airplane"></i></a>
  708. </div>
  709. <div class="total">
  710. {NoteCountWithLabel}
  711. </div>
  712. </div>
  713. {/block:Indexpage}
  714. </div>
  715. {/block:Audio}
  716.  
  717.  
  718. {block:Link}
  719. <div class="padding_posts">
  720. <div class="links" >
  721. <a href="{URL}" {Target}><i class="ion-link" style="font-size:15px"></i> &nbsp; {Name}</a>
  722. </div>
  723. {block:Description}{Description}{/block:Description}    
  724.  
  725.     {block:Indexpage}
  726. <div class="nots">
  727. <div class="rblg">
  728. <a href="{ReblogURL}" title="Reblog" target="_blank"><i class="ion-log-in"></i></a></div>
  729. <div class="pl">
  730. <a href="{Permalink}" title="Permalink"><i class="ion-paper-airplane"></i></a>
  731. </div>
  732. <div class="total">
  733. {NoteCountWithLabel}
  734. </div>
  735. </div>
  736. {/block:Indexpage}
  737. </div>
  738. {/block:Link}
  739.  
  740.  
  741. <div class="vsanna">
  742. {block:RebloggedFrom}
  743. <a href="{ReblogParentURL}">via</a>
  744. {/block:RebloggedFrom}
  745. {block:ContentSource}
  746. <a href="{SourceURL}">source</a>
  747. {/block:ContentSource}
  748. </div>
  749.  
  750. {block:PermalinkPage}  
  751. <div class="perma">{block:RebloggedFrom}
  752. <i class="ion-clock"></i>
  753. Posted in {DayofWeek}, {DayOfMonth} {Month} at {24hour}:{Minutes}{AmPm}
  754. <br>
  755. <i class="ion-paper-airplane"></i>
  756. Posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  757. <br>
  758. <span class="lnr lnr-user"></span>
  759. Reblogged from:
  760. <a href="{ReblogParentURL}">{ReblogParentName}</a>
  761. <br>
  762. <span class="lnr lnr-heart"></span>
  763. This post has: {NoteCountWithLabel}
  764. <br>
  765. {/block:RebloggedFrom}  
  766. {block:PostNotes}
  767. {PostNotes-64}
  768. </div>
  769. {/block:PostNotes}
  770. {/block:PermalinkPage}  
  771.  
  772. </div>
  773. {/block:Posts}
  774. </div>
  775. </div>
  776.    
  777.    
  778.    
  779.    
  780. {block:IndexPage}
  781.  
  782. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  783. <script src="http://static.tumblr.com/h7yjwkn/fcjorg4n8/jquery.infinitescroll.min.js"></script>
  784.  
  785. {/block:IndexPage}
  786.  
  787. <script>
  788. $(document).ready(function(){
  789.    $('.photo-slideshow').pxuPhotoset({
  790.        lightbox: true,
  791.        rounded: false,
  792.        gutter: '1px',
  793.        photoset: '.photo-slideshow',
  794.        photoWrap: '.photo-data',
  795.        photo: '.pxu-photo'
  796.    });
  797.    {block:IndexPage}
  798.    var $container = $('#input');
  799.    $container.masonry({ itemSelector: '.posts' });
  800.    $container.imagesLoaded(function(){
  801.        $container.masonry();
  802.        $container.find('.posts').animate({ opacity: 1, zIndex: 1 });
  803.    });
  804.    
  805.    $container.infinitescroll({
  806.        itemSelector: '.posts',
  807.        navSelector: '#pagination',
  808.        nextSelector: '#next',
  809.        loadingImg: '',
  810.        loadingText: '<em></em>',
  811.        bufferPx: 20000
  812.    },
  813.    function( newElements ) {
  814.        var $newElems = $( newElements );
  815.        $newElems.find('.photo-slideshow').pxuPhotoset({
  816.            lightbox: true,
  817.            rounded: false,
  818.            gutter: '1px',
  819.            photoset: '.photo-slideshow',
  820.            photoWrap: '.photo-data',
  821.            photo: '.pxu-photo'
  822.        },
  823.        function(){
  824.            $container.masonry();
  825.        });
  826.        $newElems.imagesLoaded(function(){
  827.            $container.masonry( 'appended', $newElems );
  828.            $newElems.animate({ opacity: 1, zIndex: 1 });
  829.        resizeVideos();
  830.  
  831.        });
  832.    });
  833.    
  834.    
  835.    {/block:IndexPage}
  836. });
  837. </script>
  838.  
  839. {block:IndexPage}
  840. {block:Pagination}
  841. <div id="pagination">
  842. {block:NextPage}
  843. <a id="next" href="{NextPage}"></a>
  844. {/block:NextPage}
  845. {block:PreviousPage}
  846. <a href="{PreviousPage}">&larr;&nbsp;</a>
  847. {/block:PreviousPage}
  848. </div>
  849. {/block:Pagination}
  850. {/block:IndexPage}
  851. </div>
  852.  
  853.  
  854. <div class="credit"><a href="http://yntense.tumblr.com" title="EXCLUSIVE"> YNTENSE </a></div>
  855.  
  856.  
  857. </body>
  858. </html>
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866. <!----
  867.  
  868. — MADE BY @YNTENSE — http://yntense.tumblr.com
  869. — ORIGINAL DESIGN • 2017
  870. — DONT'T REMOVE MY CREDITS AND COPY
  871. ------------------------------------------------------------------------------
  872. CREDITS :
  873. — Infinite Scroll by: @SHYTHEMES
  874. — Video by: @SHYTHEMES(SCRIPT) AND NEDIK(CSS)
  875. — Audio by: @PASSO-HTML
  876. ------>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement