Advertisement
brugabriela

thm 22

Mar 25th, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.52 KB | None | 0 0
  1.  
  2. <!-- theme por r-ealove base por fckraw
  3. detalhes titanios and helpdesigns
  4. -->
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. <html><head>
  12.  
  13. <!--- Desabilita o botao direito do mouse * HelpDesigns.tumblr.com * --->
  14. <script type="text/javascript">
  15. //desabilita menu de opcoes ao clicar no botao direito
  16. function desabilitaMenu(e)
  17. {
  18. if (window.Event)
  19. {
  20. if (e.which == 2 || e.which == 3)
  21. return false;
  22. }
  23. else
  24. {
  25. event.cancelBubble = true
  26. event.returnValue = false;
  27. return false;
  28. }
  29. }
  30.  
  31. //desabilita botao direito
  32. function desabilitaBotaoDireito(e)
  33. {
  34. if (window.Event)
  35. {
  36. if (e.which == 2 || e.which == 3)
  37. return false;
  38. }
  39. else
  40. if (event.button == 2 || event.button == 3)
  41. {
  42. event.cancelBubble = true
  43. event.returnValue = false;
  44. return false;
  45. }
  46. }
  47.  
  48. //desabilita botao direito do mouse
  49. if ( window.Event )
  50. document.captureEvents(Event.MOUSEUP);
  51. if ( document.layers )
  52. document.captureEvents(Event.MOUSEDOWN);
  53.  
  54. document.oncontextmenu = desabilitaMenu;
  55. document.onmousedown = desabilitaBotaoDireito;
  56. document.onmouseup = desabilitaBotaoDireito;
  57. </script>
  58.  
  59. <!-- DEFAULT -->
  60. <meta name="color:background" content="#fff" />
  61. <meta name="image:background" content="#fff" />
  62. <meta name="text:descri" content="palavrinha" />
  63. <meta name="image:sidebar" content="http://static.tumblr.com/bq7lfll/VcQn2a0zu/tumblr_n28llqbmar1s8lv52o1_500.jpg"/>
  64. <meta name="color:posts" content="#fff" />
  65. <meta name="color:scrollbar" content="#f8f8f8" />
  66. <meta name="color:textos" content="#666" />
  67. <meta name="links" content="#666" />
  68. <meta name="linksh" content="#eee" />
  69. <meta name="image:sidebar" content="http://static.tumblr.com/yoglrhi/0hkn20paj/tumblr_n0do1hroop1rtk6qmo1_500.jpg" />
  70. <meta name="text:Link1" content="/" />
  71. <meta name="text:Link1 Title" content="link" />
  72. <meta name="text:Link2" content="/" />
  73. <meta name="text:Link2 Title" content="link" />
  74. <meta name="text:Link3" content="/" />
  75. <meta name="text:Link3 Title" content="link" />
  76. <meta name="text:Link4" content="/" />
  77. <meta name="text:Link4 Title" content="link" />
  78. <meta name="text:Link5" content="/" />
  79. <meta name="text:Link5 Title" content="link" />
  80.  
  81. <title>{Title}</title><link rel="shortcut icon" href="{FavIcon}"><link rel="alternate" type="application/rss+xml" href="{RSS}">{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  82.  
  83. <link href='http://fonts.googleapis.com/css?family=IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'> <script src='http://static.tumblr.com/iihcsbj/QUElox2fq/jquery-1.1.3.1.min.js'type='text/javascript'/></script><script src='http://static.tumblr.com/iihcsbj/NTDlox2gu/jquery.easing.min.js' type='text/javascript'/></script> <style type="text/css">
  84.  
  85.  
  86. /*** CORPO BÁSICO
  87.  
  88.  
  89. ***/
  90.  
  91.  
  92.  
  93.  
  94.  
  95. body {font-family:times; font-size: 11px; background-attachment: fixed;background:{color:background};background-image:{image:background}; color:{color:textos};}
  96.  
  97. a {color: {color:textos}; text-decoration: none; text-transform: none;}
  98. a:hover {color: {color:textos};}
  99. p {margin: 6px 0 0 0}
  100.  
  101. blockquote {margin: 0px; padding-left: 0px; }
  102. blockquote img{width: 400px!important; text-align:justify;}
  103.  
  104.  
  105.  
  106.  
  107.  
  108. /*** CONFIGURAÇÕES DOS POSTS
  109.  
  110.  
  111. ***/
  112.  
  113. #entryys {position:absolute; margin:auto; margin-top:50px; margin-bottom:10px; margin-left:328px; width:700px;}
  114.  
  115. #everytg {margin:0px auto 20px auto; width:auto;}
  116.  
  117. .posts {background:#; border:0px solid #eee; margin: 1px; width: 255px; -webkit-transition: opacity 1.55s linear;-moz-transition: opacity 1.55s linear;-webkit-transition: all 1.55s ease-in-out;-moz-transition: all 1.55s ease-in-out;-o-transition: all 1.55s ease-in-out; overflow: hidden; float:left; position:relative; padding:5px;}
  118. .posts:hover {width:250px;opacity:1; -webkit-transition:all 0.66s linear;-moz-transition:all 0.66s linear;transition:all 0.66s linear;}
  119. .posts:hover .infoimg{opacity:9;}
  120.  
  121. .bpostx {overflow: hidden; float:left; position:relative; -webkit-transition: opacity 1.55s linear;-moz-transition: opacity 1.55s linear;-webkit-transition: all 1.55s ease-in-out;-moz-transition: all 1.55s ease-in-out;-o-transition: all 1.55s ease-in-out; width: 250px; }
  122. .bpostx:hover {width:250px; opacity:9; -webkit-transition:all 0.66s linear;-moz-transition:all 0.66s linear;transition:all 0.66s linear;}
  123.  
  124.  
  125.  
  126.  
  127.  
  128. /*** CONFIGURAÇÕES DAS FONTES
  129.  
  130.  
  131. ***/
  132.  
  133. h1 {font-family:calibri;text-align:center; font-size: 12px; letter-spacing:1px; font-weight: normal; line-height: 14px;color: {color:textos};}
  134. h1 a {text-align: center;color: {color:textos}; }
  135.  
  136.  
  137.  
  138.  
  139.  
  140. /*** CONFIGURAÇÕES DOS QUOTES
  141.  
  142.  
  143. ***/
  144.  
  145. .quote {text-align:justify; font-family:arial; line-height:15px; font-size:12px; color:{color:textos}; padding:3px;margin-left:-2px;margin-bottom:2px; margin-top:2px;background-color:transparent;}
  146. .sc {font-family:calibri; color:{color:textos}; text-transform:lowercase; float:right;font-size:11px; margin-top:0px;}
  147.  
  148.  
  149.  
  150.  
  151.  
  152. /*** CONFIGURAÇÕES DOS CHATS
  153.  
  154. ***/
  155.  
  156. .chat {font-size:10px; font-family:arial;background:transparent;margin:0}
  157. .chat .lines {padding: 0px 0px 0px 0px; background: transparent; color: #666;}
  158. .chat .lines span{font-style: italic;}
  159. .person1 {color: #666; padding: 2px; }
  160. .person1 .label {color:#000}
  161. .person2 {color: #000; padding: 2px; }
  162. .person2 .label {color:#000}
  163. .player {background-color: #000; text-align: center; display:block;}
  164.  
  165.  
  166.  
  167.  
  168.  
  169. /*** CONFIGURAÇÕES DAS PERGUNTAS-RESPOSTAS
  170.  
  171.  
  172.  
  173. ***/
  174.  
  175. #balaoask{font-size:12px; background-color:#; padding:5px; margin-left:35px;}
  176. #askker img{vertical-align:center;float:left; height:35px;margin-left: 0px;margin-top:0px;}
  177. #answer{font-family: tahoma; margin-top:20px; font-size:12px; }
  178.  
  179.  
  180.  
  181.  
  182.  
  183. /*** INFORMAÇOES DOS POSTS
  184.  
  185.  
  186. ***/
  187.  
  188. .infoimg{background-image: linear-gradient(to bottom, transparent, #000); height:14px; padding:20px 0 15px 0; width:250px; left:0; bottom:0;position:absolute;-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;text-align:center;opacity:0;}
  189. .infoimg .notess{font-size:18px; color:#fff; font-family:calibri; padding-left: 10px; padding-right: 10px; }
  190. .infoimg a:hover{text-decoration:none;}
  191. .infoimg .rebblog img{width:13px; margin-top:3px;}
  192. .heart img{width:13px; margin-top:3px;}
  193.  
  194.  
  195. .infotxt {font-family:arial; opacity:0; font-size:8px; text-transform: lowercase; text-align:right; color:{color:textos}; -webkit-transition: all 0.8s ease-in-out; -moz-transition-duration:0.8s; -webkit-transition-duration:0.8s; -o-transition-duration:0.8s; margin-bottom:0px; margin-top:10px;}
  196. .posts:hover .infotxt {-webkit-transition: all 0.8s ease-in-out; -moz-transition-duration:0.8s; opacity:1; font-size:8px; -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;}
  197.  
  198. .source {display: none;} .vsanna{display: none;}
  199.  
  200.  
  201.  
  202.  
  203.  
  204. /*** BARRA DE ROLAGEm
  205. ***/
  206.  
  207. ::-webkit-scrollbar{width:5px;height:5px;}
  208. ::-webkit-scrollbar-button:start:decrement
  209. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:#fff;}
  210. ::-webkit-scrollbar-track-piece{background-color: transparent; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  211. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #f8f8f8;-webkit-border-radius:px;}
  212. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #f8f8f8;-webkit-border-radius:px;}
  213.  
  214.  
  215. iframe#tumblr_controls { position:fixed;white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.3;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  216.  
  217. .tumblrAutoPager_page_separator,
  218. .tumblrAutoPager_page_info {display: none;}
  219.  
  220. #tumblr_controls{position: fixed!important}
  221. #tumblr_controls{position: fixed!important}
  222. #tumblr_controls{position: fixed!important}
  223. #tumblr_controls{position: fixed!important}
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. #sidebar {position:fixed; width: auto; height:auto; margin-left:150px;margin-top:12px;}
  232.  
  233.  
  234.  
  235.  
  236.  
  237. /*** IMAGEM DA SIDEBAR
  238.  
  239. ***/
  240.  
  241. #frufru {height:auto; margin-top:0px; position:fixed; text-align:left;}
  242. #frufru img { width:140px; height:190px;}
  243.  
  244.  
  245.  
  246.  
  247.  
  248. /*** DESCRIÇÃO DA SIDEBAR
  249.  
  250.  
  251. ***/
  252.  
  253. #descryp {z-index:9;background:#;padding:0px; margin-top:190px; margin-left:0px; padding:2px; text-align:center; position:fixed; font-family:tahoma; font-size:13px; color:{color:textos}; width:133px; border: 2px solid ; color:{color:textos}}
  254.  
  255.  
  256.  
  257.  
  258.  
  259. /*** linkinhos ***/
  260.  
  261. #links {-webkit-transition: all 0.8s ease-in-out; -moz-transition-duration:0.8s; -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;line-height:14px;margin-top:220px;margin-left:0px; opacity:0;}
  262. #links a {color:{color:links}; padding-left:0px; padding-right:0px; font-size:12px;font-family:tahoma; font-style:; }
  263. #sidebar:hover #links {opacity:5;}
  264. #links a:hover {color: {color:linksh};}
  265.  
  266.  
  267. </style>
  268. <body onkeydown="return false">
  269.  
  270. <body>
  271.  
  272.  
  273.  
  274. <div id="sidebar">
  275.  
  276. <div id="frufru"><img src="{image:sidebar}"></div>
  277.  
  278. <div id="descryp">{text:descri}</div>
  279.  
  280. <div id="links">
  281. <a href="{text:link1}">{text:link1 title}</a>
  282. <a href="{text:link2}">{text:link2 title}</a>
  283. <a href="{text:link3}">{text:link3 title}</a>
  284. <a href="{text:link4}">{text:link4 title}</a>
  285. <a href="{text:link5}">{text:link5 title}</a>
  286. </div>
  287.  
  288.  
  289. </div>
  290.  
  291.  
  292. <div id="entryys">{block:Posts}<div class="posts"><div class="bpostx">
  293.  
  294. <!-- postagem texto-->{block:Text}{/block:IndexPage}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{block:IndexPage}
  295. <div class="infotxt">{block:IndexPage}{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:Text}
  296.  
  297. <!--postagem foto--><div id="cap">{block:Photo}{block:IndexPage}<div class="infoimg"><a href="{ReblogURL}" title="Reblog" target="_blank"><span class="rebblog"><img src="http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png"></span></a><a href="{Permalink}" title="Permalink"><span class="notess">{NoteCount}</span></a><span class="heart" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"><img src="http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png"></span></div>{/block:IndexPage}{block:IndexPage}<img src="{PhotoURL-400}" width="250">{/block:IndexPage}{/block:Photo}
  298.  
  299. <!--postagem photoset-->
  300. {block:Photoset}{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:IndexPage}<div class="infoimg"><a href="{ReblogURL}" title="Reblog" target="_blank"><span class="rebblog"><img src="http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png"></span></a><a href="{Permalink}" title="Permalink"><span class="notess">{NoteCount}</span></a><span class="heart" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"><img src="http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png"></span></div>{/block:IndexPage}{/block:Photoset}
  301.  
  302. <!--postagem quote-->{block:Quote}<div class="quote">"{Quote}"</div><div class="sc">– {Source}</div>{block:IndexPage}<div class="infotxt"><br>{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:IndexPage}{/block:Quote}
  303.  
  304. <!--postagem links-->{block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{block:IndexPage}<div class="infotxt">{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:IndexPage}{/block:Link}
  305.  
  306. <!--chat-->{block:chat}{block:lines}<div class="chat"><div class="lines">{block:Label}<span>{Label}</span>{/block:Label} {Line}</div></div>{/block:lines}{block:IndexPage}<div class="infotxt">{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:IndexPage}{/block:chat}
  307.  
  308. <!--musica-->{block:Audio}<div class="player">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{block:IndexPage}<div class="infotxt">{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:IndexPage}{/block:Audio}
  309.  
  310. <!--video-->{block:Video}{block:IndexPage}<div class="infoimg"><a href="{ReblogURL}" title="Reblog" target="_blank"><span class="rebblog"><img src="http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png"></span></a><a href="{Permalink}" title="Permalink"><span class="notess">{NoteCount}</span></a><span class="heart" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"><img src="http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png"></span></div>{/block:IndexPage}{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}<center>{Video-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
  311.  
  312. <!--ask-->{block:Answer}<div id="askker"><a href="/" title="{Asker}"><img src="{AskerPortraitURL-24}"></a></div><div id="balaoask">{Question}</div><div id="answer">{Answer}</div>{/block:answer}</div>
  313.  
  314. <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  315. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div></div></div>{/block:Posts}
  316.  
  317.  
  318.  
  319.  
  320. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  321. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  322. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  323. <script type="text/javascript">
  324. $(window).load(function(){
  325. var $wall = $('#entryys');
  326. $wall.imagesLoaded(function(){
  327. $wall.masonry({
  328. itemSelector: '.posts',
  329. isAnimated : true
  330. });
  331. });
  332. $wall.infinitescroll({
  333. navSelector : "div#navigation",
  334. nextSelector : "div#navigation a#nextPage",
  335. itemSelector : '.posts',
  336. loadingImg : "http://static.tumblr.com/8yo5xxv/3Tum7rjpo/loader.gif",
  337. loadingText : "",
  338. donetext : " ",
  339. extraScrollPx : 1000,
  340. bufferPx : 10100,
  341. debug : false,
  342. errorCallback: function() {
  343. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  344. }},
  345. function( newElements ) {
  346. var $newElems = $( newElements );
  347. $newElems.hide();
  348. $newElems.imagesLoaded(function(){
  349. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  350. });
  351. }); $('#entryys').show(500);
  352. });
  353. </script>
  354. <div class="column navigation" id="navigation">
  355. {block:Pagination}
  356. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  357. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  358. </div>
  359. {/block:IndexPage}
  360.  
  361. </div></div></div></div></div>
  362. </div></div></div></div></div></div></div></div></div>
  363. </body>
  364. <a style="width:120px; font-size:10px; color:#000; font-family:tahoma;position:fixed;font-style:;bottom:30px;right:-15px;" href="http://r-ealove.tumblr.com/" title=""> r-ealove </a>
  365. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement