Advertisement
brugabriela

thm 07

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