Advertisement
worenow

kl

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