page.css 432 B

12345678910111213141516171819
  1. @CHARSET "UTF-8";
  2. body{
  3. top:0px!important;
  4. }
  5. .goog-te-banner-frame{
  6. display:none!important;
  7. }
  8. .goog-text-highlight{
  9. background-color: transparent!important;
  10. -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
  11. -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
  12. box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
  13. }
  14. #goog-gt-tt{
  15. display:none!important;
  16. }
  17. .goog-te-menu-value{
  18. cursor:move!important;
  19. }