Advertisement
hifenss

#THEME - 26

Jun 1st, 2015
1,488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.45 KB | None | 0 0
  1.  
  2.  
  3. <html>
  4.  
  5.  
  6. <script>
  7. $(function() {
  8. /*Cufon.replace("h1, h2, h3, #masthead p, .typeQuote blockquote, nav ul, .typeChat strong, article .numNotes, article .type, button"); */
  9. Cufon.replace("h1, h2, h3, #masthead p, .typeQuote blockquote, nav ul, .typeChat strong, article .numNotes, article.numNotes:after, button, #askLink");
  10.  
  11. Cufon.refresh("article .numNotes");
  12.  
  13. var search = $("#txtSearch").val();
  14. if (search == "") {
  15. $("#txtSearch").val("enter search query here ...");
  16. }
  17. $("#txtSearch").blur(function() {
  18. search = $("#txtSearch").val();
  19. if (!(search != "" && search != "enter search query here ...")) {
  20. $("#txtSearch").val("enter search query here ...");
  21. }
  22. });
  23. $("#txtSearch").focus(function() {
  24. search = $("#txtSearch").val();
  25. if (search == "enter search query here ...") {
  26. $("#txtSearch").val("");
  27. }
  28. });
  29. });
  30. </script>
  31.  
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. <head>
  40. <meta name="text:tamanho da font" content="12" />
  41. <meta name="text:titulo" content="" />
  42. <meta name="color:background" content=""/>
  43. <meta name="color:background post" content=""/>
  44. <meta name="color:textos" content=""/>
  45. <meta name="color:conteudo" content=""/>
  46. <meta name="color:link" content=""/>
  47. <meta name="color:link hover" content=""/>
  48. <meta name="color:links" content=""/>
  49. <meta name="color:Scroll" content=""/>
  50. <meta name="color:Border" content=""/>
  51. <meta name="image:background" content=""/>
  52. <meta name="text:Link1" content="/" />
  53. <meta name="text:Link1 Title" content="link" />
  54. <meta name="text:Link2" content="/" />
  55. <meta name="text:Link2 Title" content="link" />
  56. <meta name="text:Link3" content="/" />
  57. <meta name="text:Link3 Title" content="link" />
  58. <meta name="text:Link4" content="/" />
  59. <meta name="text:Link4 Title" content="link" />
  60.  
  61.  
  62.  
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  65. <link href='http://fonts.googleapis.com/css?family=Cousine' rel='stylesheet' type='text/css'>
  66.  
  67. <link rel="shortcut icon" href="{Favicon}">
  68. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  69. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  70.  
  71. <!----lemossomel---->
  72. <title>{Title}</title>
  73. <link rel="" href="{Favicon}">
  74. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  75. {block:Description}
  76. <meta name="description" content="{MetaDescription}" />
  77. {/block:Description}
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Pinyon+Script' rel='stylesheet' type='text/css'>
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
  82.  
  83. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  84.  
  85. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  86.  
  87. <script type="text/javascript">
  88. $(window).load(function(){var $wall = $('#content');$wall.imagesLoaded(function(){$wall.masonry({itemSelector: '.entry',isAnimated : true});});
  89. $wall.infinitescroll({navSelector : "div#navigation",nextSelector : "div#navigation a#nextPage",itemSelector : '.entry',loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",loadingText : " ",donetext : " ",
  90. extraScrollPx : 9000,bufferPx : 10000,debug : false,errorCallback: function() {$('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');}},function( newElements ) {var $newElems = $( newElements );$newElems.hide();
  91. $newElems.imagesLoaded(function(){$wall.masonry( 'appended', $newElems,{isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );});}); $('#content').show(600);});
  92. </script>
  93.  
  94. <link href='//fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  95.  
  96. <style type="text/css">
  97.  
  98.  
  99. /*BODY*/
  100. body {font: 12px 'arial'; letter-spacing:0px; line-height:15px; text-align:left; color:{color:textos}; background-image: url('{image:background}'); background-attachment:fixed; background-size:100% 100%; background-color:{color:background}; background-repeat:no-repeat; background-position:center; background-attachment: fixed; -webkit-background-size:cover; -o-background-size: cover;
  101. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur),
  102. default !important;}
  103.  
  104.  
  105.  
  106.  
  107. /*LINKS*/
  108. a {text-decoration:none;}
  109. a, a:hover {}
  110. a:link, a:active, a:visited{color:{color:link}; }
  111. a:hover{color:{color:link hover}; }
  112.  
  113. /*SCROLL*/
  114. ::-webkit-scrollbar-thumb{background-color: {color:Scroll}; border: 0px solid {color:background}; height:auto; -moz-border-radius: 0px; border-radius:0px;}
  115. ::-webkit-scrollbar {height:0px; width:0px; background-color:{color:Scroll}; border:0px solid {color:background};}
  116.  
  117.  
  118.  
  119. /*POSTS*/
  120. div#content{position:relative; text-align:justify; width:600px; margin-top:20px; left:500px; margin-bottom:0px;
  121. {block:PermalinkPage}margin-top:0px;{/block:PermalinkPage};}
  122.  
  123.  
  124. .entry{-webkit-animation-name: fade-in; -webkit-animation-duration: 0s;
  125. position:relative; width:400px; float:left; margin-bottom:120px; border-radius:0px; background;
  126. {block:PermalinkPage}width:400px; margin-top:50px;{/block:PermalinkPage}; }
  127.  
  128.  
  129. .entry img{max-width:100%; border-radius:0px; margin-bottom:5px;
  130. {block:PermalinkPage}max-width:100%;{/block:PermalinkPage}; opacity:1;}
  131. .entry img:hover {opacity:1;}
  132.  
  133. .video {opacity:.8;}
  134.  
  135.  
  136.  
  137.  
  138.  
  139. /*QUOTES*/
  140. .pquote { padding:0px; background:{color:background post}; border:1px solid {color:border}; padding:20px;}
  141. .pquote:first-letter {font-family:georgia; font-size: 30px; line-height:30px; margin-top:0px; padding-right:5px; float:left; color:{color:link hover}; }
  142.  
  143. .quotesource{width:auto; display:block; text-align:center; letter-spacing:1px; margin-top:5px; margin-left:0px; font-weight: normal; background; padding:2px; padding-left:5px; text-transform:uppercase; font-size:9px; border-top:1px solid {color:border};}
  144.  
  145. #tag {margin-top:0px; font-size:7px; }
  146. #tag a {font-size:7px; opacity:.6;}
  147. #tag a:hover {opacity:1;}
  148.  
  149.  
  150. /*QUOTES NOTES*/
  151. .permsquotes {position:relative; font-size:8px; opacity:1; line-height:20px; transition: .8s ease-in-out; margin-top:10px; margin-bottom:5px; padding-top:0px; letter-spacing:1px; text-align:center; -webkit-transition: .8s ease-in-out; -moz-transition: .8s ease-in-out; -o-transition: .8s ease-in-out; border-radius:0px; color:{color:link}; text-transform:uppercase; overflow:hidden; background; padding:5px; border-bottom:1px solid {color:border}; z-index:999999; font-family:'arial';}
  152. .permsquotes a {color:{color:link}; margin-left:5px; padding:0px; margin-right:5px; }
  153. .permsquotes .fa {color:{color:link}; font-size:14px; padding:0px; text-align:right;}
  154. .entry:hover .permsquotes {height:auto; opacity:1;}
  155.  
  156.  
  157.  
  158. /*TEXTOS*/
  159. .post_title{ font-size:12px; line-height:20px; letter-spacing:1px; text-align:left; border-bottom:1px solid {color:border}; text-transform:uppercase; font-family:georgia; padding:5px; background:{color:hover}; padding:20px; border:1px solid {color:border};}
  160.  
  161.  
  162. .post_title_link { font-size:15px; line-height:20px; letter-spacing:1px; text-align:left; border-bottom:1px solid {color:border}; padding:5px; text-transform:uppercase; font-family:georgia; background:{color:border};}
  163.  
  164.  
  165.  
  166.  
  167. .postnotes {position:absolute; float:left; height:250px; width:400px; margin-left:0px; margin-bottom:10px; text-transform:uppercase; font-size:10px; overflow:auto; background; border:0px solid {color:border}; z-index:11; padding:10px; -webkit-transition: all 0.2s ease-out; -moz-transition: all .4s ease-out; text-align:left; {block:IFSombra}box-shadow:{color:border} 5px 5px;{/block:IfSombra}; }
  168. .jadsnotes {display:block; width:400px; margin-top:5px;padding:0px; border-radius:0px;
  169. {block:Permalink}margin-bottom:150px;{/block:Permalink}
  170. }
  171. .jadsnotes .avatar {border:none; margin:5; width:46px; padding:0;}
  172. .jadsnotes ol {margin:0; padding:0;}
  173. .jadsnotes li {list-style:none; border:none; float:left; margin:0; padding:0;}
  174. .jadsnotes .note .action {display:none; visibility:hidden; margin:0; padding:0;}
  175.  
  176.  
  177. /*ASKS*/
  178. .askgeral {background:transparent; padding-bottom:5px; background:{color:background post}; border:1px solid {color:border}; margin-left:0px; margin-bottom:10px; border-radius:5px font-style:italic; padding:20px; }
  179. .answerjads {color:{color:text}; text-align:justify; display:block; margin-top:15px; padding:px; }
  180. .answerjads a {color:{color:text}; }
  181. .pergunta {position:relative; margin-left:0px; margin-top:0px;}
  182. .pergunta2 {position:relative; margin-left:0px; margin-top:0px;}
  183. .askimg {position:relative; float:left; margin-left:0px; margin-top:0px; padding-right:px; line-height:20px; }
  184. .askimg img {width:20px; border-radius:160px;}
  185.  
  186.  
  187.  
  188.  
  189. /*BLOCKQUOTE*/
  190. blockquote{padding:0px 0px 0px 20px; margin:5px 0px 0px 0px; border-left: 1px solid {color:border}; font-size:9px; line-height:15px;}
  191.  
  192.  
  193.  
  194.  
  195.  
  196. /*SIDEBAR*/
  197. #sidebar {position:fixed; background; top:50px; text-align:center; border:px solid {color:border}; padding:0px; padding-top:50px; z-index:999999999; background; overflow:hidden;
  198. {block:IFSombra}box-shadow:{color:border} 5px 5px;{/block:IfSombra};
  199. width:200px; height:auto; left:250px; }
  200.  
  201.  
  202. #imag2 {margin-top:0px; margin-right:0px; text-align:center; z-index:99999; }
  203. #imag2 img {width:60px; height:60px; border-radius:160px; padding-bottom:px; padding-left:px; border:0px solid {color:border};}
  204.  
  205. #ll1 { margin-top:15px; margin-left:0px; color:{color:link}; position:relative; float:center; padding-left:0px; width:200px; line-height:10px;}
  206. #ll1 a {padding:2px; color:{color:links}; margin-bottom:0px; letter-spacing:0px; font-size:7px; text-align:center; line-height:15px; text-transform:uppercase; background; float:center; font-family:arial; }
  207. #ll1 a:hover {opacity:1;}
  208.  
  209.  
  210. #desc{ margin-top:-5px; padding-top:15px; font-size:9px; color:{color:conteudo}; opacity:1; line-height:11px; -webkit-transition-duration:0.9s; margin-left:40px; border-top:1px solid {color:border}; font-family:arial; width:120px; float:center;}
  211.  
  212.  
  213.  
  214. #title{ color:{color:conteudo}; opacity:1; padding:10px; margin-top:-40px; letter-spacing:0px; line-height:25px; font-size:25px; text-transform:; display:block; margin-bottom:10px; font-family:arial; text-shadow:{color:border} 1px 1px 1px;}
  215.  
  216.  
  217. /*CREDITOS*/
  218.  
  219. .cred {position:fixed; bottom:40px; left:20px; width:15px; height:15px; line-height:15px; font-size:15px; cursor:help; font-family:'cambria'; color:{color:links}; padding:8px; border:1px solid {color:border}; text-transform:none; background:{color:background post}; font-style:italic; border-radius:160px; text-align:center; z-index:9999999999;}
  220. .cred a {color:{color:bg links};}
  221.  
  222.  
  223.  
  224. /*PAGINAÇÃO*/
  225. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  226.  
  227. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.7;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  228.  
  229.  
  230.  
  231. @-webkit-keyframes fade-in {
  232. 0% { opacity: 0; }
  233. 50% { opacity: 0; }
  234. 100% { opacity: 1; }
  235.  
  236. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; top: 15px; right: 15px;}
  237.  
  238.  
  239.  
  240.  
  241. </style>
  242. <body>
  243.  
  244.  
  245.  
  246. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  247. </div>
  248. <div id="b"></div>
  249. <div id="sidebar">
  250. <div id="imag2"><img src="{favicon}"></div>
  251.  
  252. <div id="ll1">
  253. <a href="{text:link1}" target="blank">{text:link1 title}</a>
  254. <a href="{text:link2}" target="blank">{text:link2 title}</a>
  255. <a href="{text:link3}" target="blank">{text:link3 title}</a>
  256. <a href="{text:link4}" target="blank">{text:link4 title}</a>
  257. </div><br>
  258. <div id="desc">{description}</div>
  259. </div>
  260.  
  261.  
  262.  
  263.  
  264.  
  265. <div class="cred" title="creditos"> <a href="http://hifens.tumblr.com">hf </a> </div>
  266.  
  267.  
  268. <!-- Inicio Das postagens --->
  269.  
  270. <div id="content">
  271. <div class="autopagerize_page_element">
  272. {block:Posts}
  273.  
  274.  
  275. {block:Text}
  276. <div class="entry">
  277. {block:IndexPage}
  278. <div class="permsquotes">
  279. <a id="ti">texto</a>
  280. <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}"> reblog →</a>
  281. </div>
  282. {/block:IndexPage}
  283. {block:Title}
  284.  
  285. <div class="post_title">{Title}</div>
  286. {/block:Title}
  287. {Body}
  288. {Caption}
  289.  
  290. </div>
  291. {/block:Text}
  292.  
  293.  
  294. {block:Photo}
  295. <div class="entry">
  296. {block:IndexPage}
  297. <div class="permsquotes">
  298. <a id="ti">imagem</a>
  299. <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}"> reblog →</a>
  300. </div>
  301. {/block:IndexPage}
  302. <img src="{PhotoURL-400}">
  303. {block:Caption}{Caption}{/block:Caption}
  304. {Body}
  305. {LinkCloseTag}
  306. </div>
  307. {/block:Photo}
  308.  
  309.  
  310.  
  311. {block:Photoset}
  312. <div class="entry">
  313. {block:IndexPage}
  314. <div class="permsquotes">
  315. <a id="ti">photoset</a>
  316. <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}"> reblog →</a>
  317. </div>
  318. {/block:IndexPage}
  319. {Photoset-400}
  320. {block:Caption}{Caption}{/block:Caption}
  321. {block:PermalinkPage}
  322. {Photoset-400}
  323. {block:PermalinkPage}
  324. </div>
  325. {/block:Photoset}
  326.  
  327.  
  328. {block:Quote}
  329. <div class="entry">{block:IndexPage}
  330. <div class="permsquotes">
  331. <a id="ti">quote</a>
  332. <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}"> reblog →</a>
  333. </div>
  334. {/block:IndexPage}
  335. <div class="pquote">{Quote} </div>
  336. <div class="quotesource"><b>{Source}</b>
  337. <div id="tag">{block:HasTags}{block:Tags}<a href=“{TagURL}”>
  338. #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  339. </div>
  340. </div>
  341. {/block:Quote}
  342.  
  343.  
  344. {block:Chat}
  345. <div class="entry">
  346. {block:IndexPage}
  347. <div class="permsquotes">
  348. <a id="ti">chat</a>
  349. <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}"> reblog →</a>
  350. </div>
  351. {/block:IndexPage}
  352. {block:Title}
  353. <span class="post_title">{Title}</span>{/block:Title}
  354. <div id="chat">
  355. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  356. </div>
  357.  
  358. </div>
  359. {/block:Chat}
  360.  
  361.  
  362.  
  363. {block:Link}
  364. <div class="entry">
  365. {block:IndexPage}
  366. <div class="permsquotes">
  367. <a id="ti">link</a>
  368. <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}"> reblog →</a>
  369. </div>
  370. {/block:IndexPage}
  371. <div class="post_title_link"><a href="{URL}">{Name}</div></a>
  372. {block:Description}{Description}{/block:Description}
  373. </div>
  374. {/block:Link}
  375.  
  376.  
  377.  
  378. {block:Audio}
  379. <div class="entry">
  380. {block:IndexPage}
  381. <div class="permsquotes">
  382. <a id="ti">audio</a>
  383. <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}"> reblog →</a>
  384. </div>
  385. {/block:IndexPage}
  386. {AudioPlayerGrey-500}
  387. </div>
  388. {/block:Audio}
  389.  
  390.  
  391. {block:Video}
  392. <div class="entry">
  393. {block:IndexPage}
  394. <div class="permsquotes">
  395. <a id="ti">video</a>
  396. <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}"> reblog →</a>
  397. </div>
  398. {/block:IndexPage}
  399. <div class="video">{Video-500}</div>
  400. </div>
  401. {/block:Video}
  402.  
  403.  
  404. {block:Answer}
  405. <div class="entry">
  406. {block:IndexPage}
  407. <div class="permsquotes">
  408. <a id="ti">por <b>{Asker}</b>:</a>
  409. <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}"> reblog →</a>
  410. </div>
  411. {/block:IndexPage}
  412. <div class="askgeral">
  413. <div class="pergunta">{Question}</div>
  414. </div>
  415. <div class="answerjads" > {Answer}</div>
  416. </div>
  417. {/block:Answer}
  418.  
  419.  
  420. <div class="source">{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  421. {/block:ContentSource}</div>
  422.  
  423.  
  424. {block:Permalink}
  425. {block:PostNotes}
  426. <div class="postnotes">
  427. <b> {TimeAgo}, with {NoteCountWithLabel}</b><br>
  428. {block:RebloggedFrom}<b>Reblogged of</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a><br><b>originally by</b>: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  429. {block:HasTags}<b>Tagged with</b>: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  430. <p>
  431. <div class="jadsnotes">{PostNotes-64}</div><br><br><br>
  432. </div>
  433. {/block:PostNotes}
  434. {/block:Permalink}
  435.  
  436.  
  437. {/block:posts}
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444. {block:IndexPage}
  445. <div class="column navigation" id="navigation">
  446. {block:Pagination}
  447. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  448. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  449. </div>
  450. {/block:IndexPage}
  451.  
  452. </div>
  453.  
  454. <script type="text/javascript"> Cufon.now(); </script>
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462. </body>
  463.  
  464. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement