Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.86 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.  
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta name="color:background" content="#101010"/>
  6. <meta name="color:text" content="#868686"/>
  7. <meta name="color:link" content="#d1cdcd"/>
  8. <meta name="color:hover" content="#787878"/>
  9. <meta name="color:title" content="#fff"/>
  10. <meta name="color:Menu" content="#fff"/>
  11. <meta name="color:ask" content="#fff"/>
  12. <meta name="color:answer-ask" content="#fff"/>
  13. <meta name="text:title font size" content="24px"/>
  14. <meta name="text:title line height" content="23px"/>
  15. <meta name="font:title" content="arial"/>
  16. <meta name="font:text" content="arial"/>
  17. <meta name="image:Background" content=""/>
  18. <meta name="image:ask background" content="http://tumblrchase.com/img/bg/91.png" />
  19. <meta name="image:banner" content="http://tumblrchase.com/img/banners/x.gif"/>
  20. <meta name="image:Cursor" content="{cursor:crosshair}"/>
  21. <meta name="if:center" contact="1"/>
  22. <meta name="if:show banner" content="1"/>
  23. <meta name="if:show blog title" content="0"/>
  24. <meta name="text:blogtitle size" content="25" />
  25. <meta name="text:blogtitle" content="" />
  26. <meta name="text:separating symbol" content="-" />
  27. <meta name="text:link1title" content="Link 1" />
  28. <meta name="text:link1link" content="" />
  29. <meta name="text:link2title" content="Link 2" />
  30. <meta name="text:link2link" content="" />
  31. <meta name="text:link3title" content="Link 3" />
  32. <meta name="text:link3link" content="" />
  33. <meta name="text:link4title" content="Link 4" />
  34. <meta name="text:link4link" content="" />
  35. <meta name="if:Infinite scroll" content="1"/>
  36. <link rel="shortcut icon" href="{Favicon}">
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  39. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  42.  
  43. <style> body, a, a:hover { cursor:url('{image:Cursor}'), auto }</style>
  44.  
  45.  
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  48. {PostSummary} - {/block:PostSummary}{Title}</title>
  49.  
  50. <style type="text/css">
  51.  
  52. body{
  53. margin-top:0px;
  54. background-color: {color:Background};
  55. background-image:url({image:Background});
  56. background-attachment: fixed;
  57. background-repeat: repeat;}
  58. body, div, p, textarea, submit, input{
  59. font-family: {font:text};
  60. font-size: 10px;
  61. line-height:11px;
  62. color:{color:Text};
  63. }
  64. p {
  65. margin:0px;
  66. margin-top:5px;
  67. }
  68.  
  69. a:link, a:active, a:visited{
  70. color: {color:Link};
  71. text-decoration: none;
  72. -webkit-transition: color 0.5s ease-out;
  73. -moz-transition: color 0.5s ease-out;
  74. transition: color 0.5s ease-out;
  75. }
  76. a:hover {
  77. color:{color:Hover};
  78. text-decoration: none;
  79. }
  80.  
  81.  
  82. #content{
  83. margin-left:auto;
  84. margin-right:auto;
  85. width:1165px;
  86. padding:0px;
  87.  
  88. {block:PermalinkPage}width:800px;
  89. margin-left:auto;
  90. margin-right:auto;{/block:PermalinkPage}
  91. }
  92. #notecontainer {
  93. margin-left: 35px;
  94. width: 350px;
  95. font-size: 11px;
  96. }
  97. #notecontainer img.avatar {
  98. margin-right: 3px;
  99. width: 16px;
  100. height: 16px;
  101. }
  102.  
  103. #post{
  104. padding:2px;
  105. width:350px;
  106. float:left;
  107. margin:2px;
  108. border: 0px;
  109.  
  110. }
  111.  
  112. #sidebar{
  113. position:fixed !important;
  114. width:175px;
  115. height:100%;
  116. background-color: {color:description};
  117. margin: 0px 0px 0px 0px;
  118. border-right:0px solid #ddd;
  119. padding-top:90px;
  120. padding-left:8px;
  121. margin-left:1000px;
  122. }
  123.  
  124. .info{
  125. margin-top: 40px;
  126. padding:3px;
  127.  
  128. }
  129. .perma{
  130. position:absolute;
  131. width:175px;
  132. height:20px;
  133. padding: 0px;
  134. margin-top: 10px;
  135. margin-left:-30px;
  136. background-color:{color:Background};
  137. overflow:hidden;
  138. text-shadow:1px 1px 6px #000;
  139. font-size: 11px;
  140. text-align:center;
  141. opacity:0.0;
  142. -webkit-transition: all 0.4s linear;
  143. -webkit-transition: all 0.4s linear;
  144. -moz-transition: all 0.4s linear;
  145. transition: all 0.4s linear;
  146. }
  147.  
  148. #post:hover .perma{
  149. margin-top:10px;
  150. margin-left:0px;
  151. padding: 0px;
  152. overflow:visible;
  153. -webkit-transition: all 0.4s linear; opacity: 0.8;
  154. -webkit-transition: all 0.4s linear;
  155. -moz-transition: all 0.4s linear;
  156. transition: all 0.4s linear;
  157. }
  158.  
  159. #postnotes{
  160. text-align: justify;}
  161. #postnotes blockquote{
  162. border: 0px;
  163.  
  164. }
  165. .title{
  166. color: {color:title};
  167. margin-top:15px;
  168. font-size: {text:title size}px;
  169. line-height:20px;
  170. text-shadow:1px 1px 3px #000000;
  171. font-size:90px;
  172. text-align:center;
  173. font-weight:none;
  174. z-index: 100px;
  175. background: transparent;
  176. text-transform:uppercase and lowercase;
  177. letter-spacing:0px;
  178. transition: all 0.9s ease-out;
  179. -o-transition-transition: all 0.9s ease-out;
  180. -webkit-transition: all 0.9s ease-out;
  181. -moz-transition: all 0.9s ease-out;
  182. font-family: 'Fjalla One', sans-serif;
  183.  
  184. }
  185. .title2{
  186. font-family: Arial, Helvetica;
  187. font-size: {text:title font size};
  188. line-height: {text:title line height};
  189. color: {color:Title};
  190. letter-spacing: {text:title letter spacing};
  191. font-weight: {text:title font weight};
  192. padding:1px 1px 0px 1px;
  193. }
  194. blockquote{
  195. padding:0px 0px 2px 2px;
  196. margin:0px 0px 2px 1px;
  197. border-left: 1px solid {color:Text};
  198. }
  199. blockquote p, ul{
  200. margin:0px;
  201. padding:0px;
  202. }
  203. a img{border: 0px;}
  204. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  205. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  206. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  207. .notes img{width:10px; position:relative; top:3px;}
  208. .permalink{
  209. display: block;
  210. text-transform: none;
  211. font-size: 9px;
  212. text-align: right;
  213. }
  214. small{font-size: 9px;
  215. }
  216.  
  217. #permalinkblock{
  218. display: block;
  219. width: 500px;
  220. font-family:'asap';
  221. text-align: right;
  222. height: 10px;
  223. letter-spacing:0px;
  224. border-top: 1px dotted {color:border};
  225. font-size:11px;
  226. background-color: #trans;
  227. }
  228. #permalinkblock img{
  229. width: 500px
  230. }
  231.  
  232.  
  233. #description {
  234. font-size: 11px;
  235. line-height: {text:title line height};
  236. color: {color:text};
  237. letter-spacing: {text:title letter spacing};
  238. font-weight: {text:title font weight};
  239. padding:1px 1px 0px 1px;
  240. }
  241.  
  242.  
  243. #descrip {margin-bottom: 0px; padding:5px;text-align:justify; color:#000000;}
  244.  
  245. .links{color:{color:link};
  246. margin-top:-10px;
  247. letter-spacing: 1px;
  248. }
  249.  
  250. .links a{font-family: 'Monda', sans-serif; background-color:;display:inline-block;font-family:asap;font-size:11px; padding:2px 2px 2px 2px; -webkit-border-radius: 1px;-moz-border-radius: 1px; }
  251.  
  252. .links a:hover{
  253. }
  254. .links:hover{ color:{color:hover};
  255. }
  256. askk {
  257. font-family: arsenalewhite;
  258. color: {color:ask};
  259. font-size:16px;
  260. z-index:1;
  261. text-shadow:1px 0px 2px #000000;
  262. }
  263. .answer{
  264. }
  265. #pagination{
  266. display:none;
  267. }
  268. nav li {
  269. display: inline;
  270. }
  271. .blog {font-size: 36px;
  272.  
  273. font-family: 'Keania One', cursive;
  274.  
  275. color: #fff;
  276.  
  277. margin-top:auto;
  278. margin-bottom:auto;
  279. }
  280. .s {position:fixed; top:22px; right:0px; opacity: 1;
  281. }
  282. .s:hover {position:fixed; top:22px; right:0px; opacity: 0.7;
  283. }
  284. iframe#ask_form {
  285.  
  286. width: 500px;
  287. float: left;
  288. margin: 0 10px 10px 200px;
  289. }
  290. #meow{
  291. color: {color:Menu};
  292.  
  293. }
  294.  
  295. #meow a {
  296. display:relative;
  297. text-align:center;
  298. text-align:center;text-transform:lowercase;
  299. font-size:15px;
  300. padding: 4px;
  301. font-family: 'Roboto Condensed', sans-serif;
  302. }
  303. .reblo { float:left; margin-left:5px; margin-top:3px; }
  304. .lik { float:left; margin-left:15px;margin-top:1px; }
  305. {CustomCSS]</style>
  306. <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>
  307.  
  308. </head>
  309. <body>
  310. <table width="1080" border="0" align="center" cellpadding="0" cellspacing="0" class="info">
  311. <tr>
  312. <td width="607">
  313. <center>
  314. <center>
  315. <br>
  316. {block:ifshowblogtitle}<span class=title> {Title} </span>
  317. {/block:ifshowblogtitle}
  318. <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  319. <tr>
  320. <td><div align="center">{block:ifshowbanner}<a title="" href="/"><img src="{image:banner}" width="250" /></a>{/block:ifshowbanner} </div></td>
  321. </tr>
  322. </table>
  323. </center>
  324. <br>
  325. <center>
  326. <div id="description">{Description}</div></div>
  327. <div style="font-family:trebuchet ms;font-size:9px;">
  328. <br>
  329. <div id="meow">
  330. <div class="cat"> <a href="/ask"><span>message&nbsp;&nbsp;</span></a> <a href="/archive"><span>archive&nbsp;&nbsp;</span></a> <a href="/"><span>HOME&nbsp;&nbsp;</span></a> <a href="http://sergiovargott.com"><span>theme&nbsp;&nbsp;</span></a> <a href="{text:link1link}"><span>{text:link1title}&nbsp;&nbsp;</span></a> <a href="{text:link2link}"><span>{text:link2title}&nbsp;&nbsp;</span></a> <a href="{text:link3link}"><span>{text:link3title}&nbsp;&nbsp;</span></a></div>
  331. <br>
  332. <br>
  333. </div>
  334. </div>
  335. <br>
  336. </b>
  337. </center></td>
  338. </tr>
  339. </table>
  340. <div id="content">
  341.  
  342. {block:Posts}
  343.  
  344. <div id="post">
  345. <a href="http://sergiovargott.com" target="_blank"><img src="http://tumblrchase.com/img/tc.png" alt="Tumblr Themes" class="s"></a>
  346. {block:IndexPage}<div class="perma"> <span class="lik">{LikeButton color="grey" size="14"}</span> <span class="reblo">/</span> <span class="reblo"><a href="{permalink}" ">{NoteCountWithLabel}</a></span> <span class="reblo">/</span> <span class="reblo"><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  347. </div>{/block:IndexPage}
  348. {block:Title}{Title}{/block:Title}
  349.  
  350. <div style="width: 225px; overflow: hidden">{block:Text}
  351. {block:IndexPage}{Body}
  352. {/block:IndexPage}{/block:Text}</div>
  353.  
  354. {block:Photo}
  355. {block:Photo}
  356. {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="350"/></a>{/block:IndexPage}
  357. <table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
  358. <tr>
  359. <td width="500" valign="top">{block:Text}
  360. {block:PermalinkPage}{Body}
  361. {block:PermalinkPage}{/block:Text}
  362.  
  363. {block:PermalinkPage}{block:Video}
  364. {block:PermalinkPage}
  365. {Video-500}
  366. {/block:PermalinkPage}
  367. {/block:Video}
  368.  
  369. {block:Photoset}
  370. {block:PermalinkPage}
  371. {Photoset-500}
  372. {/block:PermalinkPage}
  373. {/block:Photoset}
  374.  
  375.  
  376. {block:Quote}
  377. {block:PermalinkPage}
  378. {Quote}
  379. <div align="right"> {block:Source}-{Source}{/block:Source} </div>
  380. {/block:PermalinkPage}
  381. {/block:Quote}
  382.  
  383. {block:Link}
  384. {block:PermalinkPage} <a href="{URL}" class="link" {Target}>{Name}</a><br />
  385. {block:Description}{Description}{/block:Description}
  386. {/block:PermalinkPage}
  387. {/block:Link}
  388.  
  389. {block:Chat}
  390. {block:PermalinkPage}
  391. {block:Lines}
  392. {block:Label} <br />
  393. {Label}
  394. {/block:Label}
  395. &nbsp;{Line}
  396. {/block:Lines}
  397. {/block:PermalinkPage}
  398. {/block:Chat}
  399.  
  400. {block:Audio}
  401. {block:PermalinkPage}
  402. {AudioPlayerGrey} <br />
  403. <div align="right">{block:Artist}
  404. Artist: {Artist}</div>
  405. {/block:Artist}<br />
  406. {block:Caption}{Caption}{/block:Caption}
  407. {/block:PermalinkPage}
  408. {/block:Audio}
  409.  
  410. {block:Answer}
  411. {block:PermalinkPage}
  412. <div style="border-radius:3px; border: 1px solid #b6b6b6; margin: 2px; margin-top: -2px; min-height:30px; padding: 4px; background-image:url({image:ask background}); "> <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 1px #E6DFDF; border-radius: 1px;"/>
  413. <askk>{Asker}</ask>
  414. asked: {Question}<br></div>
  415. <span class="answer">{Answer}</span>
  416. <center>
  417. {block:PermalinkPage}
  418. {/block:Answer}
  419.  
  420. </div> <a href="{PhotoURL-500}"><img src="{PhotoURL-500}" align="center" /></a>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</td>
  421. <td width="300" valign="top">{block:PermalinkPage}
  422. <div id="notecontainer">{block:NoteCount}♥ This post has
  423. {NoteCount} notes
  424. {/block:NoteCount}{block:PostNotes}
  425. {PostNotes}</div>
  426. {/block:PostNotes}
  427. {/block:PermalinkPage}</td>
  428. </tr>
  429. </table>
  430.  
  431. {/block:Photo}
  432.  
  433.  
  434. <div style="width: 225px; overflow: hidden">{block:Photoset}
  435. {block:IndexPage}
  436. {Photoset-250}
  437. {/block:IndexPage}
  438. {/block:Photoset}</div>
  439.  
  440.  
  441. {block:Quote}
  442. {block:IndexPage}
  443. {Quote}
  444. <div align="right">
  445. {block:Source}-{Source}{/block:Source}
  446. </div>
  447. {/block:IndexPage}
  448. {/block:Quote}
  449.  
  450.  
  451.  
  452. <div style="width: 225px; overflow: hidden">{block:Video}
  453. {block:IndexPage} {Video-250}
  454. {/block:IndexPage}
  455. {/block:Video}</div>
  456.  
  457.  
  458. {block:Link}
  459. {block:IndexPage}
  460. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  461. {block:Description}{Description}{/block:Description}
  462. {/block:IndexPage}
  463. {/block:Link}
  464.  
  465. {block:Chat}
  466. {block:IndexPage}
  467. {block:Lines}
  468. {block:Label}
  469. <br>{Label}
  470. {/block:Label}
  471. &nbsp;{Line}
  472. {/block:Lines}
  473. {/block:IndexPage}
  474. {/block:Chat}
  475.  
  476. {block:Audio}
  477. {block:IndexPage}
  478. {AudioPlayerGrey}
  479. <br><div align="right">{block:Artist}
  480. Artist: {Artist}</div>
  481. {/block:Artist}<br>
  482. {block:Caption}{Caption}{/block:Caption}
  483. {/block:IndexPage}
  484. {/block:Audio}
  485.  
  486. {block:rss}{rss}{/block:rss}
  487. {block:favicon}{favicon}{/block:favicon}
  488. {block:customcss}{customcss}{/block:customcss}
  489. {block:metadescription}{metadescription}{/block:metadescription}
  490. {block:photoalt}{photoalt}{/block:photoalt}
  491.  
  492.  
  493. {block:Answer}
  494. {block:IndexPage}
  495. <div style="border-radius:3px; border: 1px solid #969696; margin: 2px; margin-top: -2px; min-height:30px; padding: 4px; background-image:url({image:ask background}); "> <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 1px #E6DFDF; border-radius: 1px;"/>
  496. <askk>{Asker}</ask>
  497. asked: {Question}<br></div>
  498. <span class="answer">{Answer}</span>
  499. <center>
  500. {block:IndexPage}
  501. {/block:Answer}
  502.  
  503. </div>
  504.  
  505. {/block:Posts}
  506.  
  507. </div>
  508. <!--Pagination: previous/next page links-->
  509. {block:Pagination}
  510. <div class="pagination">
  511. {block:PreviousPage}<a href="{PreviousPage}">Previous page</a>{/block:PreviousPage}
  512. {block:NextPage}<a href="{NextPage}">Next page</a>{/block:NextPage}
  513. </div>
  514. {/block:Pagination}
  515. <!--Links to jQuery library, Masonry, infinite scroll and imagesLoaded-->
  516. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  517. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  518. {block:IfInfiniteScroll}
  519. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  520. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  521. {/block:IfInfiniteScroll}
  522. <!--Code for infinite scroll and grid layout-->
  523. <script>
  524. (function() {
  525. var $tumblelog = $('#content');
  526. {block:IfInfiniteScroll}
  527. $tumblelog.infinitescroll({
  528. navSelector : ".pagination",
  529. nextSelector : ".pagination a:first",
  530. itemSelector : "#post",
  531. bufferPx : 50,
  532. done : "",
  533. loading: {
  534. img : "",
  535. msgText: ""
  536. },
  537. },
  538. function( newElements ) {
  539. var $newElems = $( newElements ).css({ opacity: 0 });
  540. $newElems.imagesLoaded(function(){
  541. $newElems.animate({ opacity: 1 });
  542. $tumblelog.masonry( 'appended', $newElems);
  543. });
  544. }
  545. );
  546. {/block:IfInfiniteScroll}
  547. $tumblelog.imagesLoaded( function(){
  548. $tumblelog.masonry({
  549. columnWidth: function( containerWidth ) {
  550. return containerWidth / 100;
  551. }
  552. });
  553. });
  554. })();
  555. </script>
  556. </body>
  557. <table width="10" height="100" border="0" align="left" cellpadding="0" cellspacing="0">
  558. <tr>
  559. <td>&nbsp;</td>
  560. </tr>
  561. </table>
  562. <<!-- SCM Music Player http://scmplayer.co -->
  563. <script type="text/javascript" src="http://scmplayer.co/script.js"
  564. data-config="{'skin':'skins/black/skin.css','volume':50,'autoplay':true,'shuffle':false,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'1','url':'https://www.youtube.com/watch?v=lzR4EXjZsMc'},{'title':'2','url':'https://www.youtube.com/watch?v=GF0wv1PKRMQ'}]}" ></script>
  565. <!-- SCM Music Player script end -->
  566. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement