map.css 797 B

12345678910111213141516171819202122232425262728293031
  1. #bubble_tooltip{
  2. width:147px;
  3. position:absolute;
  4. display:none;
  5. }
  6. #bubble_tooltip .bubble_top{
  7. background-image: url('../../../../images/map/bubble/bubble_top.gif');
  8. background-repeat:no-repeat;
  9. height:16px;
  10. }
  11. #bubble_tooltip .bubble_middle{
  12. background-image: url('../../../../images/map/bubble/bubble_middle.gif');
  13. background-repeat:repeat-y;
  14. background-position:bottom left;
  15. padding-left:7px;
  16. padding-right:7px;
  17. }
  18. #bubble_tooltip .bubble_middle span{
  19. position:relative;
  20. top:-8px;
  21. font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  22. font-size:11px;
  23. }
  24. #bubble_tooltip .bubble_bottom{
  25. background-image: url('../../../../images/map/bubble/bubble_bottom.gif');
  26. background-repeat:no-repeat;
  27. background-repeat:no-repeat;
  28. height:44px;
  29. position:relative;
  30. top:-6px;
  31. }