Advertisement
NIGGSEX

recupng

Oct 13th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 27.12 KB | None | 0 0
  1. <!---------------
  2. ALL DESIGN MADE BY
  3. ©    @YNTENSE    ©
  4. -----------------
  5. DON'T COPY AND
  6. REMOVE MY CREDITS
  7. ---------------->
  8.  
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <meta charset="utf-8"/>
  13. <title>{Title}</title>    
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Borders" content="#f5f7f7"/>
  21. <meta name="color:Links" content="#8f8f8f"/>
  22. <meta name="color:Links Hover" content="#b0b0b0"/>
  23. <meta name="color:Notes Image" content="#000000"/>
  24. <meta name="color:Links Notes Image" content="#ffffff"/>
  25. <meta name="color:Texts" content="#8f8f8f"/>
  26. <meta name="color:Title" content="#b5b5b5"/>
  27. <meta name="color:Scrollbar" content="#b5b5b5"/>
  28. <meta name="color:Sidebar" content="#b5b5b5"/>
  29. <meta name="text:Link 1 Url" content="/" />
  30. <meta name="text:Link 1 Title" content="link" />
  31. <meta name="text:Link 2 Url" content="/" />
  32. <meta name="text:Link 2 Title" content="link" />
  33. <meta name="text:Link 3 Url" content="/" />
  34. <meta name="text:Link 3 Title" content="link" />
  35. <meta name="text:Link 4 Url" content="/" />
  36. <meta name="text:Link 4 Title" content="link" />
  37. <link href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700|PT+Sans:400,400i,700,700i|Muli" rel="stylesheet">
  38. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  39. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
  40. <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  41. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css'
  42. rel='stylesheet' type='text/css'>
  43. </head>
  44. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  45. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  46. <style type="text/css">
  47.  
  48. iframe.tmblr-iframe {
  49.     z-index:99999999999999!important;
  50.     top:-2px!important;
  51.     right:0!important;
  52.     opacity:0;
  53.     padding-right:38px;
  54.     /* delete invert(1) from here */
  55.         filter:invert(1) contrast(150%);
  56.         -webkit-filter:invert(1) contrast(150%);
  57.         -o-filter:invert(1) contrast(150%);
  58.         -moz-filter:invert(1) contrast(150%);
  59.         -ms-filter:invert(1) contrast(150%);
  60.     /* to here if your blog has a dark background */
  61.     transform:scale(0.65);
  62.     transform-origin:100% 0;
  63.     -webkit-transform:scale(0.65);
  64.     -webkit-transform-origin:100% 0;
  65.     -o-transform:scale(0.65);
  66.     -o-transform-origin:100% 0;
  67.     -moz-transform:scale(0.65);
  68.     -moz-transform-origin:100% 0;
  69.     -ms-transform:scale(0.65);
  70.     -ms-transform-origin:100% 0;
  71.     transition:0.5s;
  72. }
  73.  
  74. iframe.tmblr-iframe:hover {
  75.     opacity:0.6!important;
  76.     transition:0.5s;
  77. }
  78.  
  79. .hcontrols {
  80.     position:fixed;
  81.     top:0;
  82.     right:0;
  83.     z-index:999999999;}
  84.  
  85. .hcontrols svg {
  86.     width:14px;
  87.     height:14px;
  88.     padding:9px;}
  89.  
  90. .hcontrols svg path {
  91.     fill:#888888;/* change this to change the color of the icon */}
  92.  
  93. .scrollToTop{
  94.     position:fixed;
  95.     color:{color:Scrollbar};
  96.     background:{color:background};
  97.     padding:5px;
  98.     font-size:14px;
  99.     left:20px;
  100.     bottom:50px;
  101.     display:none;
  102.     z-index:999;
  103.     -webkit-transition: all 0.6s ease-out;
  104.     -moz-transition: all 0.6s ease-out;
  105.     -ms-transition: all 0.6s ease-out;    
  106.     -o-transition: all 0.6s ease-out;
  107. }
  108.  
  109. #s-m-t-tooltip {
  110.     background-color:{color:Background};
  111.     color:{color:Texts};
  112.     margin:15px;
  113.     max-width:300px;
  114.     padding:8px;
  115.     font-weight:bold;
  116.     font-family:'Droid Sans', Trebuchet MS ,sans-serif;
  117.     line-height:100%;
  118.     font-size:8px;
  119.     text-transform:uppercase;
  120.     font-style:italic;
  121.     box-shadow:1px 1px 1px rgba({RGBcolor:Texts},0.1);
  122.     z-index:99999;
  123. }
  124.  
  125.  
  126. a {
  127.     color:{color:Links};
  128.     text-decoration:none;
  129.     transition:.5s;
  130. }    
  131.  
  132. a:hover {
  133.     color:{Links Hover};
  134.     transition:.5s;
  135. }
  136.  
  137. h1, h5 {
  138.     text-align:center;
  139.     font-size:12px;
  140.     font-weight:bold;
  141. }
  142.  
  143. b , strong {
  144.     font-weight:Bold;
  145. }
  146.  
  147. blockquote {
  148.     padding:10px;
  149.     margin:0px;
  150. }
  151.  
  152.  
  153. ::selection {
  154.     background-color:{color:background};
  155.     color:{color:Links Hover};
  156.     font-weight:bold;
  157.     font-style:italic;
  158. }
  159.  
  160. ::-webkit-scrollbar {
  161.     width:17px;
  162.     height:0px;
  163. }
  164. ::-webkit-scrollbar {
  165.     background:{color:Background};
  166. }
  167. ::-webkit-scrollbar-track {
  168.     background:{color:Background};
  169.     border:8px solid {color:Background};
  170. }
  171. ::-webkit-scrollbar-thumb {
  172.     background:{color:Scrollbar};
  173.     border:8px solid {color:Background};
  174. }
  175.  
  176. .vsanna {
  177.     display:none;
  178. }
  179.  
  180. .credit {
  181.     position:fixed;
  182.     bottom:30px;
  183.     left:30px;
  184. }
  185.  
  186. .credit a {
  187.     padding:5px;
  188.     background:{color:Background};
  189.     border:1px solid {color:Borders};
  190.     color:{color:Texts};
  191.     font-size:8px;
  192. }
  193.  
  194. .perma {
  195.     position:relative;
  196.     width:500px;
  197.     height:auto;
  198.     overflow:auto;
  199.     margin:0px auto;
  200.     padding:10px;
  201.     font-family:'PT Sans', Trebuchet MS, sans-serif;
  202.     font-size:9px;
  203.     text-align:left;
  204.     text-transform:uppercase;
  205.     letter-spacing:0.90px;
  206.     background-color:{color:Background};
  207.     transition:0.70s ease;
  208. }
  209. .perma ol{
  210.     list-style-type:none;
  211. }
  212. ol.notes {
  213.     display:block;
  214.     padding:0;
  215.     overflow:auto;
  216.     margin-top:25px;
  217.     margin-left:10px;
  218.     width:460px;
  219.     transition:0.70s ease;
  220.     border-bottom:1px solid {color:Borders};
  221. }
  222. ol.notes li.note {
  223.     display:block;
  224.     padding:4px;
  225.     text-align:justify;
  226.     transition:0.70s ease; border-bottom:1px solid {color:Borders};
  227. }
  228. ol.notes li.note img.avatar {
  229.     vertical-align:-4px;
  230.     margin-left:0px;
  231.     margin-right:10px;
  232.     width:17px;
  233.     height:17px;
  234.     border-radius:100%;
  235. }
  236. ol.notes li.note a{
  237.     color:{color:texts};
  238. }
  239.    
  240. body {
  241.     background:{color:Background};
  242.     font-family:'PT Sans', Trebuchet MS, sans-serif;
  243.     font-size:11px;
  244.     color:{color:Texts};
  245.     text-align:justify;
  246.     text-transform:normal;
  247.     text-decoration:none
  248. }  
  249.  
  250. .entry {
  251.     top:0px;
  252.     margin:0px auto;
  253.     width:790px;
  254.     height:auto;
  255.     padding:5px;
  256.     border-left:1px solid {color:borders};
  257.     border-right:1px solid {color:borders};
  258. }
  259.  
  260. #posts {
  261.     position:absolute;
  262.     margin-top:100px;
  263.     background:{color:Background};
  264.     transition:0.5s;
  265.    
  266. }
  267.  
  268. .posts {
  269.     position:relative;
  270.     float:center;
  271.     display:inline-block;
  272.     overflow:hidden;
  273.     margin:15px;
  274.     background:{color:Background};
  275.     width:230px;
  276.     {block:PermalinkPage}
  277.     width:500px;
  278.     margin:10px 150px;
  279.     {/block:PermalinkPage}
  280.     transition:0.5s;
  281. }
  282. .posts img {
  283.     width:100%;
  284. }
  285.  
  286. .mp {
  287.     padding:10px;
  288.     border:1px solid {color:Borders};
  289. }
  290.  
  291. .photoset {
  292.     display:inline-block;
  293.     width:230px;
  294.     max-width:230px;
  295. }
  296.  
  297.  
  298. .video {
  299.     display:block;
  300.     overflow:hidden;
  301.     width:100%;
  302. }
  303. .video, .video iframe {
  304.     display:block;
  305.     overflow:hidden;
  306. }
  307.  
  308. .quote {
  309.     text-align:justify;
  310.     font-size:11px;
  311. }
  312.  
  313. .sourcequote {
  314.     text-align:center;
  315.     font-weight:bold;
  316.     font-size:9px;
  317.     text-transform:uppercase;
  318.     margin-top:5px;
  319. }
  320.  
  321. .question{
  322.     z-index:1;
  323.     border-top: 1px solid {color:borders};
  324.     border-bottom: 1px solid {color:borders};
  325.     text-align:left;
  326.     font-size:11px;
  327.     padding:10px;
  328.     margin-left:-10px;
  329.     margin-right:-10px;
  330. }
  331.  
  332. .asker{
  333.     margin-bottom:2px;
  334.     margin-top:-6px;
  335.     margin-left:-10px;
  336.     margin-right:-10px;
  337.     font-family: {select:Font Posts};
  338.     padding:5px;
  339.     padding-bottom:7px;
  340.     font-size:9px;
  341.     letter-spacing:0.50px;
  342.     text-align:left;
  343.     text-transform:uppercase;
  344.     border-bottom:1px solid {color:borders};
  345.     text-indent:10px;
  346. }
  347.  
  348. .portrait img{
  349.     display:inline;
  350.     float:left;
  351.     width:18px;
  352.     height:18px;
  353.     border-radius:100%;
  354.     border:1px solid {color:borders};
  355.     margin-left:5px;
  356.     margin-top:-6px;
  357. }
  358.  
  359. .answer{
  360.     margin-top:5px;
  361.     text-align:left;
  362.     font-size:11px;
  363.     padding-left:0px;
  364. }
  365.  
  366.  
  367. .chat {
  368.     line-height:13px;
  369.     list-style:none;
  370. }
  371. .chat ul {
  372.      list-style: none;
  373.      padding:5px;
  374. }
  375. .person1 {
  376.     color:{color:Texts};
  377.     padding:2px;
  378.     text-transform:Uppercase;
  379.     font-style:Italic;
  380. }
  381. .person1 .label {
  382.     color:{color:Texts};
  383.     text-transform:Uppercase;
  384.     font-style:Italic;
  385.     font-weight:Bold;
  386. }
  387. .person2 {
  388.     color:{color:Texts};
  389.     padding:2px;
  390.     text-transform:Uppercase;
  391.     font-style:Italic;
  392. }
  393. .person2 .label {
  394.     color:{color:Texts};
  395.     text-transform:Uppercase;
  396.     font-style:Italic;
  397.     font-weight:Bold;
  398. }
  399.  
  400. .audio {
  401.     position:relative;
  402.     width:100%;
  403. }
  404.  
  405. .audio img {
  406.     width:50px;
  407.     height:50px;
  408.     padding:4px;
  409.     border:1px solid {color:Borders};
  410. }
  411.  
  412. .player {
  413.     position:absolute;
  414.     overflow:hidden;
  415.     margin-top:-47px;
  416.     margin-left:15px;
  417.     height:28px;
  418.     width:28px;
  419.     background:white;
  420.     opacity:0.4;
  421. }
  422.  
  423. .inform {
  424.     border:1px solid {color:borders};
  425.     margin-top:-97px;
  426.     line-height:20px;
  427.     margin-top:2px;
  428.     font-family:'Hind', sans-serif;
  429.     text-transform:uppercase;
  430.     font-size:9px;
  431. }
  432.  
  433. .alignaud {
  434.     margin-left:90px;
  435. }
  436.  
  437. .link {
  438.     margin: 0 0 5px 0;
  439.     text-align:center;
  440. }
  441. .link a {
  442.     font-size:10px;
  443.     color:{color:links};
  444.     text-transform:uppercase;
  445.     text-align:center;
  446.     letter-spacing:0.7px;
  447.     transition: 0.5s ease;
  448.    
  449. }
  450. .link a:hover {
  451.     color:{color:links hover};
  452.     transition: 0.50s ease;
  453. }
  454.  
  455. /*notes image*/
  456.  
  457. .notsi {
  458.     position:absolute;
  459.     display:inline-block;
  460.     overflow:hidden;
  461.     text-align:center;
  462.     opacity:0;
  463.     top:0px;
  464.     left:0px;
  465.     width:100%;
  466.     height:calc(100% - 3px);
  467.     background:rgba({RGBcolor:Notes Image},0.4);
  468.     color:{color:Links Notes Image};
  469.     transition:1s;
  470. }
  471.  
  472. .posts:hover .notsi {
  473.     transition:.4s;
  474.     opacity:1;
  475. }
  476.  
  477. .ileft{
  478.     position:absolute;
  479.     text-align:justify;
  480.     text-transform:uppercase;
  481.     left:20px;
  482.     top:10px;
  483.     font-size:9px;
  484.     color:{color:Links Notes Image};
  485.     text-shadow:1px 1px 1px rgba(0,0,0,.1);
  486.     transition:0.5s;
  487. }
  488.  
  489. .ileft a{
  490.     color:{color:Links Notes Image};
  491. }
  492.  
  493. .posts:hover .ileft {
  494.     left:10px;
  495. }
  496.  
  497. .likeb {
  498.     cursor:pointer!important;
  499.     position:absolute;
  500.     text-align:center;
  501.     text-transform:uppercase;
  502.     top:10px;
  503.     right:20px;
  504.     width:13px;
  505.     height:13px;
  506.     color:{color:Links Notes Image};
  507.     transition:.5s ease;
  508.     font-size:16px;
  509.     padding:5px;
  510.     background:rgba({RGBcolor:background},.1);
  511.     border-radius:100%;
  512. }
  513.  
  514. .posts:hover .likeb {
  515.     right:10px;
  516.     transition:0.5s;
  517. }
  518.  
  519. .rblg {
  520.     position:absolute;
  521.     text-align:center;
  522.     text-transform:uppercase;
  523.     top:35px;
  524.     right:20px;
  525.     width:13px;
  526.     height:13px;
  527.     color:{color:Links Notes Image};
  528.     transition:0.5s ease;
  529.     font-size:16px;
  530.     padding:5px;
  531.     background:rgba({RGBcolor:background},.1);
  532.     border-radius:100%;
  533.     line-height:0px;
  534.     text-indent:-1px;
  535. }
  536.  
  537. .rblg a {
  538.     color:{color:Links Notes Image};
  539. }
  540.  
  541. .posts:hover .rblg {
  542.     right:10px;
  543.     transition:0.5s;
  544. }
  545.  
  546.  
  547.  
  548. .custom-like-button *{cursor:pointer!important;}
  549. .custom-like-button {
  550.     position:relative;
  551.     display:inline-block;
  552.     vertical-align:top;
  553.     cursor:pointer;
  554.     color:{color:Links Notes Image};
  555.     font-size:16px;
  556.     text-transform:uppercase;
  557. }
  558.  
  559. .like_button:hover + .our_button {
  560.     color:#ff6666;
  561. }
  562.  
  563. .like_button iframe {
  564.     width:100%!important;
  565.     height:100%!important;
  566. }
  567. .like_button {
  568.     z-index:10;
  569.     opacity:0;
  570. }
  571. .our_button {
  572.     z-index:1;
  573.     transition:0.5s;
  574. }
  575. .our_button,.like_button {
  576.     position:relative;
  577.     top:-5px;
  578.     left:-1.5px;
  579.     width:100%;
  580.     height:100%;
  581. }
  582. .like_button.liked + .our_button{
  583.     color:#ff6666;
  584. }
  585.  
  586. .our_button:hover {
  587.     color:#ff6666;
  588.     transition:0.5s;
  589. }
  590.  
  591.  /*end note image */
  592.  
  593.  /*notes text*/
  594.  .nots {
  595.      display:block;
  596.     text-align:left;
  597.     color:{color:Text};
  598.     margin-top:1px;
  599.     margin-bottom:0px;
  600.     font-style:normal;
  601.     border-top:1px solid {color:Borders};
  602.     text-transform:Uppercase;
  603.     font-size:12px;
  604.     padding:5px;
  605.     transition:.5s;
  606.  }
  607.  
  608.  .nots a{
  609.      color:{color:Texts};
  610.      background:#;
  611.      font-size:14px;
  612.      padding:4px;
  613.      transition:.5s;
  614.  }
  615.  
  616. .center {
  617.     width:100%;
  618.     text-align:center;
  619.     font-size:11px;
  620.     margin-top:-17px;
  621. }
  622.  
  623.  
  624. .allt {
  625.     position:absolute;
  626.     text-align:right;
  627.     float:right;
  628.     text-transform:uppercase;
  629.     margin-top:-15px;
  630.     right:0px;
  631.     color:{color:Texts}
  632.     transition:.5s;
  633.     font-size:14px;
  634.  
  635. }
  636. .allt i {
  637.     font-size:11px;
  638.     color:{color:Texts}
  639. }
  640. .allt a {
  641.     color:{color:Texts};
  642. }
  643.  
  644. .custom-like-button2 *{
  645.     cursor:pointer!important;
  646. }
  647. .custom-like-button2 {
  648.     position:relative;
  649.     display:inline-block;
  650.     vertical-align:top;
  651.     padding:4px;
  652.     cursor:pointer;
  653.     margin-right:7px;
  654. }
  655.  
  656. .like_button:hover + .our_button2 {color:;}
  657. .like_button.liked + .our_button2 {color:red;}
  658. .like_button iframe {
  659.     width:100%!important;
  660.     height:100%!important;
  661. }
  662. .like_button {
  663.     z-index:10;
  664.     opacity:0;
  665. }
  666. .our_button2 {
  667.     z-index:1;
  668. }
  669. .our_button2,.like_button {
  670.     position:absolute;
  671.     top:0;
  672.     left:0;
  673.     width:100%;
  674.     height:100%;
  675. }
  676. /* end notes text */
  677.  
  678. .sidebar {
  679.     position:absolute;
  680.     top:0px;
  681.     height:100px;
  682.     width:790px;
  683.     background:{color:background};
  684.     text-align:center;
  685.     float:center;
  686. }
  687.  
  688. .avatar {
  689.     position:relative;
  690.     margin:10px auto;
  691. }
  692.  
  693. .avatar img {
  694.     border-radius:100%;
  695.     width:45px;
  696.     padding:0px 0px 10px 10px;
  697. }
  698.  
  699. .title {
  700.     position:relative;
  701.     margin:-10px auto;
  702.     text-align:center;
  703.     font-size:12px;
  704.     text-transform:uppercase;
  705.     color:{color:Title};
  706.     text-indent:10px;
  707. }
  708.  
  709. .menu {
  710.     position:relative;
  711.     margin:-75px auto;
  712. }
  713. .menu a{
  714.     display:inline-block;
  715.     background:{color:background};
  716.     padding:2px 2px;
  717.     width:17px;
  718.     font-size:12px;
  719.     text-align:center;
  720.     margin-left:10px;
  721.     margin-top:5px;
  722.     transition:1s ease;
  723. }
  724. .menu a:hover {
  725.     transform: rotatey(360deg);
  726.     transition:1s ease;
  727. }
  728.  
  729. </style>
  730.  
  731. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  732. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  733. <script>
  734. (function($){
  735. $(document).ready(function(){
  736. $("a[title]").style_my_tooltips({
  737. tip_follows_cursor:true,
  738. tip_delay_time:20,
  739. tip_fade_speed:300,
  740. attribute:"title"
  741. });
  742. });
  743. })(jQuery);
  744. </script>  
  745.  
  746. <script>
  747. $(document).ready(function(){
  748. $(window).scroll(function(){
  749. if ($(this).scrollToTop() > 100) {
  750. $('.scrollToTop').fadeIn();
  751. } else {
  752. $('.scrollToTop').fadeOut();}});
  753. $('.scrollToTop').click(function(){
  754. $('html, body').animate({scrollToTop : 0},800);
  755. return false;
  756. });
  757. });
  758. </script>
  759.  
  760.  
  761. <body onkeydown="return false">
  762. <div class="entry">
  763. <div class="sidebar">
  764. <div class="avatar">
  765. <img src="{PortraitURL-128}"/>
  766. </div>  
  767. <div class="title">
  768. {Title}
  769. </div>
  770. <div class="menu">
  771.     <a href="{text:Link 1 URL}" title="{text:Link 1 Title}">
  772.     <span class="lnr lnr-home"></span></a>
  773.    
  774.     <a href="{text:Link 2 URL}" title="{text:Link 2 Title}" style="margin-left:65px"><span class="lnr lnr-phone"></span></a>
  775.     <br>
  776.     <a href="{text:Link 3 URL}" title="{text:Link 3 Title}" style="margin-left:8px;"><span class="lnr lnr-magic-wand"></span></a>
  777.    
  778.     <a href="{text:Link 4 URL}" title="{text:Link 4 Title}" style="margin-left:65px">
  779.     <span class="lnr lnr-inbox"></span></a>
  780.    
  781.    
  782.    </div>
  783. </div>
  784.  
  785.  
  786. <div id="posts">
  787. {block:Posts}
  788. <div class="posts">
  789.  
  790. {block:Photo}
  791. <img src="{PhotoURL-HighRes}">
  792. {block:IndexPage}
  793. <div class="notsi">  
  794. <div class="likeb">
  795. <div class="custom-like-button">{LikeButton}
  796. <span class="our_button" ><i class="oi-heart"></i></span>
  797. </div></div>
  798. <div class="rblg">
  799. <a href="{ReblogURL}"><i class="oi-refresh"></i></a>    
  800. </div>
  801. <div class="ileft">
  802. {NoteCountWithLabel}
  803. <br>
  804. {DayOfMonth} {DayOfMonthSuffix} {Month}
  805. <br>
  806. AT {24Hour}:{Minutes} {AmPm}
  807. <br>
  808. <a href="{Permalink}">PERMALINK</a>
  809. </div>    
  810. </div>
  811. {/block:IndexPage}
  812. {/block:Photo}
  813.  
  814. {block:Photoset}
  815. <div class="photoset">
  816. {Photoset}</div>
  817. {block:IndexPage}
  818. <div class="nots">
  819. <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
  820. <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
  821. <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
  822. <div class="center">
  823. {NoteCount}N    
  824. </div>
  825. <div class="allt">
  826. <div class="custom-like-button2">{LikeButton}
  827. <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
  828. <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
  829. </div>
  830. </div>
  831. {/block:IndexPage}
  832. </div>
  833. {/block:Photoset}
  834.  
  835. {block:Video}
  836. {block:IndexPage}
  837. <div class="mp">
  838. <div class="video">
  839. {Video-500}  
  840. </div>
  841. <div class="nots" style="margin:1px -10px -10px -10px">
  842. <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
  843. <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
  844. <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
  845. <div class="center">
  846. {NoteCount}N    
  847. </div>
  848. <div class="allt">
  849. <div class="custom-like-button2">{LikeButton}
  850. <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
  851. <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
  852. </div>
  853. </div>
  854. </div>
  855. {/block:IndexPage}
  856. {block:PermalinkPage}
  857. <div class="video">
  858. {Video-500}
  859. </div>
  860. {/block:PermalinkPage}
  861.  
  862. {/block:Video}
  863.  
  864. {block:Text}
  865. <div class="mp">
  866. {block:Title} <h1>{Title}</h1> {/block:Title}
  867. {Body}
  868. {block:Indexpage}
  869. <div class="nots" style="margin:1px -10px -10px -10px">
  870. <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
  871. <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
  872. <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
  873. <div class="center">
  874. {NoteCount}N    
  875. </div>
  876. <div class="allt">
  877. <div class="custom-like-button2">{LikeButton}
  878. <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
  879. <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
  880. </div>
  881. </div>
  882. {/block:Indexpage}
  883. </div>
  884. {/block:Text}
  885.  
  886. {block:Quote}
  887. <div class="mp">
  888. <div class="quote">{Quote}</div>
  889. {block:Source}
  890. <div class="sourcequote">{Source}</div>
  891. {/block:Source}
  892. {block:Indexpage}
  893. <div class="nots" style="margin:1px -10px -10px -10px">
  894. <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
  895. <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
  896. <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
  897. <div class="center">
  898. {NoteCount}N    
  899. </div>
  900. <div class="allt">
  901. <div class="custom-like-button2">{LikeButton}
  902. <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
  903. <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
  904. </div>
  905. </div>
  906. {/block:Indexpage}
  907. </div>
  908. {/block:Quote}
  909.  
  910. {block:Answer}
  911. <div class="mp">
  912. <div  class="portrait"><img src="{AskerPortraitURL-64}"/></div>
  913. <div class="asker">{Asker}</div>
  914. <div class="question">{Question}</div>
  915. <div class="answer">{Answer}</div>
  916. {block:Indexpage}
  917. <div class="nots" style="margin:0px -10px -10px -10px" >
  918. <div class="center" style="margin-top:0px; font-size:10px">
  919. {DayOfMonth}/{MonthNumberWithZero}/{Year} at {24Hour}:{Minutes} {AmPm}</div>
  920. </div>
  921. {/block:Indexpage}
  922. </div>
  923. {/block:Answer}
  924.  
  925. {block:Chat}
  926. <div class="mp">
  927. {block:Title} <h1> {Title} </h1> {/block:Title}
  928. <div class="chat">
  929. <ul>{block:Lines}
  930. <li class="person{UserNumber}">
  931. {block:Label}
  932. <span class="label">{Label}</span>
  933. {/block:Label}
  934. {Line}</li>{/block:Lines}</ul></div>
  935. {block:Indexpage}
  936. <div class="nots" style="margin:1px -10px -10px -10px">
  937. <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
  938. <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
  939. <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
  940. <div class="center">
  941. {NoteCount}N    
  942. </div>
  943. <div class="allt">
  944. <div class="custom-like-button2">{LikeButton}
  945. <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
  946. <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
  947. </div>
  948. </div>
  949. {/block:Indexpage}
  950. </div>
  951. {/block:Chat}
  952.  
  953.  
  954. {block:Audio}
  955. <div class="mp">
  956. <div class="audio">
  957. {block:AlbumArt}
  958. <img src="{AlbumArtURL}">
  959. {/block:AlbumArt}
  960.  <div class="player">
  961. {AudioPlayerWhite}  
  962. </div></div>
  963.  
  964. <div clas="inform" style="margin-left:70px; margin-top:-50px;padding-bottom:25px; text-transform:uppercase; font-weight:bold">
  965. {block:TrackName} {TrackName} {/block:TrackName}
  966. <br>
  967. {block:Artist} {Artist} {/block:Artist}
  968. <br>
  969. {block:Album} {Album} {/block:Album}
  970. </div>
  971. {block:Indexpage}
  972. <div class="nots" style="margin:1px -10px -10px -10px">
  973. <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
  974. <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
  975. <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
  976. <div class="center">
  977. {NoteCount}N    
  978. </div>
  979. <div class="allt">
  980. <div class="custom-like-button2">{LikeButton}
  981. <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
  982. <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
  983. </div>
  984. </div>
  985. {/block:Indexpage}
  986. </div>
  987. {/block:Audio}
  988.  
  989. {block:Link}
  990. <div class="mp">
  991. <div class="links" >
  992. <a href="{URL}" {Target}><i class="ion-link" style="font-size:15px"></i> &nbsp; {Name}</a>
  993. </div>
  994. {block:Description}{Description}{/block:Description}    
  995. {block:Indexpage}
  996. <div class="nots" style="margin:1px -10px -10px -10px">
  997. <a href="{Permalink}" target="_blank"><span class="lnr lnr-cog"></span></a>
  998. <a title="{DayOfMonth} {DayOfMonthSuffix} {Month}">
  999. <span class="lnr lnr-clock" style="cursor:pointer"></span></a>
  1000. <div class="center">
  1001. {NoteCount}N    
  1002. </div>
  1003. <div class="allt">
  1004. <div class="custom-like-button2">{LikeButton}
  1005. <span class="our_button2"><span class="lnr lnr-heart"></span></span></div>
  1006. <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-redo"></span></a>
  1007. </div>
  1008. </div>
  1009. {/block:Indexpage}
  1010. </div>
  1011. {/block:Link}
  1012.  
  1013. {block:PermalinkPage}  
  1014. <div class="perma">{block:RebloggedFrom}
  1015. <i class="ion-clock"></i>
  1016. Posted in {DayofWeek}, {DayOfMonth} {Month} at {24hour}:{Minutes}{AmPm}
  1017. <br>
  1018. <i class="ion-paper-airplane"></i>
  1019. Posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1020. <br>
  1021. <span class="lnr lnr-user"></span>
  1022. Reblogged from:
  1023. <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1024. <br>
  1025. <span class="lnr lnr-heart"></span>
  1026. This post has: {NoteCountWithLabel}
  1027. <br>
  1028. {/block:RebloggedFrom}  
  1029. {block:PostNotes}
  1030. {PostNotes-64}
  1031. </div>
  1032. {/block:PostNotes}
  1033. {/block:PermalinkPage}
  1034.  
  1035. <div class="vsanna">
  1036. {block:RebloggedFrom}
  1037. <a href="{ReblogParentURL}"></a>
  1038. {/block:RebloggedFrom}
  1039. {block:ContentSource}
  1040. <a href="{SourceURL}"></a>
  1041. {/block:ContentSource}
  1042. </div>
  1043.  
  1044. {block:IndexPage}
  1045. <div class="column navigation" id="navigation">
  1046. {block:Pagination}{block:PreviousPage}
  1047. <a href="{PreviousPage}" class="navigate">
  1048. {/block:PreviousPage}{block:PreviousPage}</a>
  1049. {/block:PreviousPage}{block:NextPage}
  1050. <a href="{NextPage}" class="navigate" id="nextPage">
  1051. {/block:NextPage}{block:NextPage}</a>
  1052. {/block:NextPage}{/block:Pagination}
  1053. </div>
  1054. {/block:IndexPage}
  1055.  
  1056. </div>
  1057. {/block:Posts}
  1058. </div>
  1059. </div>
  1060.  
  1061. <a href="#" class="scrollToTop" title="top"><span class="lnr lnr-arrow-up"></span></a>
  1062.  
  1063. <div class="credit">
  1064. <a href="http://yntense.tumblr.com" title="theme by yntense">
  1065. YNT    
  1066. </a>    
  1067. </div>
  1068.  
  1069. {block:IndexPage}
  1070. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  1071.  
  1072. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  1073.  
  1074. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  1075.  
  1076. <script type="text/javascript">
  1077. $(window).load(function(){
  1078. var $wall = $('#posts');
  1079. $wall.imagesLoaded(function(){
  1080. $wall.masonry({
  1081. itemSelector: '.posts',
  1082. isAnimated : true
  1083. });
  1084. });
  1085. $wall.infinitescroll({
  1086. navSelector : "div#navigation",
  1087. nextSelector : "div#navigation a#nextPage",
  1088. itemSelector : '.posts',
  1089. loadingImg : "",
  1090. loadingText : " ",
  1091. donetext : " ",
  1092. extraScrollPx : 9000,
  1093. bufferPx : 10000,
  1094. debug : false,
  1095. errorCallback: function() {
  1096. $('#infscr-loading').animate({opacity: 0},2000).fadeOut('normal');
  1097. }},
  1098. function( newElements ) {
  1099. var $newElems = $( newElements );
  1100. $newElems.hide();
  1101. $newElems.imagesLoaded(function(){
  1102. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  1103. });
  1104. resizeVideos();
  1105. }); $('#posts').show(500);
  1106. });
  1107. </script>
  1108. {/block:IndexPage}
  1109.  
  1110.  
  1111.  
  1112. <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
  1113.  
  1114. </body>
  1115. </html>
  1116.  
  1117. <!---------------
  1118. ALL DESIGN MADE BY
  1119. ©    @YNTENSE    ©
  1120. -----------------
  1121. DON'T COPY AND
  1122. REMOVE MY CREDITS
  1123. ---------------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement