Advertisement
lucas_hnf

caixa tradutor

Mar 16th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. COLA ESSA PARADA AQUI NA PARTE ALARANJADA U.U
  2.  
  3. #caixamae {width:200px;top:15px;left:6px;position:fixed;}
  4. #translate{ width:200px; margin-left:1px; margin-top:-23px; overflow:hidden; padding: 0px;transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease; color:#949494;font:10px Cambria;background:white;z-index:9;opacity:0;z-index:999999999;}
  5. #translate:hover {opacity:1}
  6. #translate:hover #translatetext{opacity:0;}
  7.  
  8. #translatetext { width:80px; margin-left:1px; margin-top:15px; overflow:hidden; padding: 2px; font-size:12px ;font-family: calibri;font-weight: 100;background:white;z-index:9;opacity:1;font:{color:font};transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease;padding-bottom:3px;
  9. }
  10. #translatetext:hover {opacity:0;}
  11.  
  12.  
  13.  
  14. AGORA ISSO AQUI, COLOQUE ANTES DO CÓDIGO DO SEUS LINKS, NA PARADA VERDE COM AZUL ROXO BRANCO
  15.  
  16. <div id="caixamae">
  17. <div id="translatetext"><div style="color:{color:title};background:white;text-align:center;">Translate</div></div>
  18. <div id="translate"><div id="google_translate_element"></div><script type="text/javascript">
  19. function googleTranslateElementInit() {
  20. new google.translate.TranslateElement({pageLanguage: 'pt', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'google_translate_element');
  21. }
  22. </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
  23. </div>
  24. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement