Advertisement
lucas_hnf

SS

Sep 7th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. ISSO FICA LOGO NO COMEÇO , ONDE FICA AS FONTS
  2.  
  3. <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  4.  
  5.  
  6.  
  7.  
  8. ISSUH FICA EM ENTRE <STYLE> E </STYLE>
  9.  
  10. #translate{position:fixed; width:200px; margin-left:6px; margin-top:7px; 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:#F8F8F8:z-index:9;opacity:0;}
  11. #translate:hover {opacity:1}
  12. #translate:hover #translatetext{opacity:0;}
  13.  
  14. #translatetext {position:fixed; width:80px; margin-left:6px; margin-top:7px; overflow:hidden; padding-top: 2px; font-size:14px ;line-height:17px;font-family: 'Baumans', cursive;font-weight: 100;background:#F8F8F8:z-index:9;opacity:1;font:{color:title};border:2px solid {color:title};transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease;padding-bottom:3px;
  15. }
  16. #translatetext:hover {opacity:0;}
  17.  
  18.  
  19.  
  20. ISSU FICA DEPOIS DE </STYLE> ANTES DO CODIGO DA SIDE
  21.  
  22.  
  23.  
  24. <div id="translatetext"><div style="color:{color:title};text-align:center;">Translate</div></div>
  25. <div id="translate"><div id="google_translate_element"></div><script type="text/javascript">
  26. function googleTranslateElementInit() {
  27. new google.translate.TranslateElement({pageLanguage: 'pt', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'google_translate_element');
  28. }
  29. </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
  30. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement