Advertisement
Guest User

Untitled

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