Advertisement
worenow

emaconhadax

Jul 24th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.85 KB | None | 0 0
  1. <!-- base por flyedd
  2. THEME POR WORENOW
  3. -->
  4.  
  5. <html>
  6.  
  7. <script>
  8. function click() {
  9. if (event.button==2||event.button==3) {
  10. oncontextmenu='return false';
  11. }
  12. }
  13. document.onmousedown=click
  14. document.oncontextmenu = new Function("return false;")
  15. </script>
  16.  
  17.  
  18. <head>
  19.  
  20.  
  21.  
  22. <!-- DEFAULT -->
  23. <link href='http://fonts.googleapis.com/css?family=Lora:400italic' rel='stylesheet' type='text/css'>
  24. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  25. <meta name="color:background" content="#ffffff" />
  26. <meta name="color:link" content="#000000" />
  27. <meta name="color:text" content="#000000" />
  28. <meta name="color:scroll" content="#000000" />
  29. <meta name="color:post" content="#ffffff" />
  30. <meta name="color:lhover" content="#ffb8d5" />
  31. <meta name="image:sidebar" content="" />
  32.  
  33. <meta name="if:Rolagem infinita" content="1"/>
  34. <meta name="text:Link1" content="/" />
  35. <meta name="text:Link1 Title" content="link" />
  36. <meta name="text:Link2" content="/" />
  37. <meta name="text:Link2 Title" content="link" />
  38. <meta name="text:Link3" content="/" />
  39. <meta name="text:Link3 Title" content="link" />
  40. <meta name="text:Link4" content="/" />
  41. <meta name="text:Link4 Title" content="link" />
  42. <meta name="text:Link5" content="/" />
  43. <meta name="text:Link5 Title" content="link" />
  44.  
  45.  
  46.  
  47. <link rel="shortcut icon" href="{Favicon}">
  48. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  49. <meta name="viewport" content="width=820" />
  50.  
  51. {block:IndexPage}
  52.  
  53. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  54.  
  55. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  56.  
  57. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  58.  
  59. <script type="text/javascript">
  60. $(window).load(function(){
  61. var $wall = $('#content');
  62. $wall.imagesLoaded(function(){
  63. $wall.masonry({
  64. itemSelector: '.entry',
  65. isAnimated : true
  66. });
  67. });
  68. $wall.infinitescroll({
  69. navSelector : "div#navigation",
  70. nextSelector : "div#navigation a#nextPage",
  71. itemSelector : '.entry',
  72. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  73. loadingText : " ",
  74. donetext : " ",
  75. extraScrollPx : 9000,
  76. bufferPx : 10000,
  77. debug : false,
  78. errorCallback: function() {
  79. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  80. }},
  81. function( newElements ) {
  82. var $newElems = $( newElements );
  83. $newElems.hide();
  84. $newElems.imagesLoaded(function(){
  85. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  86. });
  87. }); $('#content').show(500);
  88. });
  89. </script>
  90.  
  91. {/block:IndexPage}{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  92. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Waiting+for+the+Sunrise|Josefin+Slab|Inconsolata' rel='stylesheet' type='text/css'>
  93.  
  94. <style type="text/css">
  95.  
  96.  
  97. body {background-image: url('{image:background}');
  98. background-attachment:fixed;
  99. background-color:{color:background};
  100. {block:IfBackgroundTelacheia}background-repeat: no-repeat;
  101. background-position: center;
  102. background-attachment: fixed;
  103. -webkit-background-size: cover;
  104. -o-background-size: cover;{/block:IfBackgroundTelacheia}
  105. font-size:11px;
  106.  
  107. /*-- Font Theme --*/
  108. font-family:arial;
  109. /*-- Font Theme --*/
  110. text-align:left;
  111. letter-spacing:0px;
  112. color:{color:text};}
  113.  
  114. a:link, a:active,
  115. a:visited{color:{color:link};
  116. text-decoration: none;}
  117. a:hover{color:{color:hover};}
  118.  
  119. ::-webkit-scrollbar-thumb{
  120. background-color: {color:scroll};
  121. border: 3px solid {color:background};
  122. height:auto;
  123. -moz-border-radius: 10px;
  124. border-radius: 10px;
  125. }
  126.  
  127. ::-webkit-scrollbar {
  128. height:auto;
  129. width:9px;
  130. background-color: {color:scroll};
  131. border: 4px solid {color:background};
  132. }
  133.  
  134.  
  135. div#content{
  136. margin-left:430px;
  137. width:700px;
  138. {block:If3colum}width:900px;{block:If3colum}}
  139.  
  140. .pquote {
  141. font-size:12px;
  142. line-height:15px;
  143. margin-top:0px;
  144. letter-spacing:0px;
  145. text-align:left;
  146. font-family:cambria;}
  147.  
  148. .quotesource{
  149. font-size:11px;
  150. text-align:left;
  151. letter-spacing:0px; }
  152.  
  153. .post_title{
  154. font-size:14px;
  155. color:{color:link};
  156. line-height:15px; font-family:calibri;}
  157.  
  158.  
  159. .entry{
  160. position:fixed;
  161.  
  162. width:250px;border:px solid #eee;
  163. padding:1px;
  164. float:left;
  165. /* Margin das postagens */
  166. margin-top:1px;
  167. /* Margin das postagens */
  168. background-color:{color:background};
  169. {block:PermalinkPage}width:500px;{/block:PermalinkPage};}
  170.  
  171. .entry img{
  172. {block:PermalinkPage}width:250px;{/block:PermalinkPage};}
  173.  
  174. #postnotes {text-align:left; z-index:11; padding:15px; -webkit-transition: all 0.2s ease-out; -moz-transition: all .4s ease-out; width:500px;}
  175.  
  176.  
  177. .per {
  178. position:relative;
  179. text-align:justify;
  180. padding:0px 1px; margin:0;
  181. clear:both;
  182. color:{color:text};}
  183.  
  184. .fe {
  185. display:block;
  186. position:absolute;
  187. bottom:-15px;
  188. left:15px;
  189. width:0;
  190. border-width:15px 15px 0;
  191. border-style:solid;
  192. border-color: transparent;}
  193.  
  194. .text {text-align:center;}
  195.  
  196. blockquote{
  197. padding:0px 0px 0px 5px;
  198. margin:0px 0px 2px 1px;
  199. border-left: 1px solid {color:Text};}
  200.  
  201. .perms {
  202. font-size:11px;
  203. text-align:left;
  204. opacity: 0;
  205. -webkit-transition-duration: .75s;
  206. top:10px;
  207. width:200px;
  208. height:auto;
  209. padding-bottom:4px;
  210. background-color: ;
  211. position: absolute;
  212. margin-top:0px;
  213. margin-left:3px;
  214. font-style:;
  215. text-transform: lowercase;
  216. font-family:;
  217. letter-spacing:0px;
  218. display:block;}
  219.  
  220. .perms a{background:#fff;opacity:0.8;;padding: 2 4 2 4;border-radius:2px;}
  221.  
  222. .entry:hover .perms {
  223. opacity:1;
  224. z-index:999999;
  225. -webkit-transition-duration: 0.65s;}
  226.  
  227.  
  228. .perms a:hover{
  229. text-decoration:line-through;}
  230.  
  231. .perm {
  232. font-size:10px;
  233. text-align:right;
  234. opacity: 0;
  235. -webkit-transition-duration: 0.75s;
  236. bottom:0px;
  237. width:250px;
  238. height:auto;
  239. padding-bottom:4px;
  240. background-color: ;
  241. position: absolute;
  242. margin-top:0px;
  243. margin-left:0px;
  244. font-style:;
  245. text-transform: lowercase;
  246. font-family:;
  247. letter-spacing:0px;
  248. display:block;}
  249.  
  250.  
  251.  
  252. .entry:hover .perm {
  253. opacity:1;
  254. z-index:999999;
  255. -webkit-transition-duration: 0.65s;}
  256.  
  257.  
  258. .perm a:hover{
  259. text-decoration:line-through;}
  260.  
  261.  
  262. #cred {position:fixed;
  263. right:-38px;
  264. bottom:105px;
  265. font-size:12px;
  266. -webkit-transition-duration: .75s;
  267. padding:5 5 5 5;
  268. border-radius:0px;
  269. z-index:999999;}
  270.  
  271. #cred:hover{right:0px;
  272. ;-webkit-transition-duration: .75s;}
  273.  
  274. {block:Iffollowbranco}
  275. iframe#tumblr_controls {
  276. white-space:nowrap;
  277. -webkit-filter: invert(100%);
  278. -moz-filter: invert(100%);
  279. -o-filter: invert(100%);
  280. -ms-filter: invert(100%);
  281. filter: invert(100%);
  282. opacity:.7;
  283. transition: .8s ease-in-out;
  284. -webkit-transition: .8s ease-in-out;
  285. -moz-transition: .8s ease-in-out;
  286. -o-transition: .8s ease-in-out; }
  287. {/block:Iffollowbranco}
  288.  
  289.  
  290. #sidebar{position:fixed;padding: px; width:205px;height:300px;top:150px;left:210px;margin-bottom: -13px;}
  291.  
  292.  
  293. #tumblr_controls{position: fixed!important}
  294. #tumblr_controls{position: fixed!important}
  295.  
  296. #sidebar:hover #imagem img {-webkit-filter:grayscale(0%);}
  297. #sidebar:hover #lex {opacity:10;transition:all .9s ease-out;}
  298. #sidebar:hover .pipi {margin-top:10px;transition:all .5s ease-out;}
  299. #sidebar:hover #descri {opacity:10;transition:all .9s ease-out;}
  300.  
  301.  
  302.  
  303. #imagem img {border-left:px solid {color:border};padding-top:10px; padding:8px;width:180px; height:250px;-webkit-filter: grayscale(10%);}
  304.  
  305. #lex {box-shadow:1.6px 1.5px 5.8px;display:block;position:fixed;width:165px;margin-left:15px;text-align:center;opacity:.0;margin-top:1px;}
  306. #lex a {font-family:'calibri';letter-spacing:-1;font-size:12px;color:{color:links};}
  307. #lex a:hover {;-shadow:1.6px 1.5px 5.8px {color:lhover};font-style:italic;color:{color:lhover};transition: all 0.7s ease-out;}
  308.  
  309. #descri {width:200px;background-color:#;position: fixed;font-style:italic; font-family:cambria; font-size:10px; line-height:auto; height:px;text-align:center; color:#000;padding:0px;margin-top:8px;margin-left:-16px;border-bottom:px solid #ddd;border:px solid #ddd;border-left:px solid #ddd; text-transform:;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out; font-weight:; padding-bottom:1px; letter-spacing:px;}
  310.  
  311. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{colorborder};}::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:border};}
  312.  
  313.  
  314. #tumblr_controls{position: fixed!important}
  315. #tumblr_controls{position: fixed!important}
  316.  
  317. .simb2{width:100px; position:fixed; margin-left:41px; margin-top:5px; font-size:15px; font-family: 'Old Standard TT'; text-align:center; color: {color:border}; line-height:1px; z-index: 9999999;}
  318. .simb2 a{color: transparent;}
  319. .simb2 a:hover{font-size:15px; color: black; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  320.  
  321. .pipi {width:196px;background-color:#;position: fixed;font-style:italic; font-family:arial; letter-spacing:px; font-size:11px; line-height:px; height:px;text-align:center; color:#000;padding:0px;margin-top:129px;margin-left:-4px;border-right:px solid #eee; border:px solid #000;border-top:px solid #000; border-left:px solid #ddd;padding: 2px;text-transform:; opacity:1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out; font-weight:;}
  322. #sidebar:hover .pipi {margin-top:-12px;}
  323.  
  324.  
  325. </style>
  326.  
  327.  
  328.  
  329.  
  330. <body oncontextmenu="return false" onkeydown="return false">
  331. <div id="sidebar">
  332. <div class="pipi"><img src="http://37.media.tumblr.com/b2bf702ccf6bf224e0c3c45df3a06c3d/tumblr_n8gy4hVWCI1rko5gko1_500.png" class="pipi"></div>
  333. <div id="imagem">
  334. <img src="{image:sidebar}"></div>
  335. <div id="lex">
  336. <a href="{text:Link1}">{text:Link1 Title}</a>
  337. <b><a href="{text:Link2}">{text:Link2 Title}</a></b>
  338. <a href="{text:Link3}">{text:Link3 Title}</a>
  339. <b><a href="{text:Link4}">{text:Link4 Title}</a></b>
  340. <a href="{text:Link5}">{text:Link5 Title}</a>
  341. <div id="descri">mina nรณs era sรณ clima</div>
  342. </div>
  343. </div>
  344. </div>
  345. </div>
  346. </div>
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353. <!-- Inicio Das postagens --->
  354.  
  355. <div id="content">
  356. {block:Posts}
  357.  
  358. {block:Text}
  359. <div class="entry">
  360. {block:IndexPage}
  361. <div class="perm">
  362. <a href="{Permalink}">{SourceURL} </a>
  363. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  364. <a href="{permalink}"> {notecount}</a>
  365. <a href="{ReblogURL}" target="_blank">reblog</a>
  366. </div> {/block:IndexPage}
  367. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  368. {Body}
  369. </div>
  370. {/block:Text}
  371.  
  372. {block:Photo}
  373. <div class="entry">
  374. <!--- Tamanho das fotos --->
  375. <img src="{PhotoURL-250}">
  376. <!--- Tamanho das fotos --->
  377. {block:IndexPage}
  378. <div class="perms">
  379. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  380. <a href="{permalink}"> {notecount}</a>
  381. <a href="{ReblogURL}" target="_blank">reblog</a>
  382. </div>
  383. {/block:IndexPage}
  384. </div>
  385. {/block:Photo}
  386.  
  387. {block:Photoset}
  388. <div class="entry">
  389. <!--- Tamanho dos Photosets --->
  390. <center>{Photoset-250}</center>
  391. <!--- Tamanho dos Photosets --->
  392. {block:IndexPage}
  393. <div class="perms">
  394. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  395. <a href="{permalink}"> {notecount}</a>
  396. <a href="{ReblogURL}" target="_blank">reblog</a>
  397. </div>
  398. {/block:IndexPage}
  399. </div>
  400. {/block:Photoset}
  401.  
  402.  
  403. {block:Quote}
  404. <div class="entry">
  405. <div class="pquote">{Quote}<div class="quotesource"><b>โ€“ {Source}</b></div></div>
  406. {block:IndexPage}
  407. <div class="perm">
  408. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  409. <a href="{permalink}"> {notecount}</a>
  410. <a href="{ReblogURL}" target="_blank">reblog</a>
  411. </div>
  412. {/block:IndexPage}
  413. </div>
  414. {/block:Quote}
  415.  
  416. {block:Chat}
  417. <div class="entry">
  418. {block:IndexPage}<div class="perm">
  419. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  420. <a href="{permalink}"> {notecount}</a>
  421. <a href="{ReblogURL}" target="_blank">reblog</a>
  422. </div> {/block:IndexPage}
  423. {block:Title}
  424. <span class="post_title">{Title}</span>{/block:Title}
  425. <div id="chat">
  426. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  427. </div>
  428. </div>
  429. {/block:Chat}
  430.  
  431. {block:Link}
  432. <div class="entry">
  433. {block:IndexPage}
  434. <div class="perm">
  435. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  436. <a href="{permalink}"> {notecount}</a>
  437. <a href="{ReblogURL}" target="_blank">reblog</a>
  438. </div> {/block:IndexPage}
  439. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a>
  440. {block:Description}{Description}{/block:Description}
  441.  
  442. </div>
  443. {/block:Link}
  444.  
  445. {block:Audio}
  446. <div class="entry">
  447. <center>
  448. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" width="250"/><p>{/block:AlbumArt}</center>
  449. <div class="audiocas">{AudioPlayerGrey}</div>
  450. {block:Caption}{Caption}
  451. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  452. {block:IndexPage}<div class="perm"> <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  453. <a href="{permalink}"> {notecount}</a>
  454. <a href="{ReblogURL}" target="_blank">reblog</a>
  455. </div> {/block:IndexPage}
  456. </div>
  457. {/block:Audio}
  458.  
  459. {block:Video}
  460. <div class="entry">
  461. {Video-250}
  462. {block:IndexPage}
  463. <div class="perms">
  464. <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  465. <a href="{permalink}"> {notecount}</a>
  466. <a href="{ReblogURL}" target="_blank">reblog</a>
  467. </div> {/block:IndexPage}
  468. </div>
  469. {/block:Video}
  470.  
  471. {block:Answer}
  472. <div class="entry">
  473. <div class="per"><p><b>{Asker}:</b> {Question}<p><div class="fe"></div></div>
  474. <p>
  475. <div class="text"><p>{Answer}</p></div>
  476. {block:IndexPage}<div class="perm"> <a href="{permalink}"> {Month} {DayofMonthWithSuffix}</a>
  477. <a href="{permalink}"> {notecount}</a>
  478. <a href="{ReblogURL}" target="_blank">reblog</a>
  479. </div> {/block:IndexPage}
  480. </div>
  481. {/block:Answer}
  482.  
  483.  
  484. {block:PostNotes}
  485. <div id="postnotes">
  486. Posted {TimeAgo}, with {NoteCountWithLabel}<br>
  487. {block:RebloggedFrom}Reblogged of: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>originally by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  488. {block:HasTags}Tagged with: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  489.  
  490. </div><p>
  491. {PostNotes}
  492. {/block:PostNotes}
  493.  
  494. {/block:posts}
  495.  
  496. {block:IndexPage}
  497. <div class="column navigation" id="navigation">
  498. {block:Pagination}
  499. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  500. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  501. </div>
  502. {/block:IndexPage}
  503.  
  504. </div>
  505.  
  506. <script type="text/javascript"> Cufon.now(); </script>
  507.  
  508. </body>
  509. <a style="width:120px; font-size:9px; color:#4a4a4a; font-family:georgia;position:fixed;font-style:;bottom:30px;right:-15px;" href="http://worenow.tumblr.com/" title="">EXCLUSIVO</b></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement