Advertisement
NIGGSEX

bas

Aug 20th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.74 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. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Background Image" content="#ffffff"/>
  21. <meta name="color:Borders" content="#f8f3f3"/>
  22. <meta name="color:Texts" content="#a5a5a5"/>
  23. <meta name="color:Title" content="#888888"/>
  24. <meta name="color:Scrollba" content="#f3f5f5"/>
  25. <meta name="color:Links" content="#a8a8a8"/>
  26. <meta name="color:Links Hover" content="#dddddd"/>
  27. <meta name="color:Link Image" content="#000000"/>
  28.  
  29. <meta name="text:Link 1 URL" content="/"/>
  30. <meta name="text:Link 1 Name" content="Link"/>
  31. <meta name="text:Link 2 URL" content="/"/>
  32. <meta name="text:Link 2 Name" content="Link"/>
  33. <meta name="text:Link 3 URL" content="/"/>
  34. <meta name="text:Link 3 Name" content="Link"/>
  35. <meta name="text:Link 4 URL" content="/"/>
  36. <meta name="text:Link 4 Name" content="Link"/>
  37.  
  38.  
  39. </head>    
  40.  
  41. <link href="https://fonts.googleapis.com/css?family=Droid+Sans|Hind|PT+Sans|Source+Sans+Pro" rel="stylesheet">
  42.  
  43. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  44.  
  45. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  46.  
  47. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>  
  48.  
  49. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  50.  
  51. <style type="text/css">
  52. #tumblr_controls, iframe.tmblr-iframe {
  53.     display:block!important;
  54.     position:fixed!important;
  55.     top:0px!important;
  56.     right:0px!important;
  57.     opacity:0.5!important;
  58.     transition:0.6s ease;
  59.     -webkit-transform: scale(0.7);
  60.     -moz-transform: scale(0.7);
  61.     -o-transform: scale(0.7)
  62. }
  63. iframe.tmblr-iframe {
  64.     -webkit-filter:invert(100%);
  65.     opacity:0.3;
  66.     transition:0.6s;
  67. }
  68. #tumblr-controls:hover iframe.tmblr-iframe {
  69.     opacity:0.5;
  70.     transition:0.6s;
  71. }
  72.  
  73. #s-m-t-tooltip {
  74.     position:relative;
  75.     background:{color:background};
  76.     max-width:200px;
  77.     margin:15px;
  78.     font-family: 'Hind', sans-serif;
  79.     color:{color:Texts};
  80.     font-weight:bold;
  81.     padding:7px;
  82.     box-shadow:1px 1px 1px rgba({RGBcolor:Texts},0.6);
  83. }
  84.  
  85. a, a:link, a:active, a:visited {
  86.     color:{color:Links};
  87.     text-decoration:none;
  88.     transition:0.5s ease;
  89. }
  90. a:hover {
  91.     color:{color:Links Hover};
  92.     transition:0.5s ease;
  93. }
  94.  
  95. ol, ul {
  96.     list-style:none;
  97. }
  98.  
  99. blockquote {
  100.     padding:7px!important;
  101.     margin:0!important;
  102. }
  103.  
  104. h1, h5 {
  105.     text-align:center;
  106.     text-transform:uppercase;
  107.     font-family: 'Hind', sans-serif;
  108.     color:{color:Texts};
  109.     font-size:11px;
  110.     background:#;
  111. }
  112.  
  113. ::selection {
  114.     font-weight:bold;
  115.     color:#000;
  116.     background:#0000;
  117. }
  118.  
  119. ::-webkit-scrollbar {
  120.     width:17px;
  121.     height:0px;
  122. }
  123. ::-webkit-scrollbar {
  124.     background:{color:Background};
  125. }
  126. ::-webkit-scrollbar-track {
  127.     background:{color:Background};
  128.     border:8px solid {color:Background};
  129. }
  130. ::-webkit-scrollbar-thumb {
  131.     background:{color:Scrollbar};
  132.     border:8px solid {color:Background};
  133. }
  134.  
  135. body {
  136.     background-color:{color:Background};
  137.     color:{color:Texts};
  138.     font-family: 'Hind', sans-serif;
  139.     font-size:10px;
  140.     text-transform:none;
  141.     font-style:normal;
  142.     font-weight:normal;
  143.     text-align:Justify;
  144. }
  145.  
  146. .vsanna {
  147.     display:none;
  148. }
  149.  
  150. .quote {
  151.     font-family: 'Hind', sans-serif;
  152.     font-size:11px;
  153.     text-align:Justify;
  154. }
  155.  
  156. .source {
  157.     text-align:left;
  158.     font-size:8px;
  159.     font-weight:bold;
  160.     font-style:italic;
  161.     text-transform:uppercase;
  162.     color:{color:Texts};
  163. }
  164.  
  165. .question{
  166.     z-index:1;
  167.     border-top: 1px solid {color:borders};
  168.     border-bottom: 1px solid {color:borders};
  169.     text-align:left;
  170.     font-size:11px;
  171.     padding:10px;
  172.     margin-left:-10px;
  173.     margin-right:-10px;
  174. }
  175.  
  176. .asker{
  177.     margin-bottom:2px;
  178.     margin-top:-6px;
  179.     margin-left:-10px;
  180.     margin-right:-10px;
  181.     font-family:'Hind', sans-serif;
  182.     padding:5px;
  183.     padding-bottom:7px;
  184.     font-size:9px;
  185.     letter-spacing:0.50px;
  186.     text-align:left;
  187.     text-transform:uppercase;
  188.     border-bottom:1px solid {color:borders};
  189.     text-indent:10px;
  190. }
  191.  
  192. .portrait img{
  193.     overflow:hidden;
  194.     display:block;
  195.     float:left;
  196.     width:18px;
  197.     height:18px;
  198.     border-radius:100%;
  199.     border:1px solid {color:Borders};
  200.     margin-left:5px;
  201.     margin-top:-6px;
  202. }
  203.  
  204. .answer{
  205.     margin-top:5px;
  206.     text-align:left;
  207.     font-size:11px;
  208.     padding-left:0px;
  209. }
  210.  
  211.  
  212. .chat {
  213.     line-height:13px;
  214.     list-style:none;
  215. }
  216. .chat ul {
  217.      list-style: none;
  218.      padding:5px;
  219. }
  220. .person1 {
  221.     color:{color:Texts};
  222.     padding:2px;
  223.     text-transform:Uppercase;
  224.     font-style:Italic;
  225.    
  226. }
  227. .person1 .label {
  228.     color:{color:Texts};
  229.     text-transform:Uppercase;
  230.     font-style:Italic;
  231.     font-weight:Bold;
  232. }
  233. .person2 {
  234.     color:{color:Texts};
  235.     padding:2px;
  236.     text-transform:Uppercase;
  237.     font-style:Italic;
  238. }
  239. .person2 .label {
  240.     color:{color:Texts};
  241.     text-transform:Uppercase;
  242.     font-style:Italic;
  243.     font-weight:Bold;
  244. }
  245.  
  246.  
  247. #albumcapa img {
  248.     width:82px;
  249.     position:absolute;
  250.     padding:5px;
  251.     border:1px solid {color:borders};}  
  252. .play{
  253.     margin-left:97px;
  254.     border:1px solid {color:borders};
  255.     overflow:hidden;
  256.     width:119px;}
  257. #cap {
  258.     margin-left:97px;
  259. }
  260. .list{
  261.     border:1px solid {color:borders};
  262.     height:17px;
  263.     line-height:20px;
  264.     margin-top:2px;
  265.     font-family:'Hind', sans-serif;
  266.     text-transform:uppercase;
  267.     font-size:9px;
  268.     word-spacing:-2px;
  269.     padding-left:8px;
  270. }
  271. .video {
  272.     display:block;
  273.     overflow:hidden;
  274.     width:100%;
  275. }
  276. .video, .video iframe {
  277.     display:block;
  278.     overflow:hidden;
  279. }
  280.  
  281.  
  282. .link {
  283.     margin: 0 0 5px 0;
  284.     text-align:center;
  285. }
  286. .link a {
  287.     font-size:10px;
  288.     color:{color:links};
  289.     text-transform:uppercase;
  290.     text-align:center;
  291.     letter-spacing:0.7px;
  292.     transition: 0.5s ease;
  293.    
  294. }
  295. .link a:hover {
  296.     color:{color:links hover};
  297.     transition: 0.50s ease;
  298. }
  299.  
  300.  
  301.  
  302. .padding_posts {
  303.     padding:10px;
  304.     border:1px solid {color:Borders};
  305. }
  306.  
  307. .entry {
  308.     width:840px;
  309.     margin:auto;
  310. }
  311.  
  312. #input {
  313.     position:relative;
  314.     width:840px;
  315.     margin:0!important;
  316.     padding:10px;
  317. }
  318.  
  319. .posts {
  320.     display:inline-block;
  321.     overflow:hidden;
  322.     margin:15px;
  323.     width:240px;
  324.     background-color:{color:Background};
  325.     padding:0!important;
  326.     font-family: 'Hind' , sans-serif;
  327.     font-size:10px;
  328.     text-align: Justify;
  329.     opacity:1;
  330.     z-index:1;
  331.     {block:PermalinkPage}
  332.     width:500px;
  333.     {/block:PermalinkPage}
  334. }
  335.  
  336. {block:Indexpage}
  337. .posts {
  338.     opacity:0;
  339.     z-index:-1;
  340.     transition:0.5s;
  341. }
  342. {/block:Indexpage}
  343.  
  344. .posts img {
  345.     width:100%;
  346. }
  347.  
  348. </style>
  349. <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  350.  
  351. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  352.  
  353. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  354.  
  355. <body>
  356.    
  357. <div class="entry">
  358. <div id="input">
  359. {block:Posts}
  360. <div class="posts">
  361.    
  362. {block:Video}
  363. <div class="video">
  364. {block:Indexpage}{Video-250}{/block:Indexpage}
  365. {block:PermalinkPage}{Video-500}{/block:Permalinkpage}
  366. </div>
  367. {/block:Video}
  368.  
  369. {block:Photo}
  370. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>    
  371. {/block:Photo}
  372.  
  373. {block:Photoset}
  374. <div class="padding_posts">
  375. <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>
  376. </div>
  377. {/block:Photoset}
  378.  
  379. {block:Text}
  380. <div class="padding_posts">
  381. {block:Title} <h1> {Title} </h1> {block:Title}
  382. {Body}
  383. </div>
  384. {block:Text}
  385.  
  386. {block:Quote}
  387. <div class="quote"> {Quote} </div>
  388. {block:Source}<div class="source"> — {Source} </div>{/block:Source}
  389. {/block:Quote}
  390.  
  391. {block:Answer}
  392. <div class="padding_posts">
  393. <div class="portrait"><img src="{AskerPortraitURL-64}" style="width:18px; height:18px" /></div>
  394. <div class="asker">{Asker}</div>
  395. <div class="question">{Question}</div>
  396. <div class="answer">{Answer}</div>
  397. </div>
  398. {/block:Answer}
  399.  
  400. {block:Chat}
  401. <div class="padding_posts">
  402.  
  403. {block:Title} <h1> {Title} </h1> {/block:Title}
  404. <div class="chat">
  405. <ul>{block:Lines}
  406. <li class="person{UserNumber}">
  407. {block:Label}
  408. <span class="label">{Label}</span>
  409. {/block:Label}
  410. {Line}</li>{/block:Lines}</ul></div>
  411.  
  412. </div>
  413. {/block:Chat}
  414.    
  415. {block:Audio}
  416. <div class="padding_posts">
  417. <div class="audio">
  418. {block:AlbumArt}<div id="albumcapa"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  419. <div class="play">
  420. {AudioPlayerWhite}    
  421. </div>
  422. <div id="cap">
  423. <div class="list">Track: {block:TrackName} {TrackName} {/block:TrackName}</div>
  424. <div class="list">Artist: {block:Artist} {Artist} {/block:Artist}</div>
  425. <div class="list">Album: {block:Album} {Album} {/block:Album}</div>
  426. </div></div>
  427.    
  428. </div>
  429. {/block:Audio}
  430.  
  431.  
  432. {block:Link}
  433. <div class="padding_posts">
  434. <div class="links" >
  435. <a href="{URL}" {Target}><i class="ion-link" style="font-size:15px"></i> &nbsp; {Name}</a>
  436. </div>
  437. {block:Description}{Description}{/block:Description}    
  438. </div>
  439. {/block:Link}
  440.  
  441.  
  442.  
  443. <div class="vsanna">
  444. {block:RebloggedFrom}
  445. <a href="{ReblogParentURL}">via</a>
  446. {/block:RebloggedFrom}
  447. {block:ContentSource}
  448. <a href="{SourceURL}">source</a>
  449. {/block:ContentSource}
  450. </div>
  451.  
  452. </div>
  453. {/block:Posts}
  454. </div>
  455. </div>
  456.    
  457.    
  458.    
  459. {block:IndexPage}
  460.  
  461. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  462. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  463.  
  464. {/block:IndexPage}
  465.  
  466. <script>
  467. $(document).ready(function(){
  468.    $('.photo-slideshow').pxuPhotoset({
  469.        lightbox: true,
  470.        rounded: false,
  471.        gutter: '0.5px',
  472.        photoset: '.photo-slideshow',
  473.        photoWrap: '.photo-data',
  474.        photo: '.pxu-photo'
  475.    });
  476.    {block:IndexPage}
  477.    var $container = $('#input');
  478.    $container.masonry({ itemSelector: '.posts' });
  479.    $container.imagesLoaded(function(){
  480.        $container.masonry();
  481.        $container.find('.posts').animate({ opacity: 1, zIndex: 1 });
  482.    });
  483.    
  484.    $container.infinitescroll({
  485.        itemSelector: '.posts',
  486.        navSelector: '#pagination',
  487.        nextSelector: '#next',
  488.        loadingImg: '',
  489.        loadingText: '<em></em>',
  490.        bufferPx: 20000
  491.    },
  492.    function( newElements ) {
  493.        var $newElems = $( newElements );
  494.        $newElems.find('.photo-slideshow').pxuPhotoset({
  495.            lightbox: true,
  496.            rounded: false,
  497.            gutter: '0.5px',
  498.            photoset: '.photo-slideshow',
  499.            photoWrap: '.photo-data',
  500.            photo: '.pxu-photo'
  501.        },
  502.        function(){
  503.            $container.masonry();
  504.        });
  505.        $newElems.imagesLoaded(function(){
  506.            $container.masonry( 'appended', $newElems );
  507.            $newElems.animate({ opacity: 1, zIndex: 1 });
  508.        resizeVideos();
  509.  
  510.        });
  511.    });
  512.    
  513.    {/block:IndexPage}
  514. });
  515. </script>  
  516. </body>
  517. </html>
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525. <!----
  526.  
  527. — MADE BY @YNTENSE — http://yntense.tumblr.com
  528. — ORIGINAL DESIGN • 2017
  529. — DONT'T REMOVE MY CREDITS AND COPY
  530.  
  531. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement